Skip to content

Commit

Permalink
Updates SDK to v2.1162.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 24, 2022
1 parent 121de49 commit 7f23d83
Show file tree
Hide file tree
Showing 15 changed files with 425 additions and 117 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1162.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "bugfix",
"category": "redshiftserverless",
"description": "remove redshiftserverless client"
},
{
"type": "feature",
"category": "Glue",
"description": "This release enables the new ListCrawls API for viewing the AWS Glue Crawler run history."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-redshiftserverless-f5891d10.json

This file was deleted.

6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1161.0-->
<!--LATEST=2.1162.0-->
<!--ENTRYINSERT-->

## 2.1162.0
* bugfix: redshiftserverless: remove redshiftserverless client
* feature: Glue: This release enables the new ListCrawls API for viewing the AWS Glue Crawler run history.

## 2.1161.0
* 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.
* feature: Mgn: New and modified APIs for the Post-Migration Framework
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1161.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1162.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
82 changes: 69 additions & 13 deletions apis/glue-2017-03-31.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -3543,6 +3543,62 @@
}
}
},
"ListCrawls": {
"input": {
"type": "structure",
"required": [
"CrawlerName"
],
"members": {
"CrawlerName": {},
"MaxResults": {
"type": "integer"
},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"FieldName": {},
"FilterOperator": {},
"FieldValue": {}
}
}
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Crawls": {
"type": "list",
"member": {
"type": "structure",
"members": {
"CrawlId": {},
"State": {},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
},
"Summary": {},
"ErrorMessage": {},
"LogGroup": {},
"LogStream": {},
"MessagePrefix": {},
"DPUHour": {
"type": "double"
}
}
}
},
"NextToken": {}
}
}
},
"ListCustomEntityTypes": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -3901,7 +3957,7 @@
},
"SchemaVersionId": {},
"MetadataKeyValue": {
"shape": "So1"
"shape": "Sob"
}
}
},
Expand Down Expand Up @@ -3958,7 +4014,7 @@
"MetadataList": {
"type": "list",
"member": {
"shape": "So1"
"shape": "Sob"
}
},
"MaxResults": {
Expand Down Expand Up @@ -4036,7 +4092,7 @@
},
"SchemaVersionId": {},
"MetadataKeyValue": {
"shape": "So1"
"shape": "Sob"
}
}
},
Expand Down Expand Up @@ -4090,7 +4146,7 @@
"Name": {},
"RunId": {},
"NodeIds": {
"shape": "Som"
"shape": "Sow"
}
}
},
Expand All @@ -4099,7 +4155,7 @@
"members": {
"RunId": {},
"NodeIds": {
"shape": "Som"
"shape": "Sow"
}
}
}
Expand Down Expand Up @@ -4597,15 +4653,15 @@
"shape": "S6"
},
"ColumnStatisticsList": {
"shape": "Sq7"
"shape": "Sqh"
}
}
},
"output": {
"type": "structure",
"members": {
"Errors": {
"shape": "Sq9"
"shape": "Sqj"
}
}
}
Expand All @@ -4623,15 +4679,15 @@
"DatabaseName": {},
"TableName": {},
"ColumnStatisticsList": {
"shape": "Sq7"
"shape": "Sqh"
}
}
},
"output": {
"type": "structure",
"members": {
"Errors": {
"shape": "Sq9"
"shape": "Sqj"
}
}
}
Expand Down Expand Up @@ -8519,24 +8575,24 @@
"CatalogId": {}
}
},
"So1": {
"Sob": {
"type": "structure",
"members": {
"MetadataKey": {},
"MetadataValue": {}
}
},
"Som": {
"Sow": {
"type": "list",
"member": {}
},
"Sq7": {
"Sqh": {
"type": "list",
"member": {
"shape": "Sgc"
}
},
"Sq9": {
"Sqj": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit 7f23d83

Please sign in to comment.