aws-sdk-core 2.11.402 → 2.11.403
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/amplify/2017-07-25/api-2.json +203 -0
- data/apis/appsync/2017-07-25/api-2.json +286 -4
- data/apis/config/2014-11-12/api-2.json +71 -0
- data/apis/connect/2017-08-08/api-2.json +96 -5
- data/apis/connectparticipant/2018-09-07/api-2.json +408 -0
- data/apis/connectparticipant/2018-09-07/examples-1.json +5 -0
- data/apis/connectparticipant/2018-09-07/paginators-1.json +9 -0
- data/apis/dynamodb/2012-08-10/api-2.json +214 -2
- data/apis/ec2/2016-11-15/api-2.json +78 -13
- data/apis/glue/2017-03-31/api-2.json +5 -0
- data/apis/lex-models/2017-04-19/api-2.json +7 -3
- data/apis/runtime.lex/2016-11-28/api-2.json +15 -0
- data/apis/ssm/2014-11-06/api-2.json +40 -0
- data/apis/transcribe/2017-10-26/api-2.json +8 -1
- data/endpoints.json +16 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/connectparticipant.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f73df80fb0cc9fe28b5d38393d659aa974360b97
|
4
|
+
data.tar.gz: 41125d186e7926460c90f94cf7420c2114253f07
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bac62a3b57863756dd387ca9d3719bba1bb4e37cc556e86543644a07850fced2e0f4cbc890885e839e86ea25d750d75cb3ab8178697340ada39330cecbc59261
|
7
|
+
data.tar.gz: 7b5dbeb08f4b53bea8486619ff5587f8f5585adb5703ccc435ab705b5dfcb8c8dc1f9bcd802e926580d8916cae70793ecb201659c70dbbcbd478e4bb7ead381b
|
@@ -29,6 +29,22 @@
|
|
29
29
|
{"shape":"DependentServiceFailureException"}
|
30
30
|
]
|
31
31
|
},
|
32
|
+
"CreateBackendEnvironment":{
|
33
|
+
"name":"CreateBackendEnvironment",
|
34
|
+
"http":{
|
35
|
+
"method":"POST",
|
36
|
+
"requestUri":"/apps/{appId}/backendenvironments"
|
37
|
+
},
|
38
|
+
"input":{"shape":"CreateBackendEnvironmentRequest"},
|
39
|
+
"output":{"shape":"CreateBackendEnvironmentResult"},
|
40
|
+
"errors":[
|
41
|
+
{"shape":"BadRequestException"},
|
42
|
+
{"shape":"UnauthorizedException"},
|
43
|
+
{"shape":"NotFoundException"},
|
44
|
+
{"shape":"InternalFailureException"},
|
45
|
+
{"shape":"LimitExceededException"}
|
46
|
+
]
|
47
|
+
},
|
32
48
|
"CreateBranch":{
|
33
49
|
"name":"CreateBranch",
|
34
50
|
"http":{
|
@@ -111,6 +127,22 @@
|
|
111
127
|
{"shape":"DependentServiceFailureException"}
|
112
128
|
]
|
113
129
|
},
|
130
|
+
"DeleteBackendEnvironment":{
|
131
|
+
"name":"DeleteBackendEnvironment",
|
132
|
+
"http":{
|
133
|
+
"method":"DELETE",
|
134
|
+
"requestUri":"/apps/{appId}/backendenvironments/{environmentName}"
|
135
|
+
},
|
136
|
+
"input":{"shape":"DeleteBackendEnvironmentRequest"},
|
137
|
+
"output":{"shape":"DeleteBackendEnvironmentResult"},
|
138
|
+
"errors":[
|
139
|
+
{"shape":"BadRequestException"},
|
140
|
+
{"shape":"UnauthorizedException"},
|
141
|
+
{"shape":"NotFoundException"},
|
142
|
+
{"shape":"InternalFailureException"},
|
143
|
+
{"shape":"DependentServiceFailureException"}
|
144
|
+
]
|
145
|
+
},
|
114
146
|
"DeleteBranch":{
|
115
147
|
"name":"DeleteBranch",
|
116
148
|
"http":{
|
@@ -221,6 +253,21 @@
|
|
221
253
|
{"shape":"LimitExceededException"}
|
222
254
|
]
|
223
255
|
},
|
256
|
+
"GetBackendEnvironment":{
|
257
|
+
"name":"GetBackendEnvironment",
|
258
|
+
"http":{
|
259
|
+
"method":"GET",
|
260
|
+
"requestUri":"/apps/{appId}/backendenvironments/{environmentName}"
|
261
|
+
},
|
262
|
+
"input":{"shape":"GetBackendEnvironmentRequest"},
|
263
|
+
"output":{"shape":"GetBackendEnvironmentResult"},
|
264
|
+
"errors":[
|
265
|
+
{"shape":"BadRequestException"},
|
266
|
+
{"shape":"UnauthorizedException"},
|
267
|
+
{"shape":"NotFoundException"},
|
268
|
+
{"shape":"InternalFailureException"}
|
269
|
+
]
|
270
|
+
},
|
224
271
|
"GetBranch":{
|
225
272
|
"name":"GetBranch",
|
226
273
|
"http":{
|
@@ -312,6 +359,20 @@
|
|
312
359
|
{"shape":"LimitExceededException"}
|
313
360
|
]
|
314
361
|
},
|
362
|
+
"ListBackendEnvironments":{
|
363
|
+
"name":"ListBackendEnvironments",
|
364
|
+
"http":{
|
365
|
+
"method":"GET",
|
366
|
+
"requestUri":"/apps/{appId}/backendenvironments"
|
367
|
+
},
|
368
|
+
"input":{"shape":"ListBackendEnvironmentsRequest"},
|
369
|
+
"output":{"shape":"ListBackendEnvironmentsResult"},
|
370
|
+
"errors":[
|
371
|
+
{"shape":"BadRequestException"},
|
372
|
+
{"shape":"UnauthorizedException"},
|
373
|
+
{"shape":"InternalFailureException"}
|
374
|
+
]
|
375
|
+
},
|
315
376
|
"ListBranches":{
|
316
377
|
"name":"ListBranches",
|
317
378
|
"http":{
|
@@ -650,11 +711,32 @@
|
|
650
711
|
"type":"list",
|
651
712
|
"member":{"shape":"AutoBranchCreationPattern"}
|
652
713
|
},
|
714
|
+
"BackendEnvironment":{
|
715
|
+
"type":"structure",
|
716
|
+
"required":[
|
717
|
+
"backendEnvironmentArn",
|
718
|
+
"environmentName",
|
719
|
+
"createTime",
|
720
|
+
"updateTime"
|
721
|
+
],
|
722
|
+
"members":{
|
723
|
+
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"},
|
724
|
+
"environmentName":{"shape":"EnvironmentName"},
|
725
|
+
"stackName":{"shape":"StackName"},
|
726
|
+
"deploymentArtifacts":{"shape":"DeploymentArtifacts"},
|
727
|
+
"createTime":{"shape":"CreateTime"},
|
728
|
+
"updateTime":{"shape":"UpdateTime"}
|
729
|
+
}
|
730
|
+
},
|
653
731
|
"BackendEnvironmentArn":{
|
654
732
|
"type":"string",
|
655
733
|
"max":1000,
|
656
734
|
"min":1
|
657
735
|
},
|
736
|
+
"BackendEnvironments":{
|
737
|
+
"type":"list",
|
738
|
+
"member":{"shape":"BackendEnvironment"}
|
739
|
+
},
|
658
740
|
"BadRequestException":{
|
659
741
|
"type":"structure",
|
660
742
|
"members":{
|
@@ -786,6 +868,30 @@
|
|
786
868
|
"app":{"shape":"App"}
|
787
869
|
}
|
788
870
|
},
|
871
|
+
"CreateBackendEnvironmentRequest":{
|
872
|
+
"type":"structure",
|
873
|
+
"required":[
|
874
|
+
"appId",
|
875
|
+
"environmentName"
|
876
|
+
],
|
877
|
+
"members":{
|
878
|
+
"appId":{
|
879
|
+
"shape":"AppId",
|
880
|
+
"location":"uri",
|
881
|
+
"locationName":"appId"
|
882
|
+
},
|
883
|
+
"environmentName":{"shape":"EnvironmentName"},
|
884
|
+
"stackName":{"shape":"StackName"},
|
885
|
+
"deploymentArtifacts":{"shape":"DeploymentArtifacts"}
|
886
|
+
}
|
887
|
+
},
|
888
|
+
"CreateBackendEnvironmentResult":{
|
889
|
+
"type":"structure",
|
890
|
+
"required":["backendEnvironment"],
|
891
|
+
"members":{
|
892
|
+
"backendEnvironment":{"shape":"BackendEnvironment"}
|
893
|
+
}
|
894
|
+
},
|
789
895
|
"CreateBranchRequest":{
|
790
896
|
"type":"structure",
|
791
897
|
"required":[
|
@@ -957,6 +1063,32 @@
|
|
957
1063
|
"app":{"shape":"App"}
|
958
1064
|
}
|
959
1065
|
},
|
1066
|
+
"DeleteBackendEnvironmentRequest":{
|
1067
|
+
"type":"structure",
|
1068
|
+
"required":[
|
1069
|
+
"appId",
|
1070
|
+
"environmentName"
|
1071
|
+
],
|
1072
|
+
"members":{
|
1073
|
+
"appId":{
|
1074
|
+
"shape":"AppId",
|
1075
|
+
"location":"uri",
|
1076
|
+
"locationName":"appId"
|
1077
|
+
},
|
1078
|
+
"environmentName":{
|
1079
|
+
"shape":"EnvironmentName",
|
1080
|
+
"location":"uri",
|
1081
|
+
"locationName":"environmentName"
|
1082
|
+
}
|
1083
|
+
}
|
1084
|
+
},
|
1085
|
+
"DeleteBackendEnvironmentResult":{
|
1086
|
+
"type":"structure",
|
1087
|
+
"required":["backendEnvironment"],
|
1088
|
+
"members":{
|
1089
|
+
"backendEnvironment":{"shape":"BackendEnvironment"}
|
1090
|
+
}
|
1091
|
+
},
|
960
1092
|
"DeleteBranchRequest":{
|
961
1093
|
"type":"structure",
|
962
1094
|
"required":[
|
@@ -1067,6 +1199,11 @@
|
|
1067
1199
|
"error":{"httpStatusCode":503},
|
1068
1200
|
"exception":true
|
1069
1201
|
},
|
1202
|
+
"DeploymentArtifacts":{
|
1203
|
+
"type":"string",
|
1204
|
+
"max":1000,
|
1205
|
+
"min":1
|
1206
|
+
},
|
1070
1207
|
"Description":{
|
1071
1208
|
"type":"string",
|
1072
1209
|
"max":1000
|
@@ -1141,6 +1278,11 @@
|
|
1141
1278
|
"type":"string",
|
1142
1279
|
"max":1000
|
1143
1280
|
},
|
1281
|
+
"EnvironmentName":{
|
1282
|
+
"type":"string",
|
1283
|
+
"max":255,
|
1284
|
+
"min":1
|
1285
|
+
},
|
1144
1286
|
"EnvironmentVariables":{
|
1145
1287
|
"type":"map",
|
1146
1288
|
"key":{"shape":"EnvKey"},
|
@@ -1231,6 +1373,32 @@
|
|
1231
1373
|
"artifactUrl":{"shape":"ArtifactUrl"}
|
1232
1374
|
}
|
1233
1375
|
},
|
1376
|
+
"GetBackendEnvironmentRequest":{
|
1377
|
+
"type":"structure",
|
1378
|
+
"required":[
|
1379
|
+
"appId",
|
1380
|
+
"environmentName"
|
1381
|
+
],
|
1382
|
+
"members":{
|
1383
|
+
"appId":{
|
1384
|
+
"shape":"AppId",
|
1385
|
+
"location":"uri",
|
1386
|
+
"locationName":"appId"
|
1387
|
+
},
|
1388
|
+
"environmentName":{
|
1389
|
+
"shape":"EnvironmentName",
|
1390
|
+
"location":"uri",
|
1391
|
+
"locationName":"environmentName"
|
1392
|
+
}
|
1393
|
+
}
|
1394
|
+
},
|
1395
|
+
"GetBackendEnvironmentResult":{
|
1396
|
+
"type":"structure",
|
1397
|
+
"required":["backendEnvironment"],
|
1398
|
+
"members":{
|
1399
|
+
"backendEnvironment":{"shape":"BackendEnvironment"}
|
1400
|
+
}
|
1401
|
+
},
|
1234
1402
|
"GetBranchRequest":{
|
1235
1403
|
"type":"structure",
|
1236
1404
|
"required":[
|
@@ -1490,6 +1658,36 @@
|
|
1490
1658
|
"nextToken":{"shape":"NextToken"}
|
1491
1659
|
}
|
1492
1660
|
},
|
1661
|
+
"ListBackendEnvironmentsRequest":{
|
1662
|
+
"type":"structure",
|
1663
|
+
"required":["appId"],
|
1664
|
+
"members":{
|
1665
|
+
"appId":{
|
1666
|
+
"shape":"AppId",
|
1667
|
+
"location":"uri",
|
1668
|
+
"locationName":"appId"
|
1669
|
+
},
|
1670
|
+
"environmentName":{"shape":"EnvironmentName"},
|
1671
|
+
"nextToken":{
|
1672
|
+
"shape":"NextToken",
|
1673
|
+
"location":"querystring",
|
1674
|
+
"locationName":"nextToken"
|
1675
|
+
},
|
1676
|
+
"maxResults":{
|
1677
|
+
"shape":"MaxResults",
|
1678
|
+
"location":"querystring",
|
1679
|
+
"locationName":"maxResults"
|
1680
|
+
}
|
1681
|
+
}
|
1682
|
+
},
|
1683
|
+
"ListBackendEnvironmentsResult":{
|
1684
|
+
"type":"structure",
|
1685
|
+
"required":["backendEnvironments"],
|
1686
|
+
"members":{
|
1687
|
+
"backendEnvironments":{"shape":"BackendEnvironments"},
|
1688
|
+
"nextToken":{"shape":"NextToken"}
|
1689
|
+
}
|
1690
|
+
},
|
1493
1691
|
"ListBranchesRequest":{
|
1494
1692
|
"type":"structure",
|
1495
1693
|
"required":["appId"],
|
@@ -1722,6 +1920,11 @@
|
|
1722
1920
|
"type":"string",
|
1723
1921
|
"max":1000
|
1724
1922
|
},
|
1923
|
+
"StackName":{
|
1924
|
+
"type":"string",
|
1925
|
+
"max":255,
|
1926
|
+
"min":1
|
1927
|
+
},
|
1725
1928
|
"Stage":{
|
1726
1929
|
"type":"string",
|
1727
1930
|
"enum":[
|
@@ -13,6 +13,22 @@
|
|
13
13
|
"uid":"appsync-2017-07-25"
|
14
14
|
},
|
15
15
|
"operations":{
|
16
|
+
"CreateApiCache":{
|
17
|
+
"name":"CreateApiCache",
|
18
|
+
"http":{
|
19
|
+
"method":"POST",
|
20
|
+
"requestUri":"/v1/apis/{apiId}/ApiCaches"
|
21
|
+
},
|
22
|
+
"input":{"shape":"CreateApiCacheRequest"},
|
23
|
+
"output":{"shape":"CreateApiCacheResponse"},
|
24
|
+
"errors":[
|
25
|
+
{"shape":"BadRequestException"},
|
26
|
+
{"shape":"ConcurrentModificationException"},
|
27
|
+
{"shape":"NotFoundException"},
|
28
|
+
{"shape":"UnauthorizedException"},
|
29
|
+
{"shape":"InternalFailureException"}
|
30
|
+
]
|
31
|
+
},
|
16
32
|
"CreateApiKey":{
|
17
33
|
"name":"CreateApiKey",
|
18
34
|
"http":{
|
@@ -111,6 +127,22 @@
|
|
111
127
|
{"shape":"InternalFailureException"}
|
112
128
|
]
|
113
129
|
},
|
130
|
+
"DeleteApiCache":{
|
131
|
+
"name":"DeleteApiCache",
|
132
|
+
"http":{
|
133
|
+
"method":"DELETE",
|
134
|
+
"requestUri":"/v1/apis/{apiId}/ApiCaches"
|
135
|
+
},
|
136
|
+
"input":{"shape":"DeleteApiCacheRequest"},
|
137
|
+
"output":{"shape":"DeleteApiCacheResponse"},
|
138
|
+
"errors":[
|
139
|
+
{"shape":"BadRequestException"},
|
140
|
+
{"shape":"ConcurrentModificationException"},
|
141
|
+
{"shape":"NotFoundException"},
|
142
|
+
{"shape":"UnauthorizedException"},
|
143
|
+
{"shape":"InternalFailureException"}
|
144
|
+
]
|
145
|
+
},
|
114
146
|
"DeleteApiKey":{
|
115
147
|
"name":"DeleteApiKey",
|
116
148
|
"http":{
|
@@ -205,6 +237,38 @@
|
|
205
237
|
{"shape":"InternalFailureException"}
|
206
238
|
]
|
207
239
|
},
|
240
|
+
"FlushApiCache":{
|
241
|
+
"name":"FlushApiCache",
|
242
|
+
"http":{
|
243
|
+
"method":"DELETE",
|
244
|
+
"requestUri":"/v1/apis/{apiId}/FlushCache"
|
245
|
+
},
|
246
|
+
"input":{"shape":"FlushApiCacheRequest"},
|
247
|
+
"output":{"shape":"FlushApiCacheResponse"},
|
248
|
+
"errors":[
|
249
|
+
{"shape":"BadRequestException"},
|
250
|
+
{"shape":"ConcurrentModificationException"},
|
251
|
+
{"shape":"NotFoundException"},
|
252
|
+
{"shape":"UnauthorizedException"},
|
253
|
+
{"shape":"InternalFailureException"}
|
254
|
+
]
|
255
|
+
},
|
256
|
+
"GetApiCache":{
|
257
|
+
"name":"GetApiCache",
|
258
|
+
"http":{
|
259
|
+
"method":"GET",
|
260
|
+
"requestUri":"/v1/apis/{apiId}/ApiCaches"
|
261
|
+
},
|
262
|
+
"input":{"shape":"GetApiCacheRequest"},
|
263
|
+
"output":{"shape":"GetApiCacheResponse"},
|
264
|
+
"errors":[
|
265
|
+
{"shape":"BadRequestException"},
|
266
|
+
{"shape":"ConcurrentModificationException"},
|
267
|
+
{"shape":"NotFoundException"},
|
268
|
+
{"shape":"UnauthorizedException"},
|
269
|
+
{"shape":"InternalFailureException"}
|
270
|
+
]
|
271
|
+
},
|
208
272
|
"GetDataSource":{
|
209
273
|
"name":"GetDataSource",
|
210
274
|
"http":{
|
@@ -483,6 +547,22 @@
|
|
483
547
|
{"shape":"AccessDeniedException"}
|
484
548
|
]
|
485
549
|
},
|
550
|
+
"UpdateApiCache":{
|
551
|
+
"name":"UpdateApiCache",
|
552
|
+
"http":{
|
553
|
+
"method":"POST",
|
554
|
+
"requestUri":"/v1/apis/{apiId}/ApiCaches/update"
|
555
|
+
},
|
556
|
+
"input":{"shape":"UpdateApiCacheRequest"},
|
557
|
+
"output":{"shape":"UpdateApiCacheResponse"},
|
558
|
+
"errors":[
|
559
|
+
{"shape":"BadRequestException"},
|
560
|
+
{"shape":"ConcurrentModificationException"},
|
561
|
+
{"shape":"NotFoundException"},
|
562
|
+
{"shape":"UnauthorizedException"},
|
563
|
+
{"shape":"InternalFailureException"}
|
564
|
+
]
|
565
|
+
},
|
486
566
|
"UpdateApiKey":{
|
487
567
|
"name":"UpdateApiKey",
|
488
568
|
"http":{
|
@@ -601,6 +681,46 @@
|
|
601
681
|
"type":"list",
|
602
682
|
"member":{"shape":"AdditionalAuthenticationProvider"}
|
603
683
|
},
|
684
|
+
"ApiCache":{
|
685
|
+
"type":"structure",
|
686
|
+
"members":{
|
687
|
+
"ttl":{"shape":"Long"},
|
688
|
+
"apiCachingBehavior":{"shape":"ApiCachingBehavior"},
|
689
|
+
"transitEncryptionEnabled":{"shape":"Boolean"},
|
690
|
+
"atRestEncryptionEnabled":{"shape":"Boolean"},
|
691
|
+
"type":{"shape":"ApiCacheType"},
|
692
|
+
"status":{"shape":"ApiCacheStatus"}
|
693
|
+
}
|
694
|
+
},
|
695
|
+
"ApiCacheStatus":{
|
696
|
+
"type":"string",
|
697
|
+
"enum":[
|
698
|
+
"AVAILABLE",
|
699
|
+
"CREATING",
|
700
|
+
"DELETING",
|
701
|
+
"MODIFYING",
|
702
|
+
"FAILED"
|
703
|
+
]
|
704
|
+
},
|
705
|
+
"ApiCacheType":{
|
706
|
+
"type":"string",
|
707
|
+
"enum":[
|
708
|
+
"T2_SMALL",
|
709
|
+
"T2_MEDIUM",
|
710
|
+
"R4_LARGE",
|
711
|
+
"R4_XLARGE",
|
712
|
+
"R4_2XLARGE",
|
713
|
+
"R4_4XLARGE",
|
714
|
+
"R4_8XLARGE"
|
715
|
+
]
|
716
|
+
},
|
717
|
+
"ApiCachingBehavior":{
|
718
|
+
"type":"string",
|
719
|
+
"enum":[
|
720
|
+
"FULL_REQUEST_CACHING",
|
721
|
+
"PER_RESOLVER_CACHING"
|
722
|
+
]
|
723
|
+
},
|
604
724
|
"ApiKey":{
|
605
725
|
"type":"structure",
|
606
726
|
"members":{
|
@@ -676,6 +796,17 @@
|
|
676
796
|
"Blob":{"type":"blob"},
|
677
797
|
"Boolean":{"type":"boolean"},
|
678
798
|
"BooleanValue":{"type":"boolean"},
|
799
|
+
"CachingConfig":{
|
800
|
+
"type":"structure",
|
801
|
+
"members":{
|
802
|
+
"ttl":{"shape":"Long"},
|
803
|
+
"cachingKeys":{"shape":"CachingKeys"}
|
804
|
+
}
|
805
|
+
},
|
806
|
+
"CachingKeys":{
|
807
|
+
"type":"list",
|
808
|
+
"member":{"shape":"String"}
|
809
|
+
},
|
679
810
|
"CognitoUserPoolConfig":{
|
680
811
|
"type":"structure",
|
681
812
|
"required":[
|
@@ -696,6 +827,49 @@
|
|
696
827
|
"error":{"httpStatusCode":409},
|
697
828
|
"exception":true
|
698
829
|
},
|
830
|
+
"ConflictDetectionType":{
|
831
|
+
"type":"string",
|
832
|
+
"enum":[
|
833
|
+
"VERSION",
|
834
|
+
"NONE"
|
835
|
+
]
|
836
|
+
},
|
837
|
+
"ConflictHandlerType":{
|
838
|
+
"type":"string",
|
839
|
+
"enum":[
|
840
|
+
"OPTIMISTIC_CONCURRENCY",
|
841
|
+
"LAMBDA",
|
842
|
+
"AUTOMERGE",
|
843
|
+
"NONE"
|
844
|
+
]
|
845
|
+
},
|
846
|
+
"CreateApiCacheRequest":{
|
847
|
+
"type":"structure",
|
848
|
+
"required":[
|
849
|
+
"apiId",
|
850
|
+
"ttl",
|
851
|
+
"apiCachingBehavior",
|
852
|
+
"type"
|
853
|
+
],
|
854
|
+
"members":{
|
855
|
+
"apiId":{
|
856
|
+
"shape":"String",
|
857
|
+
"location":"uri",
|
858
|
+
"locationName":"apiId"
|
859
|
+
},
|
860
|
+
"ttl":{"shape":"Long"},
|
861
|
+
"transitEncryptionEnabled":{"shape":"Boolean"},
|
862
|
+
"atRestEncryptionEnabled":{"shape":"Boolean"},
|
863
|
+
"apiCachingBehavior":{"shape":"ApiCachingBehavior"},
|
864
|
+
"type":{"shape":"ApiCacheType"}
|
865
|
+
}
|
866
|
+
},
|
867
|
+
"CreateApiCacheResponse":{
|
868
|
+
"type":"structure",
|
869
|
+
"members":{
|
870
|
+
"apiCache":{"shape":"ApiCache"}
|
871
|
+
}
|
872
|
+
},
|
699
873
|
"CreateApiKeyRequest":{
|
700
874
|
"type":"structure",
|
701
875
|
"required":["apiId"],
|
@@ -820,7 +994,9 @@
|
|
820
994
|
"requestMappingTemplate":{"shape":"MappingTemplate"},
|
821
995
|
"responseMappingTemplate":{"shape":"MappingTemplate"},
|
822
996
|
"kind":{"shape":"ResolverKind"},
|
823
|
-
"pipelineConfig":{"shape":"PipelineConfig"}
|
997
|
+
"pipelineConfig":{"shape":"PipelineConfig"},
|
998
|
+
"syncConfig":{"shape":"SyncConfig"},
|
999
|
+
"cachingConfig":{"shape":"CachingConfig"}
|
824
1000
|
}
|
825
1001
|
},
|
826
1002
|
"CreateResolverResponse":{
|
@@ -889,6 +1065,22 @@
|
|
889
1065
|
"DENY"
|
890
1066
|
]
|
891
1067
|
},
|
1068
|
+
"DeleteApiCacheRequest":{
|
1069
|
+
"type":"structure",
|
1070
|
+
"required":["apiId"],
|
1071
|
+
"members":{
|
1072
|
+
"apiId":{
|
1073
|
+
"shape":"String",
|
1074
|
+
"location":"uri",
|
1075
|
+
"locationName":"apiId"
|
1076
|
+
}
|
1077
|
+
}
|
1078
|
+
},
|
1079
|
+
"DeleteApiCacheResponse":{
|
1080
|
+
"type":"structure",
|
1081
|
+
"members":{
|
1082
|
+
}
|
1083
|
+
},
|
892
1084
|
"DeleteApiKeyRequest":{
|
893
1085
|
"type":"structure",
|
894
1086
|
"required":[
|
@@ -1031,6 +1223,14 @@
|
|
1031
1223
|
"members":{
|
1032
1224
|
}
|
1033
1225
|
},
|
1226
|
+
"DeltaSyncConfig":{
|
1227
|
+
"type":"structure",
|
1228
|
+
"members":{
|
1229
|
+
"baseTableTTL":{"shape":"Long"},
|
1230
|
+
"deltaSyncTableName":{"shape":"String"},
|
1231
|
+
"deltaSyncTableTTL":{"shape":"Long"}
|
1232
|
+
}
|
1233
|
+
},
|
1034
1234
|
"DynamodbDataSourceConfig":{
|
1035
1235
|
"type":"structure",
|
1036
1236
|
"required":[
|
@@ -1040,7 +1240,9 @@
|
|
1040
1240
|
"members":{
|
1041
1241
|
"tableName":{"shape":"String"},
|
1042
1242
|
"awsRegion":{"shape":"String"},
|
1043
|
-
"useCallerCredentials":{"shape":"Boolean"}
|
1243
|
+
"useCallerCredentials":{"shape":"Boolean"},
|
1244
|
+
"deltaSyncConfig":{"shape":"DeltaSyncConfig"},
|
1245
|
+
"versioned":{"shape":"Boolean"}
|
1044
1246
|
}
|
1045
1247
|
},
|
1046
1248
|
"ElasticsearchDataSourceConfig":{
|
@@ -1063,6 +1265,22 @@
|
|
1063
1265
|
"ALL"
|
1064
1266
|
]
|
1065
1267
|
},
|
1268
|
+
"FlushApiCacheRequest":{
|
1269
|
+
"type":"structure",
|
1270
|
+
"required":["apiId"],
|
1271
|
+
"members":{
|
1272
|
+
"apiId":{
|
1273
|
+
"shape":"String",
|
1274
|
+
"location":"uri",
|
1275
|
+
"locationName":"apiId"
|
1276
|
+
}
|
1277
|
+
}
|
1278
|
+
},
|
1279
|
+
"FlushApiCacheResponse":{
|
1280
|
+
"type":"structure",
|
1281
|
+
"members":{
|
1282
|
+
}
|
1283
|
+
},
|
1066
1284
|
"FunctionConfiguration":{
|
1067
1285
|
"type":"structure",
|
1068
1286
|
"members":{
|
@@ -1084,6 +1302,23 @@
|
|
1084
1302
|
"type":"list",
|
1085
1303
|
"member":{"shape":"String"}
|
1086
1304
|
},
|
1305
|
+
"GetApiCacheRequest":{
|
1306
|
+
"type":"structure",
|
1307
|
+
"required":["apiId"],
|
1308
|
+
"members":{
|
1309
|
+
"apiId":{
|
1310
|
+
"shape":"String",
|
1311
|
+
"location":"uri",
|
1312
|
+
"locationName":"apiId"
|
1313
|
+
}
|
1314
|
+
}
|
1315
|
+
},
|
1316
|
+
"GetApiCacheResponse":{
|
1317
|
+
"type":"structure",
|
1318
|
+
"members":{
|
1319
|
+
"apiCache":{"shape":"ApiCache"}
|
1320
|
+
}
|
1321
|
+
},
|
1087
1322
|
"GetDataSourceRequest":{
|
1088
1323
|
"type":"structure",
|
1089
1324
|
"required":[
|
@@ -1305,6 +1540,12 @@
|
|
1305
1540
|
"exception":true,
|
1306
1541
|
"fault":true
|
1307
1542
|
},
|
1543
|
+
"LambdaConflictHandlerConfig":{
|
1544
|
+
"type":"structure",
|
1545
|
+
"members":{
|
1546
|
+
"lambdaConflictHandlerArn":{"shape":"String"}
|
1547
|
+
}
|
1548
|
+
},
|
1308
1549
|
"LambdaDataSourceConfig":{
|
1309
1550
|
"type":"structure",
|
1310
1551
|
"required":["lambdaFunctionArn"],
|
@@ -1606,6 +1847,8 @@
|
|
1606
1847
|
},
|
1607
1848
|
"PaginationToken":{
|
1608
1849
|
"type":"string",
|
1850
|
+
"max":65536,
|
1851
|
+
"min":1,
|
1609
1852
|
"pattern":"[\\\\S]+"
|
1610
1853
|
},
|
1611
1854
|
"PipelineConfig":{
|
@@ -1645,7 +1888,9 @@
|
|
1645
1888
|
"requestMappingTemplate":{"shape":"MappingTemplate"},
|
1646
1889
|
"responseMappingTemplate":{"shape":"MappingTemplate"},
|
1647
1890
|
"kind":{"shape":"ResolverKind"},
|
1648
|
-
"pipelineConfig":{"shape":"PipelineConfig"}
|
1891
|
+
"pipelineConfig":{"shape":"PipelineConfig"},
|
1892
|
+
"syncConfig":{"shape":"SyncConfig"},
|
1893
|
+
"cachingConfig":{"shape":"CachingConfig"}
|
1649
1894
|
}
|
1650
1895
|
},
|
1651
1896
|
"ResolverKind":{
|
@@ -1667,6 +1912,8 @@
|
|
1667
1912
|
},
|
1668
1913
|
"ResourceName":{
|
1669
1914
|
"type":"string",
|
1915
|
+
"max":65536,
|
1916
|
+
"min":1,
|
1670
1917
|
"pattern":"[_A-Za-z][_0-9A-Za-z]*"
|
1671
1918
|
},
|
1672
1919
|
"SchemaStatus":{
|
@@ -1702,6 +1949,14 @@
|
|
1702
1949
|
}
|
1703
1950
|
},
|
1704
1951
|
"String":{"type":"string"},
|
1952
|
+
"SyncConfig":{
|
1953
|
+
"type":"structure",
|
1954
|
+
"members":{
|
1955
|
+
"conflictHandler":{"shape":"ConflictHandlerType"},
|
1956
|
+
"conflictDetection":{"shape":"ConflictDetectionType"},
|
1957
|
+
"lambdaConflictHandlerConfig":{"shape":"LambdaConflictHandlerConfig"}
|
1958
|
+
}
|
1959
|
+
},
|
1705
1960
|
"TagKey":{
|
1706
1961
|
"type":"string",
|
1707
1962
|
"max":128,
|
@@ -1798,6 +2053,31 @@
|
|
1798
2053
|
"members":{
|
1799
2054
|
}
|
1800
2055
|
},
|
2056
|
+
"UpdateApiCacheRequest":{
|
2057
|
+
"type":"structure",
|
2058
|
+
"required":[
|
2059
|
+
"apiId",
|
2060
|
+
"ttl",
|
2061
|
+
"apiCachingBehavior",
|
2062
|
+
"type"
|
2063
|
+
],
|
2064
|
+
"members":{
|
2065
|
+
"apiId":{
|
2066
|
+
"shape":"String",
|
2067
|
+
"location":"uri",
|
2068
|
+
"locationName":"apiId"
|
2069
|
+
},
|
2070
|
+
"ttl":{"shape":"Long"},
|
2071
|
+
"apiCachingBehavior":{"shape":"ApiCachingBehavior"},
|
2072
|
+
"type":{"shape":"ApiCacheType"}
|
2073
|
+
}
|
2074
|
+
},
|
2075
|
+
"UpdateApiCacheResponse":{
|
2076
|
+
"type":"structure",
|
2077
|
+
"members":{
|
2078
|
+
"apiCache":{"shape":"ApiCache"}
|
2079
|
+
}
|
2080
|
+
},
|
1801
2081
|
"UpdateApiKeyRequest":{
|
1802
2082
|
"type":"structure",
|
1803
2083
|
"required":[
|
@@ -1948,7 +2228,9 @@
|
|
1948
2228
|
"requestMappingTemplate":{"shape":"MappingTemplate"},
|
1949
2229
|
"responseMappingTemplate":{"shape":"MappingTemplate"},
|
1950
2230
|
"kind":{"shape":"ResolverKind"},
|
1951
|
-
"pipelineConfig":{"shape":"PipelineConfig"}
|
2231
|
+
"pipelineConfig":{"shape":"PipelineConfig"},
|
2232
|
+
"syncConfig":{"shape":"SyncConfig"},
|
2233
|
+
"cachingConfig":{"shape":"CachingConfig"}
|
1952
2234
|
}
|
1953
2235
|
},
|
1954
2236
|
"UpdateResolverResponse":{
|