@pgarbe/cdk-ecr-sync 0.5.25 → 0.5.26

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 (134) hide show
  1. package/.jsii +147 -4
  2. package/.projenrc.ts +1 -1
  3. package/CHANGELOG.md +1 -1
  4. package/lib/ecr-sync.d.ts +4 -22
  5. package/lib/ecr-sync.js +3 -10
  6. package/lib/image.d.ts +5 -8
  7. package/lib/image.js +1 -1
  8. package/node_modules/aws-sdk/CHANGELOG.md +69 -1
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +3 -1
  11. package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +11 -11
  12. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +677 -237
  13. package/node_modules/aws-sdk/apis/appflow-2020-08-23.paginators.json +7 -1
  14. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +171 -15
  15. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
  16. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +43 -30
  17. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +5 -1
  18. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +86 -25
  19. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.waiters2.json +14 -2
  20. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +167 -79
  21. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +408 -133
  22. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +12 -0
  23. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +122 -43
  24. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
  25. package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +149 -21
  26. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +125 -49
  27. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +136 -30
  28. package/node_modules/aws-sdk/apis/fis-2020-12-01.paginators.json +5 -0
  29. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +212 -6
  30. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
  31. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +4 -1
  32. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +352 -77
  33. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +114 -94
  34. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +80 -55
  35. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +0 -1
  36. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +148 -127
  37. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +79 -51
  38. package/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json +2 -1
  39. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +125 -49
  40. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +3 -0
  41. package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +135 -45
  42. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +152 -52
  43. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +131 -123
  44. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +15 -10
  45. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +47 -33
  46. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +11 -3
  47. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +44 -40
  48. package/node_modules/aws-sdk/clients/amplify.d.ts +7 -7
  49. package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -13
  50. package/node_modules/aws-sdk/clients/appconfigdata.d.ts +18 -18
  51. package/node_modules/aws-sdk/clients/appflow.d.ts +611 -3
  52. package/node_modules/aws-sdk/clients/apprunner.d.ts +179 -12
  53. package/node_modules/aws-sdk/clients/athena.d.ts +31 -8
  54. package/node_modules/aws-sdk/clients/auditmanager.d.ts +2 -2
  55. package/node_modules/aws-sdk/clients/cloudformation.d.ts +407 -264
  56. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +6 -5
  57. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +287 -287
  58. package/node_modules/aws-sdk/clients/comprehend.d.ts +138 -0
  59. package/node_modules/aws-sdk/clients/connect.d.ts +327 -10
  60. package/node_modules/aws-sdk/clients/costexplorer.d.ts +17 -17
  61. package/node_modules/aws-sdk/clients/dynamodb.d.ts +5 -5
  62. package/node_modules/aws-sdk/clients/ebs.d.ts +6 -6
  63. package/node_modules/aws-sdk/clients/ec2.d.ts +124 -10
  64. package/node_modules/aws-sdk/clients/efs.d.ts +131 -4
  65. package/node_modules/aws-sdk/clients/elasticache.d.ts +3 -3
  66. package/node_modules/aws-sdk/clients/emr.d.ts +14 -14
  67. package/node_modules/aws-sdk/clients/es.d.ts +97 -0
  68. package/node_modules/aws-sdk/clients/eventbridge.d.ts +8 -8
  69. package/node_modules/aws-sdk/clients/fis.d.ts +142 -22
  70. package/node_modules/aws-sdk/clients/frauddetector.d.ts +308 -0
  71. package/node_modules/aws-sdk/clients/fsx.d.ts +15 -11
  72. package/node_modules/aws-sdk/clients/glue.d.ts +7 -7
  73. package/node_modules/aws-sdk/clients/guardduty.d.ts +309 -44
  74. package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
  75. package/node_modules/aws-sdk/clients/kafka.d.ts +19 -1
  76. package/node_modules/aws-sdk/clients/kendra.d.ts +95 -59
  77. package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
  78. package/node_modules/aws-sdk/clients/marketplacemetering.d.ts +17 -12
  79. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +40 -6
  80. package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
  81. package/node_modules/aws-sdk/clients/opensearch.d.ts +97 -0
  82. package/node_modules/aws-sdk/clients/personalize.d.ts +7 -3
  83. package/node_modules/aws-sdk/clients/rbin.d.ts +41 -41
  84. package/node_modules/aws-sdk/clients/rds.d.ts +17 -17
  85. package/node_modules/aws-sdk/clients/robomaker.d.ts +30 -30
  86. package/node_modules/aws-sdk/clients/route53recoveryreadiness.d.ts +275 -230
  87. package/node_modules/aws-sdk/clients/s3control.d.ts +137 -10
  88. package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -7
  89. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +62 -48
  90. package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -0
  91. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
  92. package/node_modules/aws-sdk/clients/synthetics.d.ts +15 -5
  93. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +6 -0
  94. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +35 -28
  95. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +73 -66
  96. package/node_modules/aws-sdk/dist/aws-sdk.js +1048 -371
  97. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
  98. package/node_modules/aws-sdk/lib/core.js +1 -1
  99. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  100. package/node_modules/aws-sdk/lib/param_validator.js +2 -0
  101. package/node_modules/aws-sdk/package.json +2 -2
  102. package/node_modules/jmespath/jmespath.js +32 -27
  103. package/node_modules/jmespath/package.json +2 -7
  104. package/package.json +3 -3
  105. package/releasetag.txt +1 -1
  106. package/version.txt +1 -1
  107. package/node_modules/jmespath/.eslintrc +0 -10
  108. package/node_modules/jmespath/.npmignore +0 -1
  109. package/node_modules/jmespath/.travis.yml +0 -6
  110. package/node_modules/jmespath/BASELINE +0 -15
  111. package/node_modules/jmespath/Gruntfile.js +0 -36
  112. package/node_modules/jmespath/g.sh +0 -5
  113. package/node_modules/jmespath/index.html +0 -93
  114. package/node_modules/jmespath/james.html +0 -7
  115. package/node_modules/jmespath/l.js +0 -189
  116. package/node_modules/jmespath/perf.js +0 -33
  117. package/node_modules/jmespath/reservedWords.json +0 -4
  118. package/node_modules/jmespath/test/compliance/basic.json +0 -96
  119. package/node_modules/jmespath/test/compliance/boolean.json +0 -257
  120. package/node_modules/jmespath/test/compliance/current.json +0 -25
  121. package/node_modules/jmespath/test/compliance/escape.json +0 -46
  122. package/node_modules/jmespath/test/compliance/filters.json +0 -468
  123. package/node_modules/jmespath/test/compliance/functions.json +0 -825
  124. package/node_modules/jmespath/test/compliance/identifiers.json +0 -1377
  125. package/node_modules/jmespath/test/compliance/indices.json +0 -346
  126. package/node_modules/jmespath/test/compliance/literal.json +0 -190
  127. package/node_modules/jmespath/test/compliance/multiselect.json +0 -393
  128. package/node_modules/jmespath/test/compliance/pipe.json +0 -131
  129. package/node_modules/jmespath/test/compliance/slice.json +0 -187
  130. package/node_modules/jmespath/test/compliance/syntax.json +0 -616
  131. package/node_modules/jmespath/test/compliance/unicode.json +0 -38
  132. package/node_modules/jmespath/test/compliance/wildcard.json +0 -460
  133. package/node_modules/jmespath/test/compliance.js +0 -56
  134. package/node_modules/jmespath/test/jmespath.js +0 -217
