Skip to content

Commit 3e19b08

Browse files
author
awstools
committed
Updates SDK to v2.811.0
1 parent f26c00d commit 3e19b08

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+26090
-1752
lines changed

.changes/2.811.0.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Amp",
5+
"description": "(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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "GreengrassV2",
10+
"description": "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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "IoTAnalytics",
15+
"description": "FileFormatConfiguration enables data store to save data in JSON or Parquet format. S3Paths enables you to specify the S3 objects that save your channel messages when you reprocess the pipeline."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "IoTFleetHub",
20+
"description": "AWS IoT Fleet Hub, a new feature of AWS IoT Device Management that provides a web application for monitoring and managing device fleets connected to AWS IoT at scale."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "IoTWireless",
25+
"description": "AWS IoT for LoRaWAN enables customers to setup a private LoRaWAN network by connecting their LoRaWAN devices and gateways to the AWS cloud without managing a LoRaWAN Network Server."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Iot",
30+
"description": "AWS IoT Rules Engine adds Kafka Action that allows sending data to Apache Kafka clusters inside a VPC. AWS IoT Device Defender adds custom metrics and machine-learning based anomaly detection."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "IotDeviceAdvisor",
35+
"description": "AWS IoT Core Device Advisor is fully managed test capability for IoT devices. Device manufacturers can use Device Advisor to test their IoT devices for reliable and secure connectivity with AWS IoT."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "Lambda",
40+
"description": "Added support for Apache Kafka as a event source. Added support for TumblingWindowInSeconds for streams event source mappings. Added support for FunctionResponseTypes for streams event source mappings"
41+
},
42+
{
43+
"type": "feature",
44+
"category": "SSM",
45+
"description": "Adding support for Change Manager API content"
46+
}
47+
]

CHANGELOG.md

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

5+
## 2.811.0
6+
* 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.
7+
* 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.
8+
* feature: IoTAnalytics: FileFormatConfiguration enables data store to save data in JSON or Parquet format. S3Paths enables you to specify the S3 objects that save your channel messages when you reprocess the pipeline.
9+
* feature: IoTFleetHub: AWS IoT Fleet Hub, a new feature of AWS IoT Device Management that provides a web application for monitoring and managing device fleets connected to AWS IoT at scale.
10+
* feature: IoTWireless: AWS IoT for LoRaWAN enables customers to setup a private LoRaWAN network by connecting their LoRaWAN devices and gateways to the AWS cloud without managing a LoRaWAN Network Server.
11+
* feature: Iot: AWS IoT Rules Engine adds Kafka Action that allows sending data to Apache Kafka clusters inside a VPC. AWS IoT Device Defender adds custom metrics and machine-learning based anomaly detection.
12+
* feature: IotDeviceAdvisor: AWS IoT Core Device Advisor is fully managed test capability for IoT devices. Device manufacturers can use Device Advisor to test their IoT devices for reliable and secure connectivity with AWS IoT.
13+
* feature: Lambda: Added support for Apache Kafka as a event source. Added support for TumblingWindowInSeconds for streams event source mappings. Added support for FunctionResponseTypes for streams event source mappings
14+
* feature: SSM: Adding support for Change Manager API content
15+
516
## 2.810.0
617
* feature: DevOpsGuru: Documentation updates for DevOps Guru.
718
* feature: EC2: Add c5n.metal to ec2 instance types list

README.md

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

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.810.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.811.0.min.js"></script>
2929

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

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

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

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

