@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
@@ -299,6 +299,14 @@ declare class FraudDetector extends Service {
299
299
  * Evaluates an event against a detector version. If a version ID is not provided, the detector’s (ACTIVE) version is used.
300
300
  */
301
301
  getEventPrediction(callback?: (err: AWSError, data: FraudDetector.Types.GetEventPredictionResult) => void): Request<FraudDetector.Types.GetEventPredictionResult, AWSError>;
302
+ /**
303
+ * Gets details of the past fraud predictions for the specified event ID, event type, detector ID, and detector version ID that was generated in the specified time period.
304
+ */
305
+ getEventPredictionMetadata(params: FraudDetector.Types.GetEventPredictionMetadataRequest, callback?: (err: AWSError, data: FraudDetector.Types.GetEventPredictionMetadataResult) => void): Request<FraudDetector.Types.GetEventPredictionMetadataResult, AWSError>;
306
+ /**
307
+ * Gets details of the past fraud predictions for the specified event ID, event type, detector ID, and detector version ID that was generated in the specified time period.
308
+ */
309
+ getEventPredictionMetadata(callback?: (err: AWSError, data: FraudDetector.Types.GetEventPredictionMetadataResult) => void): Request<FraudDetector.Types.GetEventPredictionMetadataResult, AWSError>;
302
310
  /**
303
311
  * Gets all event types or a specific event type if name is provided. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 10 records per page. If you provide a maxResults, the value must be between 5 and 10. To get the next page results, provide the pagination token from the GetEventTypesResponse as part of your request. A null pagination token fetches the records from the beginning.
304
312
  */
@@ -367,6 +375,14 @@ declare class FraudDetector extends Service {
367
375
  * Gets all of the variables or the specific variable. This is a paginated API. Providing null maxSizePerPage results in retrieving maximum of 100 records per page. If you provide maxSizePerPage the value must be between 50 and 100. To get the next page result, a provide a pagination token from GetVariablesResult as part of your request. Null pagination token fetches the records from the beginning.
368
376
  */
369
377
  getVariables(callback?: (err: AWSError, data: FraudDetector.Types.GetVariablesResult) => void): Request<FraudDetector.Types.GetVariablesResult, AWSError>;
378
+ /**
379
+ * Gets a list of past predictions. The list can be filtered by detector ID, detector version ID, event ID, event type, or by specifying a time period. If filter is not specified, the most recent prediction is returned. For example, the following filter lists all past predictions for xyz event type - { "eventType":{ "value": "xyz" }” } This is a paginated API. If you provide a null maxResults, this action will retrieve a maximum of 10 records per page. If you provide a maxResults, the value must be between 50 and 100. To get the next page results, provide the nextToken from the response as part of your request. A null nextToken fetches the records from the beginning.
380
+ */
381
+ listEventPredictions(params: FraudDetector.Types.ListEventPredictionsRequest, callback?: (err: AWSError, data: FraudDetector.Types.ListEventPredictionsResult) => void): Request<FraudDetector.Types.ListEventPredictionsResult, AWSError>;
382
+ /**
383
+ * Gets a list of past predictions. The list can be filtered by detector ID, detector version ID, event ID, event type, or by specifying a time period. If filter is not specified, the most recent prediction is returned. For example, the following filter lists all past predictions for xyz event type - { "eventType":{ "value": "xyz" }” } This is a paginated API. If you provide a null maxResults, this action will retrieve a maximum of 10 records per page. If you provide a maxResults, the value must be between 50 and 100. To get the next page results, provide the nextToken from the response as part of your request. A null nextToken fetches the records from the beginning.
384
+ */
385
+ listEventPredictions(callback?: (err: AWSError, data: FraudDetector.Types.ListEventPredictionsResult) => void): Request<FraudDetector.Types.ListEventPredictionsResult, AWSError>;
370
386
  /**
371
387
  * Lists all tags associated with the resource. This is a paginated API. To get the next page results, provide the pagination token from the response as part of your request. A null pagination token fetches the records from the beginning.
372
388
  */
@@ -718,6 +734,7 @@ declare namespace FraudDetector {
718
734
  totalRecordsCount?: Integer;
719
735
  }
720
736
  export type BatchPredictionList = BatchPrediction[];
737
+ export type Boolean = boolean;
721
738
  export interface CancelBatchImportJobRequest {
722
739
  /**
723
740
  * The ID of an in-progress batch import job to cancel. Amazon Fraud Detector will throw an error if the batch import job is in FAILED, CANCELED, or COMPLETED state.
@@ -1290,6 +1307,73 @@ declare namespace FraudDetector {
1290
1307
  */
1291
1308
  arn?: fraudDetectorArn;
1292
1309
  }
1310
+ export interface EvaluatedExternalModel {
1311
+ /**
1312
+ * The endpoint of the external (Amazon Sagemaker) model.
1313
+ */
1314
+ modelEndpoint?: string;
1315
+ /**
1316
+ * Indicates whether event variables were used to generate predictions.
1317
+ */
1318
+ useEventVariables?: Boolean;
1319
+ /**
1320
+ * Input variables use for generating predictions.
1321
+ */
1322
+ inputVariables?: MapOfStrings;
1323
+ /**
1324
+ * Output variables.
1325
+ */
1326
+ outputVariables?: MapOfStrings;
1327
+ }
1328
+ export interface EvaluatedModelVersion {
1329
+ /**
1330
+ * The model ID.
1331
+ */
1332
+ modelId?: string;
1333
+ /**
1334
+ * The model version.
1335
+ */
1336
+ modelVersion?: string;
1337
+ /**
1338
+ * The model type. Valid values: ONLINE_FRAUD_INSIGHTS | TRANSACTION_FRAUD_INSIGHTS
1339
+ */
1340
+ modelType?: string;
1341
+ /**
1342
+ * Evaluations generated for the model version.
1343
+ */
1344
+ evaluations?: ListOfModelVersionEvaluations;
1345
+ }
1346
+ export interface EvaluatedRule {
1347
+ /**
1348
+ * The rule ID.
1349
+ */
1350
+ ruleId?: identifier;
1351
+ /**
1352
+ * The rule version.
1353
+ */
1354
+ ruleVersion?: wholeNumberVersionString;
1355
+ /**
1356
+ * The rule expression.
1357
+ */
1358
+ expression?: sensitiveString;
1359
+ /**
1360
+ * The rule expression value.
1361
+ */
1362
+ expressionWithValues?: sensitiveString;
1363
+ /**
1364
+ * The rule outcome.
1365
+ */
1366
+ outcomes?: ListOfStrings;
1367
+ /**
1368
+ * Indicates whether the rule was evaluated.
1369
+ */
1370
+ evaluated?: Boolean;
1371
+ /**
1372
+ * Indicates whether the rule matched.
1373
+ */
1374
+ matched?: Boolean;
1375
+ }
1376
+ export type EvaluatedRuleList = EvaluatedRule[];
1293
1377
  export interface Event {
1294
1378
  /**
1295
1379
  * The event ID.
@@ -1322,6 +1406,33 @@ declare namespace FraudDetector {
1322
1406
  }
1323
1407
  export type EventAttributeMap = {[key: string]: attributeValue};
1324
1408
  export type EventIngestion = "ENABLED"|"DISABLED"|string;
1409
+ export interface EventPredictionSummary {
1410
+ /**
1411
+ * The event ID.
1412
+ */
1413
+ eventId?: identifier;
1414
+ /**
1415
+ * The event type.
1416
+ */
1417
+ eventTypeName?: identifier;
1418
+ /**
1419
+ * The timestamp of the event.
1420
+ */
1421
+ eventTimestamp?: time;
1422
+ /**
1423
+ * The timestamp when the prediction was generated.
1424
+ */
1425
+ predictionTimestamp?: time;
1426
+ /**
1427
+ * The detector ID.
1428
+ */
1429
+ detectorId?: identifier;
1430
+ /**
1431
+ * The detector version ID.
1432
+ */
1433
+ detectorVersionId?: wholeNumberVersionString;
1434
+ }
1435
+ export type EventPredictionsMaxResults = number;
1325
1436
  export interface EventType {
1326
1437
  /**
1327
1438
  * The event type name.
@@ -1365,6 +1476,20 @@ declare namespace FraudDetector {
1365
1476
  arn?: fraudDetectorArn;
1366
1477
  }
1367
1478
  export type EventVariableMap = {[key: string]: variableValue};
1479
+ export interface EventVariableSummary {
1480
+ /**
1481
+ * The event variable name.
1482
+ */
1483
+ name?: sensitiveString;
1484
+ /**
1485
+ * The value of the event variable.
1486
+ */
1487
+ value?: sensitiveString;
1488
+ /**
1489
+ * The event variable source.
1490
+ */
1491
+ source?: sensitiveString;
1492
+ }
1368
1493
  export interface ExternalEventsDetail {
1369
1494
  /**
1370
1495
  * The Amazon S3 bucket location for the data.
@@ -1473,6 +1598,12 @@ declare namespace FraudDetector {
1473
1598
  */
1474
1599
  type?: string;
1475
1600
  }
1601
+ export interface FilterCondition {
1602
+ /**
1603
+ * A statement containing a resource property and a value to specify filter condition.
1604
+ */
1605
+ value?: filterString;
1606
+ }
1476
1607
  export interface GetBatchImportJobsRequest {
1477
1608
  /**
1478
1609
  * The ID of the batch import job to get.
@@ -1641,6 +1772,90 @@ declare namespace FraudDetector {
1641
1772
  */
1642
1773
  nextToken?: string;
1643
1774
  }
1775
+ export interface GetEventPredictionMetadataRequest {
1776
+ /**
1777
+ * The event ID.
1778
+ */
1779
+ eventId: identifier;
1780
+ /**
1781
+ * The event type associated with the detector specified for the prediction.
1782
+ */
1783
+ eventTypeName: identifier;
1784
+ /**
1785
+ * The detector ID.
1786
+ */
1787
+ detectorId: identifier;
1788
+ /**
1789
+ * The detector version ID.
1790
+ */
1791
+ detectorVersionId: wholeNumberVersionString;
1792
+ /**
1793
+ * The timestamp that defines when the prediction was generated.
1794
+ */
1795
+ predictionTimestamp: time;
1796
+ }
1797
+ export interface GetEventPredictionMetadataResult {
1798
+ /**
1799
+ * The event ID.
1800
+ */
1801
+ eventId?: identifier;
1802
+ /**
1803
+ * The event type associated with the detector specified for this prediction.
1804
+ */
1805
+ eventTypeName?: identifier;
1806
+ /**
1807
+ * The entity ID.
1808
+ */
1809
+ entityId?: string;
1810
+ /**
1811
+ * The entity type.
1812
+ */
1813
+ entityType?: string;
1814
+ /**
1815
+ * The timestamp for when the prediction was generated for the associated event ID.
1816
+ */
1817
+ eventTimestamp?: time;
1818
+ /**
1819
+ * The detector ID.
1820
+ */
1821
+ detectorId?: identifier;
1822
+ /**
1823
+ * The detector version ID.
1824
+ */
1825
+ detectorVersionId?: wholeNumberVersionString;
1826
+ /**
1827
+ * The status of the detector version.
1828
+ */
1829
+ detectorVersionStatus?: string;
1830
+ /**
1831
+ * A list of event variables that influenced the prediction scores.
1832
+ */
1833
+ eventVariables?: ListOfEventVariableSummaries;
1834
+ /**
1835
+ * List of rules associated with the detector version that were used for evaluating variable values.
1836
+ */
1837
+ rules?: EvaluatedRuleList;
1838
+ /**
1839
+ * The execution mode of the rule used for evaluating variable values.
1840
+ */
1841
+ ruleExecutionMode?: RuleExecutionMode;
1842
+ /**
1843
+ * The outcomes of the matched rule, based on the rule execution mode.
1844
+ */
1845
+ outcomes?: ListOfStrings;
1846
+ /**
1847
+ * Model versions that were evaluated for generating predictions.
1848
+ */
1849
+ evaluatedModelVersions?: ListOfEvaluatedModelVersions;
1850
+ /**
1851
+ * External (Amazon SageMaker) models that were evaluated for generating predictions.
1852
+ */
1853
+ evaluatedExternalModels?: ListOfEvaluatedExternalModels;
1854
+ /**
1855
+ * The timestamp that defines when the prediction was generated.
1856
+ */
1857
+ predictionTimestamp?: time;
1858
+ }
1644
1859
  export interface GetEventPredictionRequest {
1645
1860
  /**
1646
1861
  * The detector ID.
@@ -2023,9 +2238,54 @@ declare namespace FraudDetector {
2023
2238
  unlabeledEventsTreatment?: UnlabeledEventsTreatment;
2024
2239
  }
2025
2240
  export type Language = "DETECTORPL"|string;
2241
+ export interface ListEventPredictionsRequest {
2242
+ /**
2243
+ * The event ID.
2244
+ */
2245
+ eventId?: FilterCondition;
2246
+ /**
2247
+ * The event type associated with the detector.
2248
+ */
2249
+ eventType?: FilterCondition;
2250
+ /**
2251
+ * The detector ID.
2252
+ */
2253
+ detectorId?: FilterCondition;
2254
+ /**
2255
+ * The detector version ID.
2256
+ */
2257
+ detectorVersionId?: FilterCondition;
2258
+ /**
2259
+ * The time period for when the predictions were generated.
2260
+ */
2261
+ predictionTimeRange?: PredictionTimeRange;
2262
+ /**
2263
+ * Identifies the next page of results to return. Use the token to make the call again to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
2264
+ */
2265
+ nextToken?: string;
2266
+ /**
2267
+ * The maximum number of predictions to return for the request.
2268
+ */
2269
+ maxResults?: EventPredictionsMaxResults;
2270
+ }
2271
+ export interface ListEventPredictionsResult {
2272
+ /**
2273
+ * The summary of the past predictions.
2274
+ */
2275
+ eventPredictionSummaries?: ListOfEventPredictionSummaries;
2276
+ /**
2277
+ * Identifies the next page of results to return. Use the token to make the call again to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
2278
+ */
2279
+ nextToken?: string;
2280
+ }
2281
+ export type ListOfEvaluatedExternalModels = EvaluatedExternalModel[];
2282
+ export type ListOfEvaluatedModelVersions = EvaluatedModelVersion[];
2283
+ export type ListOfEventPredictionSummaries = EventPredictionSummary[];
2284
+ export type ListOfEventVariableSummaries = EventVariableSummary[];
2026
2285
  export type ListOfExternalModelOutputs = ExternalModelOutputs[];
2027
2286
  export type ListOfLogOddsMetrics = LogOddsMetric[];
2028
2287
  export type ListOfModelScores = ModelScores[];
2288
+ export type ListOfModelVersionEvaluations = ModelVersionEvaluation[];
2029
2289
  export type ListOfModelVersions = ModelVersion[];
2030
2290
  export type ListOfRuleResults = RuleResult[];
2031
2291
  export type ListOfStrings = string[];
@@ -2068,6 +2328,7 @@ declare namespace FraudDetector {
2068
2328
  variableImportance: float;
2069
2329
  }
2070
2330
  export type Long = number;
2331
+ export type MapOfStrings = {[key: string]: string};
2071
2332
  export interface MetricDataPoint {
2072
2333
  /**
2073
2334
  * The false positive rate. This is the percentage of total legitimate events that are incorrectly predicted as fraud.
@@ -2246,6 +2507,20 @@ declare namespace FraudDetector {
2246
2507
  */
2247
2508
  arn?: fraudDetectorArn;
2248
2509
  }
2510
+ export interface ModelVersionEvaluation {
2511
+ /**
2512
+ * The output variable name.
2513
+ */
2514
+ outputVariableName?: string;
2515
+ /**
2516
+ * The evaluation score generated for the model version.
2517
+ */
2518
+ evaluationScore?: string;
2519
+ /**
2520
+ * The prediction explanations generated for the model version.
2521
+ */
2522
+ predictionExplanations?: PredictionExplanations;
2523
+ }
2249
2524
  export type ModelVersionStatus = "ACTIVE"|"INACTIVE"|"TRAINING_CANCELLED"|string;
2250
2525
  export type NameList = string[];
2251
2526
  export type NonEmptyListOfStrings = string[];
@@ -2273,6 +2548,22 @@ declare namespace FraudDetector {
2273
2548
  }
2274
2549
  export type OutcomeList = Outcome[];
2275
2550
  export type OutcomesMaxResults = number;
2551
+ export interface PredictionExplanations {
2552
+ /**
2553
+ * The details of the event variable's impact on the prediction score.
2554
+ */
2555
+ variableImpactExplanations?: listOfVariableImpactExplanations;
2556
+ }
2557
+ export interface PredictionTimeRange {
2558
+ /**
2559
+ * The start time of the time period for when the predictions were generated.
2560
+ */
2561
+ startTime: time;
2562
+ /**
2563
+ * The end time of the time period for when the predictions were generated.
2564
+ */
2565
+ endTime: time;
2566
+ }
2276
2567
  export interface PutDetectorRequest {
2277
2568
  /**
2278
2569
  * The detector ID.
@@ -2877,6 +3168,20 @@ declare namespace FraudDetector {
2877
3168
  variableType?: string;
2878
3169
  }
2879
3170
  export type VariableEntryList = VariableEntry[];
3171
+ export interface VariableImpactExplanation {
3172
+ /**
3173
+ * The event variable name.
3174
+ */
3175
+ eventVariableName?: string;
3176
+ /**
3177
+ * The event variable's relative impact in terms of magnitude on the prediction scores. The relative impact values consist of a numerical rating (0-5, 5 being the highest) and direction (increased/decreased) impact of the fraud risk.
3178
+ */
3179
+ relativeImpact?: string;
3180
+ /**
3181
+ * The raw, uninterpreted value represented as log-odds of the fraud. These values are usually between -10 to +10, but range from - infinity to + infinity. A positive value indicates that the variable drove the risk score up. A negative value indicates that the variable drove the risk score down.
3182
+ */
3183
+ logOddsImpact?: float;
3184
+ }
2880
3185
  export interface VariableImportanceMetrics {
2881
3186
  /**
2882
3187
  * List of variable metrics.
@@ -2899,6 +3204,7 @@ declare namespace FraudDetector {
2899
3204
  export type eventTypesMaxResults = number;
2900
3205
  export type fieldValidationMessageList = FieldValidationMessage[];
2901
3206
  export type fileValidationMessageList = FileValidationMessage[];
3207
+ export type filterString = string;
2902
3208
  export type float = number;
2903
3209
  export type floatVersionString = string;
2904
3210
  export type fraudDetectorArn = string;
@@ -2909,6 +3215,7 @@ declare namespace FraudDetector {
2909
3215
  export type labelMapper = {[key: string]: NonEmptyListOfStrings};
2910
3216
  export type labelsMaxResults = number;
2911
3217
  export type listOfEntities = Entity[];
3218
+ export type listOfVariableImpactExplanations = VariableImpactExplanation[];
2912
3219
  export type metricDataPointsList = MetricDataPoint[];
2913
3220
  export type modelIdentifier = string;
2914
3221
  export type modelInputTemplate = string;
@@ -2918,6 +3225,7 @@ declare namespace FraudDetector {
2918
3225
  export type ruleExpression = string;
2919
3226
  export type s3BucketLocation = string;
2920
3227
  export type sageMakerEndpointIdentifier = string;
3228
+ export type sensitiveString = string;
2921
3229
  export type tagKey = string;
2922
3230
  export type tagKeyList = tagKey[];
2923
3231
  export type tagList = Tag[];
@@ -60,11 +60,11 @@ declare class FSx extends Service {
60
60
  */
61
61
  createDataRepositoryTask(callback?: (err: AWSError, data: FSx.Types.CreateDataRepositoryTaskResponse) => void): Request<FSx.Types.CreateDataRepositoryTaskResponse, AWSError>;
62
62
  /**
63
- * Creates a new, empty Amazon FSx file system. You can create the following supported Amazon FSx file systems using the CreateFileSystem API operation: Amazon FSx for Lustre Amazon FSx for NetApp ONTAP Amazon FSx for Windows File Server This operation requires a client request token in the request that Amazon FSx uses to ensure idempotent creation. This means that calling the operation multiple times with the same client request token has no effect. By using the idempotent operation, you can retry a CreateFileSystem operation without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives success as long as the parameters are the same. If a file system with the specified client request token exists and the parameters match, CreateFileSystem returns the description of the existing file system. If a file system with the specified client request token exists and the parameters don't match, this call returns IncompatibleParameterError. If a file system with the specified client request token doesn't exist, CreateFileSystem does the following: Creates a new, empty Amazon FSx file system with an assigned ID, and an initial lifecycle state of CREATING. Returns the description of the file system. This operation requires a client request token in the request that Amazon FSx uses to ensure idempotent creation. This means that calling the operation multiple times with the same client request token has no effect. By using the idempotent operation, you can retry a CreateFileSystem operation without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport-level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives a success message as long as the parameters are the same. The CreateFileSystem call returns while the file system's lifecycle state is still CREATING. You can check the file-system creation status by calling the DescribeFileSystems operation, which returns the file system state along with other information.
63
+ * Creates a new, empty Amazon FSx file system. You can create the following supported Amazon FSx file systems using the CreateFileSystem API operation: Amazon FSx for Lustre Amazon FSx for NetApp ONTAP Amazon FSx for OpenZFS Amazon FSx for Windows File Server This operation requires a client request token in the request that Amazon FSx uses to ensure idempotent creation. This means that calling the operation multiple times with the same client request token has no effect. By using the idempotent operation, you can retry a CreateFileSystem operation without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives success as long as the parameters are the same. If a file system with the specified client request token exists and the parameters match, CreateFileSystem returns the description of the existing file system. If a file system with the specified client request token exists and the parameters don't match, this call returns IncompatibleParameterError. If a file system with the specified client request token doesn't exist, CreateFileSystem does the following: Creates a new, empty Amazon FSx file system with an assigned ID, and an initial lifecycle state of CREATING. Returns the description of the file system. This operation requires a client request token in the request that Amazon FSx uses to ensure idempotent creation. This means that calling the operation multiple times with the same client request token has no effect. By using the idempotent operation, you can retry a CreateFileSystem operation without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport-level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives a success message as long as the parameters are the same. The CreateFileSystem call returns while the file system's lifecycle state is still CREATING. You can check the file-system creation status by calling the DescribeFileSystems operation, which returns the file system state along with other information.
64
64
  */
65
65
  createFileSystem(params: FSx.Types.CreateFileSystemRequest, callback?: (err: AWSError, data: FSx.Types.CreateFileSystemResponse) => void): Request<FSx.Types.CreateFileSystemResponse, AWSError>;
66
66
  /**
67
- * Creates a new, empty Amazon FSx file system. You can create the following supported Amazon FSx file systems using the CreateFileSystem API operation: Amazon FSx for Lustre Amazon FSx for NetApp ONTAP Amazon FSx for Windows File Server This operation requires a client request token in the request that Amazon FSx uses to ensure idempotent creation. This means that calling the operation multiple times with the same client request token has no effect. By using the idempotent operation, you can retry a CreateFileSystem operation without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives success as long as the parameters are the same. If a file system with the specified client request token exists and the parameters match, CreateFileSystem returns the description of the existing file system. If a file system with the specified client request token exists and the parameters don't match, this call returns IncompatibleParameterError. If a file system with the specified client request token doesn't exist, CreateFileSystem does the following: Creates a new, empty Amazon FSx file system with an assigned ID, and an initial lifecycle state of CREATING. Returns the description of the file system. This operation requires a client request token in the request that Amazon FSx uses to ensure idempotent creation. This means that calling the operation multiple times with the same client request token has no effect. By using the idempotent operation, you can retry a CreateFileSystem operation without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport-level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives a success message as long as the parameters are the same. The CreateFileSystem call returns while the file system's lifecycle state is still CREATING. You can check the file-system creation status by calling the DescribeFileSystems operation, which returns the file system state along with other information.
67
+ * Creates a new, empty Amazon FSx file system. You can create the following supported Amazon FSx file systems using the CreateFileSystem API operation: Amazon FSx for Lustre Amazon FSx for NetApp ONTAP Amazon FSx for OpenZFS Amazon FSx for Windows File Server This operation requires a client request token in the request that Amazon FSx uses to ensure idempotent creation. This means that calling the operation multiple times with the same client request token has no effect. By using the idempotent operation, you can retry a CreateFileSystem operation without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives success as long as the parameters are the same. If a file system with the specified client request token exists and the parameters match, CreateFileSystem returns the description of the existing file system. If a file system with the specified client request token exists and the parameters don't match, this call returns IncompatibleParameterError. If a file system with the specified client request token doesn't exist, CreateFileSystem does the following: Creates a new, empty Amazon FSx file system with an assigned ID, and an initial lifecycle state of CREATING. Returns the description of the file system. This operation requires a client request token in the request that Amazon FSx uses to ensure idempotent creation. This means that calling the operation multiple times with the same client request token has no effect. By using the idempotent operation, you can retry a CreateFileSystem operation without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport-level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives a success message as long as the parameters are the same. The CreateFileSystem call returns while the file system's lifecycle state is still CREATING. You can check the file-system creation status by calling the DescribeFileSystems operation, which returns the file system state along with other information.
68
68
  */
69
69
  createFileSystem(callback?: (err: AWSError, data: FSx.Types.CreateFileSystemResponse) => void): Request<FSx.Types.CreateFileSystemResponse, AWSError>;
70
70
  /**
@@ -276,11 +276,11 @@ declare class FSx extends Service {
276
276
  */
277
277
  updateDataRepositoryAssociation(callback?: (err: AWSError, data: FSx.Types.UpdateDataRepositoryAssociationResponse) => void): Request<FSx.Types.UpdateDataRepositoryAssociationResponse, AWSError>;
278
278
  /**
279
- * Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request. For Amazon FSx for Windows File Server file systems, you can update the following properties: AuditLogConfiguration AutomaticBackupRetentionDays DailyAutomaticBackupStartTime SelfManagedActiveDirectoryConfiguration StorageCapacity ThroughputCapacity WeeklyMaintenanceStartTime For FSx for Lustre file systems, you can update the following properties: AutoImportPolicy AutomaticBackupRetentionDays DailyAutomaticBackupStartTime DataCompressionType StorageCapacity WeeklyMaintenanceStartTime For FSx for ONTAP file systems, you can update the following properties: AutomaticBackupRetentionDays DailyAutomaticBackupStartTime FsxAdminPassword WeeklyMaintenanceStartTime For the Amazon FSx for OpenZFS file systems, you can update the following properties: AutomaticBackupRetentionDays CopyTagsToBackups CopyTagsToVolumes DailyAutomaticBackupStartTime DiskIopsConfiguration ThroughputCapacity WeeklyMaintenanceStartTime
279
+ * Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request. For Amazon FSx for Windows File Server file systems, you can update the following properties: AuditLogConfiguration AutomaticBackupRetentionDays DailyAutomaticBackupStartTime SelfManagedActiveDirectoryConfiguration StorageCapacity ThroughputCapacity WeeklyMaintenanceStartTime For Amazon FSx for Lustre file systems, you can update the following properties: AutoImportPolicy AutomaticBackupRetentionDays DailyAutomaticBackupStartTime DataCompressionType StorageCapacity WeeklyMaintenanceStartTime For Amazon FSx for NetApp ONTAP file systems, you can update the following properties: AutomaticBackupRetentionDays DailyAutomaticBackupStartTime DiskIopsConfiguration FsxAdminPassword StorageCapacity WeeklyMaintenanceStartTime For the Amazon FSx for OpenZFS file systems, you can update the following properties: AutomaticBackupRetentionDays CopyTagsToBackups CopyTagsToVolumes DailyAutomaticBackupStartTime ThroughputCapacity WeeklyMaintenanceStartTime
280
280
  */
281
281
  updateFileSystem(params: FSx.Types.UpdateFileSystemRequest, callback?: (err: AWSError, data: FSx.Types.UpdateFileSystemResponse) => void): Request<FSx.Types.UpdateFileSystemResponse, AWSError>;
282
282
  /**
283
- * Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request. For Amazon FSx for Windows File Server file systems, you can update the following properties: AuditLogConfiguration AutomaticBackupRetentionDays DailyAutomaticBackupStartTime SelfManagedActiveDirectoryConfiguration StorageCapacity ThroughputCapacity WeeklyMaintenanceStartTime For FSx for Lustre file systems, you can update the following properties: AutoImportPolicy AutomaticBackupRetentionDays DailyAutomaticBackupStartTime DataCompressionType StorageCapacity WeeklyMaintenanceStartTime For FSx for ONTAP file systems, you can update the following properties: AutomaticBackupRetentionDays DailyAutomaticBackupStartTime FsxAdminPassword WeeklyMaintenanceStartTime For the Amazon FSx for OpenZFS file systems, you can update the following properties: AutomaticBackupRetentionDays CopyTagsToBackups CopyTagsToVolumes DailyAutomaticBackupStartTime DiskIopsConfiguration ThroughputCapacity WeeklyMaintenanceStartTime
283
+ * Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request. For Amazon FSx for Windows File Server file systems, you can update the following properties: AuditLogConfiguration AutomaticBackupRetentionDays DailyAutomaticBackupStartTime SelfManagedActiveDirectoryConfiguration StorageCapacity ThroughputCapacity WeeklyMaintenanceStartTime For Amazon FSx for Lustre file systems, you can update the following properties: AutoImportPolicy AutomaticBackupRetentionDays DailyAutomaticBackupStartTime DataCompressionType StorageCapacity WeeklyMaintenanceStartTime For Amazon FSx for NetApp ONTAP file systems, you can update the following properties: AutomaticBackupRetentionDays DailyAutomaticBackupStartTime DiskIopsConfiguration FsxAdminPassword StorageCapacity WeeklyMaintenanceStartTime For the Amazon FSx for OpenZFS file systems, you can update the following properties: AutomaticBackupRetentionDays CopyTagsToBackups CopyTagsToVolumes DailyAutomaticBackupStartTime ThroughputCapacity WeeklyMaintenanceStartTime
284
284
  */
285
285
  updateFileSystem(callback?: (err: AWSError, data: FSx.Types.UpdateFileSystemResponse) => void): Request<FSx.Types.UpdateFileSystemResponse, AWSError>;
286
286
  /**
@@ -660,7 +660,7 @@ declare namespace FSx {
660
660
  */
661
661
  ImportedFileChunkSize?: Megabytes;
662
662
  /**
663
- * (Optional) Choose SCRATCH_1 and SCRATCH_2 deployment types when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1. Choose PERSISTENT_1 for longer-term storage and for throughput-focused workloads that aren’t latency-sensitive. a. PERSISTENT_1 supports encryption of data in transit, and is available in all Amazon Web Services Regions in which FSx for Lustre is available. Choose PERSISTENT_2 for longer-term storage and for latency-sensitive workloads that require the highest levels of IOPS/throughput. PERSISTENT_2 supports SSD storage, and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB). PERSISTENT_2 is available in a limited number of Amazon Web Services Regions. For more information, and an up-to-date list of Amazon Web Services Regions in which PERSISTENT_2 is available, see File system deployment options for FSx for Lustre in the Amazon FSx for Lustre User Guide. If you choose PERSISTENT_2, and you set FileSystemTypeVersion to 2.10, the CreateFileSystem operation fails. Encryption of data in transit is automatically turned on when you access SCRATCH_2, PERSISTENT_1 and PERSISTENT_2 file systems from Amazon EC2 instances that support automatic encryption in the Amazon Web Services Regions where they are available. For more information about encryption in transit for FSx for Lustre file systems, see Encrypting data in transit in the Amazon FSx for Lustre User Guide. (Default = SCRATCH_1)
663
+ * (Optional) Choose SCRATCH_1 and SCRATCH_2 deployment types when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1. Choose PERSISTENT_1 for longer-term storage and for throughput-focused workloads that aren’t latency-sensitive. PERSISTENT_1 supports encryption of data in transit, and is available in all Amazon Web Services Regions in which FSx for Lustre is available. Choose PERSISTENT_2 for longer-term storage and for latency-sensitive workloads that require the highest levels of IOPS/throughput. PERSISTENT_2 supports SSD storage, and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB). PERSISTENT_2 is available in a limited number of Amazon Web Services Regions. For more information, and an up-to-date list of Amazon Web Services Regions in which PERSISTENT_2 is available, see File system deployment options for FSx for Lustre in the Amazon FSx for Lustre User Guide. If you choose PERSISTENT_2, and you set FileSystemTypeVersion to 2.10, the CreateFileSystem operation fails. Encryption of data in transit is automatically turned on when you access SCRATCH_2, PERSISTENT_1 and PERSISTENT_2 file systems from Amazon EC2 instances that support automatic encryption in the Amazon Web Services Regions where they are available. For more information about encryption in transit for FSx for Lustre file systems, see Encrypting data in transit in the Amazon FSx for Lustre User Guide. (Default = SCRATCH_1)
664
664
  */
665
665
  DeploymentType?: LustreDeploymentType;
666
666
  /**
@@ -718,7 +718,7 @@ declare namespace FSx {
718
718
  */
719
719
  RouteTableIds?: RouteTableIds;
720
720
  /**
721
- * Sets the throughput capacity for the file system that you're creating. Valid values are 512, 1024, and 2048 MBps.
721
+ * Sets the throughput capacity for the file system that you're creating. Valid values are 128, 256, 512, 1024, and 2048 MBps.
722
722
  */
723
723
  ThroughputCapacity: MegabytesPerSecond;
724
724
  WeeklyMaintenanceStartTime?: WeeklyTime;
@@ -763,7 +763,7 @@ declare namespace FSx {
763
763
  */
764
764
  StorageCapacity: StorageCapacity;
765
765
  /**
766
- * Sets the storage type for the file system that you're creating. Valid values are SSD and HDD. Set to SSD to use solid state drive storage. SSD is supported on all Windows, Lustre, ONTAP, and OpenZFS deployment types. Set to HDD to use hard disk drive storage. HDD is supported on SINGLE_AZ_2 and MULTI_AZ_1 Windows file system deployment types, and on PERSISTENT Lustre file system deployment types. Default value is SSD. For more information, see Storage type options in the FSx for Windows File Server User Guide and Multiple storage options in the FSx for Lustre User Guide.
766
+ * Sets the storage type for the file system that you're creating. Valid values are SSD and HDD. Set to SSD to use solid state drive storage. SSD is supported on all Windows, Lustre, ONTAP, and OpenZFS deployment types. Set to HDD to use hard disk drive storage. HDD is supported on SINGLE_AZ_2 and MULTI_AZ_1 Windows file system deployment types, and on PERSISTENT_1 Lustre file system deployment types. Default value is SSD. For more information, see Storage type options in the FSx for Windows File Server User Guide and Multiple storage options in the FSx for Lustre User Guide.
767
767
  */
768
768
  StorageType?: StorageType;
769
769
  /**
@@ -1334,7 +1334,7 @@ declare namespace FSx {
1334
1334
  }
1335
1335
  export interface DeleteVolumeOpenZFSConfiguration {
1336
1336
  /**
1337
- * To delete the volume's children and snapshots, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
1337
+ * To delete the volume's child volumes, snapshots, and clones, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
1338
1338
  */
1339
1339
  Options?: DeleteOpenZFSVolumeOptions;
1340
1340
  }
@@ -1649,7 +1649,7 @@ declare namespace FSx {
1649
1649
  */
1650
1650
  OntapConfiguration?: OntapFileSystemConfiguration;
1651
1651
  /**
1652
- * The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12.
1652
+ * The Lustre version of the Amazon FSx for Lustre file system, either 2.10 or 2.12.
1653
1653
  */
1654
1654
  FileSystemTypeVersion?: FileSystemTypeVersion;
1655
1655
  /**
@@ -2388,6 +2388,10 @@ declare namespace FSx {
2388
2388
  */
2389
2389
  FsxAdminPassword?: AdminPassword;
2390
2390
  WeeklyMaintenanceStartTime?: WeeklyTime;
2391
+ /**
2392
+ * The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of an IOPS mode (AUTOMATIC or USER_PROVISIONED), and in the case of USER_PROVISIONED IOPS, the total number of SSD IOPS provisioned.
2393
+ */
2394
+ DiskIopsConfiguration?: DiskIopsConfiguration;
2391
2395
  }
2392
2396
  export interface UpdateFileSystemOpenZFSConfiguration {
2393
2397
  AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
@@ -2401,7 +2405,7 @@ declare namespace FSx {
2401
2405
  CopyTagsToVolumes?: Flag;
2402
2406
  DailyAutomaticBackupStartTime?: DailyTime;
2403
2407
  /**
2404
- * The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).
2408
+ * The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^12 (4096).
2405
2409
  */
2406
2410
  ThroughputCapacity?: MegabytesPerSecond;
2407
2411
  WeeklyMaintenanceStartTime?: WeeklyTime;
@@ -2417,7 +2421,7 @@ declare namespace FSx {
2417
2421
  */
2418
2422
  ClientRequestToken?: ClientRequestToken;
2419
2423
  /**
2420
- * Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server or Amazon FSx for Lustre file system. Specifies the storage capacity target value, in GiB, to increase the storage capacity for the file system that you're updating. You can't make a storage capacity increase request if there is an existing storage capacity increase request in progress. For Windows file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. To increase storage capacity, the file system must have at least 16 MBps of throughput capacity. For Lustre file systems, the storage capacity target value can be the following: For SCRATCH_2 and PERSISTENT_1 SSD deployment types, valid values are in multiples of 2400 GiB. The value must be greater than the current storage capacity. For PERSISTENT HDD file systems, valid values are multiples of 6000 GiB for 12-MBps throughput per TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems. The values must be greater than the current storage capacity. For SCRATCH_1 file systems, you can't increase the storage capacity. For OpenZFS file systems, the input/output operations per second (IOPS) automatically scale with increases to the storage capacity if IOPS is configured for automatic scaling. If the storage capacity increase would result in less than 3 IOPS per GiB of storage, this operation returns an error. For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide, Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide, and Managing storage capacity in the Amazon FSx for OpenZFS User Guide.
2424
+ * Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server, Amazon FSx for Lustre, or Amazon FSx for NetApp ONTAP file system. Specifies the storage capacity target value, in GiB, to increase the storage capacity for the file system that you're updating. You can't make a storage capacity increase request if there is an existing storage capacity increase request in progress. For Windows file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. To increase storage capacity, the file system must have at least 16 MBps of throughput capacity. For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide. For Lustre file systems, the storage capacity target value can be the following: For SCRATCH_2, PERSISTENT_1, and PERSISTENT_2 SSD deployment types, valid values are in multiples of 2400 GiB. The value must be greater than the current storage capacity. For PERSISTENT HDD file systems, valid values are multiples of 6000 GiB for 12-MBps throughput per TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems. The values must be greater than the current storage capacity. For SCRATCH_1 file systems, you can't increase the storage capacity. For more information, see Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide. For ONTAP file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity and provisioned IOPS in the Amazon FSx for NetApp ONTAP User Guide.
2421
2425
  */
2422
2426
  StorageCapacity?: StorageCapacity;
2423
2427
  /**
@@ -1968,7 +1968,7 @@ declare namespace Glue {
1968
1968
  export type CatalogTargetList = CatalogTarget[];
1969
1969
  export interface CheckSchemaVersionValidityInput {
1970
1970
  /**
1971
- * The data format of the schema definition. Currently AVRO and JSON are supported.
1971
+ * The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.
1972
1972
  */
1973
1973
  DataFormat: DataFormat;
1974
1974
  /**
@@ -3050,7 +3050,7 @@ declare namespace Glue {
3050
3050
  */
3051
3051
  SchemaName: SchemaRegistryNameString;
3052
3052
  /**
3053
- * The data format of the schema definition. Currently AVRO and JSON are supported.
3053
+ * The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.
3054
3054
  */
3055
3055
  DataFormat: DataFormat;
3056
3056
  /**
@@ -3092,7 +3092,7 @@ declare namespace Glue {
3092
3092
  */
3093
3093
  Description?: DescriptionString;
3094
3094
  /**
3095
- * The data format of the schema definition. Currently AVRO and JSON are supported.
3095
+ * The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.
3096
3096
  */
3097
3097
  DataFormat?: DataFormat;
3098
3098
  /**
@@ -3363,7 +3363,7 @@ declare namespace Glue {
3363
3363
  */
3364
3364
  ConnectionPasswordEncryption?: ConnectionPasswordEncryption;
3365
3365
  }
3366
- export type DataFormat = "AVRO"|"JSON"|string;
3366
+ export type DataFormat = "AVRO"|"JSON"|"PROTOBUF"|string;
3367
3367
  export interface DataLakePrincipal {
3368
3368
  /**
3369
3369
  * An identifier for the Lake Formation principal.
@@ -5073,7 +5073,7 @@ declare namespace Glue {
5073
5073
  */
5074
5074
  SchemaArn?: GlueResourceArn;
5075
5075
  /**
5076
- * The data format of the schema definition. Currently only AVRO and JSON are supported.
5076
+ * The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.
5077
5077
  */
5078
5078
  DataFormat?: DataFormat;
5079
5079
  /**
@@ -5113,7 +5113,7 @@ declare namespace Glue {
5113
5113
  */
5114
5114
  Description?: DescriptionString;
5115
5115
  /**
5116
- * The data format of the schema definition. Currently AVRO and JSON are supported.
5116
+ * The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.
5117
5117
  */
5118
5118
  DataFormat?: DataFormat;
5119
5119
  /**
@@ -5169,7 +5169,7 @@ declare namespace Glue {
5169
5169
  */
5170
5170
  SchemaDefinition?: SchemaDefinitionString;
5171
5171
  /**
5172
- * The data format of the schema definition. Currently AVRO and JSON are supported.
5172
+ * The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.
5173
5173
  */
5174
5174
  DataFormat?: DataFormat;
5175
5175
  /**