@@ -7,13 +7,19 @@
7
7
  },
8
8
  "DescribeConnectors": {
9
9
  "input_token": "nextToken",
10
- "output_token": "nextToken"
10
+ "output_token": "nextToken",
11
+ "limit_key": "maxResults"
11
12
  },
12
13
  "DescribeFlowExecutionRecords": {
13
14
  "input_token": "nextToken",
14
15
  "output_token": "nextToken",
15
16
  "limit_key": "maxResults"
16
17
  },
18
+ "ListConnectors": {
19
+ "input_token": "nextToken",
20
+ "output_token": "nextToken",
21
+ "limit_key": "maxResults"
22
+ },
17
23
  "ListFlows": {
18
24
  "input_token": "nextToken",
19
25
  "output_token": "nextToken",
@@ -129,7 +129,10 @@
129
129
  "HealthCheckConfiguration": {
130
130
  "shape": "S1n"
131
131
  },
132
- "AutoScalingConfigurationArn": {}
132
+ "AutoScalingConfigurationArn": {},
133
+ "NetworkConfiguration": {
134
+ "shape": "S1u"
135
+ }
133
136
  }
134
137
  },
135
138
  "output": {
@@ -140,12 +143,44 @@
140
143
  ],
141
144
  "members": {
142
145
  "Service": {
143
- "shape": "S1v"
146
+ "shape": "S1y"
144
147
  },
145
148
  "OperationId": {}
146
149
  }