+211
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,211 @@
1+
{
2+
"version": "2.0",
3+
"metadata": {
4+
"apiVersion": "2020-08-01",
5+
"endpointPrefix": "aps",
6+
"jsonVersion": "1.1",
7+
"protocol": "rest-json",
8+
"serviceFullName": "Amazon Prometheus Service",
9+
"serviceId": "amp",
10+
"signatureVersion": "v4",
11+
"signingName": "aps",
12+
"uid": "amp-2020-08-01"
13+
},
14+
"operations": {
15+
"CreateWorkspace": {
16+
"http": {
17+
"requestUri": "/workspaces",
18+
"responseCode": 202
19+
},
20+
"input": {
21+
"type": "structure",
22+
"members": {
23+
"alias": {},
24+
"clientToken": {
25+
"idempotencyToken": true
26+
}
27+
}
28+
},
29+
"output": {
30+
"type": "structure",
31+
"required": [
32+
"arn",
33+
"status",
34+
"workspaceId"
35+
],
36+
"members": {
37+
"arn": {},
38+
"status": {
39+
"shape": "S6"
40+
},
41+
"workspaceId": {}
42+
}
43+
},
44+
"idempotent": true
45+
},
46+
"DeleteWorkspace": {
47+
"http": {
48+
"method": "DELETE",
49+
"requestUri": "/workspaces/{workspaceId}",
50+
"responseCode": 202
51+
},
52+
"input": {
53+
"type": "structure",
54+
"required": [
55+
"workspaceId"
56+
],
57+
"members": {
58+
"clientToken": {
59+
"idempotencyToken": true,
60+
"location": "querystring",
61+
"locationName": "clientToken"
62+
},
63+
"workspaceId": {
64+
"location": "uri",
65+
"locationName": "workspaceId"
66+
}
67+
}
68+
},
69+
"idempotent": true
70+
},
71+
"DescribeWorkspace": {
72+
"http": {
73+
"method": "GET",
74+
"requestUri": "/workspaces/{workspaceId}",
75+
"responseCode": 200
76+
},
77+
"input": {
78+
"type": "structure",
79+
"required": [
80+
"workspaceId"
81+
],
82+
"members": {
83+
"workspaceId": {
84+
"location": "uri",
85+
"locationName": "workspaceId"
86+
}
87+
}
88+
},
89+
"output": {
90+
"type": "structure",
91+
"required": [
92+
"workspace"
93+
],
94+
"members": {
95+
"workspace": {
96+
"type": "structure",
97+
"required": [
98+
"arn",
99+
"createdAt",
100+
"status",
101+
"workspaceId"
102+
],
103+
"members": {
104+
"alias": {},
105+
"arn": {},
106+
"createdAt": {
107+
"type": "timestamp"
108+
},
109+
"prometheusEndpoint": {},
110+
"status": {
111+
"shape": "S6"
112+
},
113+
"workspaceId": {}
114+
}
115+
}
116+
}
117+
}
118+
},
119+
"ListWorkspaces": {
120+
"http": {
121+
"method": "GET",
122+
"requestUri": "/workspaces",
123+
"responseCode": 200
124+
},
125+
"input": {
126+
"type": "structure",
127+
"members": {
128+
"alias": {
129+
"location": "querystring",
130+
"locationName": "alias"
131+
},
132+
"maxResults": {
133+
"location": "querystring",
134+
"locationName": "maxResults",
135+
"type": "integer"
136+
},
137+
"nextToken": {
138+
"location": "querystring",
139+
"locationName": "nextToken"
140+
}
141+
}
142+
},
143+
"output": {
144+
"type": "structure",
145+
"required": [
146+
"workspaces"
147+
],
148+
"members": {
149+
"nextToken": {},
150+
"workspaces": {
151+
"type": "list",
152+
"member": {
153+
"type": "structure",
154+
"required": [
155+
"arn",
156+
"createdAt",
157+
"status",
158+
"workspaceId"
159+
],
160+
"members": {
161+
"alias": {},
162+
"arn": {},
163+
"createdAt": {
164+
"type": "timestamp"
165+
},
166+
"status": {
167+
"shape": "S6"
168+
},
169+
"workspaceId": {}
170+
}
171+
}
172+
}
173+
}
174+
}
175+
},
176+
"UpdateWorkspaceAlias": {
177+
"http": {
178+
"requestUri": "/workspaces/{workspaceId}/alias",
179+
"responseCode": 204
180+
},
181+
"input": {
182+
"type": "structure",
183+
"required": [
184+
"workspaceId"
185+
],
186+
"members": {
187+
"alias": {},
188+
"clientToken": {
189+
"idempotencyToken": true
190+
},
191+
"workspaceId": {
192+
"location": "uri",
193+
"locationName": "workspaceId"
194+
}
195+
}
196+
},
197+
"idempotent": true
198+
}
199+
},
200+
"shapes": {
201+
"S6": {
202+
"type": "structure",
203+
"required": [
204+
"statusCode"
205+
],
206+
"members": {
207+
"statusCode": {}
208+
}
209+
}
210+
}
211+
}

0 commit comments

Comments
 (0)