@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
@@ -65,7 +65,10 @@
65
65
  "filters": {
66
66
  "shape": "Sh"
67
67
  },
68
- "selectionMode": {}
68
+ "selectionMode": {},
69
+ "parameters": {
70
+ "shape": "Sn"
71
+ }
69
72
  }
70
73
  }
71
74
  },
@@ -81,13 +84,13 @@
81
84
  "actionId": {},
82
85
  "description": {},
83
86
  "parameters": {
84
- "shape": "Ss"
87
+ "shape": "Sv"
85
88
  },
86
89
  "targets": {
87
- "shape": "Sv"
90
+ "shape": "Sy"
88
91
  },
89
92
  "startAfter": {
90
- "shape": "Sx"
93
+ "shape": "S10"
91
94
  }
92
95
  }
93
96
  }
@@ -102,7 +105,7 @@
102
105
  "type": "structure",
103
106
  "members": {
104
107
  "experimentTemplate": {
105
- "shape": "S11"
108
+ "shape": "S14"
106
109
  }
107
110
  }
108
111
  }
@@ -129,7 +132,7 @@
129
132
  "type": "structure",
130
133
  "members": {
131
134
  "experimentTemplate": {
132
- "shape": "S11"
135
+ "shape": "S14"
133
136
  }
134
137
  }
135
138
  }
@@ -174,7 +177,7 @@
174
177
  }
175
178
  },
176
179
  "targets": {
177
- "shape": "S1o"
180
+ "shape": "S1r"
178
181
  },
179
182
  "tags": {
180
183
  "shape": "Se"
@@ -206,7 +209,7 @@
206
209
  "type": "structure",
207
210
  "members": {
208
211
  "experiment": {
209
- "shape": "S1v"
212
+ "shape": "S1x"
210
213
  }
211
214
  }
212
215
  }
@@ -233,7 +236,51 @@
233
236
  "type": "structure",
234
237
  "members": {
235
238
  "experimentTemplate": {
236
- "shape": "S11"
239
+ "shape": "S14"
240
+ }
241
+ }
242
+ }
243
+ },
244
+ "GetTargetResourceType": {
245
+ "http": {
246
+ "method": "GET",
247
+ "requestUri": "/targetResourceTypes/{resourceType}",
248
+ "responseCode": 200
249
+ },
250
+ "input": {
251
+ "type": "structure",
252
+ "required": [
253
+ "resourceType"
254
+ ],
255
+ "members": {
256
+ "resourceType": {
257
+ "location": "uri",
258
+ "locationName": "resourceType"
259
+ }
260
+ }
261
+ },
262
+ "output": {
263
+ "type": "structure",
264
+ "members": {
265
+ "targetResourceType": {
266
+ "type": "structure",
267
+ "members": {
268
+ "resourceType": {},
269
+ "description": {},
270
+ "parameters": {
271
+ "type": "map",
272
+ "key": {},
273
+ "value": {
274
+ "type": "structure",
275
+ "members": {
276
+ "description": {},
277
+ "required": {
278
+ "type": "boolean"
279
+ }
280
+ }
281
+ }
282
+ }
283
+ }
237
284
  }
238
285
  }
239
286
  }
@@ -269,7 +316,7 @@
269
316
  "id": {},
270
317
  "description": {},
271
318
  "targets": {
272
- "shape": "S1o"
319
+ "shape": "S1r"
273
320
  },
274
321
  "tags": {
275
322
  "shape": "Se"
@@ -358,7 +405,7 @@
358
405
  "id": {},
359
406
  "experimentTemplateId": {},
360
407
  "state": {
361
- "shape": "S1w"
408
+ "shape": "S1y"
362
409
  },
363
410
  "creationTime": {
364
411
  "type": "timestamp"
@@ -400,6 +447,43 @@
400
447
  }
401
448
  }
402
449
  },
450
+ "ListTargetResourceTypes": {
451
+ "http": {
452
+ "method": "GET",
453
+ "requestUri": "/targetResourceTypes",
454
+ "responseCode": 200
455
+ },
456
+ "input": {
457
+ "type": "structure",
458
+ "members": {
459
+ "maxResults": {
460
+ "location": "querystring",
461
+ "locationName": "maxResults",
462
+ "type": "integer"
463
+ },
464
+ "nextToken": {
465
+ "location": "querystring",
466
+ "locationName": "nextToken"
467
+ }
468
+ }
469
+ },
470
+ "output": {
471
+ "type": "structure",
472
+ "members": {
473
+ "targetResourceTypes": {
474
+ "type": "list",
475
+ "member": {
476
+ "type": "structure",
477
+ "members": {
478
+ "resourceType": {},
479
+ "description": {}
480
+ }
481
+ }
482
+ },
483
+ "nextToken": {}
484
+ }
485
+ }
486
+ },
403
487
  "StartExperiment": {
404
488
  "http": {
405
489
  "requestUri": "/experiments",
@@ -425,7 +509,7 @@
425
509
  "type": "structure",
426
510
  "members": {
427
511
  "experiment": {
428
- "shape": "S1v"
512
+ "shape": "S1x"
429
513
  }
430
514
  }
431
515
  }
@@ -452,7 +536,7 @@
452
536
  "type": "structure",
453
537
  "members": {
454
538
  "experiment": {
455
- "shape": "S1v"
539
+ "shape": "S1x"
456
540
  }
457
541
  }
458
542
  }