147
150
  }
148
151
  },
152
+ "CreateVpcConnector": {
153
+ "input": {
154
+ "type": "structure",
155
+ "required": [
156
+ "VpcConnectorName",
157
+ "Subnets"
158
+ ],
159
+ "members": {
160
+ "VpcConnectorName": {},
161
+ "Subnets": {
162
+ "shape": "S25"
163
+ },
164
+ "SecurityGroups": {
165
+ "shape": "S25"
166
+ },
167
+ "Tags": {
168
+ "shape": "Sh"
169
+ }
170
+ }
171
+ },
172
+ "output": {
173
+ "type": "structure",
174
+ "required": [
175
+ "VpcConnector"
176
+ ],
177
+ "members": {
178
+ "VpcConnector": {
179
+ "shape": "S27"
180
+ }
181
+ }
182
+ }
183
+ },
149
184
  "DeleteAutoScalingConfiguration": {
150
185
  "input": {
151
186
  "type": "structure",
@@ -205,12 +240,34 @@
205
240
  ],
206
241
  "members": {
207
242
  "Service": {
208
- "shape": "S1v"
243
+ "shape": "S1y"
209
244
  },
210
245
  "OperationId": {}
211
246
  }
212
247
  }
213
248
  },
249
+ "DeleteVpcConnector": {
250
+ "input": {
251
+ "type": "structure",
252
+ "required": [
253
+ "VpcConnectorArn"
254
+ ],
255
+ "members": {
256
+ "VpcConnectorArn": {}
257
+ }
258
+ },
259
+ "output": {
260
+ "type": "structure",
261
+ "required": [
262
+ "VpcConnector"
263
+ ],
264
+ "members": {
265
+ "VpcConnector": {
266
+ "shape": "S27"
267
+ }
268
+ }
269
+ }
270
+ },
214
271
  "DescribeAutoScalingConfiguration": {
215
272
  "input": {
216
273
  "type": "structure",
@@ -284,7 +341,29 @@
284
341
  ],
285
342
  "members": {
286
343
  "Service": {
287
- "shape": "S1v"
344
+ "shape": "S1y"
345
+ }
346
+ }
347
+ }
348
+ },
349
+ "DescribeVpcConnector": {
350
+ "input": {
351
+ "type": "structure",
352
+ "required": [
353
+ "VpcConnectorArn"
354
+ ],
355
+ "members": {
356
+ "VpcConnectorArn": {}
357
+ }
358
+ },
359
+ "output": {
360
+ "type": "structure",
361
+ "required": [
362
+ "VpcConnector"
363
+ ],
364
+ "members": {
365
+ "VpcConnector": {
366
+ "shape": "S27"
288
367
  }
289
368
  }
290
369
  }
@@ -340,7 +419,7 @@
340
419
  "AutoScalingConfigurationSummaryList": {
341
420
  "type": "list",
342
421
  "member": {
343
- "shape": "S1y"
422
+ "shape": "S21"
344
423
  }
345
424
  },
346
425
  "NextToken": {}
@@ -483,6 +562,32 @@
483
562
  }
484
563
  }
485
564
  },
565
+ "ListVpcConnectors": {
566
+ "input": {
567
+ "type": "structure",
568
+ "members": {
569
+ "MaxResults": {
570
+ "type": "integer"
571
+ },
572
+ "NextToken": {}
573
+ }
574
+ },
575
+ "output": {
576
+ "type": "structure",
577
+ "required": [
578
+ "VpcConnectors"
579
+ ],
580
+ "members": {
581
+ "VpcConnectors": {
582
+ "type": "list",
583
+ "member": {
584
+ "shape": "S27"
585
+ }
586
+ },
587
+ "NextToken": {}
588
+ }
589
+ }
590
+ },
486
591
  "PauseService": {
487
592
  "input": {
488
593
  "type": "structure",
@@ -500,7 +605,7 @@
500
605
  ],
501
606
  "members": {
502
607
  "Service": {
503
- "shape": "S1v"
608
+ "shape": "S1y"
504
609
  },
505
610
  "OperationId": {}
506
611
  }
@@ -523,7 +628,7 @@
523
628
  ],
