Skip to content

Commit 6d450b7

Browse files
author
awstools
committed
Updates SDK to v2.1210.0
1 parent 51b8f31 commit 6d450b7

14 files changed

+261
-89
lines changed

.changes/2.1210.0.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "SageMaker",
5+
"description": "This release adds HyperParameterTuningJob type in Search API."
6+
}
7+
]

CHANGELOG.md

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

5+
## 2.1210.0
6+
* feature: SageMaker: This release adds HyperParameterTuningJob type in Search API.
7+
58
## 2.1209.0
69
* feature: CognitoIdentityServiceProvider: This release adds a new "AuthSessionValidity" field to the UserPoolClient in Cognito. Application admins can configure this value for their users' authentication duration, which is currently fixed at 3 minutes, up to 15 minutes. Setting this field will also apply to the SMS MFA authentication flow.
710
* feature: Connect: This release adds search APIs for Routing Profiles and Queues, which can be used to search for those resources within a Connect Instance.

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.1209.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1210.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/identitystore-2020-06-15.normal.json

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.

apis/sagemaker-2017-07-24.min.json

Lines changed: 53 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9069,6 +9069,51 @@
90699069
"shape": "Srx"
90709070
}
90719071
}
9072+
},
9073+
"HyperParameterTuningJob": {
9074+
"type": "structure",
9075+
"members": {
9076+
"HyperParameterTuningJobName": {},
9077+
"HyperParameterTuningJobArn": {},
9078+
"HyperParameterTuningJobConfig": {
9079+
"shape": "Sc3"
9080+
},
9081+
"TrainingJobDefinition": {
9082+
"shape": "Sck"
9083+
},
9084+
"TrainingJobDefinitions": {
9085+
"shape": "Scx"
9086+
},
9087+
"HyperParameterTuningJobStatus": {},
9088+
"CreationTime": {
9089+
"type": "timestamp"
9090+
},
9091+
"HyperParameterTuningEndTime": {
9092+
"type": "timestamp"
9093+
},
9094+
"LastModifiedTime": {
9095+
"type": "timestamp"
9096+
},
9097+
"TrainingJobStatusCounters": {
9098+
"shape": "Ssd"
9099+
},
9100+
"ObjectiveStatusCounters": {
9101+
"shape": "Ssf"
9102+
},
9103+
"BestTrainingJob": {
9104+
"shape": "Ssh"
9105+
},
9106+
"OverallBestTrainingJob": {
9107+
"shape": "Ssh"
9108+
},
9109+
"WarmStartConfig": {
9110+
"shape": "Scy"
9111+
},
9112+
"FailureReason": {},
9113+
"Tags": {
9114+
"shape": "S7"
9115+
}
9116+
}
90729117
}
90739118
}
90749119
}
@@ -9354,7 +9399,7 @@
93549399
"shape": "S1o"
93559400
},
93569401
"PropertiesToRemove": {
9357-
"shape": "S18q"
9402+
"shape": "S18r"
93589403
}
93599404
}
93609405
},
@@ -9398,7 +9443,7 @@
93989443
"shape": "S1o"
93999444
},
94009445
"PropertiesToRemove": {
9401-
"shape": "S18q"
9446+
"shape": "S18r"
94029447
}
94039448
}
94049449
},
@@ -9448,7 +9493,7 @@
94489493
"shape": "S1o"
94499494
},
94509495
"PropertiesToRemove": {
9451-
"shape": "S18q"
9496+
"shape": "S18r"
94529497
}
94539498
}
94549499
},
@@ -9988,19 +10033,19 @@
998810033
"shape": "Sl8"
998910034
},
999010035
"ParametersToRemove": {
9991-
"shape": "S1aj"
10036+
"shape": "S1ak"
999210037
},
999310038
"InputArtifacts": {
999410039
"shape": "Slc"
999510040
},
999610041
"InputArtifactsToRemove": {
9997-
"shape": "S1aj"
10042+
"shape": "S1ak"
999810043
},
999910044
"OutputArtifacts": {
1000010045
"shape": "Slc"
1000110046
},
1000210047
"OutputArtifactsToRemove": {
10003-
"shape": "S1aj"
10048+
"shape": "S1ak"
1000410049
}
1000510050
}
1000610051
},
@@ -14027,11 +14072,11 @@
1402714072
}
1402814073
}
1402914074
},
14030-
"S18q": {
14075+
"S18r": {
1403114076
"type": "list",
1403214077
"member": {}
1403314078
},
14034-
"S1aj": {
14079+
"S1ak": {
1403514080
"type": "list",
1403614081
"member": {}
1403714082
}

apis/sagemaker-2017-07-24.normal.json

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17303,6 +17303,69 @@
1730317303
"shape": "HyperParameterTuningJobObjective"
1730417304
}
1730517305
},
17306+
"HyperParameterTuningJobSearchEntity": {
17307+
"type": "structure",
17308+
"members": {
17309+
"HyperParameterTuningJobName": {
17310+
"shape": "HyperParameterTuningJobName",
17311+
"documentation": "<p>The name of a hyperparameter tuning job.</p>"
17312+
},
17313+
"HyperParameterTuningJobArn": {
17314+
"shape": "HyperParameterTuningJobArn",
17315+
"documentation": "<p>The Amazon Resource Name (ARN) of a hyperparameter tuning job.</p>"
17316+
},
17317+
"HyperParameterTuningJobConfig": {
17318+
"shape": "HyperParameterTuningJobConfig"
17319+
},
17320+
"TrainingJobDefinition": {
17321+
"shape": "HyperParameterTrainingJobDefinition"
17322+
},
17323+
"TrainingJobDefinitions": {
17324+
"shape": "HyperParameterTrainingJobDefinitions",
17325+
"documentation": "<p>The job definitions included in a hyperparameter tuning job.</p>"
17326+
},
17327+
"HyperParameterTuningJobStatus": {
17328+
"shape": "HyperParameterTuningJobStatus",
17329+
"documentation": "<p>The status of a hyperparameter tuning job.</p>"
17330+
},
17331+
"CreationTime": {
17332+
"shape": "Timestamp",
17333+
"documentation": "<p>The time that a hyperparameter tuning job was created.</p>"
17334+
},
17335+
"HyperParameterTuningEndTime": {
17336+
"shape": "Timestamp",
17337+
"documentation": "<p>The time that a hyperparameter tuning job ended.</p>"
17338+
},
17339+
"LastModifiedTime": {
17340+
"shape": "Timestamp",
17341+
"documentation": "<p>The time that a hyperparameter tuning job was last modified.</p>"
17342+
},
17343+
"TrainingJobStatusCounters": {
17344+
"shape": "TrainingJobStatusCounters"
17345+
},
17346+
"ObjectiveStatusCounters": {
17347+
"shape": "ObjectiveStatusCounters"
17348+
},
17349+
"BestTrainingJob": {
17350+
"shape": "HyperParameterTrainingJobSummary"
17351+
},
17352+
"OverallBestTrainingJob": {
17353+
"shape": "HyperParameterTrainingJobSummary"
17354+
},
17355+
"WarmStartConfig": {
17356+
"shape": "HyperParameterTuningJobWarmStartConfig"
17357+
},
17358+
"FailureReason": {
17359+
"shape": "FailureReason",
17360+
"documentation": "<p>The error that was created when a hyperparameter tuning job failed.</p>"
17361+
},
17362+
"Tags": {
17363+
"shape": "TagList",
17364+
"documentation": "<p>The tags associated with a hyperparameter tuning job. For more information see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services resources</a>.</p>"
17365+
}
17366+
},
17367+
"documentation": "<p>An entity having characteristics over which a user can search for a hyperparameter tuning job.</p>"
17368+
},
1730617369
"HyperParameterTuningJobSortByOptions": {
1730717370
"type": "string",
1730817371
"enum": [
@@ -26993,7 +27056,8 @@
2699327056
"PipelineExecution",
2699427057
"FeatureGroup",
2699527058
"Project",
26996-
"FeatureMetadata"
27059+
"FeatureMetadata",
27060+
"HyperParameterTuningJob"
2699727061
]
2699827062
},
2699927063
"ResponseMIMEType": {
@@ -27293,6 +27357,10 @@
2729327357
"FeatureMetadata": {
2729427358
"shape": "FeatureMetadata",
2729527359
"documentation": "<p>The feature metadata used to search through the features.</p>"
27360+
},
27361+
"HyperParameterTuningJob": {
27362+
"shape": "HyperParameterTuningJobSearchEntity",
27363+
"documentation": "<p>The properties of a hyperparameter tuning job.</p>"
2729627364
}
2729727365
},
2729827366
"documentation": "<p>A single resource returned as part of the <a>Search</a> API response.</p>"

0 commit comments

Comments
 (0)