Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.44.136 #4620

Merged
merged 1 commit into from Nov 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
Release v1.44.136 (2022-11-11)
===

### Service Client Updates
* `service/glue`: Updates service documentation
* Added links related to enabling job bookmarks.
* `service/iot`: Updates service API and documentation
* This release add new api listRelatedResourcesForAuditFinding and new member type IssuerCertificates for Iot device device defender Audit.
* `service/license-manager`: Updates service API and documentation
* `service/marketplace-catalog`: Updates service API and documentation
* `service/rekognition`: Updates service API and documentation
* Adding support for ImageProperties feature to detect dominant colors and image brightness, sharpness, and contrast, inclusion and exclusion filters for labels and label categories, new fields to the API response, "aliases" and "categories"
* `service/securityhub`: Updates service documentation
* `service/ssm-incidents`: Updates service API and documentation

Release v1.44.135 (2022-11-10)
===

Expand Down
40 changes: 37 additions & 3 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.135"
const SDKVersion = "1.44.136"
10 changes: 5 additions & 5 deletions models/apis/glue/2017-03-31/docs-2.json
Expand Up @@ -83,9 +83,9 @@
"GetDatabases": "<p>Retrieves all databases defined in a given Data Catalog.</p>",
"GetDataflowGraph": "<p>Transforms a Python script into a directed acyclic graph (DAG). </p>",
"GetDevEndpoint": "<p>Retrieves information about a specified development endpoint.</p> <note> <p>When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address, and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.</p> </note>",
"GetDevEndpoints": "<p>Retrieves all the development endpoints in this AWS account.</p> <note> <p>When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.</p> </note>",
"GetDevEndpoints": "<p>Retrieves all the development endpoints in this Amazon Web Services account.</p> <note> <p>When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.</p> </note>",
"GetJob": "<p>Retrieves an existing job definition.</p>",
"GetJobBookmark": "<p>Returns information on a job bookmark entry.</p>",
"GetJobBookmark": "<p>Returns information on a job bookmark entry.</p> <p>For more information about enabling and using job bookmarks, see:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-continuations.html\">Tracking processed data using job bookmarks</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html\">Job parameters used by Glue</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-job.html#aws-glue-api-jobs-job-Job\">Job structure</a> </p> </li> </ul>",
"GetJobRun": "<p>Retrieves the metadata for a given job run.</p>",
"GetJobRuns": "<p>Retrieves metadata for all runs of a given job definition.</p>",
"GetJobs": "<p>Retrieves all current job definitions.</p>",
Expand Down Expand Up @@ -147,7 +147,7 @@
"QuerySchemaVersionMetadata": "<p>Queries for the schema version metadata information. </p>",
"RegisterSchemaVersion": "<p>Adds a new version to the existing schema. Returns an error if new version of schema does not meet the compatibility requirements of the schema set. This API will not create a new schema set and will return a 404 error if the schema set is not already present in the Schema Registry.</p> <p>If this is the first schema definition to be registered in the Schema Registry, this API will store the schema version and return immediately. Otherwise, this call has the potential to run longer than other operations due to compatibility modes. You can call the <code>GetSchemaVersion</code> API with the <code>SchemaVersionId</code> to check compatibility modes.</p> <p>If the same schema definition is already stored in Schema Registry as a version, the schema ID of the existing schema is returned to the caller.</p>",
"RemoveSchemaVersionMetadata": "<p>Removes a key value pair from the schema version metadata for the specified schema version ID.</p>",
"ResetJobBookmark": "<p>Resets a bookmark entry.</p>",
"ResetJobBookmark": "<p>Resets a bookmark entry.</p> <p>For more information about enabling and using job bookmarks, see:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-continuations.html\">Tracking processed data using job bookmarks</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html\">Job parameters used by Glue</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-job.html#aws-glue-api-jobs-job-Job\">Job structure</a> </p> </li> </ul>",
"ResumeWorkflowRun": "<p>Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run. The selected nodes and all nodes that are downstream from the selected nodes are run.</p>",
"RunStatement": "<p>Executes the statement.</p>",
"SearchTables": "<p>Searches a set of tables based on properties in the table metadata as well as on the parent database. You can search against text or filter conditions. </p> <p>You can only get tables that you have access to based on the security policies defined in Lake Formation. You need at least a read-only access to the table for it to be returned. If you do not have access to all the columns in the table, these columns will not be searched against when returning the list of tables back to you. If you have access to the columns but not the data in the columns, those columns and the associated metadata for those columns will be included in the search. </p>",
Expand Down Expand Up @@ -2808,7 +2808,7 @@
"CreateDevEndpointResponse$Status": "<p>The current status of the new <code>DevEndpoint</code>.</p>",
"CreateDevEndpointResponse$SubnetId": "<p>The subnet ID assigned to the new <code>DevEndpoint</code>.</p>",
"CreateDevEndpointResponse$YarnEndpointAddress": "<p>The address of the YARN endpoint used by this <code>DevEndpoint</code>.</p>",
"CreateDevEndpointResponse$AvailabilityZone": "<p>The AWS Availability Zone where this <code>DevEndpoint</code> is located.</p>",
"CreateDevEndpointResponse$AvailabilityZone": "<p>The Amazon Web Services Availability Zone where this <code>DevEndpoint</code> is located.</p>",
"CreateDevEndpointResponse$VpcId": "<p>The ID of the virtual private cloud (VPC) used by this <code>DevEndpoint</code>.</p>",
"CreateDevEndpointResponse$ExtraPythonLibsS3Path": "<p>The paths to one or more Python libraries in an S3 bucket that will be loaded in your <code>DevEndpoint</code>.</p>",
"CreateDevEndpointResponse$ExtraJarsS3Path": "<p>Path to one or more Java <code>.jar</code> files in an S3 bucket that will be loaded in your <code>DevEndpoint</code>.</p>",
Expand All @@ -2822,7 +2822,7 @@
"DevEndpoint$PrivateAddress": "<p>A private IP address to access the <code>DevEndpoint</code> within a VPC if the <code>DevEndpoint</code> is created within one. The <code>PrivateAddress</code> field is present only when you create the <code>DevEndpoint</code> within your VPC.</p>",
"DevEndpoint$PublicAddress": "<p>The public IP address used by this <code>DevEndpoint</code>. The <code>PublicAddress</code> field is present only when you create a non-virtual private cloud (VPC) <code>DevEndpoint</code>.</p>",
"DevEndpoint$Status": "<p>The current status of this <code>DevEndpoint</code>.</p>",
"DevEndpoint$AvailabilityZone": "<p>The AWS Availability Zone where this <code>DevEndpoint</code> is located.</p>",
"DevEndpoint$AvailabilityZone": "<p>The Amazon Web Services Availability Zone where this <code>DevEndpoint</code> is located.</p>",
"DevEndpoint$VpcId": "<p>The ID of the virtual private cloud (VPC) used by this <code>DevEndpoint</code>.</p>",
"DevEndpoint$ExtraPythonLibsS3Path": "<p>The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your <code>DevEndpoint</code>. Multiple values must be complete paths separated by a comma.</p> <note> <p>You can only use pure Python libraries with a <code>DevEndpoint</code>. Libraries that rely on C extensions, such as the <a href=\"http://pandas.pydata.org/\">pandas</a> Python data analysis library, are not currently supported.</p> </note>",
"DevEndpoint$ExtraJarsS3Path": "<p>The path to one or more Java <code>.jar</code> files in an S3 bucket that should be loaded in your <code>DevEndpoint</code>.</p> <note> <p>You can only use pure Java/Scala libraries with a <code>DevEndpoint</code>.</p> </note>",
Expand Down