Skip to content

Commit

Permalink
Merge branch 'release-1.35.58'
Browse files Browse the repository at this point in the history
* release-1.35.58:
  Bumping version to 1.35.58
  Update endpoints model
  Update to latest models
  Merge customizations for CloudFront
  Remove macOS fallback now that setup-python issue is resolved (#3297)
  • Loading branch information
aws-sdk-python-automation committed Nov 11, 2024
2 parents 7f98a07 + 76cb4a7 commit 86913c5
Show file tree
Hide file tree
Showing 16 changed files with 2,128 additions and 848 deletions.
27 changes: 27 additions & 0 deletions .changes/1.35.58.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``cloudfront``",
"description": "No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.",
"type": "api-change"
},
{
"category": "``inspector2``",
"description": "Adds support for filePath filter.",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "Add Python 3.13 (python3.13) support to AWS Lambda",
"type": "api-change"
},
{
"category": "``opensearch``",
"description": "Adds Support for new AssociatePackages and DissociatePackages API in Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time.",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost.",
"type": "api-change"
}
]
9 changes: 0 additions & 9 deletions .github/workflows/run-crt-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ jobs:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
os: [ubuntu-latest, macOS-latest, windows-latest]
# Python 3.8 and 3.9 do not run on m1 hardware which is now standard for
# macOS-latest.
# https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
exclude:
- { python-version: "3.8", os: "macos-latest" }
- { python-version: "3.9", os: "macos-latest" }
include:
- { python-version: "3.8", os: "macos-13" }
- { python-version: "3.9", os: "macos-13" }

steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ jobs:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
os: [ubuntu-latest, macOS-latest, windows-latest]
# Python 3.8 and 3.9 do not run on m1 hardware which is now standard for
# macOS-latest.
# https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
exclude:
- { python-version: "3.8", os: "macos-latest" }
- { python-version: "3.9", os: "macos-latest" }
include:
- { python-version: "3.8", os: "macos-13" }
- { python-version: "3.9", os: "macos-13" }

steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.35.58
=======

* api-change:``cloudfront``: No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.
* api-change:``inspector2``: Adds support for filePath filter.
* api-change:``lambda``: Add Python 3.13 (python3.13) support to AWS Lambda
* api-change:``opensearch``: Adds Support for new AssociatePackages and DissociatePackages API in Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time.
* api-change:``outposts``: This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost.


1.35.57
=======

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.35.57'
__version__ = '1.35.58'


class NullHandler(logging.Handler):
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/cloudfront/2020-05-31/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
"limit_key": "MaxItems",
"output_token": "KeyValueStoreList.NextMarker",
"result_key": "KeyValueStoreList.Items"
},
"ListPublicKeys": {
"input_token": "Marker",
"output_token": "PublicKeyList.NextMarker",
"limit_key": "MaxItems",
"result_key": "PublicKeyList.Items"
}
}
}
2,059 changes: 1,299 additions & 760 deletions botocore/data/cloudfront/2020-05-31/service-2.json

Large diffs are not rendered by default.

78 changes: 36 additions & 42 deletions botocore/data/cloudfront/2020-05-31/waiters-2.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,41 @@
{
"version": 2,
"waiters": {
"DistributionDeployed": {
"delay": 60,
"operation": "GetDistribution",
"maxAttempts": 35,
"description": "Wait until a distribution is deployed.",
"acceptors": [
{
"expected": "Deployed",
"matcher": "path",
"state": "success",
"argument": "Distribution.Status"
}
]
"version" : 2,
"waiters" : {
"DistributionDeployed" : {
"description" : "Wait until a distribution is deployed.",
"delay" : 60,
"maxAttempts" : 35,
"operation" : "GetDistribution",
"acceptors" : [ {
"matcher" : "path",
"argument" : "Distribution.Status",
"state" : "success",
"expected" : "Deployed"
} ]
},
"InvalidationCompleted": {
"delay": 20,
"operation": "GetInvalidation",
"maxAttempts": 30,
"description": "Wait until an invalidation has completed.",
"acceptors": [
{
"expected": "Completed",
"matcher": "path",
"state": "success",
"argument": "Invalidation.Status"
}
]
"InvalidationCompleted" : {
"description" : "Wait until an invalidation has completed.",
"delay" : 20,
"maxAttempts" : 30,
"operation" : "GetInvalidation",
"acceptors" : [ {
"matcher" : "path",
"argument" : "Invalidation.Status",
"state" : "success",
"expected" : "Completed"
} ]
},
"StreamingDistributionDeployed": {
"delay": 60,
"operation": "GetStreamingDistribution",
"maxAttempts": 25,
"description": "Wait until a streaming distribution is deployed.",
"acceptors": [
{
"expected": "Deployed",
"matcher": "path",
"state": "success",
"argument": "StreamingDistribution.Status"
}
]
"StreamingDistributionDeployed" : {
"description" : "Wait until a streaming distribution is deployed.",
"delay" : 60,
"maxAttempts" : 25,
"operation" : "GetStreamingDistribution",
"acceptors" : [ {
"matcher" : "path",
"argument" : "StreamingDistribution.Status",
"state" : "success",
"expected" : "Deployed"
} ]
}
}
}
}
25 changes: 25 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -25111,30 +25111,55 @@
},
"bedrock" : {
"endpoints" : {
"bedrock-fips-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "bedrock-fips.us-gov-east-1.amazonaws.com"
},
"bedrock-fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "bedrock-fips.us-gov-west-1.amazonaws.com"
},
"bedrock-runtime-fips-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "bedrock-runtime-fips.us-gov-east-1.amazonaws.com"
},
"bedrock-runtime-fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "bedrock-runtime-fips.us-gov-west-1.amazonaws.com"
},
"bedrock-runtime-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "bedrock-runtime.us-gov-east-1.amazonaws.com"
},
"bedrock-runtime-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "bedrock-runtime.us-gov-west-1.amazonaws.com"
},
"bedrock-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "bedrock.us-gov-east-1.amazonaws.com"
},
"bedrock-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "bedrock.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
Expand Down
Loading

0 comments on commit 86913c5

Please sign in to comment.