Skip to content

Commit

Permalink
Updates SDK to v2.1210.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 6, 2022
1 parent 51b8f31 commit 6d450b7
Show file tree
Hide file tree
Showing 14 changed files with 261 additions and 89 deletions.
7 changes: 7 additions & 0 deletions .changes/2.1210.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "SageMaker",
"description": "This release adds HyperParameterTuningJob type in Search API."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1209.0-->
<!--LATEST=2.1210.0-->
<!--ENTRYINSERT-->

## 2.1210.0
* feature: SageMaker: This release adds HyperParameterTuningJob type in Search API.

## 2.1209.0
* 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.
* 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.
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.1209.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1210.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
66 changes: 33 additions & 33 deletions apis/identitystore-2020-06-15.normal.json

Large diffs are not rendered by default.

61 changes: 53 additions & 8 deletions apis/sagemaker-2017-07-24.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -9069,6 +9069,51 @@
"shape": "Srx"
}
}
},
"HyperParameterTuningJob": {
"type": "structure",
"members": {
"HyperParameterTuningJobName": {},
"HyperParameterTuningJobArn": {},
"HyperParameterTuningJobConfig": {
"shape": "Sc3"
},
"TrainingJobDefinition": {
"shape": "Sck"
},
"TrainingJobDefinitions": {
"shape": "Scx"
},
"HyperParameterTuningJobStatus": {},
"CreationTime": {
"type": "timestamp"
},
"HyperParameterTuningEndTime": {
"type": "timestamp"
},
"LastModifiedTime": {
"type": "timestamp"
},
"TrainingJobStatusCounters": {
"shape": "Ssd"
},
"ObjectiveStatusCounters": {
"shape": "Ssf"
},
"BestTrainingJob": {
"shape": "Ssh"
},
"OverallBestTrainingJob": {
"shape": "Ssh"
},
"WarmStartConfig": {
"shape": "Scy"
},
"FailureReason": {},
"Tags": {
"shape": "S7"
}
}
}
}
}
Expand Down Expand Up @@ -9354,7 +9399,7 @@
"shape": "S1o"
},
"PropertiesToRemove": {
"shape": "S18q"
"shape": "S18r"
}
}
},
Expand Down Expand Up @@ -9398,7 +9443,7 @@
"shape": "S1o"
},
"PropertiesToRemove": {
"shape": "S18q"
"shape": "S18r"
}
}
},
Expand Down Expand Up @@ -9448,7 +9493,7 @@
"shape": "S1o"
},
"PropertiesToRemove": {
"shape": "S18q"
"shape": "S18r"
}
}
},
Expand Down Expand Up @@ -9988,19 +10033,19 @@
"shape": "Sl8"
},
"ParametersToRemove": {
"shape": "S1aj"
"shape": "S1ak"
},
"InputArtifacts": {
"shape": "Slc"
},
"InputArtifactsToRemove": {
"shape": "S1aj"
"shape": "S1ak"
},
"OutputArtifacts": {
"shape": "Slc"
},
"OutputArtifactsToRemove": {
"shape": "S1aj"
"shape": "S1ak"
}
}
},
Expand Down Expand Up @@ -14027,11 +14072,11 @@
}
}
},
"S18q": {
"S18r": {
"type": "list",
"member": {}
},
"S1aj": {
"S1ak": {
"type": "list",
"member": {}
}
Expand Down
70 changes: 69 additions & 1 deletion apis/sagemaker-2017-07-24.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -17303,6 +17303,69 @@
"shape": "HyperParameterTuningJobObjective"
}
},
"HyperParameterTuningJobSearchEntity": {
"type": "structure",
"members": {
"HyperParameterTuningJobName": {
"shape": "HyperParameterTuningJobName",
"documentation": "<p>The name of a hyperparameter tuning job.</p>"
},
"HyperParameterTuningJobArn": {
"shape": "HyperParameterTuningJobArn",
"documentation": "<p>The Amazon Resource Name (ARN) of a hyperparameter tuning job.</p>"
},
"HyperParameterTuningJobConfig": {
"shape": "HyperParameterTuningJobConfig"
},
"TrainingJobDefinition": {
"shape": "HyperParameterTrainingJobDefinition"
},
"TrainingJobDefinitions": {
"shape": "HyperParameterTrainingJobDefinitions",
"documentation": "<p>The job definitions included in a hyperparameter tuning job.</p>"
},
"HyperParameterTuningJobStatus": {
"shape": "HyperParameterTuningJobStatus",
"documentation": "<p>The status of a hyperparameter tuning job.</p>"
},
"CreationTime": {
"shape": "Timestamp",
"documentation": "<p>The time that a hyperparameter tuning job was created.</p>"
},
"HyperParameterTuningEndTime": {
"shape": "Timestamp",
"documentation": "<p>The time that a hyperparameter tuning job ended.</p>"
},
"LastModifiedTime": {
"shape": "Timestamp",
"documentation": "<p>The time that a hyperparameter tuning job was last modified.</p>"
},
"TrainingJobStatusCounters": {
"shape": "TrainingJobStatusCounters"
},
"ObjectiveStatusCounters": {
"shape": "ObjectiveStatusCounters"
},
"BestTrainingJob": {
"shape": "HyperParameterTrainingJobSummary"
},
"OverallBestTrainingJob": {
"shape": "HyperParameterTrainingJobSummary"
},
"WarmStartConfig": {
"shape": "HyperParameterTuningJobWarmStartConfig"
},
"FailureReason": {
"shape": "FailureReason",
"documentation": "<p>The error that was created when a hyperparameter tuning job failed.</p>"
},
"Tags": {
"shape": "TagList",
"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>"
}
},
"documentation": "<p>An entity having characteristics over which a user can search for a hyperparameter tuning job.</p>"
},
"HyperParameterTuningJobSortByOptions": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -26993,7 +27056,8 @@
"PipelineExecution",
"FeatureGroup",
"Project",
"FeatureMetadata"
"FeatureMetadata",
"HyperParameterTuningJob"
]
},
"ResponseMIMEType": {
Expand Down Expand Up @@ -27293,6 +27357,10 @@
"FeatureMetadata": {
"shape": "FeatureMetadata",
"documentation": "<p>The feature metadata used to search through the features.</p>"
},
"HyperParameterTuningJob": {
"shape": "HyperParameterTuningJobSearchEntity",
"documentation": "<p>The properties of a hyperparameter tuning job.</p>"
}
},
"documentation": "<p>A single resource returned as part of the <a>Search</a> API response.</p>"
Expand Down
Loading

0 comments on commit 6d450b7

Please sign in to comment.