@@ -562,7 +646,10 @@
562
646
  "filters": {
563
647
  "shape": "Sh"
564
648
  },
565
- "selectionMode": {}
649
+ "selectionMode": {},
650
+ "parameters": {
651
+ "shape": "Sn"
652
+ }
566
653
  }
567
654
  }
568
655
  },
@@ -575,13 +662,13 @@
575
662
  "actionId": {},
576
663
  "description": {},
577
664
  "parameters": {
578
- "shape": "Ss"
665
+ "shape": "Sv"
579
666
  },
580
667
  "targets": {
581
- "shape": "Sv"
668
+ "shape": "Sy"
582
669
  },
583
670
  "startAfter": {
584
- "shape": "Sx"
671
+ "shape": "S10"
585
672
  }
586
673
  }
587
674
  }
@@ -593,7 +680,7 @@
593
680
  "type": "structure",
594
681
  "members": {
595
682
  "experimentTemplate": {
596
- "shape": "S11"
683
+ "shape": "S14"
597
684
  }
598
685
  }
599
686
  }
@@ -629,7 +716,7 @@
629
716
  "type": "list",
630
717
  "member": {}
631
718
  },
632
- "Ss": {
719
+ "Sn": {
633
720
  "type": "map",
634
721
  "key": {},
635
722
  "value": {}
@@ -639,11 +726,16 @@
639
726
  "key": {},
640
727
  "value": {}
641
728
  },
642
- "Sx": {
729
+ "Sy": {
730
+ "type": "map",
731
+ "key": {},
732
+ "value": {}
733
+ },
734
+ "S10": {
643
735
  "type": "list",
644
736
  "member": {}
645
737
  },
646
- "S11": {
738
+ "S14": {
647
739
  "type": "structure",
648
740
  "members": {
649
741
  "id": {},
@@ -673,7 +765,10 @@
673
765
  }
674
766
  }
675
767
  },
676
- "selectionMode": {}
768
+ "selectionMode": {},
769
+ "parameters": {
770
+ "shape": "Sn"
771
+ }
677
772
  }
678
773
  }
679
774
  },
@@ -686,13 +781,13 @@
686
781
  "actionId": {},
687
782
  "description": {},
688
783
  "parameters": {
689
- "shape": "Ss"
784
+ "shape": "Sv"
690
785
  },
691
786
  "targets": {
692
- "shape": "Sv"
787
+ "shape": "Sy"
693
788
  },
694
789
  "startAfter": {
695
- "shape": "Sx"
790
+ "shape": "S10"
696
791
  }
697
792
  }
698
793
  }
@@ -719,7 +814,7 @@
719
814
  }
720
815
  }
721
816
  },
722
- "S1o": {
817
+ "S1r": {
723
818
  "type": "map",
724
819
  "key": {},
725
820
  "value": {
@@ -729,14 +824,14 @@
729
824
  }
730
825
  }
731
826
  },
732
- "S1v": {
827
+ "S1x": {
733
828
  "type": "structure",
734
829
  "members": {
735
830
  "id": {},
736
831
  "experimentTemplateId": {},
737
832
  "roleArn": {},
738
833
  "state": {
739
- "shape": "S1w"
834
+ "shape": "S1y"
740
835
  },
741
836
  "targets": {
742
837
  "type": "map",
@@ -764,7 +859,12 @@
764
859
  }
765
860
  }
766
861
  },
767
- "selectionMode": {}
862
+ "selectionMode": {},
863
+ "parameters": {
864
+ "type": "map",
865
+ "key": {},
866
+ "value": {}
867
+ }
768
868
  }
769
869
  }
770
870
  },
@@ -796,6 +896,12 @@
796
896
  "status": {},
797
897
  "reason": {}
798
898
  }
899
+ },
900
+ "startTime": {
901
+ "type": "timestamp"
902
+ },
903
+ "endTime": {
904
+ "type": "timestamp"
799
905
  }
800
906
  }
801
907
  }
@@ -824,7 +930,7 @@
824
930
  }
825
931
  }
826
932
  },
