@pgarbe/cdk-ecr-sync 0.5.22 → 0.5.23

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.
Files changed (46) hide show
  1. package/.gitattributes +19 -19
  2. package/.jsii +4 -4
  3. package/.projenrc.ts +2 -2
  4. package/lib/ecr-sync.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +21 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +327 -102
  8. package/node_modules/aws-sdk/apis/comprehendmedical-2018-10-30.min.json +244 -29
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
  10. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +280 -271
  11. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +235 -107
  12. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +4 -1
  13. package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +208 -11
  14. package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.paginators.json +6 -0
  15. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +91 -45
  16. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +74 -35
  17. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +29 -0
  18. package/node_modules/aws-sdk/apis/route53-recovery-control-config-2020-11-02.min.json +137 -39
  19. package/node_modules/aws-sdk/apis/route53domains-2014-05-15.min.json +132 -22
  20. package/node_modules/aws-sdk/apis/route53domains-2014-05-15.paginators.json +12 -0
  21. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +31 -28
  22. package/node_modules/aws-sdk/clients/appsync.d.ts +330 -109
  23. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +6 -1
  24. package/node_modules/aws-sdk/clients/comprehendmedical.d.ts +306 -25
  25. package/node_modules/aws-sdk/clients/ec2.d.ts +9 -1
  26. package/node_modules/aws-sdk/clients/health.d.ts +2 -2
  27. package/node_modules/aws-sdk/clients/iot.d.ts +13 -0
  28. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +57 -4
  29. package/node_modules/aws-sdk/clients/location.d.ts +139 -9
  30. package/node_modules/aws-sdk/clients/lookoutvision.d.ts +293 -23
  31. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +68 -7
  32. package/node_modules/aws-sdk/clients/outposts.d.ts +47 -3
  33. package/node_modules/aws-sdk/clients/route53.d.ts +11 -11
  34. package/node_modules/aws-sdk/clients/route53domains.d.ts +179 -49
  35. package/node_modules/aws-sdk/clients/route53recoverycontrolconfig.d.ts +185 -78
  36. package/node_modules/aws-sdk/clients/sagemaker.d.ts +3 -1
  37. package/node_modules/aws-sdk/clients/savingsplans.d.ts +1 -1
  38. package/node_modules/aws-sdk/clients/sms.d.ts +31 -31
  39. package/node_modules/aws-sdk/clients/support.d.ts +62 -62
  40. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  41. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +16 -16
  42. package/node_modules/aws-sdk/dist/aws-sdk.js +928 -433
  43. package/node_modules/aws-sdk/dist/aws-sdk.min.js +74 -74
  44. package/node_modules/aws-sdk/lib/core.js +1 -1
  45. package/node_modules/aws-sdk/package.json +1 -1
  46. package/package.json +10 -13
@@ -13,6 +13,33 @@
13
13
  "uid": "appsync-2017-07-25"
14
14
  },
15
15
  "operations": {
16
+ "AssociateApi": {
17
+ "http": {
18
+ "requestUri": "/v1/domainnames/{domainName}/apiassociation"
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "domainName",
24
+ "apiId"
25
+ ],
26
+ "members": {
27
+ "domainName": {
28
+ "location": "uri",
29
+ "locationName": "domainName"
30
+ },
31
+ "apiId": {}
32
+ }
33
+ },
34
+ "output": {
35
+ "type": "structure",
36
+ "members": {
37
+ "apiAssociation": {
38
+ "shape": "S5"
39
+ }
40
+ }
41
+ }
42
+ },
16
43
  "CreateApiCache": {
17
44
  "http": {
18
45
  "requestUri": "/v1/apis/{apiId}/ApiCaches"
@@ -47,7 +74,7 @@
47
74
  "type": "structure",
48
75
  "members": {
49
76
  "apiCache": {
50
- "shape": "S8"
77
+ "shape": "Sd"
51
78
  }
52
79
  }
53
80
  }
@@ -76,7 +103,7 @@
76
103
  "type": "structure",
77
104
  "members": {
78
105
  "apiKey": {
79
- "shape": "Sc"
106
+ "shape": "Sh"
80
107
  }
81
108
  }
82
109
  }
