Skip to content

Commit b2ce57e

Browse files
author
awstools
committed
Updates SDK to v2.1161.0
1 parent a41ff97 commit b2ce57e

25 files changed

+1903
-317
lines changed

.changes/2.1161.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "LookoutEquipment",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Mgn",
10+
"description": "New and modified APIs for the Post-Migration Framework"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MigrationHubRefactorSpaces",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SageMaker",
20+
"description": "SageMaker Ground Truth now supports Virtual Private Cloud. Customers can launch labeling jobs and access to their private workforce in VPC mode."
21+
}
22+
]

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1160.0-->
2+
<!--LATEST=2.1161.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1161.0
6+
* 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.
7+
* feature: Mgn: New and modified APIs for the Post-Migration Framework
8+
* 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.
9+
* feature: SageMaker: SageMaker Ground Truth now supports Virtual Private Cloud. Customers can launch labeling jobs and access to their private workforce in VPC mode.
10+
511
## 2.1160.0
612
* feature: Pricing: This release introduces 1 update to the GetProducts API. The serviceCode attribute is now required when you use the GetProductsRequest.
713
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

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

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/lookoutequipment-2020-12-15.min.json

Lines changed: 54 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,55 @@
425425
}
426426
}
427427
},
428+
"ListInferenceEvents": {
429+
"input": {
430+
"type": "structure",
431+
"required": [
432+
"InferenceSchedulerName",
433+
"IntervalStartTime",
434+
"IntervalEndTime"
435+
],
436+
"members": {
437+
"NextToken": {},
438+
"MaxResults": {
439+
"type": "integer"
440+
},
441+
"InferenceSchedulerName": {},
442+
"IntervalStartTime": {
443+
"type": "timestamp"
444+
},
445+
"IntervalEndTime": {
446+
"type": "timestamp"
447+
}
448+
}
449+
},
450+
"output": {
451+
"type": "structure",
452+
"members": {
453+
"NextToken": {},
454+
"InferenceEventSummaries": {
455+
"type": "list",
456+
"member": {
457+
"type": "structure",
458+
"members": {
459+
"InferenceSchedulerArn": {},
460+
"InferenceSchedulerName": {},
461+
"EventStartTime": {
462+
"type": "timestamp"
463+
},
464+
"EventEndTime": {
465+
"type": "timestamp"
466+
},
467+
"Diagnostics": {},
468+
"EventDurationInSeconds": {
469+
"type": "long"
470+
}
471+
}
472+
}
473+
}
474+
}
475+
}
476+
},
428477
"ListInferenceExecutions": {
429478
"input": {
430479
"type": "structure",
@@ -586,16 +635,16 @@
586635
"type": "boolean"
587636
},
588637
"MissingValues": {
589-
"shape": "S30"
638+
"shape": "S35"
590639
},
591640
"InvalidValues": {
592-
"shape": "S30"
641+
"shape": "S35"
593642
},
594643
"InvalidDateEntries": {
595-
"shape": "S30"
644+
"shape": "S35"
596645
},
597646
"DuplicateTimestamps": {
598-
"shape": "S30"
647+
"shape": "S35"
599648
},
600649
"CategoricalValues": {
601650
"type": "structure",
@@ -1042,7 +1091,7 @@
10421091
"Key": {}
10431092
}
10441093
},
1045-
"S30": {
1094+
"S35": {
10461095
"type": "structure",
10471096
"required": [
10481097
"Count",

apis/lookoutequipment-2020-12-15.normal.json

Lines changed: 116 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,37 @@
388388
],
389389
"documentation": "<p>Lists all datasets currently available in your account, filtering on the dataset name. </p>"
390390
},
391+
"ListInferenceEvents": {
392+
"name": "ListInferenceEvents",
393+
"http": {
394+
"method": "POST",
395+
"requestUri": "/"
396+
},
397+
"input": {
398+
"shape": "ListInferenceEventsRequest"
399+
},
400+
"output": {
401+
"shape": "ListInferenceEventsResponse"
402+
},
403+
"errors": [
404+
{
405+
"shape": "ValidationException"
406+
},
407+
{
408+
"shape": "ThrottlingException"
409+
},
410+
{
411+
"shape": "ResourceNotFoundException"
412+
},
413+
{
414+
"shape": "AccessDeniedException"
415+
},
416+
{
417+
"shape": "InternalServerException"
418+
}
419+
],
420+
"documentation": "<p> Lists all inference events that have been found for the specified inference scheduler. </p>"
421+
},
391422
"ListInferenceExecutions": {
392423
"name": "ListInferenceExecutions",
393424
"http": {
@@ -1288,7 +1319,7 @@
12881319
},
12891320
"CreatedAt": {
12901321
"shape": "Timestamp",
1291-
"documentation": "<p>Specifies the time the dataset was created in Amazon Lookout for Equipment. </p>"
1322+
"documentation": "<p>Specifies the time the dataset was created in Lookout for Equipment. </p>"
12921323
},
12931324
"LastUpdatedAt": {
12941325
"shape": "Timestamp",
@@ -1518,6 +1549,10 @@
15181549
},
15191550
"documentation": "<p> Entity that comprises information abount duplicate timestamps in the dataset. </p>"
15201551
},
1552+
"EventDurationInSeconds": {
1553+
"type": "long",
1554+
"min": 0
1555+
},
15211556
"FileNameTimestampFormat": {
15221557
"type": "string",
15231558
"pattern": "^EPOCH|yyyy-MM-dd-HH-mm-ss|yyyyMMddHHmmss$"
@@ -1537,6 +1572,42 @@
15371572
"min": 1,
15381573
"pattern": "\\p{ASCII}{1,256}"
15391574
},
1575+
"InferenceEventSummaries": {
1576+
"type": "list",
1577+
"member": {
1578+
"shape": "InferenceEventSummary"
1579+
}
1580+
},
1581+
"InferenceEventSummary": {
1582+
"type": "structure",
1583+
"members": {
1584+
"InferenceSchedulerArn": {
1585+
"shape": "InferenceSchedulerArn",
1586+
"documentation": "<p> The Amazon Resource Name (ARN) of the inference scheduler being used for the inference event. </p>"
1587+
},
1588+
"InferenceSchedulerName": {
1589+
"shape": "InferenceSchedulerName",
1590+
"documentation": "<p>The name of the inference scheduler being used for the inference events. </p>"
1591+
},
1592+
"EventStartTime": {
1593+
"shape": "Timestamp",
1594+
"documentation": "<p>Indicates the starting time of an inference event. </p>"
1595+
},
1596+
"EventEndTime": {
1597+
"shape": "Timestamp",
1598+
"documentation": "<p>Indicates the ending time of an inference event. </p>"
1599+
},
1600+
"Diagnostics": {
1601+
"shape": "ModelMetrics",
1602+
"documentation": "<p> An array which specifies the names and values of all sensors contributing to an inference event.</p>"
1603+
},
1604+
"EventDurationInSeconds": {
1605+
"shape": "EventDurationInSeconds",
1606+
"documentation": "<p> Indicates the size of an inference event in seconds. </p>"
1607+
}
1608+
},
1609+
"documentation": "<p>Contains information about the specific inference event, including start and end time, diagnostics information, event duration and so on.</p>"
1610+
},
15401611
"InferenceExecutionStatus": {
15411612
"type": "string",
15421613
"enum": [
@@ -1994,6 +2065,49 @@
19942065
}
19952066
}
19962067
},
2068+
"ListInferenceEventsRequest": {
2069+
"type": "structure",
2070+
"required": [
2071+
"InferenceSchedulerName",
2072+
"IntervalStartTime",
2073+
"IntervalEndTime"
2074+
],
2075+
"members": {
2076+
"NextToken": {
2077+
"shape": "NextToken",
2078+
"documentation": "<p>An opaque pagination token indicating where to continue the listing of inference events.</p>"
2079+
},
2080+
"MaxResults": {
2081+
"shape": "MaxResults",
2082+
"documentation": "<p>Specifies the maximum number of inference events to list. </p>"
2083+
},
2084+
"InferenceSchedulerName": {
2085+
"shape": "InferenceSchedulerIdentifier",
2086+
"documentation": "<p>The name of the inference scheduler for the inference events listed. </p>"
2087+
},
2088+
"IntervalStartTime": {
2089+
"shape": "Timestamp",
2090+
"documentation": "<p> Lookout for Equipment will return all the inference events with start time equal to or greater than the start time given.</p>"
2091+
},
2092+
"IntervalEndTime": {
2093+
"shape": "Timestamp",
2094+
"documentation": "<p>Lookout for Equipment will return all the inference events with end time equal to or less than the end time given.</p>"
2095+
}
2096+
}
2097+
},
2098+
"ListInferenceEventsResponse": {
2099+
"type": "structure",
2100+
"members": {
2101+
"NextToken": {
2102+
"shape": "NextToken",
2103+
"documentation": "<p>An opaque pagination token indicating where to continue the listing of inference executions. </p>"
2104+
},
2105+
"InferenceEventSummaries": {
2106+
"shape": "InferenceEventSummaries",
2107+
"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>"
2108+
}
2109+
}
2110+
},
19972111
"ListInferenceExecutionsRequest": {
19982112
"type": "structure",
19992113
"required": [
@@ -2361,7 +2475,7 @@
23612475
"type": "string",
23622476
"max": 1024,
23632477
"min": 0,
2364-
"pattern": "(^$)|([\\P{M}\\p{M}]{1,1023}/$)"
2478+
"pattern": "(^$)|([\\u0009\\u000A\\u000D\\u0020-\\u00FF]{1,1023}/$)"
23652479
},
23662480
"SensorName": {
23672481
"type": "string",

apis/lookoutequipment-2020-12-15.paginators.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"output_token": "NextToken",
1111
"limit_key": "MaxResults"
1212
},
13+
"ListInferenceEvents": {
14+
"input_token": "NextToken",
15+
"output_token": "NextToken",
16+
"limit_key": "MaxResults"
17+
},
1318
"ListInferenceExecutions": {
1419
"input_token": "NextToken",
1520
"output_token": "NextToken",

apis/mediaconvert-2017-08-29.normal.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4098,10 +4098,10 @@
40984098
"Profile": {
40994099
"shape": "DolbyVisionProfile",
41004100
"locationName": "profile",
4101-
"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."
4101+
"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."
41024102
}
41034103
},
4104-
"documentation": "With AWS Elemental MediaConvert, you can create profile 5 or 8.1 Dolby Vision outputs from MXF and IMF sources."
4104+
"documentation": "Create Dolby Vision Profile 5 or Profile 8.1 compatible video output."
41054105
},
41064106
"DolbyVisionLevel6Metadata": {
41074107
"type": "structure",
@@ -4138,7 +4138,7 @@
41384138
},
41394139
"DolbyVisionProfile": {
41404140
"type": "string",
4141-
"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.",
4141+
"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.",
41424142
"enum": [
41434143
"PROFILE_5",
41444144
"PROFILE_8_1"

0 commit comments

Comments
 (0)