aws-sdk-core 2.10.90 → 2.10.91

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: 149834f4db0bb1647e736934cb241e87078bbfad
4
- data.tar.gz: 7b93bef1b04adee560bce7b46ee7b76c8e4615de
3
+ metadata.gz: ca168b4c7b01cd0691b6a5592f499a112be2526e
4
+ data.tar.gz: 1dea6f09782ca58dfb6028eb8dbd7cdd2b46a5e2
5
5
  SHA512:
6
- metadata.gz: 8bf782f75de53d1e6ab3ba4102781eb57c48654e2a7d4750576339b51cbe31e0c2e8e2e5cb5206d239566010c396cc43542021c4e19534d1234cea33705b17b5
7
- data.tar.gz: 2d5a0c081bab3666f73a629bd1e0fd89781b2db2395fd799756583043b47ab7924ab151a4ee0c6ca870e420020fd80ae408ca932db9fb753a0222084405612a4
6
+ metadata.gz: ffec8702798dee9f1f929b0ee13b2c8ae0cc234e05fcdda7f8eb6a56babf98b1d07ee13e9ebac409968a0098515fcc13ea2299437a1d5fbfbfdd70bb7e30b8b2
7
+ data.tar.gz: f10d75d30ee7aabbb8e0ba96cc719900e87f07868d026b1806a229de7542c6aa07b3b03a4fb4a930556ecc0e31a5b57a628976606ad78b1585665698abbf72f6
@@ -1898,6 +1898,15 @@
1898
1898
  "FLUSH_IN_PROGRESS"
1899
1899
  ]
1900
1900
  },
1901
+ "CanarySettings":{
1902
+ "type":"structure",
1903
+ "members":{
1904
+ "percentTraffic":{"shape":"Double"},
1905
+ "deploymentId":{"shape":"String"},
1906
+ "stageVariableOverrides":{"shape":"MapOfStringToString"},
1907
+ "useStageCache":{"shape":"Boolean"}
1908
+ }
1909
+ },
1901
1910
  "ClientCertificate":{
1902
1911
  "type":"structure",
1903
1912
  "members":{
@@ -2000,7 +2009,8 @@
2000
2009
  "description":{"shape":"String"},
2001
2010
  "cacheClusterEnabled":{"shape":"NullableBoolean"},
2002
2011
  "cacheClusterSize":{"shape":"CacheClusterSize"},
2003
- "variables":{"shape":"MapOfStringToString"}
2012
+ "variables":{"shape":"MapOfStringToString"},
2013
+ "canarySettings":{"shape":"DeploymentCanarySettings"}
2004
2014
  }
2005
2015
  },
2006
2016
  "CreateDocumentationPartRequest":{
@@ -2137,7 +2147,8 @@
2137
2147
  "cacheClusterEnabled":{"shape":"Boolean"},
2138
2148
  "cacheClusterSize":{"shape":"CacheClusterSize"},
2139
2149
  "variables":{"shape":"MapOfStringToString"},
2140
- "documentationVersion":{"shape":"String"}
2150
+ "documentationVersion":{"shape":"String"},
2151
+ "canarySettings":{"shape":"CanarySettings"}
2141
2152
  }
2142
2153
  },
2143
2154
  "CreateUsagePlanKeyRequest":{
@@ -2553,6 +2564,14 @@
2553
2564
  "apiSummary":{"shape":"PathToMapOfMethodSnapshot"}
2554
2565
  }
2555
2566
  },
