aws-sdk-appsync 1.15.0 → 1.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-appsync.rb +1 -1
- data/lib/aws-sdk-appsync/client.rb +1 -1
- data/lib/aws-sdk-appsync/client_api.rb +33 -0
- data/lib/aws-sdk-appsync/errors.rb +176 -0
- data/lib/aws-sdk-appsync/types.rb +137 -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: 45ad9e88641b065d422ef547fc754534d99d0596
|
4
|
+
data.tar.gz: 59089fce42232c976e812a69dd9d8117bcded0a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34dfa11d31d0ccba863c58f1042275977563807207d08a1f4ac67de8097aa676dacd239b5bcc8f802f41cb0a984076d41f916abcb2901e511e453bda72eb5744
|
7
|
+
data.tar.gz: 9a2a956f02de2808f528c5b6d8723b67cf2e2af1fa751322b16d4b388ace48317f4d392bd9f387015ef31527f4881c7a43b3ec3d0b9f67cf74af225d83f102ea
|
data/lib/aws-sdk-appsync.rb
CHANGED
@@ -2113,7 +2113,7 @@ module Aws::AppSync
|
|
2113
2113
|
params: params,
|
2114
2114
|
config: config)
|
2115
2115
|
context[:gem_name] = 'aws-sdk-appsync'
|
2116
|
-
context[:gem_version] = '1.
|
2116
|
+
context[:gem_version] = '1.16.0'
|
2117
2117
|
Seahorse::Client::Request.new(handlers, context)
|
2118
2118
|
end
|
2119
2119
|
|
@@ -149,6 +149,9 @@ module Aws::AppSync
|
|
149
149
|
UpdateTypeResponse = Shapes::StructureShape.new(name: 'UpdateTypeResponse')
|
150
150
|
UserPoolConfig = Shapes::StructureShape.new(name: 'UserPoolConfig')
|
151
151
|
|
152
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
153
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
154
|
+
|
152
155
|
AdditionalAuthenticationProvider.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "authenticationType"))
|
153
156
|
AdditionalAuthenticationProvider.add_member(:open_id_connect_config, Shapes::ShapeRef.new(shape: OpenIDConnectConfig, location_name: "openIDConnectConfig"))
|
154
157
|
AdditionalAuthenticationProvider.add_member(:user_pool_config, Shapes::ShapeRef.new(shape: CognitoUserPoolConfig, location_name: "userPoolConfig"))
|
@@ -161,8 +164,17 @@ module Aws::AppSync
|
|
161
164
|
ApiKey.add_member(:expires, Shapes::ShapeRef.new(shape: Long, location_name: "expires"))
|
162
165
|
ApiKey.struct_class = Types::ApiKey
|
163
166
|
|
167
|
+
ApiKeyLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
168
|
+
ApiKeyLimitExceededException.struct_class = Types::ApiKeyLimitExceededException
|
169
|
+
|
170
|
+
ApiKeyValidityOutOfBoundsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
171
|
+
ApiKeyValidityOutOfBoundsException.struct_class = Types::ApiKeyValidityOutOfBoundsException
|
172
|
+
|
164
173
|
ApiKeys.member = Shapes::ShapeRef.new(shape: ApiKey)
|
165
174
|
|
175
|
+
ApiLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
176
|
+
ApiLimitExceededException.struct_class = Types::ApiLimitExceededException
|
177
|
+
|
166
178
|
AuthorizationConfig.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, required: true, location_name: "authorizationType"))
|
167
179
|
AuthorizationConfig.add_member(:aws_iam_config, Shapes::ShapeRef.new(shape: AwsIamConfig, location_name: "awsIamConfig"))
|
168
180
|
AuthorizationConfig.struct_class = Types::AuthorizationConfig
|
@@ -171,11 +183,17 @@ module Aws::AppSync
|
|
171
183
|
AwsIamConfig.add_member(:signing_service_name, Shapes::ShapeRef.new(shape: String, location_name: "signingServiceName"))
|
172
184
|
AwsIamConfig.struct_class = Types::AwsIamConfig
|
173
185
|
|
186
|
+
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
187
|
+
BadRequestException.struct_class = Types::BadRequestException
|
188
|
+
|
174
189
|
CognitoUserPoolConfig.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "userPoolId"))
|
175
190
|
CognitoUserPoolConfig.add_member(:aws_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "awsRegion"))
|
176
191
|
CognitoUserPoolConfig.add_member(:app_id_client_regex, Shapes::ShapeRef.new(shape: String, location_name: "appIdClientRegex"))
|
177
192
|
CognitoUserPoolConfig.struct_class = Types::CognitoUserPoolConfig
|
178
193
|
|
194
|
+
ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
195
|
+
ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
|
196
|
+
|
179
197
|
CreateApiKeyRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "apiId"))
|
180
198
|
CreateApiKeyRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
181
199
|
CreateApiKeyRequest.add_member(:expires, Shapes::ShapeRef.new(shape: Long, location_name: "expires"))
|
@@ -370,6 +388,9 @@ module Aws::AppSync
|
|
370
388
|
GetTypeResponse.add_member(:type, Shapes::ShapeRef.new(shape: Type, location_name: "type"))
|
371
389
|
GetTypeResponse.struct_class = Types::GetTypeResponse
|
372
390
|
|
391
|
+
GraphQLSchemaException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
392
|
+
GraphQLSchemaException.struct_class = Types::GraphQLSchemaException
|
393
|
+
|
373
394
|
GraphqlApi.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
374
395
|
GraphqlApi.add_member(:api_id, Shapes::ShapeRef.new(shape: String, location_name: "apiId"))
|
375
396
|
GraphqlApi.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "authenticationType"))
|
@@ -388,9 +409,15 @@ module Aws::AppSync
|
|
388
409
|
HttpDataSourceConfig.add_member(:authorization_config, Shapes::ShapeRef.new(shape: AuthorizationConfig, location_name: "authorizationConfig"))
|
389
410
|
HttpDataSourceConfig.struct_class = Types::HttpDataSourceConfig
|
390
411
|
|
412
|
+
InternalFailureException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
413
|
+
InternalFailureException.struct_class = Types::InternalFailureException
|
414
|
+
|
391
415
|
LambdaDataSourceConfig.add_member(:lambda_function_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "lambdaFunctionArn"))
|
392
416
|
LambdaDataSourceConfig.struct_class = Types::LambdaDataSourceConfig
|
393
417
|
|
418
|
+
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
419
|
+
LimitExceededException.struct_class = Types::LimitExceededException
|
420
|
+
|
394
421
|
ListApiKeysRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "apiId"))
|
395
422
|
ListApiKeysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
396
423
|
ListApiKeysRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -469,6 +496,9 @@ module Aws::AppSync
|
|
469
496
|
MapOfStringToString.key = Shapes::ShapeRef.new(shape: String)
|
470
497
|
MapOfStringToString.value = Shapes::ShapeRef.new(shape: String)
|
471
498
|
|
499
|
+
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
500
|
+
NotFoundException.struct_class = Types::NotFoundException
|
501
|
+
|
472
502
|
OpenIDConnectConfig.add_member(:issuer, Shapes::ShapeRef.new(shape: String, required: true, location_name: "issuer"))
|
473
503
|
OpenIDConnectConfig.add_member(:client_id, Shapes::ShapeRef.new(shape: String, location_name: "clientId"))
|
474
504
|
OpenIDConnectConfig.add_member(:iat_ttl, Shapes::ShapeRef.new(shape: Long, location_name: "iatTTL"))
|
@@ -528,6 +558,9 @@ module Aws::AppSync
|
|
528
558
|
|
529
559
|
TypeList.member = Shapes::ShapeRef.new(shape: Type)
|
530
560
|
|
561
|
+
UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
562
|
+
UnauthorizedException.struct_class = Types::UnauthorizedException
|
563
|
+
|
531
564
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
532
565
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
533
566
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -10,5 +10,181 @@ module Aws::AppSync
|
|
10
10
|
|
11
11
|
extend Aws::Errors::DynamicErrors
|
12
12
|
|
13
|
+
class AccessDeniedException < ServiceError
|
14
|
+
|
15
|
+
# @param [Seahorse::Client::RequestContext] context
|
16
|
+
# @param [String] message
|
17
|
+
# @param [Aws::AppSync::Types::AccessDeniedException] 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 ApiKeyLimitExceededException < ServiceError
|
30
|
+
|
31
|
+
# @param [Seahorse::Client::RequestContext] context
|
32
|
+
# @param [String] message
|
33
|
+
# @param [Aws::AppSync::Types::ApiKeyLimitExceededException] 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 ApiKeyValidityOutOfBoundsException < ServiceError
|
46
|
+
|
47
|
+
# @param [Seahorse::Client::RequestContext] context
|
48
|
+
# @param [String] message
|
49
|
+
# @param [Aws::AppSync::Types::ApiKeyValidityOutOfBoundsException] 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 ApiLimitExceededException < ServiceError
|
62
|
+
|
63
|
+
# @param [Seahorse::Client::RequestContext] context
|
64
|
+
# @param [String] message
|
65
|
+
# @param [Aws::AppSync::Types::ApiLimitExceededException] 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 BadRequestException < ServiceError
|
78
|
+
|
79
|
+
# @param [Seahorse::Client::RequestContext] context
|
80
|
+
# @param [String] message
|
81
|
+
# @param [Aws::AppSync::Types::BadRequestException] 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 ConcurrentModificationException < ServiceError
|
94
|
+
|
95
|
+
# @param [Seahorse::Client::RequestContext] context
|
96
|
+
# @param [String] message
|
97
|
+
# @param [Aws::AppSync::Types::ConcurrentModificationException] 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 GraphQLSchemaException < ServiceError
|
110
|
+
|
111
|
+
# @param [Seahorse::Client::RequestContext] context
|
112
|
+
# @param [String] message
|
113
|
+
# @param [Aws::AppSync::Types::GraphQLSchemaException] 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 InternalFailureException < ServiceError
|
126
|
+
|
127
|
+
# @param [Seahorse::Client::RequestContext] context
|
128
|
+
# @param [String] message
|
129
|
+
# @param [Aws::AppSync::Types::InternalFailureException] 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::AppSync::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 NotFoundException < ServiceError
|
158
|
+
|
159
|
+
# @param [Seahorse::Client::RequestContext] context
|
160
|
+
# @param [String] message
|
161
|
+
# @param [Aws::AppSync::Types::NotFoundException] 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 UnauthorizedException < ServiceError
|
174
|
+
|
175
|
+
# @param [Seahorse::Client::RequestContext] context
|
176
|
+
# @param [String] message
|
177
|
+
# @param [Aws::AppSync::Types::UnauthorizedException] 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
|
+
|
13
189
|
end
|
14
190
|
end
|
@@ -8,6 +8,18 @@
|
|
8
8
|
module Aws::AppSync
|
9
9
|
module Types
|
10
10
|
|
11
|
+
# You do not have access to perform this operation on this resource.
|
12
|
+
#
|
13
|
+
# @!attribute [rw] message
|
14
|
+
# @return [String]
|
15
|
+
#
|
16
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/AccessDeniedException AWS API Documentation
|
17
|
+
#
|
18
|
+
class AccessDeniedException < Struct.new(
|
19
|
+
:message)
|
20
|
+
include Aws::Structure
|
21
|
+
end
|
22
|
+
|
11
23
|
# Describes an additional authentication provider.
|
12
24
|
#
|
13
25
|
# @note When making an API call, you may pass AdditionalAuthenticationProvider
|
@@ -112,6 +124,44 @@ module Aws::AppSync
|
|
112
124
|
include Aws::Structure
|
113
125
|
end
|
114
126
|
|
127
|
+
# The API key exceeded a limit. Try your request again.
|
128
|
+
#
|
129
|
+
# @!attribute [rw] message
|
130
|
+
# @return [String]
|
131
|
+
#
|
132
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/ApiKeyLimitExceededException AWS API Documentation
|
133
|
+
#
|
134
|
+
class ApiKeyLimitExceededException < Struct.new(
|
135
|
+
:message)
|
136
|
+
include Aws::Structure
|
137
|
+
end
|
138
|
+
|
139
|
+
# The API key expiration must be set to a value between 1 and 365 days
|
140
|
+
# from creation (for `CreateApiKey`) or from update (for
|
141
|
+
# `UpdateApiKey`).
|
142
|
+
#
|
143
|
+
# @!attribute [rw] message
|
144
|
+
# @return [String]
|
145
|
+
#
|
146
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/ApiKeyValidityOutOfBoundsException AWS API Documentation
|
147
|
+
#
|
148
|
+
class ApiKeyValidityOutOfBoundsException < Struct.new(
|
149
|
+
:message)
|
150
|
+
include Aws::Structure
|
151
|
+
end
|
152
|
+
|
153
|
+
# The GraphQL API exceeded a limit. Try your request again.
|
154
|
+
#
|
155
|
+
# @!attribute [rw] message
|
156
|
+
# @return [String]
|
157
|
+
#
|
158
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/ApiLimitExceededException AWS API Documentation
|
159
|
+
#
|
160
|
+
class ApiLimitExceededException < Struct.new(
|
161
|
+
:message)
|
162
|
+
include Aws::Structure
|
163
|
+
end
|
164
|
+
|
115
165
|
# The authorization config in case the HTTP endpoint requires
|
116
166
|
# authorization.
|
117
167
|
#
|
@@ -172,6 +222,19 @@ module Aws::AppSync
|
|
172
222
|
include Aws::Structure
|
173
223
|
end
|
174
224
|
|
225
|
+
# The request is not well formed. For example, a value is invalid or a
|
226
|
+
# required field is missing. Check the field values, and then try again.
|
227
|
+
#
|
228
|
+
# @!attribute [rw] message
|
229
|
+
# @return [String]
|
230
|
+
#
|
231
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/BadRequestException AWS API Documentation
|
232
|
+
#
|
233
|
+
class BadRequestException < Struct.new(
|
234
|
+
:message)
|
235
|
+
include Aws::Structure
|
236
|
+
end
|
237
|
+
|
175
238
|
# Describes an Amazon Cognito user pool configuration.
|
176
239
|
#
|
177
240
|
# @note When making an API call, you may pass CognitoUserPoolConfig
|
@@ -205,6 +268,19 @@ module Aws::AppSync
|
|
205
268
|
include Aws::Structure
|
206
269
|
end
|
207
270
|
|
271
|
+
# Another modification is in progress at this time and it must complete
|
272
|
+
# before you can make your change.
|
273
|
+
#
|
274
|
+
# @!attribute [rw] message
|
275
|
+
# @return [String]
|
276
|
+
#
|
277
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/ConcurrentModificationException AWS API Documentation
|
278
|
+
#
|
279
|
+
class ConcurrentModificationException < Struct.new(
|
280
|
+
:message)
|
281
|
+
include Aws::Structure
|
282
|
+
end
|
283
|
+
|
208
284
|
# @note When making an API call, you may pass CreateApiKeyRequest
|
209
285
|
# data as a hash:
|
210
286
|
#
|
@@ -1278,6 +1354,18 @@ module Aws::AppSync
|
|
1278
1354
|
include Aws::Structure
|
1279
1355
|
end
|
1280
1356
|
|
1357
|
+
# The GraphQL schema is not valid.
|
1358
|
+
#
|
1359
|
+
# @!attribute [rw] message
|
1360
|
+
# @return [String]
|
1361
|
+
#
|
1362
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/GraphQLSchemaException AWS API Documentation
|
1363
|
+
#
|
1364
|
+
class GraphQLSchemaException < Struct.new(
|
1365
|
+
:message)
|
1366
|
+
include Aws::Structure
|
1367
|
+
end
|
1368
|
+
|
1281
1369
|
# Describes a GraphQL API.
|
1282
1370
|
#
|
1283
1371
|
# @!attribute [rw] name
|
@@ -1373,6 +1461,18 @@ module Aws::AppSync
|
|
1373
1461
|
include Aws::Structure
|
1374
1462
|
end
|
1375
1463
|
|
1464
|
+
# An internal AWS AppSync error occurred. Try your request again.
|
1465
|
+
#
|
1466
|
+
# @!attribute [rw] message
|
1467
|
+
# @return [String]
|
1468
|
+
#
|
1469
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/InternalFailureException AWS API Documentation
|
1470
|
+
#
|
1471
|
+
class InternalFailureException < Struct.new(
|
1472
|
+
:message)
|
1473
|
+
include Aws::Structure
|
1474
|
+
end
|
1475
|
+
|
1376
1476
|
# Describes an AWS Lambda data source configuration.
|
1377
1477
|
#
|
1378
1478
|
# @note When making an API call, you may pass LambdaDataSourceConfig
|
@@ -1393,6 +1493,18 @@ module Aws::AppSync
|
|
1393
1493
|
include Aws::Structure
|
1394
1494
|
end
|
1395
1495
|
|
1496
|
+
# The request exceeded a limit. Try your request again.
|
1497
|
+
#
|
1498
|
+
# @!attribute [rw] message
|
1499
|
+
# @return [String]
|
1500
|
+
#
|
1501
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/LimitExceededException AWS API Documentation
|
1502
|
+
#
|
1503
|
+
class LimitExceededException < Struct.new(
|
1504
|
+
:message)
|
1505
|
+
include Aws::Structure
|
1506
|
+
end
|
1507
|
+
|
1396
1508
|
# @note When making an API call, you may pass ListApiKeysRequest
|
1397
1509
|
# data as a hash:
|
1398
1510
|
#
|
@@ -1825,6 +1937,19 @@ module Aws::AppSync
|
|
1825
1937
|
include Aws::Structure
|
1826
1938
|
end
|
1827
1939
|
|
1940
|
+
# The resource specified in the request was not found. Check the
|
1941
|
+
# resource, and then try again.
|
1942
|
+
#
|
1943
|
+
# @!attribute [rw] message
|
1944
|
+
# @return [String]
|
1945
|
+
#
|
1946
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/NotFoundException AWS API Documentation
|
1947
|
+
#
|
1948
|
+
class NotFoundException < Struct.new(
|
1949
|
+
:message)
|
1950
|
+
include Aws::Structure
|
1951
|
+
end
|
1952
|
+
|
1828
1953
|
# Describes an OpenID Connect configuration.
|
1829
1954
|
#
|
1830
1955
|
# @note When making an API call, you may pass OpenIDConnectConfig
|
@@ -2128,6 +2253,18 @@ module Aws::AppSync
|
|
2128
2253
|
include Aws::Structure
|
2129
2254
|
end
|
2130
2255
|
|
2256
|
+
# You are not authorized to perform this operation.
|
2257
|
+
#
|
2258
|
+
# @!attribute [rw] message
|
2259
|
+
# @return [String]
|
2260
|
+
#
|
2261
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/UnauthorizedException AWS API Documentation
|
2262
|
+
#
|
2263
|
+
class UnauthorizedException < Struct.new(
|
2264
|
+
:message)
|
2265
|
+
include Aws::Structure
|
2266
|
+
end
|
2267
|
+
|
2131
2268
|
# @note When making an API call, you may pass UntagResourceRequest
|
2132
2269
|
# data as a hash:
|
2133
2270
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-appsync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.16.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
|