827
- "S1w": {
933
+ "S1y": {
828
934
  "type": "structure",
829
935
  "members": {
830
936
  "status": {},
@@ -14,6 +14,11 @@
14
14
  "input_token": "nextToken",
15
15
  "output_token": "nextToken",
16
16
  "limit_key": "maxResults"
17
+ },
18
+ "ListTargetResourceTypes": {
19
+ "input_token": "nextToken",
20
+ "output_token": "nextToken",
21
+ "limit_key": "maxResults"
17
22
  }
18
23
  }
19
24
  }
@@ -1080,6 +1080,142 @@
1080
1080
  }
1081
1081
  }
1082
1082
  },
1083
+ "GetEventPredictionMetadata": {
1084
+ "input": {
1085
+ "type": "structure",
1086
+ "required": [
1087
+ "eventId",
1088
+ "eventTypeName",
1089
+ "detectorId",
1090
+ "detectorVersionId",
1091
+ "predictionTimestamp"
1092
+ ],
1093
+ "members": {
1094
+ "eventId": {},
1095
+ "eventTypeName": {},
1096
+ "detectorId": {},
1097
+ "detectorVersionId": {},
1098
+ "predictionTimestamp": {}
1099
+ }
1100
+ },
1101
+ "output": {
1102
+ "type": "structure",
1103
+ "members": {
1104
+ "eventId": {},
1105
+ "eventTypeName": {},
1106
+ "entityId": {},
1107
+ "entityType": {},
1108
+ "eventTimestamp": {},
1109
+ "detectorId": {},
1110
+ "detectorVersionId": {},
1111
+ "detectorVersionStatus": {},
1112
+ "eventVariables": {
1113
+ "type": "list",
1114
+ "member": {
1115
+ "type": "structure",
1116
+ "members": {
1117
+ "name": {
1118
+ "shape": "S52"
1119
+ },
1120
+ "value": {
1121
+ "shape": "S52"
1122
+ },
1123
+ "source": {
1124
+ "shape": "S52"
1125
+ }
1126
+ }
1127
+ }
1128
+ },
1129
+ "rules": {
1130
+ "type": "list",
1131
+ "member": {
1132
+ "type": "structure",
1133
+ "members": {
1134
+ "ruleId": {},
1135
+ "ruleVersion": {},
1136
+ "expression": {
1137
+ "shape": "S52"
1138
+ },
1139
+ "expressionWithValues": {
1140
+ "shape": "S52"
1141
+ },
1142
+ "outcomes": {
1143
+ "shape": "S12"
1144
+ },
1145
+ "evaluated": {
1146
+ "type": "boolean"
1147
+ },
1148
+ "matched": {
1149
+ "type": "boolean"
1150
+ }
1151
+ }
1152
+ }
1153
+ },
1154
+ "ruleExecutionMode": {},
1155
+ "outcomes": {
1156
+ "shape": "S12"
1157
+ },
1158
+ "evaluatedModelVersions": {
1159
+ "type": "list",
1160
+ "member": {
1161
+ "type": "structure",
1162
+ "members": {
1163
+ "modelId": {},
1164
+ "modelVersion": {},
1165
+ "modelType": {},
1166
+ "evaluations": {
1167
+ "type": "list",
1168
+ "member": {
1169
+ "type": "structure",
1170
+ "members": {
1171
+ "outputVariableName": {},
1172
+ "evaluationScore": {},
1173
+ "predictionExplanations": {
1174
+ "type": "structure",
1175
+ "members": {
1176
+ "variableImpactExplanations": {
1177
+ "type": "list",
1178
+ "member": {
1179
+ "type": "structure",
1180
+ "members": {
1181
+ "eventVariableName": {},
1182
+ "relativeImpact": {},
1183
+ "logOddsImpact": {
1184
+ "type": "float"
1185
+ }
1186
+ }
1187
+ }
1188
+ }
1189
+ }
1190
+ }
1191
+ }
1192
+ }
1193
+ }
1194
+ }
1195
+ }
1196
+ },
1197
+ "evaluatedExternalModels": {
1198
+ "type": "list",
1199
+ "member": {
1200
+ "type": "structure",
1201
+ "members": {
1202
+ "modelEndpoint": {},
1203
+ "useEventVariables": {
1204
+ "type": "boolean"
1205
+ },
1206
+ "inputVariables": {
1207
+ "shape": "S5f"
1208
+ },
1209
+ "outputVariables": {
1210
+ "shape": "S5f"
1211
+ }
1212
+ }
1213
+ }
1214
+ },
1215
+ "predictionTimestamp": {}
1216
+ }
1217
+ }
1218
+ },
1083
1219
  "GetEventTypes": {
1084
1220
  "input": {
1085
1221
  "type": "structure",
@@ -1159,10 +1295,10 @@
1159
1295
  "modelSource": {},
1160
1296
  "invokeModelEndpointRoleArn": {},
1161
1297
  "inputConfiguration": {
1162
- "shape": "S5b"
1298
+ "shape": "S5t"
1163
1299
  },
1164
1300
  "outputConfiguration": {
1165
- "shape": "S5f"
1301
+ "shape": "S5x"
1166
1302
  },
1167
1303
  "modelEndpointStatus": {},
1168
1304
  "lastUpdatedTime": {},
@@ -1385,6 +1521,60 @@
1385
1521
  }
1386
1522
  }