@@ -102,22 +129,22 @@
102
129
  "type": {},
103
130
  "serviceRoleArn": {},
104
131
  "dynamodbConfig": {
105
- "shape": "Sg"
132
+ "shape": "Sl"
106
133
  },
107
134
  "lambdaConfig": {
108
- "shape": "Si"
135
+ "shape": "Sn"
109
136
  },
110
137
  "elasticsearchConfig": {
111
- "shape": "Sj"
138
+ "shape": "So"
112
139
  },
113
140
  "openSearchServiceConfig": {
114
- "shape": "Sk"
141
+ "shape": "Sp"
115
142
  },
116
143
  "httpConfig": {
117
- "shape": "Sl"
144
+ "shape": "Sq"
118
145
  },
119
146
  "relationalDatabaseConfig": {
120
- "shape": "Sp"
147
+ "shape": "Su"
121
148
  }
122
149
  }
123
150
  },
@@ -125,7 +152,32 @@
125
152
  "type": "structure",
126
153
  "members": {
127
154
  "dataSource": {
128
- "shape": "St"
155
+ "shape": "Sy"
156
+ }
157
+ }
158
+ }
159
+ },
160
+ "CreateDomainName": {
161
+ "http": {
162
+ "requestUri": "/v1/domainnames"
163
+ },
164
+ "input": {
165
+ "type": "structure",
166
+ "required": [
167
+ "domainName",
168
+ "certificateArn"
169
+ ],
170
+ "members": {
171
+ "domainName": {},
172
+ "certificateArn": {},
173
+ "description": {}
174
+ }
175
+ },
176
+ "output": {
177
+ "type": "structure",
178
+ "members": {
179
+ "domainNameConfig": {
180
+ "shape": "S13"
129
181
  }
130
182
  }
131
183
  }
@@ -154,7 +206,7 @@
154
206
  "responseMappingTemplate": {},
155
207
  "functionVersion": {},
156
208
  "syncConfig": {
157
- "shape": "Sw"
209
+ "shape": "S16"
158
210
  }
159
211
  }
160
212
  },
@@ -162,7 +214,7 @@
162
214
  "type": "structure",
163
215
  "members": {
164
216
  "functionConfiguration": {
165
- "shape": "S11"
217
+ "shape": "S1b"
166
218
  }
167
219
  }
168
220
  }
@@ -180,26 +232,26 @@
180
232
  "members": {
181
233
  "name": {},
182
234
  "logConfig": {
183
- "shape": "S13"
235
+ "shape": "S1d"
184
236
  },
185
237
  "authenticationType": {},
186
238
  "userPoolConfig": {
187
- "shape": "S16"
239
+ "shape": "S1g"
188
240
  },
189
241
  "openIDConnectConfig": {
190
- "shape": "S18"
242
+ "shape": "S1i"
191
243
  },
192
244
  "tags": {
193
- "shape": "S19"
245
+ "shape": "S1j"
194
246
  },
195
247
  "additionalAuthenticationProviders": {
196
- "shape": "S1c"
248
+ "shape": "S1m"
197
249
  },
198
250
  "xrayEnabled": {
199
251
  "type": "boolean"
200
252
  },
201
253
  "lambdaAuthorizerConfig": {
202
- "shape": "S1f"
254
+ "shape": "S1p"
203
255
  }
204
256
  }
205
257
  },
@@ -207,7 +259,7 @@
207
259
  "type": "structure",
208
260
  "members": {
209
261
  "graphqlApi": {
210
- "shape": "S1i"
262
+ "shape": "S1s"
211
263
  }
212
264
  }
213
265
  }
@@ -238,13 +290,13 @@
238
290
  "responseMappingTemplate": {},
239
291
  "kind": {},
240
292
  "pipelineConfig": {
241
- "shape": "S1m"
293
+ "shape": "S1w"
242
294
  },
243
295
  "syncConfig": {
244
- "shape": "Sw"
296
+ "shape": "S16"
245
297
  },
246
298
  "cachingConfig": {
247
- "shape": "S1o"
299
+ "shape": "S1y"
248
300
  }
