Skip to content

Commit 468d15b

Browse files
author
awstools
committed
Updates SDK to v2.812.0
1 parent c50132f commit 468d15b

33 files changed

+12570
-439
lines changed

.changes/2.812.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CostExplorer",
5+
"description": "This release updates the \"MonitorArnList\" from a list of String to be a list of Arn for both CreateAnomalySubscription and UpdateAnomalySubscription APIs"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Location",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "QuickSight",
15+
"description": "QuickSight now supports connecting to federated data sources of Athena"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "WellArchitected",
20+
"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."
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.811.0-->
2+
<!--LATEST=2.812.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.812.0
6+
* feature: CostExplorer: This release updates the "MonitorArnList" from a list of String to be a list of Arn for both CreateAnomalySubscription and UpdateAnomalySubscription APIs
7+
* 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.
8+
* feature: QuickSight: QuickSight now supports connecting to federated data sources of Athena
9+
* 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.
10+
511
## 2.811.0
612
* 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.
713
* 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.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ version.
2424
To use the SDK in the browser, simply add the following script tag to your
2525
HTML pages:
2626

27-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.811.0.min.js"></script>
27+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.812.0.min.js"></script>
2828

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

apis/amp-2020-08-01.normal.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"shape": "ServiceQuotaExceededException"
4646
}
4747
],
48-
"documentation": "<p>Creates a new StealFire workspace.</p>",
48+
"documentation": "<p>Creates a new AMP workspace.</p>",
4949
"idempotent": true
5050
},
5151
"DeleteWorkspace": {
@@ -75,7 +75,7 @@
7575
"shape": "InternalServerException"
7676
}
7777
],
78-
"documentation": "<p>Deletes a StealFire workspace.</p>",
78+
"documentation": "<p>Deletes an AMP workspace.</p>",
7979
"idempotent": true
8080
},
8181
"DescribeWorkspace": {
@@ -108,7 +108,7 @@
108108
"shape": "InternalServerException"
109109
}
110110
],
111-
"documentation": "<p>Describes an existing StealFire workspace.</p>"
111+
"documentation": "<p>Describes an existing AMP workspace.</p>"
112112
},
113113
"ListWorkspaces": {
114114
"name": "ListWorkspaces",
@@ -137,7 +137,7 @@
137137
"shape": "InternalServerException"
138138
}
139139
],
140-
"documentation": "<p>Lists all StealFire workspaces, including workspaces being created or deleted.</p>"
140+
"documentation": "<p>Lists all AMP workspaces, including workspaces being created or deleted.</p>"
141141
},
142142
"UpdateWorkspaceAlias": {
143143
"name": "UpdateWorkspaceAlias",
@@ -172,7 +172,7 @@
172172
"shape": "ServiceQuotaExceededException"
173173
}
174174
],
175-
"documentation": "<p>Updates a StealFire workspace alias.</p>",
175+
"documentation": "<p>Updates an AMP workspace alias.</p>",
176176
"idempotent": true
177177
}
178178
},
@@ -472,5 +472,5 @@
472472
"documentation": "<p>A list of workspace summaries.</p>"
473473
}
474474
},
475-
"documentation": "<p>StealFire Service</p>"
475+
"documentation": "<p>Amazon Managed Service for Prometheus</p>"
476476
}

0 commit comments

Comments
 (0)