Skip to content

Commit

Permalink
Merge branch 'release-1.34.43' into develop
Browse files Browse the repository at this point in the history
* release-1.34.43:
  Bumping version to 1.34.43
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Feb 15, 2024
2 parents 48c1bcf + 903e84b commit 1a5ea87
Show file tree
Hide file tree
Showing 18 changed files with 1,700 additions and 107 deletions.
52 changes: 52 additions & 0 deletions .changes/1.34.43.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``artifact``",
"description": "This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings.",
"type": "api-change"
},
{
"category": "``codepipeline``",
"description": "Add ability to override timeout on action level.",
"type": "api-change"
},
{
"category": "``detective``",
"description": "Doc only updates for content enhancement",
"type": "api-change"
},
{
"category": "``guardduty``",
"description": "Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.",
"type": "api-change"
},
{
"category": "``healthlake``",
"description": "This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server.",
"type": "api-change"
},
{
"category": "``opensearch``",
"description": "Adds additional supported instance types.",
"type": "api-change"
},
{
"category": "``polly``",
"description": "Amazon Polly adds 1 new voice - Burcu (tr-TR)",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "Doc only update for Secrets Manager",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "Update endpoint-rules client to latest version",
"type": "api-change"
}
]
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.34.43
=======

* api-change:``artifact``: This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings.
* api-change:``codepipeline``: Add ability to override timeout on action level.
* api-change:``detective``: Doc only updates for content enhancement
* api-change:``guardduty``: Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.
* api-change:``healthlake``: This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server.
* api-change:``opensearch``: Adds additional supported instance types.
* api-change:``polly``: Amazon Polly adds 1 new voice - Burcu (tr-TR)
* api-change:``sagemaker``: This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.
* api-change:``secretsmanager``: Doc only update for Secrets Manager
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version


1.34.42
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.42'
__version__ = '1.34.43'


class NullHandler(logging.Handler):
Expand Down
350 changes: 350 additions & 0 deletions botocore/data/artifact/2018-05-10/endpoint-rule-set-1.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions botocore/data/artifact/2018-05-10/paginators-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"pagination": {
"ListReports": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "reports"
}
}
}
Loading

0 comments on commit 1a5ea87

Please sign in to comment.