249
301
  }
250
302
  },
@@ -252,7 +304,7 @@
252
304
  "type": "structure",
253
305
  "members": {
254
306
  "resolver": {
255
- "shape": "S1r"
307
+ "shape": "S21"
256
308
  }
257
309
  }
258
310
  }
@@ -281,7 +333,7 @@
281
333
  "type": "structure",
282
334
  "members": {
283
335
  "type": {
284
- "shape": "S1v"
336
+ "shape": "S25"
285
337
  }
286
338
  }
287
339
  }
@@ -362,6 +414,28 @@
362
414
  "members": {}
363
415
  }
364
416
  },
417
+ "DeleteDomainName": {
418
+ "http": {
419
+ "method": "DELETE",
420
+ "requestUri": "/v1/domainnames/{domainName}"
421
+ },
422
+ "input": {
423
+ "type": "structure",
424
+ "required": [
425
+ "domainName"
426
+ ],
427
+ "members": {
428
+ "domainName": {
429
+ "location": "uri",
430
+ "locationName": "domainName"
431
+ }
432
+ }
433
+ },
434
+ "output": {
435
+ "type": "structure",
436
+ "members": {}
437
+ }
438
+ },
365
439
  "DeleteFunction": {
366
440
  "http": {
367
441
  "method": "DELETE",
@@ -470,6 +544,28 @@
470
544
  "members": {}
471
545
  }
472
546
  },
547
+ "DisassociateApi": {
548
+ "http": {
549
+ "method": "DELETE",
550
+ "requestUri": "/v1/domainnames/{domainName}/apiassociation"
551
+ },
552
+ "input": {
553
+ "type": "structure",
554
+ "required": [
555
+ "domainName"
556
+ ],
557
+ "members": {
558
+ "domainName": {
559
+ "location": "uri",
560
+ "locationName": "domainName"
561
+ }
562
+ }
563
+ },
564
+ "output": {
565
+ "type": "structure",
566
+ "members": {}
567
+ }
568
+ },
473
569
  "FlushApiCache": {
474
570
  "http": {
475
571
  "method": "DELETE",
@@ -492,6 +588,32 @@
492
588
  "members": {}
493
589
  }
494
590
  },
591
+ "GetApiAssociation": {
592
+ "http": {
593
+ "method": "GET",
594
+ "requestUri": "/v1/domainnames/{domainName}/apiassociation"
595
+ },
596
+ "input": {
597
+ "type": "structure",
598
+ "required": [
599
+ "domainName"
600
+ ],
601
+ "members": {
602
+ "domainName": {
603
+ "location": "uri",
604
+ "locationName": "domainName"
605
+ }
606
+ }
607
+ },
608
+ "output": {
609
+ "type": "structure",
610
+ "members": {
611
+ "apiAssociation": {
612
+ "shape": "S5"
613
+ }
614
+ }
615
+ }
616
+ },
495
617
  "GetApiCache": {
496
618
  "http": {
497
619
  "method": "GET",
@@ -513,7 +635,7 @@
513
635
  "type": "structure",
514
636
  "members": {
515
637
  "apiCache": {
516
- "shape": "S8"
638
+ "shape": "Sd"
517
639
  }
518
640
  }
519
641
  }
@@ -544,7 +666,33 @@
544
666
  "type": "structure",
545
667
  "members": {
546
668
  "dataSource": {
547
- "shape": "St"
669
+ "shape": "Sy"
670
+ }
671
+ }
672
+ }
673
+ },
674
+ "GetDomainName": {
675
+ "http": {
676
+ "method": "GET",
677
+ "requestUri": "/v1/domainnames/{domainName}"
678
+ },
679
+ "input": {
680
+ "type": "structure",
681
+ "required": [
682
+ "domainName"
683
+ ],
684
+ "members": {
685
+ "domainName": {
686
+ "location": "uri",
687
+ "locationName": "domainName"
688
+ }
689
+ }
690
+ },
691
+ "output": {
692
+ "type": "structure",
693
+ "members": {
694
+ "domainNameConfig": {
695
+ "shape": "S13"
548
696
  }
549
697
  }
550
698
  }
@@ -575,7 +723,7 @@
575
723
  "type": "structure",
576
724
  "members": {
577
725
  "functionConfiguration": {
578
- "shape": "S11"
726
+ "shape": "S1b"
579
727
  }
580
728
  }
581
729
  }