524
629
  "members": {
525
630
  "Service": {
526
- "shape": "S1v"
631
+ "shape": "S1y"
527
632
  },
528
633
  "OperationId": {}
529
634
  }
@@ -605,6 +710,9 @@
605
710
  "AutoScalingConfigurationArn": {},
606
711
  "HealthCheckConfiguration": {
607
712
  "shape": "S1n"
713
+ },
714
+ "NetworkConfiguration": {
715
+ "shape": "S1u"
608
716
  }
609
717
  }
610
718
  },
@@ -616,7 +724,7 @@
616
724
  ],
617
725
  "members": {
618
726
  "Service": {
619
- "shape": "S1v"
727
+ "shape": "S1y"
620
728
  },
621
729
  "OperationId": {}
622
730
  }
@@ -743,8 +851,7 @@
743
851
  "sensitive": true
744
852
  },
745
853
  "StartCommand": {
746
- "type": "string",
747
- "sensitive": true
854
+ "shape": "S18"
748
855
  },
749
856
  "Port": {},
750
857
  "RuntimeEnvironmentVariables": {
@@ -770,7 +877,9 @@
770
877
  "RuntimeEnvironmentVariables": {
771
878
  "shape": "S19"
772
879
  },
773
- "StartCommand": {},
880
+ "StartCommand": {
881
+ "shape": "S18"
882
+ },
774
883
  "Port": {}
775
884
  }
776
885
  },
@@ -789,6 +898,10 @@
789
898
  }
790
899
  }
791
900
  },
901
+ "S18": {
902
+ "type": "string",
903
+ "sensitive": true
904
+ },
792
905
  "S19": {
793
906
  "type": "map",
794
907
  "key": {
@@ -836,7 +949,19 @@
836
949
  }
837
950
  }
838
951
  },
839
- "S1v": {
952
+ "S1u": {
953
+ "type": "structure",
954
+ "members": {
955
+ "EgressConfiguration": {
956
+ "type": "structure",
957
+ "members": {
958
+ "EgressType": {},
959
+ "VpcConnectorArn": {}
960
+ }
961
+ }
962
+ }
963
+ },
964
+ "S1y": {
840
965
  "type": "structure",
841
966
  "required": [
842
967
  "ServiceName",
@@ -848,7 +973,8 @@
848
973
  "Status",
849
974
  "SourceConfiguration",
850
975
  "InstanceConfiguration",
851
- "AutoScalingConfigurationSummary"
976
+ "AutoScalingConfigurationSummary",
977
+ "NetworkConfiguration"
852
978
  ],
853
979
  "members": {
854
980
  "ServiceName": {},
@@ -878,11 +1004,14 @@
878
1004
  "shape": "S1n"
879
1005
  },
880
1006
  "AutoScalingConfigurationSummary": {
881
- "shape": "S1y"
1007
+ "shape": "S21"
1008
+ },
1009
+ "NetworkConfiguration": {
1010
+ "shape": "S1u"
882
1011
  }
883
1012
  }
884
1013
  },
885
- "S1y": {
1014
+ "S21": {
886
1015
  "type": "structure",
887
1016
  "members": {
888
1017
  "AutoScalingConfigurationArn": {},
@@ -891,6 +1020,33 @@
891
1020
  "type": "integer"
892
1021
  }
893
1022
  }
1023
+ },
1024
+ "S25": {
1025
+ "type": "list",
1026
+ "member": {}
1027
+ },
1028
+ "S27": {
1029
+ "type": "structure",
1030
+ "members": {
1031
+ "VpcConnectorName": {},
1032
+ "VpcConnectorArn": {},
1033
+ "VpcConnectorRevision": {
1034
+ "type": "integer"
1035
+ },
1036
+ "Subnets": {
1037
+ "shape": "S25"
1038
+ },
1039
+ "SecurityGroups": {
1040
+ "shape": "S25"
1041
+ },
1042
+ "Status": {},
1043
+ "CreatedAt": {
1044
+ "type": "timestamp"
1045
+ },
1046
+ "DeletedAt": {
1047
+ "type": "timestamp"
1048
+ }
1049
+ }
894
1050
  }
895
1051
  }
896
1052
  }
@@ -24,6 +24,11 @@
24
24
  "input_token": "NextToken",
25
25
  "output_token": "NextToken",
26
26
  "limit_key": "MaxResults"
