Skip to content

Commit

Permalink
Updates SDK to v2.1161.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 23, 2022
1 parent a41ff97 commit b2ce57e
Show file tree
Hide file tree
Showing 25 changed files with 1,903 additions and 317 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1161.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "LookoutEquipment",
"description": "This release adds visualizations to the scheduled inference results. Users will be able to see interference results, including diagnostic results from their running inference schedulers."
},
{
"type": "feature",
"category": "Mgn",
"description": "New and modified APIs for the Post-Migration Framework"
},
{
"type": "feature",
"category": "MigrationHubRefactorSpaces",
"description": "This release adds the new API UpdateRoute that allows route to be updated to ACTIVE/INACTIVE state. In addition, CreateRoute API will now allow users to create route in ACTIVE/INACTIVE state."
},
{
"type": "feature",
"category": "SageMaker",
"description": "SageMaker Ground Truth now supports Virtual Private Cloud. Customers can launch labeling jobs and access to their private workforce in VPC mode."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1160.0-->
<!--LATEST=2.1161.0-->
<!--ENTRYINSERT-->

## 2.1161.0
* feature: LookoutEquipment: This release adds visualizations to the scheduled inference results. Users will be able to see interference results, including diagnostic results from their running inference schedulers.
* feature: Mgn: New and modified APIs for the Post-Migration Framework
* feature: MigrationHubRefactorSpaces: This release adds the new API UpdateRoute that allows route to be updated to ACTIVE/INACTIVE state. In addition, CreateRoute API will now allow users to create route in ACTIVE/INACTIVE state.
* feature: SageMaker: SageMaker Ground Truth now supports Virtual Private Cloud. Customers can launch labeling jobs and access to their private workforce in VPC mode.

## 2.1160.0
* feature: Pricing: This release introduces 1 update to the GetProducts API. The serviceCode attribute is now required when you use the GetProductsRequest.
* feature: Transfer: Until today, the service supported only RSA host keys and user keys. Now with this launch, Transfer Family has expanded the support for ECDSA and ED25519 host keys and user keys, enabling customers to support a broader set of clients by choosing RSA, ECDSA, and ED25519 host and user keys.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1160.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1161.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
59 changes: 54 additions & 5 deletions apis/lookoutequipment-2020-12-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,55 @@
}
}
},
"ListInferenceEvents": {
"input": {
"type": "structure",
"required": [
"InferenceSchedulerName",
"IntervalStartTime",
"IntervalEndTime"
],
"members": {
"NextToken": {},
"MaxResults": {
"type": "integer"
},
"InferenceSchedulerName": {},
"IntervalStartTime": {
"type": "timestamp"
},
"IntervalEndTime": {
"type": "timestamp"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"InferenceEventSummaries": {
"type": "list",
"member": {
"type": "structure",
"members": {
"InferenceSchedulerArn": {},
"InferenceSchedulerName": {},
"EventStartTime": {
"type": "timestamp"
},
"EventEndTime": {
"type": "timestamp"
},
"Diagnostics": {},
"EventDurationInSeconds": {
"type": "long"
}
}
}
}
}
}
},
"ListInferenceExecutions": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -586,16 +635,16 @@
"type": "boolean"
},
"MissingValues": {
"shape": "S30"
"shape": "S35"
},
"InvalidValues": {
"shape": "S30"
"shape": "S35"
},
"InvalidDateEntries": {
"shape": "S30"
"shape": "S35"
},
"DuplicateTimestamps": {
"shape": "S30"
"shape": "S35"
},
"CategoricalValues": {
"type": "structure",
Expand Down Expand Up @@ -1042,7 +1091,7 @@
"Key": {}
}
},
"S30": {
"S35": {
"type": "structure",
"required": [
"Count",
Expand Down
118 changes: 116 additions & 2 deletions apis/lookoutequipment-2020-12-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,37 @@
],
"documentation": "<p>Lists all datasets currently available in your account, filtering on the dataset name. </p>"
},
"ListInferenceEvents": {
"name": "ListInferenceEvents",
"http": {
"method": "POST",
"requestUri": "/"
},
"input": {
"shape": "ListInferenceEventsRequest"
},
"output": {
"shape": "ListInferenceEventsResponse"
},
"errors": [
{
"shape": "ValidationException"
},
{
"shape": "ThrottlingException"
},
{
"shape": "ResourceNotFoundException"
},
{
"shape": "AccessDeniedException"
},
{
"shape": "InternalServerException"
}
],
"documentation": "<p> Lists all inference events that have been found for the specified inference scheduler. </p>"
},
"ListInferenceExecutions": {
"name": "ListInferenceExecutions",
"http": {
Expand Down Expand Up @@ -1288,7 +1319,7 @@
},
"CreatedAt": {
"shape": "Timestamp",
"documentation": "<p>Specifies the time the dataset was created in Amazon Lookout for Equipment. </p>"
"documentation": "<p>Specifies the time the dataset was created in Lookout for Equipment. </p>"
},
"LastUpdatedAt": {
"shape": "Timestamp",
Expand Down Expand Up @@ -1518,6 +1549,10 @@
},
"documentation": "<p> Entity that comprises information abount duplicate timestamps in the dataset. </p>"
},
"EventDurationInSeconds": {
"type": "long",
"min": 0
},
"FileNameTimestampFormat": {
"type": "string",
"pattern": "^EPOCH|yyyy-MM-dd-HH-mm-ss|yyyyMMddHHmmss$"
Expand All @@ -1537,6 +1572,42 @@
"min": 1,
"pattern": "\\p{ASCII}{1,256}"
},
"InferenceEventSummaries": {
"type": "list",
"member": {
"shape": "InferenceEventSummary"
}
},
"InferenceEventSummary": {
"type": "structure",
"members": {
"InferenceSchedulerArn": {
"shape": "InferenceSchedulerArn",
"documentation": "<p> The Amazon Resource Name (ARN) of the inference scheduler being used for the inference event. </p>"
},
"InferenceSchedulerName": {
"shape": "InferenceSchedulerName",
"documentation": "<p>The name of the inference scheduler being used for the inference events. </p>"
},
"EventStartTime": {
"shape": "Timestamp",
"documentation": "<p>Indicates the starting time of an inference event. </p>"
},
"EventEndTime": {
"shape": "Timestamp",
"documentation": "<p>Indicates the ending time of an inference event. </p>"
},
"Diagnostics": {
"shape": "ModelMetrics",
"documentation": "<p> An array which specifies the names and values of all sensors contributing to an inference event.</p>"
},
"EventDurationInSeconds": {
"shape": "EventDurationInSeconds",
"documentation": "<p> Indicates the size of an inference event in seconds. </p>"
}
},
"documentation": "<p>Contains information about the specific inference event, including start and end time, diagnostics information, event duration and so on.</p>"
},
"InferenceExecutionStatus": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -1994,6 +2065,49 @@
}
}
},
"ListInferenceEventsRequest": {
"type": "structure",
"required": [
"InferenceSchedulerName",
"IntervalStartTime",
"IntervalEndTime"
],
"members": {
"NextToken": {
"shape": "NextToken",
"documentation": "<p>An opaque pagination token indicating where to continue the listing of inference events.</p>"
},
"MaxResults": {
"shape": "MaxResults",
"documentation": "<p>Specifies the maximum number of inference events to list. </p>"
},
"InferenceSchedulerName": {
"shape": "InferenceSchedulerIdentifier",
"documentation": "<p>The name of the inference scheduler for the inference events listed. </p>"
},
"IntervalStartTime": {
"shape": "Timestamp",
"documentation": "<p> Lookout for Equipment will return all the inference events with start time equal to or greater than the start time given.</p>"
},
"IntervalEndTime": {
"shape": "Timestamp",
"documentation": "<p>Lookout for Equipment will return all the inference events with end time equal to or less than the end time given.</p>"
}
}
},
"ListInferenceEventsResponse": {
"type": "structure",
"members": {
"NextToken": {
"shape": "NextToken",
"documentation": "<p>An opaque pagination token indicating where to continue the listing of inference executions. </p>"
},
"InferenceEventSummaries": {
"shape": "InferenceEventSummaries",
"documentation": "<p>Provides an array of information about the individual inference events returned from the <code>ListInferenceEvents</code> operation, including scheduler used, event start time, event end time, diagnostics, and so on. </p>"
}
}
},
"ListInferenceExecutionsRequest": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -2361,7 +2475,7 @@
"type": "string",
"max": 1024,
"min": 0,
"pattern": "(^$)|([\\P{M}\\p{M}]{1,1023}/$)"
"pattern": "(^$)|([\\u0009\\u000A\\u000D\\u0020-\\u00FF]{1,1023}/$)"
},
"SensorName": {
"type": "string",
Expand Down
5 changes: 5 additions & 0 deletions apis/lookoutequipment-2020-12-15.paginators.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"output_token": "NextToken",
"limit_key": "MaxResults"
},
"ListInferenceEvents": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
},
"ListInferenceExecutions": {
"input_token": "NextToken",
"output_token": "NextToken",
Expand Down
6 changes: 3 additions & 3 deletions apis/mediaconvert-2017-08-29.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4098,10 +4098,10 @@
"Profile": {
"shape": "DolbyVisionProfile",
"locationName": "profile",
"documentation": "Required when you use Dolby Vision processing. Set Profile to Profile 5 to only include frame-interleaved Dolby Vision metadata in your output. Set Profile to Profile 8.1 to include both frame-interleaved Dolby Vision metadata and HDR10 metadata in your output."
"documentation": "Required when you enable Dolby Vision. Use Profile 5 to include frame-interleaved Dolby Vision metadata in your output. Your input must include Dolby Vision metadata or an HDR10 YUV color space. Use Profile 8.1 to include frame-interleaved Dolby Vision metadata and HDR10 metadata in your output. Your input must include Dolby Vision metadata."
}
},
"documentation": "With AWS Elemental MediaConvert, you can create profile 5 or 8.1 Dolby Vision outputs from MXF and IMF sources."
"documentation": "Create Dolby Vision Profile 5 or Profile 8.1 compatible video output."
},
"DolbyVisionLevel6Metadata": {
"type": "structure",
Expand Down Expand Up @@ -4138,7 +4138,7 @@
},
"DolbyVisionProfile": {
"type": "string",
"documentation": "Required when you use Dolby Vision processing. Set Profile to Profile 5 to only include frame-interleaved Dolby Vision metadata in your output. Set Profile to Profile 8.1 to include both frame-interleaved Dolby Vision metadata and HDR10 metadata in your output.",
"documentation": "Required when you enable Dolby Vision. Use Profile 5 to include frame-interleaved Dolby Vision metadata in your output. Your input must include Dolby Vision metadata or an HDR10 YUV color space. Use Profile 8.1 to include frame-interleaved Dolby Vision metadata and HDR10 metadata in your output. Your input must include Dolby Vision metadata.",
"enum": [
"PROFILE_5",
"PROFILE_8_1"
Expand Down
Loading

0 comments on commit b2ce57e

Please sign in to comment.