Skip to content

Commit

Permalink
Updates SDK to v2.1177.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 18, 2022
1 parent 8ded2e4 commit 120ae94
Show file tree
Hide file tree
Showing 32 changed files with 3,603 additions and 975 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1177.0.json
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Discovery",
"description": "Add AWS Agentless Collector details to the GetDiscoverySummary API response"
},
{
"type": "feature",
"category": "ElastiCache",
"description": "Adding AutoMinorVersionUpgrade in the DescribeReplicationGroups API"
},
{
"type": "feature",
"category": "KMS",
"description": "Added support for the SM2 KeySpec in China Partition Regions"
},
{
"type": "feature",
"category": "MediaPackage",
"description": "This release adds \"IncludeIframeOnlyStream\" for Dash endpoints and increases the number of supported video and audio encryption presets for Speke v2"
},
{
"type": "feature",
"category": "SSOAdmin",
"description": "AWS SSO now supports attaching customer managed policies and a permissions boundary to your permission sets. This release adds new API operations to manage and view the customer managed policies and the permissions boundary for a given permission set."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker Edge Manager provides lightweight model deployment feature to deploy machine learning models on requested devices."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1176.0-->
<!--LATEST=2.1177.0-->
<!--ENTRYINSERT-->

## 2.1177.0
* feature: Discovery: Add AWS Agentless Collector details to the GetDiscoverySummary API response
* feature: ElastiCache: Adding AutoMinorVersionUpgrade in the DescribeReplicationGroups API
* feature: KMS: Added support for the SM2 KeySpec in China Partition Regions
* feature: MediaPackage: This release adds "IncludeIframeOnlyStream" for Dash endpoints and increases the number of supported video and audio encryption presets for Speke v2
* feature: SSOAdmin: AWS SSO now supports attaching customer managed policies and a permissions boundary to your permission sets. This release adds new API operations to manage and view the customer managed policies and the permissions boundary for a given permission set.
* feature: SageMaker: Amazon SageMaker Edge Manager provides lightweight model deployment feature to deploy machine learning models on requested devices.

## 2.1176.0
* feature: Drs: Changed existing APIs to allow choosing a dynamic volume type for replicating volumes, to reduce costs for customers.
* feature: Evidently: This release adds support for the new segmentation feature.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.1176.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1177.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
41 changes: 38 additions & 3 deletions apis/discovery-2015-11-01.min.json
Expand Up @@ -543,6 +543,41 @@
"type": "integer"
}
}
},
"agentlessCollectorSummary": {
"type": "structure",
"required": [
"activeAgentlessCollectors",
"healthyAgentlessCollectors",
"denyListedAgentlessCollectors",
"shutdownAgentlessCollectors",
"unhealthyAgentlessCollectors",
"totalAgentlessCollectors",
"unknownAgentlessCollectors"
],
"members": {
"activeAgentlessCollectors": {
"type": "integer"
},
"healthyAgentlessCollectors": {
"type": "integer"
},
"denyListedAgentlessCollectors": {
"type": "integer"
},
"shutdownAgentlessCollectors": {
"type": "integer"
},
"unhealthyAgentlessCollectors": {
"type": "integer"
},
"totalAgentlessCollectors": {
"type": "integer"
},
"unknownAgentlessCollectors": {
"type": "integer"
}
}
}
}
}
Expand Down Expand Up @@ -683,7 +718,7 @@
"type": "structure",
"members": {
"agentsConfigurationStatus": {
"shape": "S3j"
"shape": "S3k"
}
}
}
Expand Down Expand Up @@ -776,7 +811,7 @@
"type": "structure",
"members": {
"agentsConfigurationStatus": {
"shape": "S3j"
"shape": "S3k"
}
}
}
Expand Down Expand Up @@ -933,7 +968,7 @@
"errorsAndFailedEntriesZip": {}
}
},
"S3j": {
"S3k": {
"type": "list",
"member": {
"type": "structure",
Expand Down
40 changes: 39 additions & 1 deletion apis/discovery-2015-11-01.normal.json
Expand Up @@ -1296,6 +1296,41 @@
},
"documentation": "<p>Inventory data for installed discovery agents.</p>"
},
"CustomerAgentlessCollectorInfo": {
"type": "structure",
"required": [
"activeAgentlessCollectors",
"healthyAgentlessCollectors",
"denyListedAgentlessCollectors",
"shutdownAgentlessCollectors",
"unhealthyAgentlessCollectors",
"totalAgentlessCollectors",
"unknownAgentlessCollectors"
],
"members": {
"activeAgentlessCollectors": {
"shape": "Integer"
},
"healthyAgentlessCollectors": {
"shape": "Integer"
},
"denyListedAgentlessCollectors": {
"shape": "Integer"
},
"shutdownAgentlessCollectors": {
"shape": "Integer"
},
"unhealthyAgentlessCollectors": {
"shape": "Integer"
},
"totalAgentlessCollectors": {
"shape": "Integer"
},
"unknownAgentlessCollectors": {
"shape": "Integer"
}
}
},
"CustomerConnectorInfo": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -1892,6 +1927,9 @@
"meCollectorSummary": {
"shape": "CustomerMeCollectorInfo",
"documentation": "<p> Details about Migration Evaluator collectors, including collector status and health. </p>"
},
"agentlessCollectorSummary": {
"shape": "CustomerAgentlessCollectorInfo"
}
}
},
Expand Down Expand Up @@ -2025,7 +2063,7 @@
"type": "string",
"max": 4000,
"min": 1,
"pattern": "\\S+:\\/\\/\\S+\\/[\\s\\S]*\\S[\\s\\S]*"
"pattern": "\\S+://\\S+/[\\s\\S]*\\S[\\s\\S]*"
},
"Integer": {
"type": "integer"
Expand Down

0 comments on commit 120ae94

Please sign in to comment.