27
+ },
28
+ "ListVpcConnectors": {
29
+ "input_token": "NextToken",
30
+ "output_token": "NextToken",
31
+ "limit_key": "MaxResults"
27
32
  }
28
33
  }
29
34
  }
@@ -94,10 +94,10 @@
94
94
  "Type": {},
95
95
  "Description": {},
96
96
  "Parameters": {
97
- "shape": "S13"
97
+ "shape": "S15"
98
98
  },
99
99
  "Tags": {
100
- "shape": "S16"
100
+ "shape": "S18"
101
101
  }
102
102
  }
103
103
  },
@@ -162,11 +162,11 @@
162
162
  "members": {
163
163
  "Name": {},
164
164
  "Configuration": {
165
- "shape": "S1i"
165
+ "shape": "S1k"
166
166
  },
167
167
  "Description": {},
168
168
  "Tags": {
169
- "shape": "S16"
169
+ "shape": "S18"
170
170
  }
171
171
  }
172
172
  },
@@ -268,7 +268,7 @@
268
268
  "Description": {},
269
269
  "Type": {},
270
270
  "Parameters": {
271
- "shape": "S13"
271
+ "shape": "S15"
272
272
  }
273
273
  }
274
274
  }
@@ -291,7 +291,7 @@
291
291
  "type": "structure",
292
292
  "members": {
293
293
  "Database": {
294
- "shape": "S20"
294
+ "shape": "S22"
295
295
  }
296
296
  }
297
297
  }
@@ -461,7 +461,7 @@
461
461
  "type": "structure",
462
462
  "members": {
463
463
  "TableMetadata": {
464
- "shape": "S2q"
464
+ "shape": "S2s"
465
465
  }
466
466
  }
467
467
  }
@@ -488,7 +488,7 @@
488
488
  "Name": {},
489
489
  "State": {},
490
490
  "Configuration": {
491
- "shape": "S1i"
491
+ "shape": "S1k"
492
492
  },
493
493
  "Description": {},
494
494
  "CreationTime": {
@@ -546,7 +546,7 @@
546
546
  "DatabaseList": {
547
547
  "type": "list",
548
548
  "member": {
549
- "shape": "S20"
549
+ "shape": "S22"
550
550
  }
551
551
  },
552
552
  "NextToken": {}
@@ -569,7 +569,7 @@
569
569
  "EngineVersions": {
570
570
  "type": "list",
571
571
  "member": {
572
- "shape": "Sy"
572
+ "shape": "S10"
573
573
  }
574
574
  },
575
575
  "NextToken": {}
@@ -674,7 +674,7 @@
674
674
  "TableMetadataList": {
675
675
  "type": "list",
676
676
  "member": {
677
- "shape": "S2q"
677
+ "shape": "S2s"
678
678
  }
679
679
  },
680
680
  "NextToken": {}
@@ -699,7 +699,7 @@
699
699
  "type": "structure",
700
700
  "members": {
701
701
  "Tags": {
702
- "shape": "S16"
702
+ "shape": "S18"
703
703
  },
704
704
  "NextToken": {}
705
705
  }
@@ -730,7 +730,7 @@
730
730
  "type": "timestamp"
731
731
  },
732
732
  "EngineVersion": {
733
- "shape": "Sy"
733
+ "shape": "S10"
734
734
  }
735
735
  }
736
736
  }
@@ -795,7 +795,7 @@
795
795
  "members": {
796
796
  "ResourceARN": {},
797
797
  "Tags": {
798
- "shape": "S16"
798
+ "shape": "S18"
799
799
  }
800
800
  }
801
801
  },
@@ -836,7 +836,7 @@
836
836
  "Type": {},
837
837
  "Description": {},
838
838
  "Parameters": {
839
- "shape": "S13"
839
+ "shape": "S15"
840
840
  }
841
841
  }
842
842
  },
@@ -892,6 +892,10 @@
892
892
  },
893
893
  "RemoveEncryptionConfiguration": {
894
894
  "type": "boolean"
895
+ },
896
+ "ExpectedBucketOwner": {},
897
+ "RemoveExpectedBucketOwner": {
898
+ "type": "boolean"
895
899
  }
896
900
  }
897
901
  },
@@ -908,7 +912,7 @@
908
912
  "type": "boolean"
909
913
  },
