Skip to content

Commit

Permalink
Updates SDK to v2.812.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 16, 2020
1 parent c50132f commit 468d15b
Show file tree
Hide file tree
Showing 33 changed files with 12,570 additions and 439 deletions.
22 changes: 22 additions & 0 deletions .changes/2.812.0.json
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CostExplorer",
"description": "This release updates the \"MonitorArnList\" from a list of String to be a list of Arn for both CreateAnomalySubscription and UpdateAnomalySubscription APIs"
},
{
"type": "feature",
"category": "Location",
"description": "Initial release of Amazon Location Service. A new geospatial service providing capabilities to render maps, geocode/reverse geocode, track device locations, and detect geofence entry/exit events."
},
{
"type": "feature",
"category": "QuickSight",
"description": "QuickSight now supports connecting to federated data sources of Athena"
},
{
"type": "feature",
"category": "WellArchitected",
"description": "This is the first release of AWS Well-Architected Tool API support, use to review your workload and compare against the latest AWS architectural best practices."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.811.0-->
<!--LATEST=2.812.0-->
<!--ENTRYINSERT-->

## 2.812.0
* feature: CostExplorer: This release updates the "MonitorArnList" from a list of String to be a list of Arn for both CreateAnomalySubscription and UpdateAnomalySubscription APIs
* feature: Location: Initial release of Amazon Location Service. A new geospatial service providing capabilities to render maps, geocode/reverse geocode, track device locations, and detect geofence entry/exit events.
* feature: QuickSight: QuickSight now supports connecting to federated data sources of Athena
* feature: WellArchitected: This is the first release of AWS Well-Architected Tool API support, use to review your workload and compare against the latest AWS architectural best practices.

## 2.811.0
* feature: Amp: (New Service) Amazon Managed Service for Prometheus is a fully managed Prometheus-compatible monitoring service that makes it easy to monitor containerized applications securely and at scale.
* feature: GreengrassV2: AWS IoT Greengrass V2 is a new major version of AWS IoT Greengrass. This release adds several updates such as modular components, continuous deployments, and improved ease of use.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ version.
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.811.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.812.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
12 changes: 6 additions & 6 deletions apis/amp-2020-08-01.normal.json
Expand Up @@ -45,7 +45,7 @@
"shape": "ServiceQuotaExceededException"
}
],
"documentation": "<p>Creates a new StealFire workspace.</p>",
"documentation": "<p>Creates a new AMP workspace.</p>",
"idempotent": true
},
"DeleteWorkspace": {
Expand Down Expand Up @@ -75,7 +75,7 @@
"shape": "InternalServerException"
}
],
"documentation": "<p>Deletes a StealFire workspace.</p>",
"documentation": "<p>Deletes an AMP workspace.</p>",
"idempotent": true
},
"DescribeWorkspace": {
Expand Down Expand Up @@ -108,7 +108,7 @@
"shape": "InternalServerException"
}
],
"documentation": "<p>Describes an existing StealFire workspace.</p>"
"documentation": "<p>Describes an existing AMP workspace.</p>"
},
"ListWorkspaces": {
"name": "ListWorkspaces",
Expand Down Expand Up @@ -137,7 +137,7 @@
"shape": "InternalServerException"
}
],
"documentation": "<p>Lists all StealFire workspaces, including workspaces being created or deleted.</p>"
"documentation": "<p>Lists all AMP workspaces, including workspaces being created or deleted.</p>"
},
"UpdateWorkspaceAlias": {
"name": "UpdateWorkspaceAlias",
Expand Down Expand Up @@ -172,7 +172,7 @@
"shape": "ServiceQuotaExceededException"
}
],
"documentation": "<p>Updates a StealFire workspace alias.</p>",
"documentation": "<p>Updates an AMP workspace alias.</p>",
"idempotent": true
}
},
Expand Down Expand Up @@ -472,5 +472,5 @@
"documentation": "<p>A list of workspace summaries.</p>"
}
},
"documentation": "<p>StealFire Service</p>"
"documentation": "<p>Amazon Managed Service for Prometheus</p>"
}

0 comments on commit 468d15b

Please sign in to comment.