2567
+ "DeploymentCanarySettings":{
2568
+ "type":"structure",
2569
+ "members":{
2570
+ "percentTraffic":{"shape":"Double"},
2571
+ "stageVariableOverrides":{"shape":"MapOfStringToString"},
2572
+ "useStageCache":{"shape":"Boolean"}
2573
+ }
2574
+ },
2556
2575
  "Deployments":{
2557
2576
  "type":"structure",
2558
2577
  "members":{
@@ -4414,6 +4433,7 @@
4414
4433
  "variables":{"shape":"MapOfStringToString"},
4415
4434
  "documentationVersion":{"shape":"String"},
4416
4435
  "accessLogSettings":{"shape":"AccessLogSettings"},
4436
+ "canarySettings":{"shape":"CanarySettings"},
4417
4437
  "createdDate":{"shape":"Timestamp"},
4418
4438
  "lastUpdatedDate":{"shape":"Timestamp"}
4419
4439
  }
@@ -0,0 +1,1362 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-07-25",
5
+ "endpointPrefix":"appsync",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"AWSAppSync",
9
+ "serviceFullName":"AWS AppSync",
10
+ "signatureVersion":"v4",
11
+ "signingName":"appsync",
12
+ "uid":"appsync-2017-07-25"
13
+ },
14
+ "operations":{
15
+ "CreateApiKey":{
16
+ "name":"CreateApiKey",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/v1/apis/{apiId}/apikeys"
20
+ },
21
+ "input":{"shape":"CreateApiKeyRequest"},
22
+ "output":{"shape":"CreateApiKeyResponse"},
23
+ "errors":[
24
+ {"shape":"BadRequestException"},
25
+ {"shape":"NotFoundException"},
26
+ {"shape":"LimitExceededException"},
27
+ {"shape":"UnauthorizedException"},
28
+ {"shape":"LimitExceededException"},
29
+ {"shape":"InternalFailureException"},
30
+ {"shape":"ApiKeyLimitExceededException"}
31
+ ]
32
+ },
33
+ "CreateDataSource":{
34
+ "name":"CreateDataSource",
35
+ "http":{
36
+ "method":"POST",
37
+ "requestUri":"/v1/apis/{apiId}/datasources"
38
+ },
39
+ "input":{"shape":"CreateDataSourceRequest"},
40
+ "output":{"shape":"CreateDataSourceResponse"},
41
+ "errors":[
42
+ {"shape":"BadRequestException"},
43
+ {"shape":"ConcurrentModificationException"},
44
+ {"shape":"NotFoundException"},
45
+ {"shape":"UnauthorizedException"},
46
+ {"shape":"InternalFailureException"}
47
+ ]
48
+ },
49
+ "CreateGraphqlApi":{
50
+ "name":"CreateGraphqlApi",
51
+ "http":{
52
+ "method":"POST",
53
+ "requestUri":"/v1/apis"
54
+ },
55
+ "input":{"shape":"CreateGraphqlApiRequest"},
56
+ "output":{"shape":"CreateGraphqlApiResponse"},
57
+ "errors":[
58
+ {"shape":"BadRequestException"},
59
+ {"shape":"LimitExceededException"},
60
+ {"shape":"ConcurrentModificationException"},
61
+ {"shape":"UnauthorizedException"},
62
+ {"shape":"InternalFailureException"},
63
+ {"shape":"LimitExceededException"},
64
+ {"shape":"ApiLimitExceededException"}
65
+ ]
66
+ },
67
+ "CreateResolver":{
68
+ "name":"CreateResolver",
69
+ "http":{
70
+ "method":"POST",
71
+ "requestUri":"/v1/apis/{apiId}/types/{typeName}/resolvers"
72
+ },
73
+ "input":{"shape":"CreateResolverRequest"},
74
+ "output":{"shape":"CreateResolverResponse"},
75
+ "errors":[
76
+ {"shape":"ConcurrentModificationException"},
77
+ {"shape":"NotFoundException"},
78
+ {"shape":"UnauthorizedException"},
79
+ {"shape":"InternalFailureException"}
80
+ ]
81
+ },
82
+ "CreateType":{
83
+ "name":"CreateType",
84
+ "http":{
85
+ "method":"POST",
86
+ "requestUri":"/v1/apis/{apiId}/types"
87
+ },
88
+ "input":{"shape":"CreateTypeRequest"},
89
+ "output":{"shape":"CreateTypeResponse"},
90
+ "errors":[
91
+ {"shape":"BadRequestException"},
92
+ {"shape":"ConcurrentModificationException"},
93
+ {"shape":"NotFoundException"},
94
+ {"shape":"UnauthorizedException"},
95
+ {"shape":"InternalFailureException"}
96
+ ]
97
+ },
98
+ "DeleteApiKey":{
99
+ "name":"DeleteApiKey",
100
+ "http":{
101
+ "method":"DELETE",
102
+ "requestUri":"/v1/apis/{apiId}/apikeys/{id}"
103
+ },
104
+ "input":{"shape":"DeleteApiKeyRequest"},
105
+ "output":{"shape":"DeleteApiKeyResponse"},
106
+ "errors":[
107
+ {"shape":"BadRequestException"},
108
+ {"shape":"NotFoundException"},
109
+ {"shape":"UnauthorizedException"},
110
+ {"shape":"InternalFailureException"}
111
+ ]
112
+ },
113
+ "DeleteDataSource":{
114
+ "name":"DeleteDataSource",
115
+ "http":{
116
+ "method":"DELETE",
117
+ "requestUri":"/v1/apis/{apiId}/datasources/{name}"
118
+ },
119
+ "input":{"shape":"DeleteDataSourceRequest"},
120
+ "output":{"shape":"DeleteDataSourceResponse"},
121
+ "errors":[
122
+ {"shape":"BadRequestException"},
123
+ {"shape":"ConcurrentModificationException"},
124
+ {"shape":"NotFoundException"},
125
+ {"shape":"UnauthorizedException"},
126
+ {"shape":"InternalFailureException"}
127
+ ]
128
+ },
129
+ "DeleteGraphqlApi":{
130
+ "name":"DeleteGraphqlApi",
131
+ "http":{
132
+ "method":"DELETE",
133
+ "requestUri":"/v1/apis/{apiId}"
134
+ },
135
+ "input":{"shape":"DeleteGraphqlApiRequest"},
136
+ "output":{"shape":"DeleteGraphqlApiResponse"},
137
+ "errors":[
138
+ {"shape":"BadRequestException"},
139
+ {"shape":"ConcurrentModificationException"},
140
+ {"shape":"NotFoundException"},
141
+ {"shape":"UnauthorizedException"},
142
+ {"shape":"InternalFailureException"}
143
+ ]
144
+ },
145
+ "DeleteResolver":{
146
+ "name":"DeleteResolver",
147
+ "http":{
148
+ "method":"DELETE",
149
+ "requestUri":"/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}"
150
+ },
151
+ "input":{"shape":"DeleteResolverRequest"},
152
+ "output":{"shape":"DeleteResolverResponse"},
153
+ "errors":[
154
+ {"shape":"ConcurrentModificationException"},
155
+ {"shape":"NotFoundException"},
156
+ {"shape":"UnauthorizedException"},
157
+ {"shape":"InternalFailureException"}
158
+ ]
159
+ },
160
+ "DeleteType":{
161
+ "name":"DeleteType",
162
+ "http":{
163
+ "method":"DELETE",
164
+ "requestUri":"/v1/apis/{apiId}/types/{typeName}"
165
+ },
166
+ "input":{"shape":"DeleteTypeRequest"},
167
+ "output":{"shape":"DeleteTypeResponse"},
168
+ "errors":[
169
+ {"shape":"BadRequestException"},
170
+ {"shape":"ConcurrentModificationException"},
171
+ {"shape":"NotFoundException"},
172
+ {"shape":"UnauthorizedException"},
173
+ {"shape":"InternalFailureException"}
174
+ ]
175
+ },
176
+ "GetDataSource":{
177
+ "name":"GetDataSource",
178
+ "http":{
179
+ "method":"GET",
180
+ "requestUri":"/v1/apis/{apiId}/datasources/{name}"
181
+ },
182
+ "input":{"shape":"GetDataSourceRequest"},
183
+ "output":{"shape":"GetDataSourceResponse"},
184
+ "errors":[
185
+ {"shape":"BadRequestException"},
186
+ {"shape":"ConcurrentModificationException"},
187
+ {"shape":"NotFoundException"},
188
+ {"shape":"UnauthorizedException"},
189
+ {"shape":"InternalFailureException"}
190
+ ]
191
+ },
192
+ "GetGraphqlApi":{
193
+ "name":"GetGraphqlApi",
194
+ "http":{
195
+ "method":"GET",
196
+ "requestUri":"/v1/apis/{apiId}"
197
+ },
198
+ "input":{"shape":"GetGraphqlApiRequest"},
199
+ "output":{"shape":"GetGraphqlApiResponse"},
200
+ "errors":[
201
+ {"shape":"BadRequestException"},
202
+ {"shape":"NotFoundException"},
203
+ {"shape":"UnauthorizedException"},
204
+ {"shape":"InternalFailureException"}
205
+ ]
206
+ },
207
+ "GetIntrospectionSchema":{
208
+ "name":"GetIntrospectionSchema",
209
+ "http":{
210
+ "method":"GET",
211
+ "requestUri":"/v1/apis/{apiId}/schema"
212
+ },
213
+ "input":{"shape":"GetIntrospectionSchemaRequest"},
214
+ "output":{"shape":"GetIntrospectionSchemaResponse"},
215
+ "errors":[
216
+ {"shape":"GraphQLSchemaException"},
217
+ {"shape":"NotFoundException"},
218
+ {"shape":"UnauthorizedException"},
219
+ {"shape":"InternalFailureException"}
220
+ ]
221
+ },
222
+ "GetResolver":{
223
+ "name":"GetResolver",
224
+ "http":{
225
+ "method":"GET",
226
+ "requestUri":"/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}"
227
+ },
228
+ "input":{"shape":"GetResolverRequest"},
229
+ "output":{"shape":"GetResolverResponse"},
230
+ "errors":[
231
+ {"shape":"ConcurrentModificationException"},
232
+ {"shape":"NotFoundException"},
233
+ {"shape":"UnauthorizedException"}
234
+ ]
235
+ },
236
+ "GetSchemaCreationStatus":{
237
+ "name":"GetSchemaCreationStatus",
238
+ "http":{
239
+ "method":"GET",
240
+ "requestUri":"/v1/apis/{apiId}/schemacreation"
241
+ },
242
+ "input":{"shape":"GetSchemaCreationStatusRequest"},
243
+ "output":{"shape":"GetSchemaCreationStatusResponse"},
244
+ "errors":[
245
+ {"shape":"BadRequestException"},
246
+ {"shape":"NotFoundException"},
247
+ {"shape":"UnauthorizedException"},
248
+ {"shape":"InternalFailureException"}
249
+ ]
250
+ },
251
+ "GetType":{
252
+ "name":"GetType",
253
+ "http":{
254
+ "method":"GET",
255
+ "requestUri":"/v1/apis/{apiId}/types/{typeName}"
256
+ },
257
+ "input":{"shape":"GetTypeRequest"},
258
+ "output":{"shape":"GetTypeResponse"},
259
+ "errors":[
260
+ {"shape":"BadRequestException"},
261
+ {"shape":"ConcurrentModificationException"},
262
+ {"shape":"NotFoundException"},
263
+ {"shape":"UnauthorizedException"},
264
+ {"shape":"InternalFailureException"}
265
+ ]
266
+ },
267
+ "ListApiKeys":{
268
+ "name":"ListApiKeys",
269
+ "http":{
270
+ "method":"GET",
271
+ "requestUri":"/v1/apis/{apiId}/apikeys"
272
+ },
273
+ "input":{"shape":"ListApiKeysRequest"},
274
+ "output":{"shape":"ListApiKeysResponse"},
275
+ "errors":[
276
+ {"shape":"BadRequestException"},
277
+ {"shape":"NotFoundException"},
278
+ {"shape":"UnauthorizedException"},
279
+ {"shape":"InternalFailureException"}
280
+ ]
281
+ },
282
+ "ListDataSources":{
283
+ "name":"ListDataSources",
284
+ "http":{
285
+ "method":"GET",
286
+ "requestUri":"/v1/apis/{apiId}/datasources"
287
+ },
288
+ "input":{"shape":"ListDataSourcesRequest"},
289
+ "output":{"shape":"ListDataSourcesResponse"},
290
+ "errors":[
291
+ {"shape":"BadRequestException"},
292
+ {"shape":"NotFoundException"},
293
+ {"shape":"UnauthorizedException"},
294
+ {"shape":"InternalFailureException"}
295
+ ]
296
+ },
297
+ "ListGraphqlApis":{
298
+ "name":"ListGraphqlApis",
299
+ "http":{
300
+ "method":"GET",
301
+ "requestUri":"/v1/apis"
302
+ },
303
+ "input":{"shape":"ListGraphqlApisRequest"},
304
+ "output":{"shape":"ListGraphqlApisResponse"},
305
+ "errors":[
306
+ {"shape":"BadRequestException"},
307
+ {"shape":"UnauthorizedException"},
308
+ {"shape":"InternalFailureException"}
309
+ ]
310
+ },
311
+ "ListResolvers":{
312
+ "name":"ListResolvers",
313
+ "http":{
314
+ "method":"GET",
315
+ "requestUri":"/v1/apis/{apiId}/types/{typeName}/resolvers"
316
+ },
317
+ "input":{"shape":"ListResolversRequest"},
318
+ "output":{"shape":"ListResolversResponse"},
319
+ "errors":[
320
+ {"shape":"BadRequestException"},
321
+ {"shape":"NotFoundException"},
322
+ {"shape":"UnauthorizedException"},
323
+ {"shape":"InternalFailureException"}
324
+ ]
325
+ },
326
+ "ListTypes":{
327
+ "name":"ListTypes",
328
+ "http":{
329
+ "method":"GET",
330
+ "requestUri":"/v1/apis/{apiId}/types"
331
+ },
332
+ "input":{"shape":"ListTypesRequest"},
333
+ "output":{"shape":"ListTypesResponse"},
334
+ "errors":[
335
+ {"shape":"BadRequestException"},
336
+ {"shape":"ConcurrentModificationException"},
337
+ {"shape":"NotFoundException"},
338
+ {"shape":"UnauthorizedException"},
339
+ {"shape":"InternalFailureException"}
340
+ ]
341
+ },
342
+ "StartSchemaCreation":{
343
+ "name":"StartSchemaCreation",
344
+ "http":{
345
+ "method":"POST",
346
+ "requestUri":"/v1/apis/{apiId}/schemacreation"
347
+ },
348
+ "input":{"shape":"StartSchemaCreationRequest"},
349
+ "output":{"shape":"StartSchemaCreationResponse"},
350
+ "errors":[
351
+ {"shape":"BadRequestException"},
352
+ {"shape":"ConcurrentModificationException"},
353
+ {"shape":"NotFoundException"},
354
+ {"shape":"UnauthorizedException"},
355
+ {"shape":"InternalFailureException"}
356
+ ]
357
+ },
358
+ "UpdateDataSource":{
359
+ "name":"UpdateDataSource",
360
+ "http":{
361
+ "method":"POST",
362
+ "requestUri":"/v1/apis/{apiId}/datasources/{name}"
363
+ },
364
+ "input":{"shape":"UpdateDataSourceRequest"},
365
+ "output":{"shape":"UpdateDataSourceResponse"},
366
+ "errors":[
367
+ {"shape":"BadRequestException"},
368
+ {"shape":"ConcurrentModificationException"},
369
+ {"shape":"NotFoundException"},
370
+ {"shape":"UnauthorizedException"},
371
+ {"shape":"InternalFailureException"}
372
+ ]
373
+ },
374
+ "UpdateGraphqlApi":{
375
+ "name":"UpdateGraphqlApi",
376
+ "http":{
377
+ "method":"POST",
378
+ "requestUri":"/v1/apis/{apiId}"
379
+ },
380
+ "input":{"shape":"UpdateGraphqlApiRequest"},
381
+ "output":{"shape":"UpdateGraphqlApiResponse"},
382
+ "errors":[
383
+ {"shape":"BadRequestException"},
384
+ {"shape":"ConcurrentModificationException"},
385
+ {"shape":"NotFoundException"},
386
+ {"shape":"UnauthorizedException"},
387
+ {"shape":"InternalFailureException"}
388
+ ]
389
+ },
390
+ "UpdateResolver":{
391
+ "name":"UpdateResolver",
392
+ "http":{
393
+ "method":"POST",
394
+ "requestUri":"/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}"
395
+ },
396
+ "input":{"shape":"UpdateResolverRequest"},
397
+ "output":{"shape":"UpdateResolverResponse"},
398
+ "errors":[
399
+ {"shape":"ConcurrentModificationException"},
400
+ {"shape":"NotFoundException"},
401
+ {"shape":"UnauthorizedException"},
402
+ {"shape":"InternalFailureException"}
403
+ ]
404
+ },
405
+ "UpdateType":{
406
+ "name":"UpdateType",
407
+ "http":{
408
+ "method":"POST",
409
+ "requestUri":"/v1/apis/{apiId}/types/{typeName}"
410
+ },
411
+ "input":{"shape":"UpdateTypeRequest"},
412
+ "output":{"shape":"UpdateTypeResponse"},
413
+ "errors":[
414
+ {"shape":"BadRequestException"},
415
+ {"shape":"ConcurrentModificationException"},
416
+ {"shape":"NotFoundException"},
417
+ {"shape":"UnauthorizedException"},
418
+ {"shape":"InternalFailureException"}
419
+ ]
420
+ }
421
+ },
422
+ "shapes":{
423
+ "ApiKey":{
424
+ "type":"structure",
425
+ "members":{
426
+ "id":{"shape":"String"},
427
+ "description":{"shape":"String"},
428
+ "expires":{"shape":"Long"}
429
+ }
430
+ },
431
+ "ApiKeyLimitExceededException":{
432
+ "type":"structure",
433
+ "members":{
434
+ "message":{"shape":"String"}
435
+ },
436
+ "error":{"httpStatusCode":400},
437
+ "exception":true
438
+ },
439
+ "ApiKeys":{
440
+ "type":"list",
441
+ "member":{"shape":"ApiKey"}
442
+ },
443
+ "ApiLimitExceededException":{
444
+ "type":"structure",
445
+ "members":{
446
+ "message":{"shape":"String"}
447
+ },
448
+ "error":{"httpStatusCode":400},
449
+ "exception":true
450
+ },
451
+ "AuthenticationType":{
452
+ "type":"string",
453
+ "enum":[
454
+ "API_KEY",
455
+ "AWS_IAM",
456
+ "AMAZON_COGNITO_USER_POOLS"
457
+ ]
458
+ },
459
+ "BadRequestException":{
460
+ "type":"structure",
461
+ "members":{
462
+ "message":{"shape":"ErrorMessage"}
463
+ },
464
+ "error":{"httpStatusCode":400},
465
+ "exception":true
466
+ },
467
+ "Blob":{"type":"blob"},
468
+ "Boolean":{"type":"boolean"},
469
+ "ConcurrentModificationException":{
470
+ "type":"structure",
471
+ "members":{
472
+ "message":{"shape":"ErrorMessage"}
473
+ },
474
+ "error":{"httpStatusCode":409},
475
+ "exception":true
476
+ },
477
+ "CreateApiKeyRequest":{
478
+ "type":"structure",
479
+ "required":["apiId"],
480
+ "members":{
481
+ "apiId":{
482
+ "shape":"String",
483
+ "location":"uri",
484
+ "locationName":"apiId"
485
+ },
486
+ "description":{"shape":"String"}
487
+ }
488
+ },
489
+ "CreateApiKeyResponse":{
490
+ "type":"structure",
491
+ "members":{
492
+ "apiKey":{"shape":"ApiKey"}
493
+ }
494
+ },
495
+ "CreateDataSourceRequest":{
496
+ "type":"structure",
497
+ "required":[
498
+ "apiId",
499
+ "name",
500
+ "type"
501
+ ],
502
+ "members":{
503
+ "apiId":{
504
+ "shape":"String",
505
+ "location":"uri",
506
+ "locationName":"apiId"
507
+ },
508
+ "name":{"shape":"ResourceName"},
509
+ "description":{"shape":"String"},
510
+ "type":{"shape":"DataSourceType"},
511
+ "serviceRoleArn":{"shape":"String"},
512
+ "dynamodbConfig":{"shape":"DynamodbDataSourceConfig"},
513
+ "lambdaConfig":{"shape":"LambdaDataSourceConfig"},
514
+ "elasticsearchConfig":{"shape":"ElasticsearchDataSourceConfig"}
515
+ }
516
+ },
517
+ "CreateDataSourceResponse":{
518
+ "type":"structure",
519
+ "members":{
520
+ "dataSource":{"shape":"DataSource"}
521
+ }
522
+ },
523
+ "CreateGraphqlApiRequest":{
524
+ "type":"structure",
525
+ "required":[
526
+ "name",
527
+ "authenticationType"
528
+ ],
529
+ "members":{
530
+ "name":{"shape":"ResourceName"},
531
+ "authenticationType":{"shape":"AuthenticationType"},
532
+ "userPoolConfig":{"shape":"UserPoolConfig"}
533
+ }
534
+ },
535
+ "CreateGraphqlApiResponse":{
536
+ "type":"structure",
537
+ "members":{
538
+ "graphqlApi":{"shape":"GraphqlApi"}
539
+ }
540
+ },
541
+ "CreateResolverRequest":{
542
+ "type":"structure",
543
+ "required":[
544
+ "apiId",
545
+ "typeName",
546
+ "fieldName",
547
+ "dataSourceName",
548
+ "requestMappingTemplate"
549
+ ],
550
+ "members":{
551
+ "apiId":{
552
+ "shape":"String",
553
+ "location":"uri",
554
+ "locationName":"apiId"
555
+ },
556
+ "typeName":{
557
+ "shape":"ResourceName",
558
+ "location":"uri",
559
+ "locationName":"typeName"
560
+ },
561
+ "fieldName":{"shape":"ResourceName"},
562
+ "dataSourceName":{"shape":"ResourceName"},
563
+ "requestMappingTemplate":{"shape":"MappingTemplate"},
564
+ "responseMappingTemplate":{"shape":"MappingTemplate"}
565
+ }
566
+ },
567
+ "CreateResolverResponse":{
568
+ "type":"structure",
569
+ "members":{
570
+ "resolver":{"shape":"Resolver"}
571
+ }
572
+ },
573
+ "CreateTypeRequest":{
574
+ "type":"structure",
575
+ "required":[
576
+ "apiId",
577
+ "definition",
578
+ "format"
579
+ ],
580
+ "members":{
581
+ "apiId":{
582
+ "shape":"String",
583
+ "location":"uri",
584
+ "locationName":"apiId"
585
+ },
586
+ "definition":{"shape":"String"},
587
+ "format":{"shape":"TypeDefinitionFormat"}
588
+ }
589
+ },
590
+ "CreateTypeResponse":{
591
+ "type":"structure",
592
+ "members":{
593
+ "type":{"shape":"Type"}
594
+ }
595
+ },
596
+ "DataSource":{
597
+ "type":"structure",
598
+ "members":{
599
+ "dataSourceArn":{"shape":"String"},
600
+ "name":{"shape":"ResourceName"},
601
+ "description":{"shape":"String"},
602
+ "type":{"shape":"DataSourceType"},
603
+ "serviceRoleArn":{"shape":"String"},
604
+ "dynamodbConfig":{"shape":"DynamodbDataSourceConfig"},
605
+ "lambdaConfig":{"shape":"LambdaDataSourceConfig"},
606
+ "elasticsearchConfig":{"shape":"ElasticsearchDataSourceConfig"}
607
+ }
608
+ },
609
+ "DataSourceType":{
610
+ "type":"string",
611
+ "enum":[
612
+ "AWS_LAMBDA",
613
+ "AMAZON_DYNAMODB",
614
+ "AMAZON_ELASTICSEARCH"
615
+ ]
616
+ },
617
+ "DataSources":{
618
+ "type":"list",
619
+ "member":{"shape":"DataSource"}
620
+ },
621
+ "DefaultAction":{
622
+ "type":"string",
623
+ "enum":[
624
+ "ALLOW",
625
+ "DENY"
626
+ ]
627
+ },
628
+ "DeleteApiKeyRequest":{
629
+ "type":"structure",
630
+ "required":[
631
+ "apiId",
632
+ "id"
633
+ ],
634
+ "members":{
635
+ "apiId":{
636
+ "shape":"String",
637
+ "location":"uri",
638
+ "locationName":"apiId"
639
+ },
640
+ "id":{
641
+ "shape":"String",
642
+ "location":"uri",
643
+ "locationName":"id"
644
+ }
645
+ }
646
+ },
647
+ "DeleteApiKeyResponse":{
648
+ "type":"structure",
649
+ "members":{
650
+ }
651
+ },
652
+ "DeleteDataSourceRequest":{
653
+ "type":"structure",
654
+ "required":[
655
+ "apiId",
656
+ "name"
657
+ ],
658
+ "members":{
659
+ "apiId":{
660
+ "shape":"String",
661
+ "location":"uri",
662
+ "locationName":"apiId"
663
+ },
664
+ "name":{
665
+ "shape":"ResourceName",
666
+ "location":"uri",
667
+ "locationName":"name"
668
+ }
669
+ }
670
+ },
671
+ "DeleteDataSourceResponse":{
672
+ "type":"structure",
673
+ "members":{
674
+ }
675
+ },
676
+ "DeleteGraphqlApiRequest":{
677
+ "type":"structure",
678
+ "required":["apiId"],
679
+ "members":{
680
+ "apiId":{
681
+ "shape":"String",
682
+ "location":"uri",
683
+ "locationName":"apiId"
684
+ }
685
+ }
686
+ },
687
+ "DeleteGraphqlApiResponse":{
688
+ "type":"structure",
689
+ "members":{
690
+ }
691
+ },
692
+ "DeleteResolverRequest":{
693
+ "type":"structure",
694
+ "required":[
695
+ "apiId",
696
+ "typeName",
697
+ "fieldName"
698
+ ],
699
+ "members":{
700
+ "apiId":{
701
+ "shape":"String",
702
+ "location":"uri",
703
+ "locationName":"apiId"
704
+ },
705
+ "typeName":{
706
+ "shape":"ResourceName",
707
+ "location":"uri",
708
+ "locationName":"typeName"
709
+ },
710
+ "fieldName":{
711
+ "shape":"ResourceName",
712
+ "location":"uri",
713
+ "locationName":"fieldName"
714
+ }
715
+ }
716
+ },
717
+ "DeleteResolverResponse":{
718
+ "type":"structure",
719
+ "members":{
720
+ }
721
+ },
722
+ "DeleteTypeRequest":{
723
+ "type":"structure",
724
+ "required":[
725
+ "apiId",
726
+ "typeName"
727
+ ],
728
+ "members":{
729
+ "apiId":{
730
+ "shape":"String",
731
+ "location":"uri",
732
+ "locationName":"apiId"
733
+ },
734
+ "typeName":{
735
+ "shape":"ResourceName",
736
+ "location":"uri",
737
+ "locationName":"typeName"
738
+ }
739
+ }
740
+ },
741
+ "DeleteTypeResponse":{
742
+ "type":"structure",
743
+ "members":{
744
+ }
745
+ },
746
+ "DynamodbDataSourceConfig":{
747
+ "type":"structure",
748
+ "required":[
749
+ "tableName",
750
+ "awsRegion"
751
+ ],
752
+ "members":{
753
+ "tableName":{"shape":"String"},
754
+ "awsRegion":{"shape":"String"},
755
+ "useCallerCredentials":{"shape":"Boolean"}
756
+ }
757
+ },
758
+ "ElasticsearchDataSourceConfig":{
759
+ "type":"structure",
760
+ "required":[
761
+ "endpoint",
762
+ "awsRegion"
763
+ ],
764
+ "members":{
765
+ "endpoint":{"shape":"String"},
766
+ "awsRegion":{"shape":"String"}
767
+ }
768
+ },
769
+ "ErrorMessage":{"type":"string"},
770
+ "GetDataSourceRequest":{
771
+ "type":"structure",
772
+ "required":[
773
+ "apiId",
774
+ "name"
775
+ ],
776
+ "members":{
777
+ "apiId":{
778
+ "shape":"String",
779
+ "location":"uri",
780
+ "locationName":"apiId"
781
+ },
782
+ "name":{
783
+ "shape":"ResourceName",
784
+ "location":"uri",
785
+ "locationName":"name"
786
+ }
787
+ }
788
+ },
789
+ "GetDataSourceResponse":{
790
+ "type":"structure",
791
+ "members":{
792
+ "dataSource":{"shape":"DataSource"}
793
+ }
794
+ },
795
+ "GetGraphqlApiRequest":{
796
+ "type":"structure",
797
+ "required":["apiId"],
798
+ "members":{
799
+ "apiId":{
800
+ "shape":"String",
801
+ "location":"uri",
802
+ "locationName":"apiId"
803
+ }
804
+ }
805
+ },
806
+ "GetGraphqlApiResponse":{
807
+ "type":"structure",
808
+ "members":{
809
+ "graphqlApi":{"shape":"GraphqlApi"}
810
+ }
811
+ },
812
+ "GetIntrospectionSchemaRequest":{
813
+ "type":"structure",
814
+ "required":[
815
+ "apiId",
816
+ "format"
817
+ ],
818
+ "members":{
819
+ "apiId":{
820
+ "shape":"String",
821
+ "location":"uri",
822
+ "locationName":"apiId"
823
+ },
824
+ "format":{
825
+ "shape":"OutputType",
826
+ "location":"querystring",
827
+ "locationName":"format"
828
+ }
829
+ }
830
+ },
831
+ "GetIntrospectionSchemaResponse":{
832
+ "type":"structure",
833
+ "members":{
834
+ "schema":{"shape":"Blob"}
835
+ },
836
+ "payload":"schema"
837
+ },
838
+ "GetResolverRequest":{
839
+ "type":"structure",
840
+ "required":[
841
+ "apiId",
842
+ "typeName",
843
+ "fieldName"
844
+ ],
845
+ "members":{
846
+ "apiId":{
847
+ "shape":"String",
848
+ "location":"uri",
849
+ "locationName":"apiId"
850
+ },
851
+ "typeName":{
852
+ "shape":"ResourceName",
853
+ "location":"uri",
854
+ "locationName":"typeName"
855
+ },
856
+ "fieldName":{
857
+ "shape":"ResourceName",
858
+ "location":"uri",
859
+ "locationName":"fieldName"
860
+ }
861
+ }
862
+ },
863
+ "GetResolverResponse":{
864
+ "type":"structure",
865
+ "members":{
866
+ "resolver":{"shape":"Resolver"}
867
+ }
868
+ },
869
+ "GetSchemaCreationStatusRequest":{
870
+ "type":"structure",
871
+ "required":["apiId"],
872
+ "members":{
873
+ "apiId":{
874
+ "shape":"String",
875
+ "location":"uri",
876
+ "locationName":"apiId"
877
+ }
878
+ }
879
+ },
880
+ "GetSchemaCreationStatusResponse":{
881
+ "type":"structure",
882
+ "members":{
883
+ "status":{"shape":"SchemaStatus"},
884
+ "details":{"shape":"String"}
885
+ }
886
+ },
887
+ "GetTypeRequest":{
888
+ "type":"structure",
889
+ "required":[
890
+ "apiId",
891
+ "typeName",
892
+ "format"
893
+ ],
894
+ "members":{
895
+ "apiId":{
896
+ "shape":"String",
897
+ "location":"uri",
898
+ "locationName":"apiId"
899
+ },
900
+ "typeName":{
901
+ "shape":"ResourceName",
902
+ "location":"uri",
903
+ "locationName":"typeName"
904
+ },
905
+ "format":{
906
+ "shape":"TypeDefinitionFormat",
907
+ "location":"querystring",
908
+ "locationName":"format"
909
+ }
910
+ }
911
+ },
912
+ "GetTypeResponse":{
913
+ "type":"structure",
914
+ "members":{
915
+ "type":{"shape":"Type"}
916
+ }
917
+ },
918
+ "GraphQLSchemaException":{
919
+ "type":"structure",
920
+ "members":{
921
+ "message":{"shape":"ErrorMessage"}
922
+ },
923
+ "error":{"httpStatusCode":400},
924
+ "exception":true
925
+ },
926
+ "GraphqlApi":{
927
+ "type":"structure",
928
+ "members":{
929
+ "name":{"shape":"ResourceName"},
930
+ "apiId":{"shape":"String"},
931
+ "authenticationType":{"shape":"AuthenticationType"},
932
+ "userPoolConfig":{"shape":"UserPoolConfig"},
933
+ "arn":{"shape":"String"},
934
+ "uris":{"shape":"MapOfStringToString"}
935
+ }
936
+ },
937
+ "GraphqlApis":{
938
+ "type":"list",
939
+ "member":{"shape":"GraphqlApi"}
940
+ },
941
+ "InternalFailureException":{
942
+ "type":"structure",
943
+ "members":{
944
+ "message":{"shape":"String"}
945
+ },
946
+ "error":{"httpStatusCode":500},
947
+ "exception":true,
948
+ "fault":true
949
+ },
950
+ "LambdaDataSourceConfig":{
951
+ "type":"structure",
952
+ "required":["lambdaFunctionArn"],
953
+ "members":{
954
+ "lambdaFunctionArn":{"shape":"String"}
955
+ }
956
+ },
957
+ "LimitExceededException":{
958
+ "type":"structure",
959
+ "members":{
960
+ "message":{"shape":"String"}
961
+ },
962
+ "error":{"httpStatusCode":429},
963
+ "exception":true
964
+ },
965
+ "ListApiKeysRequest":{
966
+ "type":"structure",
967
+ "required":["apiId"],
968
+ "members":{
969
+ "apiId":{
970
+ "shape":"String",
971
+ "location":"uri",
972
+ "locationName":"apiId"
973
+ },
974
+ "nextToken":{
975
+ "shape":"PaginationToken",
976
+ "location":"querystring",
977
+ "locationName":"nextToken"
978
+ },
979
+ "maxResults":{
980
+ "shape":"MaxResults",
981
+ "location":"querystring",
982
+ "locationName":"maxResults"
983
+ }
984
+ }
985
+ },
986
+ "ListApiKeysResponse":{
987
+ "type":"structure",
988
+ "members":{
989
+ "apiKeys":{"shape":"ApiKeys"},
990
+ "nextToken":{"shape":"PaginationToken"}
991
+ }
992
+ },
993
+ "ListDataSourcesRequest":{
994
+ "type":"structure",
995
+ "required":["apiId"],
996
+ "members":{
997
+ "apiId":{
998
+ "shape":"String",
999
+ "location":"uri",
1000
+ "locationName":"apiId"
1001
+ },
1002
+ "nextToken":{
1003
+ "shape":"PaginationToken",
1004
+ "location":"querystring",
1005
+ "locationName":"nextToken"
1006
+ },
1007
+ "maxResults":{
1008
+ "shape":"MaxResults",
1009
+ "location":"querystring",
1010
+ "locationName":"maxResults"
1011
+ }
1012
+ }
1013
+ },
1014
+ "ListDataSourcesResponse":{
1015
+ "type":"structure",
1016
+ "members":{
1017
+ "dataSources":{"shape":"DataSources"},
1018
+ "nextToken":{"shape":"PaginationToken"}
1019
+ }
1020
+ },
1021
+ "ListGraphqlApisRequest":{
1022
+ "type":"structure",
1023
+ "members":{
1024
+ "nextToken":{
1025
+ "shape":"PaginationToken",
1026
+ "location":"querystring",
1027
+ "locationName":"nextToken"
1028
+ },
1029
+ "maxResults":{
1030
+ "shape":"MaxResults",
1031
+ "location":"querystring",
1032
+ "locationName":"maxResults"
1033
+ }
1034
+ }
1035
+ },
1036
+ "ListGraphqlApisResponse":{
1037
+ "type":"structure",
1038
+ "members":{
1039
+ "graphqlApis":{"shape":"GraphqlApis"},
1040
+ "nextToken":{"shape":"PaginationToken"}
1041
+ }
1042
+ },
1043
+ "ListResolversRequest":{
1044
+ "type":"structure",
1045
+ "required":[
1046
+ "apiId",
1047
+ "typeName"
1048
+ ],
1049
+ "members":{
1050
+ "apiId":{
1051
+ "shape":"String",
1052
+ "location":"uri",
1053
+ "locationName":"apiId"
1054
+ },
1055
+ "typeName":{
1056
+ "shape":"String",
1057
+ "location":"uri",
1058
+ "locationName":"typeName"
1059
+ },
1060
+ "nextToken":{
1061
+ "shape":"PaginationToken",
1062
+ "location":"querystring",
1063
+ "locationName":"nextToken"
1064
+ },
1065
+ "maxResults":{
1066
+ "shape":"MaxResults",
1067
+ "location":"querystring",
1068
+ "locationName":"maxResults"
1069
+ }
1070
+ }
1071
+ },
1072
+ "ListResolversResponse":{
1073
+ "type":"structure",
1074
+ "members":{
1075
+ "resolvers":{"shape":"Resolvers"},
1076
+ "nextToken":{"shape":"PaginationToken"}
1077
+ }
1078
+ },
1079
+ "ListTypesRequest":{
1080
+ "type":"structure",
1081
+ "required":[
1082
+ "apiId",
1083
+ "format"
1084
+ ],
1085
+ "members":{
1086
+ "apiId":{
1087
+ "shape":"String",
1088
+ "location":"uri",
1089
+ "locationName":"apiId"
1090
+ },
1091
+ "format":{
1092
+ "shape":"TypeDefinitionFormat",
1093
+ "location":"querystring",
1094
+ "locationName":"format"
1095
+ },
1096
+ "nextToken":{
1097
+ "shape":"PaginationToken",
1098
+ "location":"querystring",
1099
+ "locationName":"nextToken"
1100
+ },
1101
+ "maxResults":{
1102
+ "shape":"MaxResults",
1103
+ "location":"querystring",
1104
+ "locationName":"maxResults"
1105
+ }
1106
+ }
1107
+ },
1108
+ "ListTypesResponse":{
1109
+ "type":"structure",
1110
+ "members":{
1111
+ "types":{"shape":"TypeList"},
1112
+ "nextToken":{"shape":"PaginationToken"}
1113
+ }
1114
+ },
1115
+ "Long":{"type":"long"},
1116
+ "MapOfStringToString":{
1117
+ "type":"map",
1118
+ "key":{"shape":"String"},
1119
+ "value":{"shape":"String"}
1120
+ },
1121
+ "MappingTemplate":{
1122
+ "type":"string",
1123
+ "max":65536,
1124
+ "min":0
1125
+ },
1126
+ "MaxResults":{
1127
+ "type":"integer",
1128
+ "max":25,
1129
+ "min":0
1130
+ },
1131
+ "NotFoundException":{
1132
+ "type":"structure",
1133
+ "members":{
1134
+ "message":{"shape":"String"}
1135
+ },
1136
+ "error":{"httpStatusCode":404},
1137
+ "exception":true
1138
+ },
1139
+ "OutputType":{
1140
+ "type":"string",
1141
+ "enum":[
1142
+ "SDL",
1143
+ "JSON"
1144
+ ]
1145
+ },
1146
+ "PaginationToken":{
1147
+ "type":"string",
1148
+ "pattern":"[\\\\S]+"
1149
+ },
1150
+ "Resolver":{
1151
+ "type":"structure",
1152
+ "members":{
1153
+ "typeName":{"shape":"ResourceName"},
1154
+ "fieldName":{"shape":"ResourceName"},
1155
+ "dataSourceName":{"shape":"ResourceName"},
1156
+ "resolverArn":{"shape":"String"},
1157
+ "requestMappingTemplate":{"shape":"MappingTemplate"},
1158
+ "responseMappingTemplate":{"shape":"MappingTemplate"}
1159
+ }
1160
+ },
1161
+ "Resolvers":{
1162
+ "type":"list",
1163
+ "member":{"shape":"Resolver"}
1164
+ },
1165
+ "ResourceName":{
1166
+ "type":"string",
1167
+ "pattern":"[_A-Za-z][_0-9A-Za-z]*"
1168
+ },
1169
+ "SchemaStatus":{
1170
+ "type":"string",
1171
+ "enum":[
1172
+ "PROCESSING",
1173
+ "ACTIVE",
1174
+ "DELETING"
1175
+ ]
1176
+ },
1177
+ "StartSchemaCreationRequest":{
1178
+ "type":"structure",
1179
+ "required":[
1180
+ "apiId",
1181
+ "definition"
1182
+ ],
1183
+ "members":{
1184
+ "apiId":{
1185
+ "shape":"String",
1186
+ "location":"uri",
1187
+ "locationName":"apiId"
1188
+ },
1189
+ "definition":{"shape":"Blob"}
1190
+ }
1191
+ },
1192
+ "StartSchemaCreationResponse":{
1193
+ "type":"structure",
1194
+ "members":{
1195
+ "status":{"shape":"SchemaStatus"}
1196
+ }
1197
+ },
1198
+ "String":{"type":"string"},
1199
+ "Type":{
1200
+ "type":"structure",
1201
+ "members":{
1202
+ "name":{"shape":"ResourceName"},
1203
+ "description":{"shape":"String"},
1204
+ "arn":{"shape":"String"},
1205
+ "definition":{"shape":"String"},
1206
+ "format":{"shape":"TypeDefinitionFormat"}
1207
+ }
1208
+ },
1209
+ "TypeDefinitionFormat":{
1210
+ "type":"string",
1211
+ "enum":[
1212
+ "SDL",
1213
+ "JSON"
1214
+ ]
1215
+ },
1216
+ "TypeList":{
1217
+ "type":"list",
1218
+ "member":{"shape":"Type"}
1219
+ },
1220
+ "UnauthorizedException":{
1221
+ "type":"structure",
1222
+ "members":{
1223
+ "message":{"shape":"String"}
1224
+ },
1225
+ "error":{"httpStatusCode":401},
1226
+ "exception":true
1227
+ },
1228
+ "UpdateDataSourceRequest":{
1229
+ "type":"structure",
1230
+ "required":[
1231
+ "apiId",
1232
+ "name",
1233
+ "type"
1234
+ ],
1235
+ "members":{
1236
+ "apiId":{
1237
+ "shape":"String",
1238
+ "location":"uri",
1239
+ "locationName":"apiId"
1240
+ },
1241
+ "name":{
1242
+ "shape":"ResourceName",
1243
+ "location":"uri",
1244
+ "locationName":"name"
1245
+ },
1246
+ "description":{"shape":"String"},
1247
+ "type":{"shape":"DataSourceType"},
1248
+ "serviceRoleArn":{"shape":"String"},
1249
+ "dynamodbConfig":{"shape":"DynamodbDataSourceConfig"},
1250
+ "lambdaConfig":{"shape":"LambdaDataSourceConfig"},
1251
+ "elasticsearchConfig":{"shape":"ElasticsearchDataSourceConfig"}
1252
+ }
1253
+ },
1254
+ "UpdateDataSourceResponse":{
1255
+ "type":"structure",
1256
+ "members":{
1257
+ "dataSource":{"shape":"DataSource"}
1258
+ }
1259
+ },
1260
+ "UpdateGraphqlApiRequest":{
1261
+ "type":"structure",
1262
+ "required":[
1263
+ "apiId",
1264
+ "name"
1265
+ ],
1266
+ "members":{
1267
+ "apiId":{
1268
+ "shape":"String",
1269
+ "location":"uri",
1270
+ "locationName":"apiId"
1271
+ },
1272
+ "name":{"shape":"ResourceName"},
1273
+ "authenticationType":{"shape":"AuthenticationType"},
1274
+ "userPoolConfig":{"shape":"UserPoolConfig"}
1275
+ }
1276
+ },
1277
+ "UpdateGraphqlApiResponse":{
1278
+ "type":"structure",
1279
+ "members":{
1280
+ "graphqlApi":{"shape":"GraphqlApi"}
1281
+ }
1282
+ },
1283
+ "UpdateResolverRequest":{
1284
+ "type":"structure",
1285
+ "required":[
1286
+ "apiId",
1287
+ "typeName",
1288
+ "fieldName",
1289
+ "dataSourceName",
1290
+ "requestMappingTemplate"
1291
+ ],
1292
+ "members":{
1293
+ "apiId":{
1294
+ "shape":"String",
1295
+ "location":"uri",
1296
+ "locationName":"apiId"
1297
+ },
1298
+ "typeName":{
1299
+ "shape":"ResourceName",
1300
+ "location":"uri",
1301
+ "locationName":"typeName"
1302
+ },
1303
+ "fieldName":{
1304
+ "shape":"ResourceName",
1305
+ "location":"uri",
1306
+ "locationName":"fieldName"
1307
+ },
1308
+ "dataSourceName":{"shape":"ResourceName"},
1309
+ "requestMappingTemplate":{"shape":"MappingTemplate"},
1310
+ "responseMappingTemplate":{"shape":"MappingTemplate"}
1311
+ }
1312
+ },
1313
+ "UpdateResolverResponse":{
1314
+ "type":"structure",
1315
+ "members":{
1316
+ "resolver":{"shape":"Resolver"}
1317
+ }
1318
+ },
1319
+ "UpdateTypeRequest":{
1320
+ "type":"structure",
1321
+ "required":[
1322
+ "apiId",
1323
+ "typeName",
1324
+ "format"
1325
+ ],
1326
+ "members":{
1327
+ "apiId":{
1328
+ "shape":"String",
1329
+ "location":"uri",
1330
+ "locationName":"apiId"
1331
+ },
1332
+ "typeName":{
1333
+ "shape":"ResourceName",
1334
+ "location":"uri",
1335
+ "locationName":"typeName"
1336
+ },
1337
+ "definition":{"shape":"String"},
1338
+ "format":{"shape":"TypeDefinitionFormat"}
1339
+ }
1340
+ },
1341
+ "UpdateTypeResponse":{
1342
+ "type":"structure",
1343
+ "members":{
1344
+ "type":{"shape":"Type"}
1345
+ }
1346
+ },
1347
+ "UserPoolConfig":{
1348
+ "type":"structure",
1349
+ "required":[
1350
+ "userPoolId",
1351
+ "awsRegion",
1352
+ "defaultAction"
1353
+ ],
1354
+ "members":{
1355
+ "userPoolId":{"shape":"String"},
1356
+ "awsRegion":{"shape":"String"},
1357
+ "defaultAction":{"shape":"DefaultAction"},
1358
+ "appIdClientRegex":{"shape":"String"}
1359
+ }
1360
+ }
1361
+ }
1362
+ }