Skip to content

Commit 7f23d83

Browse files
author
awstools
committed
Updates SDK to v2.1162.0
1 parent 121de49 commit 7f23d83

15 files changed

+425
-117
lines changed

.changes/2.1162.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "redshiftserverless",
5+
"description": "remove redshiftserverless client"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Glue",
10+
"description": "This release enables the new ListCrawls API for viewing the AWS Glue Crawler run history."
11+
}
12+
]

.changes/next-release/bugfix-redshiftserverless-f5891d10.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1161.0-->
2+
<!--LATEST=2.1162.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1162.0
6+
* bugfix: redshiftserverless: remove redshiftserverless client
7+
* feature: Glue: This release enables the new ListCrawls API for viewing the AWS Glue Crawler run history.
8+
59
## 2.1161.0
610
* feature: LookoutEquipment: This release adds visualizations to the scheduled inference results. Users will be able to see interference results, including diagnostic results from their running inference schedulers.
711
* feature: Mgn: New and modified APIs for the Post-Migration Framework

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1161.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1162.0.min.js"></script>
3333

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

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

Lines changed: 69 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3543,6 +3543,62 @@
35433543
}
35443544
}
35453545
},
3546+
"ListCrawls": {
3547+
"input": {
3548+
"type": "structure",
3549+
"required": [
3550+
"CrawlerName"
3551+
],
3552+
"members": {
3553+
"CrawlerName": {},
3554+
"MaxResults": {
3555+
"type": "integer"
3556+
},
3557+
"Filters": {
3558+
"type": "list",
3559+
"member": {
3560+
"type": "structure",
3561+
"members": {
3562+
"FieldName": {},
3563+
"FilterOperator": {},
3564+
"FieldValue": {}
3565+
}
3566+
}
3567+
},
3568+
"NextToken": {}
3569+
}
3570+
},
3571+
"output": {
3572+
"type": "structure",
3573+
"members": {
3574+
"Crawls": {
3575+
"type": "list",
3576+
"member": {
3577+
"type": "structure",
3578+
"members": {
3579+
"CrawlId": {},
3580+
"State": {},
3581+
"StartTime": {
3582+
"type": "timestamp"
3583+
},
3584+
"EndTime": {
3585+
"type": "timestamp"
3586+
},
3587+
"Summary": {},
3588+
"ErrorMessage": {},
3589+
"LogGroup": {},
3590+
"LogStream": {},
3591+
"MessagePrefix": {},
3592+
"DPUHour": {
3593+
"type": "double"
3594+
}
3595+
}
3596+
}
3597+
},
3598+
"NextToken": {}
3599+
}
3600+
}
3601+
},
35463602
"ListCustomEntityTypes": {
35473603
"input": {
35483604
"type": "structure",
@@ -3901,7 +3957,7 @@
39013957
},
39023958
"SchemaVersionId": {},
39033959
"MetadataKeyValue": {
3904-
"shape": "So1"
3960+
"shape": "Sob"
39053961
}
39063962
}
39073963
},
@@ -3958,7 +4014,7 @@
39584014
"MetadataList": {
39594015
"type": "list",
39604016
"member": {
3961-
"shape": "So1"
4017+
"shape": "Sob"
39624018
}
39634019
},
39644020
"MaxResults": {
@@ -4036,7 +4092,7 @@
40364092
},
40374093
"SchemaVersionId": {},
40384094
"MetadataKeyValue": {
4039-
"shape": "So1"
4095+
"shape": "Sob"
40404096
}
40414097
}
40424098
},
@@ -4090,7 +4146,7 @@
40904146
"Name": {},
40914147
"RunId": {},
40924148
"NodeIds": {
4093-
"shape": "Som"
4149+
"shape": "Sow"
40944150
}
40954151
}
40964152
},
@@ -4099,7 +4155,7 @@
40994155
"members": {
41004156
"RunId": {},
41014157
"NodeIds": {
4102-
"shape": "Som"
4158+
"shape": "Sow"
41034159
}
41044160
}
41054161
}
@@ -4597,15 +4653,15 @@
45974653
"shape": "S6"
45984654
},
45994655
"ColumnStatisticsList": {
4600-
"shape": "Sq7"
4656+
"shape": "Sqh"
46014657
}
46024658
}
46034659
},
46044660
"output": {
46054661
"type": "structure",
46064662
"members": {
46074663
"Errors": {
4608-
"shape": "Sq9"
4664+
"shape": "Sqj"
46094665
}
46104666
}
46114667
}
@@ -4623,15 +4679,15 @@
46234679
"DatabaseName": {},
46244680
"TableName": {},
46254681
"ColumnStatisticsList": {
4626-
"shape": "Sq7"
4682+
"shape": "Sqh"
46274683
}
46284684
}
46294685
},
46304686
"output": {
46314687
"type": "structure",
46324688
"members": {
46334689
"Errors": {
4634-
"shape": "Sq9"
4690+
"shape": "Sqj"
46354691
}
46364692
}
46374693
}
@@ -8519,24 +8575,24 @@
85198575
"CatalogId": {}
85208576
}
85218577
},
8522-
"So1": {
8578+
"Sob": {
85238579
"type": "structure",
85248580
"members": {
85258581
"MetadataKey": {},
85268582
"MetadataValue": {}
85278583
}
85288584
},
8529-
"Som": {
8585+
"Sow": {
85308586
"type": "list",
85318587
"member": {}
85328588
},
8533-
"Sq7": {
8589+
"Sqh": {
85348590
"type": "list",
85358591
"member": {
85368592
"shape": "Sgc"
85378593
}
85388594
},
8539-
"Sq9": {
8595+
"Sqj": {
85408596
"type": "list",
85418597
"member": {
85428598
"type": "structure",

0 commit comments

Comments
 (0)