aws-sdk 2.972.0 → 2.976.0

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 (52) hide show
  1. package/CHANGELOG.md +29 -1
  2. package/README.md +1 -1
  3. package/apis/backup-2018-11-15.min.json +573 -32
  4. package/apis/backup-2018-11-15.paginators.json +15 -0
  5. package/apis/comprehend-2017-11-27.min.json +109 -69
  6. package/apis/datasync-2018-11-09.min.json +13 -1
  7. package/apis/dlm-2018-01-12.min.json +30 -9
  8. package/apis/dms-2016-01-01.min.json +191 -134
  9. package/apis/ec2-2016-11-15.min.json +232 -223
  10. package/apis/ec2-2016-11-15.paginators.json +6 -0
  11. package/apis/eks-2017-11-01.min.json +5 -0
  12. package/apis/fms-2018-01-01.min.json +6 -0
  13. package/apis/frauddetector-2019-11-15.min.json +30 -28
  14. package/apis/glue-2017-03-31.min.json +624 -354
  15. package/apis/glue-2017-03-31.paginators.json +10 -0
  16. package/apis/iot-data-2015-05-28.min.json +82 -0
  17. package/apis/iot-data-2015-05-28.paginators.json +7 -1
  18. package/apis/mediaconvert-2017-08-29.min.json +110 -89
  19. package/apis/ssm-2014-11-06.min.json +13 -3
  20. package/apis/transcribe-2017-10-26.min.json +161 -64
  21. package/clients/apigateway.d.ts +9 -9
  22. package/clients/backup.d.ts +715 -109
  23. package/clients/cloudwatchevents.d.ts +67 -67
  24. package/clients/comprehend.d.ts +96 -0
  25. package/clients/datasync.d.ts +69 -53
  26. package/clients/dlm.d.ts +50 -18
  27. package/clients/dms.d.ts +110 -19
  28. package/clients/ec2.d.ts +60 -42
  29. package/clients/eks.d.ts +6 -2
  30. package/clients/eventbridge.d.ts +3 -3
  31. package/clients/fms.d.ts +9 -1
  32. package/clients/frauddetector.d.ts +10 -9
  33. package/clients/glue.d.ts +392 -0
  34. package/clients/iotdata.d.ts +99 -13
  35. package/clients/iotsitewise.d.ts +3 -3
  36. package/clients/mediaconvert.d.ts +46 -12
  37. package/clients/polly.d.ts +15 -15
  38. package/clients/robomaker.d.ts +3 -3
  39. package/clients/transcribeservice.d.ts +146 -35
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +19 -19
  42. package/dist/aws-sdk.js +456 -300
  43. package/dist/aws-sdk.min.js +72 -71
  44. package/lib/core.js +1 -1
  45. package/lib/metadata_service/endpoint.js +6 -0
  46. package/lib/metadata_service/endpoint_config_options.js +14 -0
  47. package/lib/metadata_service/endpoint_mode.js +6 -0
  48. package/lib/metadata_service/endpoint_mode_config_options.js +16 -0
  49. package/lib/metadata_service/get_metadata_service_endpoint.js +24 -0
  50. package/lib/metadata_service.js +13 -3
  51. package/lib/node_loader.js +27 -0
  52. package/package.json +1 -1