@@ -601,7 +749,7 @@
601
749
  "type": "structure",
602
750
  "members": {
603
751
  "graphqlApi": {
604
- "shape": "S1i"
752
+ "shape": "S1s"
605
753
  }
606
754
  }
607
755
  }
@@ -674,7 +822,7 @@
674
822
  "type": "structure",
675
823
  "members": {
676
824
  "resolver": {
677
- "shape": "S1r"
825
+ "shape": "S21"
678
826
  }
679
827
  }
680
828
  }
@@ -735,7 +883,7 @@
735
883
  "type": "structure",
736
884
  "members": {
737
885
  "type": {
738
- "shape": "S1v"
886
+ "shape": "S25"
739
887
  }
740
888
  }
741
889
  }
@@ -772,7 +920,7 @@
772
920
  "apiKeys": {
773
921
  "type": "list",
774
922
  "member": {
775
- "shape": "Sc"
923
+ "shape": "Sh"
776
924
  }
777
925
  },
778
926
  "nextToken": {}
@@ -811,7 +959,39 @@
811
959
  "dataSources": {
812
960
  "type": "list",
813
961
  "member": {
814
- "shape": "St"
962
+ "shape": "Sy"
963
+ }
964
+ },
965
+ "nextToken": {}
966
+ }
967
+ }
968
+ },
969
+ "ListDomainNames": {
970
+ "http": {
971
+ "method": "GET",
972
+ "requestUri": "/v1/domainnames"
973
+ },
974
+ "input": {
975
+ "type": "structure",
976
+ "members": {
977
+ "nextToken": {
978
+ "location": "querystring",
979
+ "locationName": "nextToken"
980
+ },
981
+ "maxResults": {
982
+ "location": "querystring",
983
+ "locationName": "maxResults",
984
+ "type": "integer"
985
+ }
986
+ }
987
+ },
988
+ "output": {
989
+ "type": "structure",
990
+ "members": {
991
+ "domainNameConfigs": {
992
+ "type": "list",
993
+ "member": {
994
+ "shape": "S13"
815
995
  }
816
996
  },
817
997
  "nextToken": {}
@@ -850,7 +1030,7 @@
850
1030
  "functions": {
851
1031
  "type": "list",
852
1032
  "member": {
853
- "shape": "S11"
1033
+ "shape": "S1b"
854
1034
  }
855
1035
  },
856
1036
  "nextToken": {}
@@ -882,7 +1062,7 @@
882
1062
  "graphqlApis": {
883
1063
  "type": "list",
884
1064
  "member": {
885
- "shape": "S1i"
1065
+ "shape": "S1s"
886
1066
  }
887
1067
  },
888
1068
  "nextToken": {}
@@ -924,7 +1104,7 @@
924
1104
  "type": "structure",
925
1105
  "members": {
926
1106
  "resolvers": {
927
- "shape": "S3c"
1107
+ "shape": "S3x"
928
1108
  },
929
1109
  "nextToken": {}
930
1110
  }
@@ -965,7 +1145,7 @@
965
1145
  "type": "structure",
966
1146
  "members": {
967
1147
  "resolvers": {
968
- "shape": "S3c"
1148
+ "shape": "S3x"
969
1149
  },
970
1150
  "nextToken": {}
971
1151
  }
@@ -992,7 +1172,7 @@
992
1172
  "type": "structure",
993
1173
  "members": {
994
1174
  "tags": {
995
- "shape": "S19"
1175
+ "shape": "S1j"
996
1176
  }
997
1177
  }
998
1178
  }
@@ -1034,7 +1214,7 @@
1034
1214
  "types": {
1035
1215
  "type": "list",
1036
1216
  "member": {
1037
- "shape": "S1v"
1217
+ "shape": "S25"
1038
1218
  }
1039
1219
  },
1040
1220
  "nextToken": {}
@@ -1084,7 +1264,7 @@
1084
1264
  "locationName": "resourceArn"
1085
1265
  },
1086
1266
  "tags": {
1087
- "shape": "S19"
1267
+ "shape": "S1j"
1088
1268
  }
1089
1269
  }