910
914
  "EngineVersion": {
911
- "shape": "Sy"
915
+ "shape": "S10"
912
916
  }
913
917
  }
914
918
  },
@@ -968,6 +972,14 @@
968
972
  },
969
973
  "CompletionDateTime": {
970
974
  "type": "timestamp"
975
+ },
976
+ "AthenaError": {
977
+ "type": "structure",
978
+ "members": {
979
+ "ErrorCategory": {
980
+ "type": "integer"
981
+ }
982
+ }
971
983
  }
972
984
  }
973
985
  },
@@ -997,7 +1009,7 @@
997
1009
  },
998
1010
  "WorkGroup": {},
999
1011
  "EngineVersion": {
1000
- "shape": "Sy"
1012
+ "shape": "S10"
1001
1013
  }
1002
1014
  }
1003
1015
  },
@@ -1007,7 +1019,8 @@
1007
1019
  "OutputLocation": {},
1008
1020
  "EncryptionConfiguration": {
1009
1021
  "shape": "Sp"
1010
- }
1022
+ },
1023
+ "ExpectedBucketOwner": {}
1011
1024
  }
1012
1025
  },
1013
1026
  "Sp": {
@@ -1027,19 +1040,19 @@
1027
1040
  "Catalog": {}
1028
1041
  }
1029
1042
  },
1030
- "Sy": {
1043
+ "S10": {
1031
1044
  "type": "structure",
1032
1045
  "members": {
1033
1046
  "SelectedEngineVersion": {},
1034
1047
  "EffectiveEngineVersion": {}
1035
1048
  }
1036
1049
  },
1037
- "S13": {
1050
+ "S15": {
1038
1051
  "type": "map",
1039
1052
  "key": {},
1040
1053
  "value": {}
1041
1054
  },
1042
- "S16": {
1055
+ "S18": {
1043
1056
  "type": "list",
1044
1057
  "member": {
1045
1058
  "type": "structure",
@@ -1049,7 +1062,7 @@
1049
1062
  }
1050
1063
  }
1051
1064
  },
1052
- "S1i": {
1065
+ "S1k": {
1053
1066
  "type": "structure",
1054
1067
  "members": {
1055
1068
  "ResultConfiguration": {
@@ -1068,11 +1081,11 @@
1068
1081
  "type": "boolean"
1069
1082
  },
1070
1083
  "EngineVersion": {
1071
- "shape": "Sy"
1084
+ "shape": "S10"
1072
1085
  }
1073
1086
  }
1074
1087
  },
1075
- "S20": {
1088
+ "S22": {
1076
1089
  "type": "structure",
1077
1090
  "required": [
1078
1091
  "Name"
@@ -1081,11 +1094,11 @@
1081
1094
  "Name": {},
1082
1095
  "Description": {},
1083
1096
  "Parameters": {
1084
- "shape": "S13"
1097
+ "shape": "S15"
1085
1098
  }
1086
1099
  }
1087
1100
  },
1088
- "S2q": {
1101
+ "S2s": {
1089
1102
  "type": "structure",
1090
1103
  "required": [
1091
1104
  "Name"
@@ -1100,17 +1113,17 @@
1100
1113
  },
1101
1114
  "TableType": {},
1102
1115
  "Columns": {
1103
- "shape": "S2t"
1116
+ "shape": "S2v"
1104
1117
  },
1105
1118
  "PartitionKeys": {
1106
- "shape": "S2t"
1119
+ "shape": "S2v"
1107
1120
  },
1108
1121
  "Parameters": {
1109
- "shape": "S13"
1122
+ "shape": "S15"
1110
1123
  }
1111
1124
  }
1112
1125
  },
1113
- "S2t": {
1126
+ "S2v": {
1114
1127
  "type": "list",
1115
1128
  "member": {
1116
1129
  "type": "structure",
@@ -1966,7 +1966,8 @@
1966
1966
  "member": {
1967
1967
  "type": "structure",
1968
1968
  "required": [
1969
- "name"
1969
+ "name",
1970
+ "controls"
1970
1971
  ],
1971
1972
  "members": {
1972
1973
  "id": {},
@@ -2371,6 +2372,9 @@
2371
2372
  "type": "list",
2372
2373
  "member": {
2373
2374
  "type": "structure",
2375
+ "required": [
2376
+ "id"
2377
+ ],
2374
2378
  "members": {
2375
2379
  "id": {}
2376
2380
  }