Skip to content

Commit

Permalink
Merge branch 'version-3' into access-grants
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp authored Feb 15, 2024
2 parents 6986367 + 0e1f0f8 commit fbfe454
Show file tree
Hide file tree
Showing 85 changed files with 3,398 additions and 193 deletions.
472 changes: 472 additions & 0 deletions apis/controltower/2018-05-10/api-2.json

Large diffs are not rendered by default.

294 changes: 281 additions & 13 deletions apis/controltower/2018-05-10/docs-2.json

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions apis/controltower/2018-05-10/paginators-1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"pagination": {
"ListBaselines": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "baselines"
},
"ListEnabledBaselines": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "enabledBaselines"
},
"ListEnabledControls": {
"input_token": "nextToken",
"output_token": "nextToken",
Expand Down
36 changes: 29 additions & 7 deletions apis/lookoutequipment/2020-12-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,8 @@
"DataPreProcessingConfiguration":{"shape":"DataPreProcessingConfiguration"},
"ServerSideKmsKeyId":{"shape":"NameOrArn"},
"Tags":{"shape":"TagList"},
"OffCondition":{"shape":"OffCondition"}
"OffCondition":{"shape":"OffCondition"},
"ModelDiagnosticsOutputConfiguration":{"shape":"ModelDiagnosticsOutputConfiguration"}
}
},
"CreateModelResponse":{
Expand Down Expand Up @@ -1129,7 +1130,7 @@
"type":"string",
"max":2048,
"min":20,
"pattern":"arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:dataset\\/.+"
"pattern":"arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:dataset\\/[0-9a-zA-Z_-]{1,200}\\/.+"
},
"DatasetIdentifier":{
"type":"string",
Expand Down Expand Up @@ -1409,7 +1410,8 @@
"NextScheduledRetrainingStartDate":{"shape":"Timestamp"},
"AccumulatedInferenceDataStartTime":{"shape":"Timestamp"},
"AccumulatedInferenceDataEndTime":{"shape":"Timestamp"},
"RetrainingSchedulerStatus":{"shape":"RetrainingSchedulerStatus"}
"RetrainingSchedulerStatus":{"shape":"RetrainingSchedulerStatus"},
"ModelDiagnosticsOutputConfiguration":{"shape":"ModelDiagnosticsOutputConfiguration"}
}
},
"DescribeModelVersionRequest":{
Expand Down Expand Up @@ -1457,7 +1459,9 @@
"PriorModelMetrics":{"shape":"ModelMetrics"},
"RetrainingAvailableDataInDays":{"shape":"Integer"},
"AutoPromotionResult":{"shape":"AutoPromotionResult"},
"AutoPromotionResultReason":{"shape":"AutoPromotionResultReason"}
"AutoPromotionResultReason":{"shape":"AutoPromotionResultReason"},
"ModelDiagnosticsOutputConfiguration":{"shape":"ModelDiagnosticsOutputConfiguration"},
"ModelDiagnosticsResultsObject":{"shape":"S3Object"}
}
},
"DescribeResourcePolicyRequest":{
Expand Down Expand Up @@ -2162,6 +2166,22 @@
"min":20,
"pattern":"arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:model\\/.+"
},
"ModelDiagnosticsOutputConfiguration":{
"type":"structure",
"required":["S3OutputConfiguration"],
"members":{
"S3OutputConfiguration":{"shape":"ModelDiagnosticsS3OutputConfiguration"},
"KmsKeyId":{"shape":"NameOrArn"}
}
},
"ModelDiagnosticsS3OutputConfiguration":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{"shape":"S3Bucket"},
"Prefix":{"shape":"S3Prefix"}
}
},
"ModelMetrics":{
"type":"string",
"max":50000,
Expand Down Expand Up @@ -2208,7 +2228,8 @@
"LatestScheduledRetrainingModelVersion":{"shape":"ModelVersion"},
"LatestScheduledRetrainingStartTime":{"shape":"Timestamp"},
"NextScheduledRetrainingStartDate":{"shape":"Timestamp"},
"RetrainingSchedulerStatus":{"shape":"RetrainingSchedulerStatus"}
"RetrainingSchedulerStatus":{"shape":"RetrainingSchedulerStatus"},
"ModelDiagnosticsOutputConfiguration":{"shape":"ModelDiagnosticsOutputConfiguration"}
}
},
"ModelVersion":{
Expand All @@ -2219,7 +2240,7 @@
"type":"string",
"max":2048,
"min":20,
"pattern":"^arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:model\\/.+\\/.+\\/model-version\\/[0-9]{1,}$"
"pattern":"^arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:model\\/[0-9a-zA-Z_-]{1,200}\\/.+\\/model-version\\/[0-9]{1,}$"
},
"ModelVersionSourceType":{
"type":"string",
Expand Down Expand Up @@ -2692,7 +2713,8 @@
"members":{
"ModelName":{"shape":"ModelName"},
"LabelsInputConfiguration":{"shape":"LabelsInputConfiguration"},
"RoleArn":{"shape":"IamRoleArn"}
"RoleArn":{"shape":"IamRoleArn"},
"ModelDiagnosticsOutputConfiguration":{"shape":"ModelDiagnosticsOutputConfiguration"}
}
},
"UpdateRetrainingSchedulerRequest":{
Expand Down
38 changes: 29 additions & 9 deletions apis/lookoutequipment/2020-12-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@
"InferenceExecutionSummaries": {
"base": null,
"refs": {
"ListInferenceExecutionsResponse$InferenceExecutionSummaries": "<p>Provides an array of information about the individual inference executions returned from the <code>ListInferenceExecutions</code> operation, including model used, inference scheduler, data configuration, and so on. </p>"
"ListInferenceExecutionsResponse$InferenceExecutionSummaries": "<p>Provides an array of information about the individual inference executions returned from the <code>ListInferenceExecutions</code> operation, including model used, inference scheduler, data configuration, and so on. </p> <note> <p>If you don't supply the <code>InferenceSchedulerName</code> request parameter, or if you supply the name of an inference scheduler that doesn't exist, <code>ListInferenceExecutions</code> returns an empty array in <code>InferenceExecutionSummaries</code>.</p> </note>"
}
},
"InferenceExecutionSummary": {
Expand Down Expand Up @@ -692,7 +692,7 @@
"base": "<p>Gives statistics about how many files have been ingested, and which files have not been ingested, for a particular ingestion job.</p>",
"refs": {
"DescribeDataIngestionJobResponse$IngestedFilesSummary": null,
"DescribeDatasetResponse$IngestedFilesSummary": "<p> IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id. </p>"
"DescribeDatasetResponse$IngestedFilesSummary": "<p>IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id. </p>"
}
},
"IngestionInputConfiguration": {
Expand Down Expand Up @@ -762,7 +762,7 @@
"MissingCompleteSensorData$AffectedSensorCount": "<p> Indicates the number of sensors that have data missing completely. </p>",
"MissingSensorData$AffectedSensorCount": "<p> Indicates the number of sensors that have atleast some data missing. </p>",
"MissingSensorData$TotalNumberOfMissingValues": "<p> Indicates the total number of missing values across all the sensors. </p>",
"SensorsWithShortDateRange$AffectedSensorCount": "<p> Indicates the number of sensors that have less than 90 days of data. </p>",
"SensorsWithShortDateRange$AffectedSensorCount": "<p> Indicates the number of sensors that have less than 14 days of data. </p>",
"UnsupportedTimestamps$TotalNumberOfUnsupportedTimestamps": "<p> Indicates the total number of unsupported timestamps across the ingested data. </p>"
}
},
Expand Down Expand Up @@ -818,7 +818,7 @@
"LabelSummary$LabelGroupName": "<p> The name of the label group. </p>",
"LabelsInputConfiguration$LabelGroupName": "<p> The name of the label group to be used for label data. </p>",
"ListLabelGroupsRequest$LabelGroupNameBeginsWith": "<p> The beginning of the name of the label groups to be listed. </p>",
"ListLabelsRequest$LabelGroupName": "<p> Retruns the name of the label group. </p>",
"ListLabelsRequest$LabelGroupName": "<p> Returns the name of the label group. </p>",
"UpdateLabelGroupRequest$LabelGroupName": "<p> The name of the label group to be updated. </p>"
}
},
Expand Down Expand Up @@ -855,7 +855,7 @@
"LabelSummaries": {
"base": null,
"refs": {
"ListLabelsResponse$LabelSummaries": "<p> A summary of the items in the label group. </p>"
"ListLabelsResponse$LabelSummaries": "<p> A summary of the items in the label group. </p> <note> <p>If you don't supply the <code>LabelGroupName</code> request parameter, or if you supply the name of a label group that doesn't exist, <code>ListLabels</code> returns an empty array in <code>LabelSummaries</code>.</p> </note>"
}
},
"LabelSummary": {
Expand Down Expand Up @@ -1078,6 +1078,22 @@
"UpdateActiveModelVersionResponse$ModelArn": "<p>The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.</p>"
}
},
"ModelDiagnosticsOutputConfiguration": {
"base": "<p>Output configuration information for the pointwise model diagnostics for an Amazon Lookout for Equipment model.</p>",
"refs": {
"CreateModelRequest$ModelDiagnosticsOutputConfiguration": "<p>The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics. You must also specify the <code>RoleArn</code> request parameter.</p>",
"DescribeModelResponse$ModelDiagnosticsOutputConfiguration": "<p>Configuration information for the model's pointwise model diagnostics.</p>",
"DescribeModelVersionResponse$ModelDiagnosticsOutputConfiguration": "<p>The Amazon S3 location where Amazon Lookout for Equipment saves the pointwise model diagnostics for the model version.</p>",
"ModelSummary$ModelDiagnosticsOutputConfiguration": null,
"UpdateModelRequest$ModelDiagnosticsOutputConfiguration": "<p>The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for the model. You must also specify the <code>RoleArn</code> request parameter.</p>"
}
},
"ModelDiagnosticsS3OutputConfiguration": {
"base": "<p>The Amazon S3 location for the pointwise model diagnostics for an Amazon Lookout for Equipment model. </p>",
"refs": {
"ModelDiagnosticsOutputConfiguration$S3OutputConfiguration": "<p>The Amazon S3 location for the pointwise model diagnostics. </p>"
}
},
"ModelMetrics": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1215,7 +1231,7 @@
"ModelVersionSummaries": {
"base": null,
"refs": {
"ListModelVersionsResponse$ModelVersionSummaries": "<p>Provides information on the specified model version, including the created time, model and dataset ARNs, and status.</p>"
"ListModelVersionsResponse$ModelVersionSummaries": "<p>Provides information on the specified model version, including the created time, model and dataset ARNs, and status.</p> <note> <p>If you don't supply the <code>ModelName</code> request parameter, or if you supply the name of a model that doesn't exist, <code>ListModelVersions</code> returns an empty array in <code>ModelVersionSummaries</code>. </p> </note>"
}
},
"ModelVersionSummary": {
Expand Down Expand Up @@ -1250,7 +1266,8 @@
"CreateModelRequest$ServerSideKmsKeyId": "<p>Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment. </p>",
"ImportDatasetRequest$ServerSideKmsKeyId": "<p>Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment. </p>",
"ImportModelVersionRequest$ServerSideKmsKeyId": "<p>Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment. </p>",
"InferenceOutputConfiguration$KmsKeyId": "<p>The ID number for the KMS key key used to encrypt the inference output. </p>"
"InferenceOutputConfiguration$KmsKeyId": "<p>The ID number for the KMS key key used to encrypt the inference output. </p>",
"ModelDiagnosticsOutputConfiguration$KmsKeyId": "<p>The Amazon Web Services Key Management Service (KMS) key identifier to encrypt the pointwise model diagnostics files.</p>"
}
},
"NextToken": {
Expand Down Expand Up @@ -1368,6 +1385,7 @@
"InferenceS3OutputConfiguration$Bucket": "<p> The bucket containing the output results from the inference </p>",
"IngestionS3InputConfiguration$Bucket": "<p>The name of the S3 bucket used for the input data for the data ingestion. </p>",
"LabelsS3InputConfiguration$Bucket": "<p>The name of the S3 bucket holding the label data. </p>",
"ModelDiagnosticsS3OutputConfiguration$Bucket": "<p>The name of the Amazon S3 bucket where the pointwise model diagnostics are located. You must be the owner of the Amazon S3 bucket. </p>",
"S3Object$Bucket": "<p>The name of the specific S3 bucket. </p>"
}
},
Expand All @@ -1380,6 +1398,7 @@
"S3Object": {
"base": "<p>Contains information about an S3 bucket. </p>",
"refs": {
"DescribeModelVersionResponse$ModelDiagnosticsResultsObject": "<p>The Amazon S3 output prefix for where Lookout for Equipment saves the pointwise model diagnostics for the model version.</p>",
"InferenceExecutionSummary$CustomerResultObject": "<p>The S3 object that the inference execution results were uploaded to.</p>",
"ListOfDiscardedFiles$member": null
}
Expand All @@ -1390,7 +1409,8 @@
"InferenceS3InputConfiguration$Prefix": "<p>The prefix for the S3 bucket used for the input data for the inference. </p>",
"InferenceS3OutputConfiguration$Prefix": "<p> The prefix for the S3 bucket used for the output results from the inference. </p>",
"IngestionS3InputConfiguration$Prefix": "<p>The prefix for the S3 location being used for the input data for the data ingestion. </p>",
"LabelsS3InputConfiguration$Prefix": "<p> The prefix for the S3 bucket used for the label data. </p>"
"LabelsS3InputConfiguration$Prefix": "<p> The prefix for the S3 bucket used for the label data. </p>",
"ModelDiagnosticsS3OutputConfiguration$Prefix": "<p>The Amazon S3 prefix for the location of the pointwise model diagnostics. The prefix specifies the folder and evaluation result file name. (<code>bucket</code>).</p> <p>When you call <code>CreateModel</code> or <code>UpdateModel</code>, specify the path within the bucket that you want Lookout for Equipment to save the model to. During training, Lookout for Equipment creates the model evaluation model as a compressed JSON file with the name <code>model_diagnostics_results.json.gz</code>.</p> <p>When you call <code>DescribeModel</code> or <code>DescribeModelVersion</code>, <code>prefix</code> contains the file path and filename of the model evaluation file. </p>"
}
},
"SensorName": {
Expand All @@ -1414,7 +1434,7 @@
"SensorsWithShortDateRange": {
"base": "<p> Entity that comprises information on sensors that have shorter date range. </p>",
"refs": {
"InsufficientSensorData$SensorsWithShortDateRange": "<p> Parameter that describes the total number of sensors that have a short date range of less than 90 days of data overall. </p>"
"InsufficientSensorData$SensorsWithShortDateRange": "<p> Parameter that describes the total number of sensors that have a short date range of less than 14 days of data overall. </p>"
}
},
"ServiceQuotaExceededException": {
Expand Down
Loading

0 comments on commit fbfe454

Please sign in to comment.