1090
1270
  },
@@ -1150,7 +1330,7 @@
1150
1330
  "type": "structure",
1151
1331
  "members": {
1152
1332
  "apiCache": {
1153
- "shape": "S8"
1333
+ "shape": "Sd"
1154
1334
  }
1155
1335
  }
1156
1336
  }
@@ -1184,7 +1364,7 @@
1184
1364
  "type": "structure",
1185
1365
  "members": {
1186
1366
  "apiKey": {
1187
- "shape": "Sc"
1367
+ "shape": "Sh"
1188
1368
  }
1189
1369
  }
1190
1370
  }
@@ -1213,22 +1393,22 @@
1213
1393
  "type": {},
1214
1394
  "serviceRoleArn": {},
1215
1395
  "dynamodbConfig": {
1216
- "shape": "Sg"
1396
+ "shape": "Sl"
1217
1397
  },
1218
1398
  "lambdaConfig": {
1219
- "shape": "Si"
1399
+ "shape": "Sn"
1220
1400
  },
1221
1401
  "elasticsearchConfig": {
1222
- "shape": "Sj"
1402
+ "shape": "So"
1223
1403
  },
1224
1404
  "openSearchServiceConfig": {
1225
- "shape": "Sk"
1405
+ "shape": "Sp"
1226
1406
  },
1227
1407
  "httpConfig": {
1228
- "shape": "Sl"
1408
+ "shape": "Sq"
1229
1409
  },
1230
1410
  "relationalDatabaseConfig": {
1231
- "shape": "Sp"
1411
+ "shape": "Su"
1232
1412
  }
1233
1413
  }
1234
1414
  },
@@ -1236,7 +1416,33 @@
1236
1416
  "type": "structure",
1237
1417
  "members": {
1238
1418
  "dataSource": {
1239
- "shape": "St"
1419
+ "shape": "Sy"
1420
+ }
1421
+ }
1422
+ }
1423
+ },
1424
+ "UpdateDomainName": {
1425
+ "http": {
1426
+ "requestUri": "/v1/domainnames/{domainName}"
1427
+ },
1428
+ "input": {
1429
+ "type": "structure",
1430
+ "required": [
1431
+ "domainName"
1432
+ ],
1433
+ "members": {
1434
+ "domainName": {
1435
+ "location": "uri",
1436
+ "locationName": "domainName"
1437
+ },
1438
+ "description": {}
1439
+ }
1440
+ },
1441
+ "output": {
1442
+ "type": "structure",
1443
+ "members": {
1444
+ "domainNameConfig": {
1445
+ "shape": "S13"
1240
1446
  }
1241
1447
  }
1242
1448
  }
@@ -1270,7 +1476,7 @@
1270
1476
  "responseMappingTemplate": {},
1271
1477
  "functionVersion": {},
1272
1478
  "syncConfig": {
1273
- "shape": "Sw"
1479
+ "shape": "S16"
1274
1480
  }
1275
1481
  }
1276
1482
  },
@@ -1278,7 +1484,7 @@
1278
1484
  "type": "structure",
1279
1485
  "members": {
1280
1486
  "functionConfiguration": {
1281
- "shape": "S11"
1487
+ "shape": "S1b"
1282
1488
  }
1283
1489
  }
1284
1490
  }
@@ -1300,23 +1506,23 @@
1300
1506
  },
1301
1507
  "name": {},
1302
1508
  "logConfig": {
1303
- "shape": "S13"
1509
+ "shape": "S1d"
1304
1510
  },
1305
1511
  "authenticationType": {},
1306
1512
  "userPoolConfig": {
1307
- "shape": "S16"
1513
+ "shape": "S1g"
1308
1514
  },
1309
1515
  "openIDConnectConfig": {
1310
- "shape": "S18"
1516
+ "shape": "S1i"
1311
1517
  },