1387
1523
  },
1524
+ "ListEventPredictions": {
1525
+ "input": {
1526
+ "type": "structure",
1527
+ "members": {
1528
+ "eventId": {
1529
+ "shape": "S6u"
1530
+ },
1531
+ "eventType": {
1532
+ "shape": "S6u"
1533
+ },
1534
+ "detectorId": {
1535
+ "shape": "S6u"
1536
+ },
1537
+ "detectorVersionId": {
1538
+ "shape": "S6u"
1539
+ },
1540
+ "predictionTimeRange": {
1541
+ "type": "structure",
1542
+ "required": [
1543
+ "startTime",
1544
+ "endTime"
1545
+ ],
1546
+ "members": {
1547
+ "startTime": {},
1548
+ "endTime": {}
1549
+ }
1550
+ },
1551
+ "nextToken": {},
1552
+ "maxResults": {
1553
+ "type": "integer"
1554
+ }
1555
+ }
1556
+ },
1557
+ "output": {
1558
+ "type": "structure",
1559
+ "members": {
1560
+ "eventPredictionSummaries": {
1561
+ "type": "list",
1562
+ "member": {
1563
+ "type": "structure",
1564
+ "members": {
1565
+ "eventId": {},
1566
+ "eventTypeName": {},
1567
+ "eventTimestamp": {},
1568
+ "predictionTimestamp": {},
1569
+ "detectorId": {},
1570
+ "detectorVersionId": {}
1571
+ }
1572
+ }
1573
+ },
1574
+ "nextToken": {}
1575
+ }
1576
+ }
1577
+ },
1388
1578
  "ListTagsForResource": {
1389
1579
  "input": {
1390
1580
  "type": "structure",
@@ -1496,10 +1686,10 @@
1496
1686
  "modelSource": {},
1497
1687
  "invokeModelEndpointRoleArn": {},
1498
1688
  "inputConfiguration": {
1499
- "shape": "S5b"
1689
+ "shape": "S5t"
1500
1690
  },
1501
1691
  "outputConfiguration": {
1502
- "shape": "S5f"
1692
+ "shape": "S5x"
1503
1693
  },
1504
1694
  "modelEndpointStatus": {},
1505
1695
  "tags": {
@@ -2031,7 +2221,17 @@
2031
2221
  "sensitive": true
2032
2222
  }
2033
2223
  },
2034
- "S5b": {
2224
+ "S52": {
2225
+ "type": "string",
2226
+ "sensitive": true
2227
+ },
2228
+ "S5f": {
2229
+ "type": "map",
2230
+ "key": {},
2231
+ "value": {},
2232
+ "sensitive": true
2233
+ },
2234
+ "S5t": {
2035
2235
  "type": "structure",
2036
2236
  "required": [
2037
2237
  "useEventVariables"
@@ -2046,7 +2246,7 @@
2046
2246
  "csvInputTemplate": {}
2047
2247
  }
2048
2248
  },
2049
- "S5f": {
2249
+ "S5x": {
2050
2250
  "type": "structure",
2051
2251
  "required": [
2052
2252
  "format"
@@ -2064,6 +2264,12 @@
2064
2264
  "value": {}
2065
2265
  }
2066
2266
  }
2267
+ },
2268
+ "S6u": {
2269
+ "type": "structure",
2270
+ "members": {
2271
+ "value": {}
2272
+ }
2067
2273
  }
2068
2274
  }
2069
2275
  }
@@ -60,6 +60,11 @@
60
60
  "output_token": "nextToken",
61
61
  "limit_key": "maxResults"
62
62
  },
63
+ "ListEventPredictions": {
64
+ "input_token": "nextToken",
65
+ "output_token": "nextToken",
66
+ "limit_key": "maxResults"
67
+ },
63
68
  "ListTagsForResource": {
64
69
  "input_token": "nextToken",
65
70
  "output_token": "nextToken",
@@ -1208,7 +1208,10 @@
1208
1208
  "FsxAdminPassword": {
1209
1209
  "shape": "S4z"
1210
1210
  },
1211
- "WeeklyMaintenanceStartTime": {}
1211
+ "WeeklyMaintenanceStartTime": {},
1212
+ "DiskIopsConfiguration": {
1213
+ "shape": "S3l"
1214
+ }
1212
1215
  }
1213
1216
  },
1214
1217
  "OpenZFSConfiguration": {