Skip to content

Commit 9aa637d

Browse files
author
awstools
committed
Updates SDK to v2.1603.0
1 parent 3b67b1b commit 9aa637d

19 files changed

+895
-132
lines changed

.changes/2.1603.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Glue",
5+
"description": "Adding RowFilter in the response for GetUnfilteredTableMetadata API"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "InternetMonitor",
10+
"description": "This update introduces the GetInternetEvent and ListInternetEvents APIs, which provide access to internet events displayed on the Amazon CloudWatch Internet Weather Map."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Personalize",
15+
"description": "This releases auto training capability while creating a solution and automatically syncing latest solution versions when creating/updating a campaign"
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.1603.0
6+
* feature: Glue: Adding RowFilter in the response for GetUnfilteredTableMetadata API
7+
* feature: InternetMonitor: This update introduces the GetInternetEvent and ListInternetEvents APIs, which provide access to internet events displayed on the Amazon CloudWatch Internet Weather Map.
8+
* feature: Personalize: This releases auto training capability while creating a solution and automatically syncing latest solution versions when creating/updating a campaign
9+
510
## 2.1602.0
611
* feature: Drs: Outpost ARN added to Source Server and Recovery Instance
712
* feature: EMRServerless: This release adds the capability to publish detailed Spark engine metrics to Amazon Managed Service for Prometheus (AMP) for enhanced monitoring for Spark jobs.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1602.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1603.0.min.js"></script>
6868

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

apis/glue-2017-03-31.min.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3879,7 +3879,8 @@
38793879
},
38803880
"Permissions": {
38813881
"shape": "Seg"
3882-
}
3882+
},
3883+
"RowFilter": {}
38833884
}
38843885
}
38853886
},

apis/glue-2017-03-31.normal.json

+4
Original file line numberDiff line numberDiff line change
@@ -16060,6 +16060,10 @@
1606016060
"Permissions": {
1606116061
"shape": "PermissionList",
1606216062
"documentation": "<p>The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.</p>"
16063+
},
16064+
"RowFilter": {
16065+
"shape": "PredicateString",
16066+
"documentation": "<p>The filter that applies to the table. For example when applying the filter in SQL, it would go in the <code>WHERE</code> clause and can be evaluated by using an <code>AND</code> operator with any other predicates applied by the user querying the table.</p>"
1606316067
}
1606416068
}
1606516069
},

apis/internetmonitor-2021-06-03.min.json

+149
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,51 @@
151151
}
152152
}
153153
},
154+
"GetInternetEvent": {
155+
"http": {
156+
"method": "GET",
157+
"requestUri": "/v20210603/InternetEvents/{EventId}",
158+
"responseCode": 200
159+
},
160+
"input": {
161+
"type": "structure",
162+
"required": [
163+
"EventId"
164+
],
165+
"members": {
166+
"EventId": {
167+
"location": "uri",
168+
"locationName": "EventId"
169+
}
170+
}
171+
},
172+
"output": {
173+
"type": "structure",
174+
"required": [
175+
"EventId",
176+
"EventArn",
177+
"StartedAt",
178+
"ClientLocation",
179+
"EventType",
180+
"EventStatus"
181+
],
182+
"members": {
183+
"EventId": {},
184+
"EventArn": {},
185+
"StartedAt": {
186+
"shape": "Ss"
187+
},
188+
"EndedAt": {
189+
"shape": "Ss"
190+
},
191+
"ClientLocation": {
192+
"shape": "S1b"
193+
},
194+
"EventType": {},
195+
"EventStatus": {}
196+
}
197+
}
198+
},
154199
"GetMonitor": {
155200
"http": {
156201
"method": "GET",
@@ -406,6 +451,83 @@
406451
}
407452
}
408453
},
454+
"ListInternetEvents": {
455+
"http": {
456+
"method": "GET",
457+
"requestUri": "/v20210603/InternetEvents",
458+
"responseCode": 200
459+
},
460+
"input": {
461+
"type": "structure",
462+
"members": {
463+
"NextToken": {
464+
"location": "querystring",
465+
"locationName": "NextToken"
466+
},
467+
"MaxResults": {
468+
"location": "querystring",
469+
"locationName": "InternetEventMaxResults",
470+
"type": "integer"
471+
},
472+
"StartTime": {
473+
"shape": "Ss",
474+
"location": "querystring",
475+
"locationName": "StartTime"
476+
},
477+
"EndTime": {
478+
"shape": "Ss",
479+
"location": "querystring",
480+
"locationName": "EndTime"
481+
},
482+
"EventStatus": {
483+
"location": "querystring",
484+
"locationName": "EventStatus"
485+
},
486+
"EventType": {
487+
"location": "querystring",
488+
"locationName": "EventType"
489+
}
490+
}
491+
},
492+
"output": {
493+
"type": "structure",
494+
"required": [
495+
"InternetEvents"
496+
],
497+
"members": {
498+
"InternetEvents": {
499+
"type": "list",
500+
"member": {
501+
"type": "structure",
502+
"required": [
503+
"EventId",
504+
"EventArn",
505+
"StartedAt",
506+
"ClientLocation",
507+
"EventType",
508+
"EventStatus"
509+
],
510+
"members": {
511+
"EventId": {},
512+
"EventArn": {},
513+
"StartedAt": {
514+
"shape": "Ss"
515+
},
516+
"EndedAt": {
517+
"shape": "Ss"
518+
},
519+
"ClientLocation": {
520+
"shape": "S1b"
521+
},
522+
"EventType": {},
523+
"EventStatus": {}
524+
}
525+
}
526+
},
527+
"NextToken": {}
528+
}
529+
}
530+
},
409531
"ListMonitors": {
410532
"http": {
411533
"method": "GET",
@@ -852,6 +974,33 @@
852974
}
853975
}
854976
}
977+
},
978+
"S1b": {
979+
"type": "structure",
980+
"required": [
981+
"ASName",
982+
"ASNumber",
983+
"Country",
984+
"City",
985+
"Latitude",
986+
"Longitude"
987+
],
988+
"members": {
989+
"ASName": {},
990+
"ASNumber": {
991+
"type": "long"
992+
},
993+
"Country": {},
994+
"Subdivision": {},
995+
"Metro": {},
996+
"City": {},
997+
"Latitude": {
998+
"type": "double"
999+
},
1000+
"Longitude": {
1001+
"type": "double"
1002+
}
1003+
}
8551004
}
8561005
}
8571006
}

0 commit comments

Comments
 (0)