1312
1518
  "additionalAuthenticationProviders": {
1313
- "shape": "S1c"
1519
+ "shape": "S1m"
1314
1520
  },
1315
1521
  "xrayEnabled": {
1316
1522
  "type": "boolean"
1317
1523
  },
1318
1524
  "lambdaAuthorizerConfig": {
1319
- "shape": "S1f"
1525
+ "shape": "S1p"
1320
1526
  }
1321
1527
  }
1322
1528
  },
@@ -1324,7 +1530,7 @@
1324
1530
  "type": "structure",
1325
1531
  "members": {
1326
1532
  "graphqlApi": {
1327
- "shape": "S1i"
1533
+ "shape": "S1s"
1328
1534
  }
1329
1535
  }
1330
1536
  }
@@ -1358,13 +1564,13 @@
1358
1564
  "responseMappingTemplate": {},
1359
1565
  "kind": {},
1360
1566
  "pipelineConfig": {
1361
- "shape": "S1m"
1567
+ "shape": "S1w"
1362
1568
  },
1363
1569
  "syncConfig": {
1364
- "shape": "Sw"
1570
+ "shape": "S16"
1365
1571
  },
1366
1572
  "cachingConfig": {
1367
- "shape": "S1o"
1573
+ "shape": "S1y"
1368
1574
  }
1369
1575
  }
1370
1576
  },
@@ -1372,7 +1578,7 @@
1372
1578
  "type": "structure",
1373
1579
  "members": {
1374
1580
  "resolver": {
1375
- "shape": "S1r"
1581
+ "shape": "S21"
1376
1582
  }
1377
1583
  }
1378
1584
  }
@@ -1405,14 +1611,23 @@
1405
1611
  "type": "structure",
1406
1612
  "members": {
1407
1613
  "type": {
1408
- "shape": "S1v"
1614
+ "shape": "S25"
1409
1615
  }
1410
1616
  }
1411
1617
  }
1412
1618
  }
1413
1619
  },