@@ -280,11 +280,11 @@ declare class FraudDetector extends Service {
280
280
  */
281
281
  getModelVersion(callback?: (err: AWSError, data: FraudDetector.Types.GetModelVersionResult) => void): Request<FraudDetector.Types.GetModelVersionResult, AWSError>;
282
282
  /**
283
- * Gets one or more models. Gets all models for the AWS account if no model type and no model id provided. Gets all models for the AWS account and model type, if the model type is specified but model id is not provided. Gets a specific model if (model type, model id) tuple is specified. 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 1 and 10. 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.
283
+ * Gets one or more models. Gets all models for the Amazon Web Services account if no model type and no model id provided. Gets all models for the Amazon Web Services account and model type, if the model type is specified but model id is not provided. Gets a specific model if (model type, model id) tuple is specified. 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 1 and 10. 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.
284
284
  */
285
285
  getModels(params: FraudDetector.Types.GetModelsRequest, callback?: (err: AWSError, data: FraudDetector.Types.GetModelsResult) => void): Request<FraudDetector.Types.GetModelsResult, AWSError>;
286
286
  /**
287
- * Gets one or more models. Gets all models for the AWS account if no model type and no model id provided. Gets all models for the AWS account and model type, if the model type is specified but model id is not provided. Gets a specific model if (model type, model id) tuple is specified. 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 1 and 10. 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.
287
+ * Gets one or more models. Gets all models for the Amazon Web Services account if no model type and no model id provided. Gets all models for the Amazon Web Services account and model type, if the model type is specified but model id is not provided. Gets a specific model if (model type, model id) tuple is specified. 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 1 and 10. 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.
288
288
  */
289
289
  getModels(callback?: (err: AWSError, data: FraudDetector.Types.GetModelsResult) => void): Request<FraudDetector.Types.GetModelsResult, AWSError>;
290
290
  /**
@@ -1368,7 +1368,7 @@ declare namespace FraudDetector {
1368
1368
  /**
1369
1369
  * Timestamp that defines when the event under evaluation occurred.
1370
1370
  */
1371
- eventTimestamp: string;
1371
+ eventTimestamp: utcTimestampISO8601;
1372
1372
  /**
1373
1373
  * Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements and their corresponding values for the event you are sending for evaluation. You must provide at least one eventVariable If detectorVersion is associated with a modelVersion, you must provide at least one associated eventVariable To ensure highest possible fraud prediction and to simplify your data preparation, Amazon Fraud Detector will replace all missing variables or values as follows: For Amazon Fraud Detector trained models: If a null value is provided explicitly for a variable or if a variable is missing, model will replace the null value or the missing variable (no variable name in the eventVariables map) with calculated default mean/medians for numeric variables and with special values for categorical variables. For External models ( for example, imported SageMaker): If a null value is provided explicitly for a variable, the model and rules will use “null” as the value. If a variable is not provided (no variable name in the eventVariables map), model and rules will use the default value that is provided for the variable.
1374
1374
  */
@@ -1384,7 +1384,7 @@ declare namespace FraudDetector {
1384
1384
  */
1385
1385
  modelScores?: ListOfModelScores;
1386
1386
  /**
1387
- * The results.
1387
+ * The results from the rules.
1388
1388
  */
1389
1389
  ruleResults?: ListOfRuleResults;
1390
1390
  }
@@ -1660,7 +1660,7 @@ declare namespace FraudDetector {
1660
1660
  labelMapper: labelMapper;
1661
1661
  }
1662
1662
  export type Language = "DETECTORPL"|string;
1663
- export type ListOfLogitMetrics = LogitMetric[];
1663
+ export type ListOfLogOddsMetrics = LogOddsMetric[];
1664
1664
  export type ListOfModelScores = ModelScores[];
1665
1665
  export type ListOfModelVersions = ModelVersion[];
1666
1666
  export type ListOfRuleResults = RuleResult[];
@@ -1689,7 +1689,7 @@ declare namespace FraudDetector {
1689
1689
  */
1690
1690
  nextToken?: string;
1691
1691
  }
1692
- export interface LogitMetric {
1692
+ export interface LogOddsMetric {
1693
1693
  /**
1694
1694
  * The name of the variable.
1695
1695
  */
@@ -1699,7 +1699,7 @@ declare namespace FraudDetector {
1699
1699
  */
1700
1700
  variableType: string;
1701
1701
  /**
1702
- * The relative importance of the variable.
1702
+ * The relative importance of the variable. For more information, see Model variable importance.
1703
1703
  */
1704
1704
  variableImportance: float;
1705
1705
  }
@@ -2451,7 +2451,7 @@ declare namespace FraudDetector {
2451
2451
  /**
2452
2452
  * List of variable metrics.
2453
2453
  */
2454
- LogitMetrics?: ListOfLogitMetrics;
2454
+ logOddsMetrics?: ListOfLogOddsMetrics;
2455
2455
  }
2456
2456
  export type VariableList = Variable[];
2457
2457
  export type VariablesMaxResults = number;
@@ -2472,7 +2472,7 @@ declare namespace FraudDetector {
2472
2472
  export type identifier = string;
2473
2473
  export type integer = number;
2474
2474
  export type labelList = Label[];
2475
- export type labelMapper = {[key: string]: ListOfStrings};
2475
+ export type labelMapper = {[key: string]: NonEmptyListOfStrings};
2476
2476
  export type labelsMaxResults = number;
2477
2477
  export type listOfEntities = Entity[];
2478
2478
  export type metricDataPointsList = MetricDataPoint[];
@@ -2489,6 +2489,7 @@ declare namespace FraudDetector {
2489
2489
  export type tagList = Tag[];
2490
2490
  export type tagValue = string;
2491
2491
  export type time = string;
2492
+ export type utcTimestampISO8601 = string;
2492
2493
  export type variableName = string;
2493
2494
  export type variableValue = string;
2494
2495
  export type wholeNumberVersionString = string;
package/clients/glue.d.ts CHANGED
@@ -51,6 +51,14 @@ declare class Glue extends Service {
51
51
  * Deletes a specified batch of versions of a table.
52
52
  */
53
53
  batchDeleteTableVersion(callback?: (err: AWSError, data: Glue.Types.BatchDeleteTableVersionResponse) => void): Request<Glue.Types.BatchDeleteTableVersionResponse, AWSError>;
54
+ /**
55
+ * Retrieves information about a list of blueprints.
56
+ */
57
+ batchGetBlueprints(params: Glue.Types.BatchGetBlueprintsRequest, callback?: (err: AWSError, data: Glue.Types.BatchGetBlueprintsResponse) => void): Request<Glue.Types.BatchGetBlueprintsResponse, AWSError>;
58
+ /**
59
+ * Retrieves information about a list of blueprints.
60
+ */
61
+ batchGetBlueprints(callback?: (err: AWSError, data: Glue.Types.BatchGetBlueprintsResponse) => void): Request<Glue.Types.BatchGetBlueprintsResponse, AWSError>;
54
62
  /**
55
63
  * Returns a list of resource metadata for a given list of crawler names. After calling the ListCrawlers operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
56
64
  */
@@ -131,6 +139,14 @@ declare class Glue extends Service {
131
139
  * Validates the supplied schema. This call has no side effects, it simply validates using the supplied schema using DataFormat as the format. Since it does not take a schema set name, no compatibility checks are performed.
132
140
  */
133
141
  checkSchemaVersionValidity(callback?: (err: AWSError, data: Glue.Types.CheckSchemaVersionValidityResponse) => void): Request<Glue.Types.CheckSchemaVersionValidityResponse, AWSError>;
142
+ /**
143
+ * Registers a blueprint with Glue.
144
+ */
145
+ createBlueprint(params: Glue.Types.CreateBlueprintRequest, callback?: (err: AWSError, data: Glue.Types.CreateBlueprintResponse) => void): Request<Glue.Types.CreateBlueprintResponse, AWSError>;
146
+ /**
147
+ * Registers a blueprint with Glue.
148
+ */
149
+ createBlueprint(callback?: (err: AWSError, data: Glue.Types.CreateBlueprintResponse) => void): Request<Glue.Types.CreateBlueprintResponse, AWSError>;
134
150
  /**
135
151
  * Creates a classifier in the user's account. This can be a GrokClassifier, an XMLClassifier, a JsonClassifier, or a CsvClassifier, depending on which field of the request is present.
136
152
  */
@@ -267,6 +283,14 @@ declare class Glue extends Service {
267
283
  * Creates a new workflow.
268
284
  */
269
285
  createWorkflow(callback?: (err: AWSError, data: Glue.Types.CreateWorkflowResponse) => void): Request<Glue.Types.CreateWorkflowResponse, AWSError>;
286
+ /**
287
+ * Deletes an existing blueprint.
288
+ */
289
+ deleteBlueprint(params: Glue.Types.DeleteBlueprintRequest, callback?: (err: AWSError, data: Glue.Types.DeleteBlueprintResponse) => void): Request<Glue.Types.DeleteBlueprintResponse, AWSError>;
290
+ /**
291
+ * Deletes an existing blueprint.
292
+ */
293
+ deleteBlueprint(callback?: (err: AWSError, data: Glue.Types.DeleteBlueprintResponse) => void): Request<Glue.Types.DeleteBlueprintResponse, AWSError>;
270
294
  /**
271
295
  * Removes a classifier from the Data Catalog.
272
296
  */
@@ -435,6 +459,30 @@ declare class Glue extends Service {
435
459
  * Deletes a workflow.
436
460
  */
437
461
  deleteWorkflow(callback?: (err: AWSError, data: Glue.Types.DeleteWorkflowResponse) => void): Request<Glue.Types.DeleteWorkflowResponse, AWSError>;
462
+ /**
463
+ * Retrieves the details of a blueprint.
464
+ */
465
+ getBlueprint(params: Glue.Types.GetBlueprintRequest, callback?: (err: AWSError, data: Glue.Types.GetBlueprintResponse) => void): Request<Glue.Types.GetBlueprintResponse, AWSError>;
466
+ /**
467
+ * Retrieves the details of a blueprint.
468
+ */
469
+ getBlueprint(callback?: (err: AWSError, data: Glue.Types.GetBlueprintResponse) => void): Request<Glue.Types.GetBlueprintResponse, AWSError>;
470
+ /**
471
+ * Retrieves the details of a blueprint run.
472
+ */
473
+ getBlueprintRun(params: Glue.Types.GetBlueprintRunRequest, callback?: (err: AWSError, data: Glue.Types.GetBlueprintRunResponse) => void): Request<Glue.Types.GetBlueprintRunResponse, AWSError>;
474
+ /**
475
+ * Retrieves the details of a blueprint run.
476
+ */
477
+ getBlueprintRun(callback?: (err: AWSError, data: Glue.Types.GetBlueprintRunResponse) => void): Request<Glue.Types.GetBlueprintRunResponse, AWSError>;
478
+ /**
479
+ * Retrieves the details of blueprint runs for a specified blueprint.
480
+ */
481
+ getBlueprintRuns(params: Glue.Types.GetBlueprintRunsRequest, callback?: (err: AWSError, data: Glue.Types.GetBlueprintRunsResponse) => void): Request<Glue.Types.GetBlueprintRunsResponse, AWSError>;
482
+ /**
483
+ * Retrieves the details of blueprint runs for a specified blueprint.
484
+ */
485
+ getBlueprintRuns(callback?: (err: AWSError, data: Glue.Types.GetBlueprintRunsResponse) => void): Request<Glue.Types.GetBlueprintRunsResponse, AWSError>;
438
486
  /**
439
487
  * Retrieves the status of a migration operation.
440
488
  */
@@ -859,6 +907,14 @@ declare class Glue extends Service {
859
907
  * Imports an existing Amazon Athena Data Catalog to Glue.
860
908
  */
861
909
  importCatalogToGlue(callback?: (err: AWSError, data: Glue.Types.ImportCatalogToGlueResponse) => void): Request<Glue.Types.ImportCatalogToGlueResponse, AWSError>;
910
+ /**
911
+ * Lists all the blueprint names in an account.
912
+ */
913
+ listBlueprints(params: Glue.Types.ListBlueprintsRequest, callback?: (err: AWSError, data: Glue.Types.ListBlueprintsResponse) => void): Request<Glue.Types.ListBlueprintsResponse, AWSError>;
914
+ /**
915
+ * Lists all the blueprint names in an account.
916
+ */
917
+ listBlueprints(callback?: (err: AWSError, data: Glue.Types.ListBlueprintsResponse) => void): Request<Glue.Types.ListBlueprintsResponse, AWSError>;
862
918
  /**
863
919
  * Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names. This operation takes the optional Tags field, which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag are retrieved.
864
920
  */
@@ -1011,6 +1067,14 @@ declare class Glue extends Service {
1011
1067
  * Searches a set of tables based on properties in the table metadata as well as on the parent database. You can search against text or filter conditions. You can only get tables that you have access to based on the security policies defined in Lake Formation. You need at least a read-only access to the table for it to be returned. If you do not have access to all the columns in the table, these columns will not be searched against when returning the list of tables back to you. If you have access to the columns but not the data in the columns, those columns and the associated metadata for those columns will be included in the search.
1012
1068
  */
1013
1069
  searchTables(callback?: (err: AWSError, data: Glue.Types.SearchTablesResponse) => void): Request<Glue.Types.SearchTablesResponse, AWSError>;
1070
+ /**
1071
+ * Starts a new run of the specified blueprint.
1072
+ */
1073
+ startBlueprintRun(params: Glue.Types.StartBlueprintRunRequest, callback?: (err: AWSError, data: Glue.Types.StartBlueprintRunResponse) => void): Request<Glue.Types.StartBlueprintRunResponse, AWSError>;
1074
+ /**
1075
+ * Starts a new run of the specified blueprint.
1076
+ */
1077
+ startBlueprintRun(callback?: (err: AWSError, data: Glue.Types.StartBlueprintRunResponse) => void): Request<Glue.Types.StartBlueprintRunResponse, AWSError>;
1014
1078
  /**
1015
1079
  * Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.
1016
1080
  */
@@ -1131,6 +1195,14 @@ declare class Glue extends Service {
1131
1195
  * Removes tags from a resource.
1132
1196
  */
1133
1197
  untagResource(callback?: (err: AWSError, data: Glue.Types.UntagResourceResponse) => void): Request<Glue.Types.UntagResourceResponse, AWSError>;
1198
+ /**
1199
+ * Updates a registered blueprint.
1200
+ */
1201
+ updateBlueprint(params: Glue.Types.UpdateBlueprintRequest, callback?: (err: AWSError, data: Glue.Types.UpdateBlueprintResponse) => void): Request<Glue.Types.UpdateBlueprintResponse, AWSError>;
1202
+ /**
1203
+ * Updates a registered blueprint.
1204
+ */
1205
+ updateBlueprint(callback?: (err: AWSError, data: Glue.Types.UpdateBlueprintResponse) => void): Request<Glue.Types.UpdateBlueprintResponse, AWSError>;
1134
1206
  /**
1135
1207
  * Modifies an existing classifier (a GrokClassifier, an XMLClassifier, a JsonClassifier, or a CsvClassifier, depending on which field is present).
1136
1208
  */
@@ -1426,6 +1498,31 @@ declare namespace Glue {
1426
1498
  */
1427
1499
  Errors?: TableVersionErrors;
1428
1500
  }
1501
+ export type BatchGetBlueprintNames = OrchestrationNameString[];
1502
+ export interface BatchGetBlueprintsRequest {
1503
+ /**
1504
+ * A list of blueprint names.
1505
+ */
1506
+ Names: BatchGetBlueprintNames;
1507
+ /**
1508
+ * Specifies whether or not to include the blueprint in the response.
1509
+ */
1510
+ IncludeBlueprint?: NullableBoolean;
1511
+ /**
1512
+ * Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.
1513
+ */
1514
+ IncludeParameterSpec?: NullableBoolean;
1515
+ }
1516
+ export interface BatchGetBlueprintsResponse {
1517
+ /**
1518
+ * Returns a list of blueprint as a Blueprints object.
1519
+ */
1520
+ Blueprints?: Blueprints;
1521
+ /**
1522
+ * Returns a list of BlueprintNames that were not found.
1523
+ */
1524
+ MissingBlueprints?: BlueprintNames;
1525
+ }
1429
1526
  export interface BatchGetCrawlersRequest {
1430
1527
  /**
1431
1528
  * A list of crawler names, which might be the names returned from the ListCrawlers operation.
@@ -1649,6 +1746,107 @@ declare namespace Glue {
1649
1746
  NumberOfNulls: NonNegativeLong;
1650
1747
  }
1651
1748
  export type _Blob = Buffer|Uint8Array|Blob|string;
1749
+ export interface Blueprint {
1750
+ /**
1751
+ * The name of the blueprint.
1752
+ */
1753
+ Name?: OrchestrationNameString;
1754
+ /**
1755
+ * The description of the blueprint.
1756
+ */
1757
+ Description?: Generic512CharString;
1758
+ /**
1759
+ * The date and time the blueprint was registered.
1760
+ */
1761
+ CreatedOn?: TimestampValue;
1762
+ /**
1763
+ * The date and time the blueprint was last modified.
1764
+ */
1765
+ LastModifiedOn?: TimestampValue;
1766
+ /**
1767
+ * A JSON string that indicates the list of parameter specifications for the blueprint.
1768
+ */
1769
+ ParameterSpec?: BlueprintParameterSpec;
1770
+ /**
1771
+ * Specifies the path in Amazon S3 where the blueprint is published.
1772
+ */
1773
+ BlueprintLocation?: GenericString;
1774
+ /**
1775
+ * Specifies a path in Amazon S3 where the blueprint is copied when you call CreateBlueprint/UpdateBlueprint to register the blueprint in Glue.
1776
+ */
1777
+ BlueprintServiceLocation?: GenericString;
1778
+ /**
1779
+ * The status of the blueprint registration. Creating — The blueprint registration is in progress. Active — The blueprint has been successfully registered. Updating — An update to the blueprint registration is in progress. Failed — The blueprint registration failed.
1780
+ */
1781
+ Status?: BlueprintStatus;
1782
+ /**
1783
+ * An error message.
1784
+ */
1785
+ ErrorMessage?: ErrorString;
1786
+ /**
1787
+ * When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.
1788
+ */
1789
+ LastActiveDefinition?: LastActiveDefinition;
1790
+ }
1791
+ export interface BlueprintDetails {
1792
+ /**
1793
+ * The name of the blueprint.
1794
+ */
1795
+ BlueprintName?: OrchestrationNameString;
1796
+ /**
1797
+ * The run ID for this blueprint.
1798
+ */
1799
+ RunId?: IdString;
1800
+ }
1801
+ export type BlueprintNames = OrchestrationNameString[];
1802
+ export type BlueprintParameterSpec = string;
1803
+ export type BlueprintParameters = string;
1804
+ export interface BlueprintRun {
1805
+ /**
1806
+ * The name of the blueprint.
1807
+ */
1808
+ BlueprintName?: OrchestrationNameString;
1809
+ /**
1810
+ * The run ID for this blueprint run.
1811
+ */
1812
+ RunId?: IdString;
1813
+ /**
1814
+ * The name of a workflow that is created as a result of a successful blueprint run. If a blueprint run has an error, there will not be a workflow created.
1815
+ */
1816
+ WorkflowName?: NameString;
1817
+ /**
1818
+ * The state of the blueprint run. Possible values are: Running — The blueprint run is in progress. Succeeded — The blueprint run completed successfully. Failed — The blueprint run failed and rollback is complete. Rolling Back — The blueprint run failed and rollback is in progress.
1819
+ */
1820
+ State?: BlueprintRunState;
1821
+ /**
1822
+ * The date and time that the blueprint run started.
1823
+ */
1824
+ StartedOn?: TimestampValue;
1825
+ /**
1826
+ * The date and time that the blueprint run completed.
1827
+ */
1828
+ CompletedOn?: TimestampValue;
1829
+ /**
1830
+ * Indicates any errors that are seen while running the blueprint.
1831
+ */
1832
+ ErrorMessage?: MessageString;
1833
+ /**
1834
+ * If there are any errors while creating the entities of a workflow, we try to roll back the created entities until that point and delete them. This attribute indicates the errors seen while trying to delete the entities that are created.
1835
+ */
1836
+ RollbackErrorMessage?: MessageString;
1837
+ /**
1838
+ * The blueprint parameters as a string. You will have to provide a value for each key that is required from the parameter spec that is defined in the Blueprint$ParameterSpec.
1839
+ */
1840
+ Parameters?: BlueprintParameters;
1841
+ /**
1842
+ * The role ARN. This role will be assumed by the Glue service and will be used to create the workflow and other entities of a workflow.
1843
+ */
1844
+ RoleArn?: OrchestrationIAMRoleArn;
1845
+ }
1846
+ export type BlueprintRunState = "RUNNING"|"SUCCEEDED"|"FAILED"|"ROLLING_BACK"|string;
1847
+ export type BlueprintRuns = BlueprintRun[];
1848
+ export type BlueprintStatus = "CREATING"|"ACTIVE"|"UPDATING"|"FAILED"|string;
1849
+ export type Blueprints = Blueprint[];
1652
1850
  export type Boolean = boolean;
1653
1851
  export interface BooleanColumnStatisticsData {
1654
1852
  /**
@@ -2248,6 +2446,30 @@ declare namespace Glue {
2248
2446
  */
2249
2447
  CatalogTargets?: CatalogTargetList;
2250
2448
  }
2449
+ export interface CreateBlueprintRequest {
2450
+ /**
2451
+ * The name of the blueprint.
2452
+ */
2453
+ Name: OrchestrationNameString;
2454
+ /**
2455
+ * A description of the blueprint.
2456
+ */
2457
+ Description?: Generic512CharString;
2458
+ /**
2459
+ * Specifies a path in Amazon S3 where the blueprint is published.
2460
+ */
2461
+ BlueprintLocation: OrchestrationS3Location;
2462
+ /**
2463
+ * The tags to be applied to this blueprint.
2464
+ */
2465
+ Tags?: TagsMap;
2466
+ }
2467
+ export interface CreateBlueprintResponse {
2468
+ /**
2469
+ * Returns the name of the blueprint that was registered.
2470
+ */
2471
+ Name?: NameString;
2472
+ }
2251
2473
  export interface CreateClassifierRequest {
2252
2474
  /**
2253
2475
  * A GrokClassifier object specifying the classifier to create.
@@ -2955,6 +3177,9 @@ declare namespace Glue {
2955
3177
  * The tags to use with this trigger. You may use tags to limit access to the trigger. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.
2956
3178
  */
2957
3179
  Tags?: TagsMap;
3180
+ /**
3181
+ * Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.
3182
+ */
2958
3183
  EventBatchingCondition?: EventBatchingCondition;
2959
3184
  }
2960
3185
  export interface CreateTriggerResponse {
@@ -3209,6 +3434,18 @@ declare namespace Glue {
3209
3434
  Scale: Integer;
3210
3435
  }
3211
3436
  export type DeleteBehavior = "LOG"|"DELETE_FROM_DATABASE"|"DEPRECATE_IN_DATABASE"|string;
3437
+ export interface DeleteBlueprintRequest {
3438
+ /**
3439
+ * The name of the blueprint to delete.
3440
+ */
3441
+ Name: NameString;
3442
+ }
3443
+ export interface DeleteBlueprintResponse {
3444
+ /**
3445
+ * Returns the name of the blueprint that was deleted.
3446
+ */
3447
+ Name?: NameString;
3448
+ }
3212
3449
  export interface DeleteClassifierRequest {
3213
3450
  /**
3214
3451
  * Name of the classifier to remove.
@@ -3824,9 +4061,70 @@ declare namespace Glue {
3824
4061
  JobRunId?: HashString;
3825
4062
  }
3826
4063
  export type FormatString = string;
4064
+ export type Generic512CharString = string;
3827
4065
  export type GenericBoundedDouble = number;
3828
4066
  export type GenericMap = {[key: string]: GenericString};
3829
4067
  export type GenericString = string;
4068
+ export interface GetBlueprintRequest {
4069
+ /**
4070
+ * The name of the blueprint.
4071
+ */
4072
+ Name: NameString;
4073
+ /**
4074
+ * Specifies whether or not to include the blueprint in the response.
4075
+ */
4076
+ IncludeBlueprint?: NullableBoolean;
4077
+ /**
4078
+ * Specifies whether or not to include the parameter specification.
4079
+ */
4080
+ IncludeParameterSpec?: NullableBoolean;
4081
+ }
4082
+ export interface GetBlueprintResponse {
4083
+ /**
4084
+ * Returns a Blueprint object.
4085
+ */
4086
+ Blueprint?: Blueprint;
4087
+ }
4088
+ export interface GetBlueprintRunRequest {
4089
+ /**
4090
+ * The name of the blueprint.
4091
+ */
4092
+ BlueprintName: OrchestrationNameString;
4093
+ /**
4094
+ * The run ID for the blueprint run you want to retrieve.
4095
+ */
4096
+ RunId: IdString;
4097
+ }
4098
+ export interface GetBlueprintRunResponse {
4099
+ /**
4100
+ * Returns a BlueprintRun object.
4101
+ */
4102
+ BlueprintRun?: BlueprintRun;
4103
+ }
4104
+ export interface GetBlueprintRunsRequest {
4105
+ /**
4106
+ * The name of the blueprint.
4107
+ */
4108
+ BlueprintName: NameString;
4109
+ /**
4110
+ * A continuation token, if this is a continuation request.
4111
+ */
4112
+ NextToken?: GenericString;
4113
+ /**
4114
+ * The maximum size of a list to return.
4115
+ */
4116
+ MaxResults?: PageSize;
4117
+ }
4118
+ export interface GetBlueprintRunsResponse {
4119
+ /**
4120
+ * Returns a list of BlueprintRun objects.
4121
+ */
4122
+ BlueprintRuns?: BlueprintRuns;
4123
+ /**
4124
+ * A continuation token, if not all blueprint runs have been returned.
4125
+ */
4126
+ NextToken?: GenericString;
4127
+ }
3830
4128
  export interface GetCatalogImportStatusRequest {
3831
4129
  /**
3832
4130
  * The ID of the catalog to migrate. Currently, this should be the Amazon Web Services account ID.
@@ -5612,6 +5910,28 @@ declare namespace Glue {
5612
5910
  OutputS3Path?: UriString;
5613
5911
  }
5614
5912
  export type Language = "PYTHON"|"SCALA"|string;
5913
+ export interface LastActiveDefinition {
5914
+ /**
5915
+ * The description of the blueprint.
5916
+ */
5917
+ Description?: Generic512CharString;
5918
+ /**
5919
+ * The date and time the blueprint was last modified.
5920
+ */
5921
+ LastModifiedOn?: TimestampValue;
5922
+ /**
5923
+ * A JSON string specifying the parameters for the blueprint.
5924
+ */
5925
+ ParameterSpec?: BlueprintParameterSpec;
5926
+ /**
5927
+ * Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.
5928
+ */
5929
+ BlueprintLocation?: GenericString;
5930
+ /**
5931
+ * Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.
5932
+ */
5933
+ BlueprintServiceLocation?: GenericString;
5934
+ }
5615
5935
  export interface LastCrawlInfo {
5616
5936
  /**
5617
5937
  * Status of the last crawl.
@@ -5646,6 +5966,30 @@ declare namespace Glue {
5646
5966
  */
5647
5967
  CrawlerLineageSettings?: CrawlerLineageSettings;
5648
5968
  }
5969
+ export interface ListBlueprintsRequest {
5970
+ /**
5971
+ * A continuation token, if this is a continuation request.
5972
+ */
5973
+ NextToken?: GenericString;
5974
+ /**
5975
+ * The maximum size of a list to return.
5976
+ */
5977
+ MaxResults?: PageSize;
5978
+ /**
5979
+ * Filters the list by an Amazon Web Services resource tag.
5980
+ */
5981
+ Tags?: TagsMap;
5982
+ }
5983
+ export interface ListBlueprintsResponse {
5984
+ /**
5985
+ * List of names of blueprints in the account.
5986
+ */
5987
+ Blueprints?: BlueprintNames;
5988
+ /**
5989
+ * A continuation token, if not all blueprint names have been returned.
5990
+ */
5991
+ NextToken?: GenericString;
5992
+ }
5649
5993
  export interface ListCrawlersRequest {
5650
5994
  /**
5651
5995
  * The maximum size of a list to return.
@@ -6027,6 +6371,7 @@ declare namespace Glue {
6027
6371
  export type MaxResultsNumber = number;
6028
6372
  export type MaxRetries = number;
6029
6373
  export type MessagePrefix = string;
6374
+ export type MessageString = string;
6030
6375
  export interface MetadataInfo {
6031
6376
  /**
6032
6377
  * The metadata key’s corresponding value.
@@ -6115,6 +6460,9 @@ declare namespace Glue {
6115
6460
  export type NullableBoolean = boolean;
6116
6461
  export type NullableDouble = number;
6117
6462
  export type NullableInteger = number;
6463
+ export type OrchestrationIAMRoleArn = string;
6464
+ export type OrchestrationNameString = string;
6465
+ export type OrchestrationS3Location = string;
6118
6466
  export type OrchestrationStringList = GenericString[];
6119
6467
  export interface Order {
6120
6468
  /**
@@ -6938,6 +7286,26 @@ declare namespace Glue {
6938
7286
  Sort?: Sort;
6939
7287
  }
6940
7288
  export type SortDirectionType = "DESCENDING"|"ASCENDING"|string;
7289
+ export interface StartBlueprintRunRequest {
7290
+ /**
7291
+ * The name of the blueprint.
7292
+ */
7293
+ BlueprintName: OrchestrationNameString;
7294
+ /**
7295
+ * Specifies the parameters as a BlueprintParameters object.
7296
+ */
7297
+ Parameters?: BlueprintParameters;
7298
+ /**
7299
+ * Specifies the IAM role used to create the workflow.
7300
+ */
7301
+ RoleArn: OrchestrationIAMRoleArn;
7302
+ }
7303
+ export interface StartBlueprintRunResponse {
7304
+ /**
7305
+ * The run ID for this blueprint run.
7306
+ */
7307
+ RunId?: IdString;
7308
+ }
6941
7309
  export interface StartCrawlerRequest {
6942
7310
  /**
6943
7311
  * Name of the crawler to start.
@@ -7683,6 +8051,26 @@ declare namespace Glue {
7683
8051
  export interface UntagResourceResponse {
7684
8052
  }
7685
8053
  export type UpdateBehavior = "LOG"|"UPDATE_IN_DATABASE"|string;
8054
+ export interface UpdateBlueprintRequest {
8055
+ /**
8056
+ * The name of the blueprint.
8057
+ */
8058
+ Name: OrchestrationNameString;
8059
+ /**
8060
+ * A description of the blueprint.
8061
+ */
8062
+ Description?: Generic512CharString;
8063
+ /**
8064
+ * Specifies a path in Amazon S3 where the blueprint is published.
8065
+ */
8066
+ BlueprintLocation: OrchestrationS3Location;
8067
+ }
8068
+ export interface UpdateBlueprintResponse {
8069
+ /**
8070
+ * Returns the name of the blueprint that was updated.
8071
+ */
8072
+ Name?: NameString;
8073
+ }
7686
8074
  export interface UpdateClassifierRequest {
7687
8075
  /**
7688
8076
  * A GrokClassifier object with updated fields.
@@ -8288,6 +8676,10 @@ declare namespace Glue {
8288
8676
  * You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.
8289
8677
  */
8290
8678
  MaxConcurrentRuns?: NullableInteger;
8679
+ /**
8680
+ * This structure indicates the details of the blueprint that this particular workflow is created from.
8681
+ */
8682
+ BlueprintDetails?: BlueprintDetails;
8291
8683
  }
8292
8684
  export interface WorkflowGraph {
8293
8685
  /**