1414
1620
  "shapes": {
1415
- "S8": {
1621
+ "S5": {
1622
+ "type": "structure",
1623
+ "members": {
1624
+ "domainName": {},
1625
+ "apiId": {},
1626
+ "associationStatus": {},
1627
+ "deploymentDetail": {}
1628
+ }
1629
+ },
1630
+ "Sd": {
1416
1631
  "type": "structure",
1417
1632
  "members": {
1418
1633
  "ttl": {
@@ -1429,7 +1644,7 @@
1429
1644
  "status": {}
1430
1645
  }
1431
1646
  },
1432
- "Sc": {
1647
+ "Sh": {
1433
1648
  "type": "structure",
1434
1649
  "members": {
1435
1650
  "id": {},
@@ -1442,7 +1657,7 @@
1442
1657
  }
1443
1658
  }
1444
1659
  },
1445
- "Sg": {
1660
+ "Sl": {
1446
1661
  "type": "structure",
1447
1662
  "required": [
1448
1663
  "tableName",
@@ -1471,7 +1686,7 @@
1471
1686
  }
1472
1687
  }
1473
1688
  },
1474
- "Si": {
1689
+ "Sn": {
1475
1690
  "type": "structure",
1476
1691
  "required": [
1477
1692
  "lambdaFunctionArn"
@@ -1480,7 +1695,7 @@
1480
1695
  "lambdaFunctionArn": {}
1481
1696
  }
1482
1697
  },
1483
- "Sj": {
1698
+ "So": {
1484
1699
  "type": "structure",
1485
1700
  "required": [
1486
1701
  "endpoint",
@@ -1491,7 +1706,7 @@
1491
1706
  "awsRegion": {}
1492
1707
  }
1493
1708
  },
1494
- "Sk": {
1709
+ "Sp": {
1495
1710
  "type": "structure",
1496
1711
  "required": [
1497
1712
  "endpoint",
@@ -1502,7 +1717,7 @@
1502
1717
  "awsRegion": {}
1503
1718
  }
1504
1719
  },
1505
- "Sl": {
1720
+ "Sq": {
1506
1721
  "type": "structure",
1507
1722
  "members": {
1508
1723
  "endpoint": {},
@@ -1524,7 +1739,7 @@
1524
1739
  }
1525
1740
  }
1526
1741
  },
1527
- "Sp": {
1742
+ "Su": {
1528
1743
  "type": "structure",
1529
1744
  "members": {
1530
1745
  "relationalDatabaseSourceType": {},
@@ -1540,7 +1755,7 @@
1540
1755
  }
1541
1756
  }
1542
1757
  },
1543
- "St": {
1758
+ "Sy": {
1544
1759
  "type": "structure",
1545
1760
  "members": {
1546
1761
  "dataSourceArn": {},
@@ -1549,26 +1764,36 @@
1549
1764
  "type": {},
1550
1765
  "serviceRoleArn": {},
1551
1766
  "dynamodbConfig": {
1552
- "shape": "Sg"
1767
+ "shape": "Sl"
1553
1768
  },
1554
1769
  "lambdaConfig": {
1555
- "shape": "Si"
1770
+ "shape": "Sn"
1556
1771
  },
1557
1772
  "elasticsearchConfig": {
1558
- "shape": "Sj"
1773
+ "shape": "So"
1559
1774
  },
1560
1775
  "openSearchServiceConfig": {
1561
- "shape": "Sk"
1776
+ "shape": "Sp"
1562
1777
  },
1563
1778
  "httpConfig": {
1564
- "shape": "Sl"
1779
+ "shape": "Sq"
1565
1780
  },
1566
1781
  "relationalDatabaseConfig": {
1567
- "shape": "Sp"
1782
+ "shape": "Su"
1568
1783
  }
1569
1784
  }
1570
1785
  },
1571
- "Sw": {
1786
+ "S13": {
1787
+ "type": "structure",
1788
+ "members": {
1789
+ "domainName": {},
1790
+ "description": {},
1791
+ "certificateArn": {},
1792
+ "appsyncDomainName": {},
1793
+ "hostedZoneId": {}
1794
+ }
1795
+ },
1796
+ "S16": {
1572
1797
  "type": "structure",
1573
1798
  "members": {
1574
1799
  "conflictHandler": {},
@@ -1581,7 +1806,7 @@
1581
1806
  }
1582
1807
  }
1583
1808
  },
1584
- "S11": {
1809
+ "S1b": {
1585
1810
  "type": "structure",
1586
1811
  "members": {
1587
1812
  "functionId": {},
@@ -1593,11 +1818,11 @@
1593
1818
  "responseMappingTemplate": {},
1594
1819
  "functionVersion": {},
1595
1820
  "syncConfig": {
1596
- "shape": "Sw"
1821
+ "shape": "S16"
1597
1822
  }
1598
1823
  }
1599
1824
  },
1600
- "S13": {
1825
+ "S1d": {
1601
1826
  "type": "structure",
1602
1827
  "required": [
1603
1828
  "fieldLogLevel",
@@ -1611,7 +1836,7 @@
1611
1836
  }
1612
1837
  }
1613
1838
  },
1614
- "S16": {
1839
+ "S1g": {
1615
1840
  "type": "structure",
1616
1841
  "required": [
1617
1842
  "userPoolId",
@@ -1625,7 +1850,7 @@
1625
1850
  "appIdClientRegex": {}
1626
1851
  }
1627
1852
  },
1628
- "S18": {
1853
+ "S1i": {
1629
1854
  "type": "structure",
1630
1855
  "required": [
1631
1856
  "issuer"
@@ -1641,19 +1866,19 @@
1641
1866
  }
1642
1867
  }
1643
1868
  },
1644
- "S19": {
1869
+ "S1j": {
1645
1870
  "type": "map",
1646
1871
  "key": {},
1647
1872
  "value": {}
1648
1873
  },
1649
- "S1c": {
1874
+ "S1m": {
1650
1875
  "type": "list",
1651
1876
  "member": {
1652
1877
  "type": "structure",
1653
1878
  "members": {
1654
1879
  "authenticationType": {},
1655
1880
  "openIDConnectConfig": {
1656
- "shape": "S18"
1881
+ "shape": "S1i"
1657
1882
  },
1658
1883
  "userPoolConfig": {
1659
1884
  "type": "structure",
@@ -1668,12 +1893,12 @@
1668
1893
  }
1669
1894
  },
1670
1895
  "lambdaAuthorizerConfig": {
1671
- "shape": "S1f"
1896
+ "shape": "S1p"
1672
1897
  }
1673
1898
  }
1674
1899
  }
1675
1900
  },
1676
- "S1f": {
1901
+ "S1p": {
1677
1902
  "type": "structure",
1678
1903
  "required": [
1679
1904
  "authorizerUri"
@@ -1686,20 +1911,20 @@
1686
1911
  "identityValidationExpression": {}
1687
1912
  }
1688
1913
  },
1689
- "S1i": {
1914
+ "S1s": {
1690
1915
  "type": "structure",
1691
1916
  "members": {
1692
1917
  "name": {},
1693
1918
  "apiId": {},
1694
1919
  "authenticationType": {},
1695
1920
  "logConfig": {
1696
- "shape": "S13"
1921
+ "shape": "S1d"
1697
1922
  },
1698
1923
  "userPoolConfig": {
1699
- "shape": "S16"
1924
+ "shape": "S1g"
1700
1925
  },
1701
1926
  "openIDConnectConfig": {
1702
- "shape": "S18"
1927
+ "shape": "S1i"
1703
1928
  },
1704
1929
  "arn": {},
1705
1930
  "uris": {
@@ -1708,21 +1933,21 @@
1708
1933
  "value": {}
1709
1934
  },
1710
1935
  "tags": {
1711
- "shape": "S19"
1936
+ "shape": "S1j"
1712
1937
  },
1713
1938
  "additionalAuthenticationProviders": {
1714
- "shape": "S1c"
1939
+ "shape": "S1m"
1715
1940
  },
1716
1941
  "xrayEnabled": {
1717
1942
  "type": "boolean"
1718
1943
  },
1719
1944
  "wafWebAclArn": {},
1720
1945
  "lambdaAuthorizerConfig": {
1721
- "shape": "S1f"
1946
+ "shape": "S1p"
1722
1947
  }
1723
1948
  }
1724
1949
  },
1725
- "S1m": {
1950
+ "S1w": {
1726
1951
  "type": "structure",
1727
1952
  "members": {
1728
1953
  "functions": {
@@ -1731,7 +1956,7 @@
1731
1956
  }
1732
1957
  }
1733
1958
  },
1734
- "S1o": {
1959
+ "S1y": {
1735
1960
  "type": "structure",
1736
1961
  "members": {
1737
1962
  "ttl": {
@@ -1743,7 +1968,7 @@
1743
1968
  }
1744
1969
  }
1745
1970
  },
1746
- "S1r": {
1971
+ "S21": {
1747
1972
  "type": "structure",
1748
1973
  "members": {
1749
1974
  "typeName": {},
@@ -1754,17 +1979,17 @@
1754
1979
  "responseMappingTemplate": {},
1755
1980
  "kind": {},
1756
1981
  "pipelineConfig": {
1757
- "shape": "S1m"
1982
+ "shape": "S1w"
1758
1983
  },
1759
1984
  "syncConfig": {
1760
- "shape": "Sw"
1985
+ "shape": "S16"
1761
1986
  },
1762
1987
  "cachingConfig": {
1763
- "shape": "S1o"
1988
+ "shape": "S1y"
1764
1989
  }
1765
1990
  }
1766
1991
  },
1767
- "S1v": {
1992
+ "S25": {
1768
1993
  "type": "structure",
1769
1994
  "members": {
1770
1995
  "name": {},
@@ -1774,10 +1999,10 @@
1774
1999
  "format": {}
1775
2000
  }
1776
2001
  },
1777
- "S3c": {
2002
+ "S3x": {
1778
2003
  "type": "list",
1779
2004
  "member": {
1780
- "shape": "S1r"
2005
+ "shape": "S21"
1781
2006
  }
1782
2007
  }
1783
2008
  }