Skip to content

Commit

Permalink
Merge branch 'release-1.34.16'
Browse files Browse the repository at this point in the history
* release-1.34.16:
  Bumping version to 1.34.16
  Update to latest partitions and endpoints
  Update to latest models
  Remove non-existing arguments from docstring (#3096)
  • Loading branch information
aws-sdk-python-automation committed Jan 10, 2024
2 parents 38b571b + 43a5d48 commit f42c5b8
Show file tree
Hide file tree
Showing 14 changed files with 276 additions and 63 deletions.
37 changes: 37 additions & 0 deletions .changes/1.34.16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``connectcampaigns``",
"description": "Minor pattern updates for Campaign and Dial Request API fields.",
"type": "api-change"
},
{
"category": "``location``",
"description": "This release adds API support for custom layers for the maps service APIs: CreateMap, UpdateMap, DescribeMap.",
"type": "api-change"
},
{
"category": "``logs``",
"description": "Add support for account level subscription filter policies to PutAccountPolicy, DescribeAccountPolicies, and DeleteAccountPolicy APIs. Additionally, PutAccountPolicy has been modified with new optional \"selectionCriteria\" parameter for resource selection.",
"type": "api-change"
},
{
"category": "``qconnect``",
"description": "QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.",
"type": "api-change"
},
{
"category": "``redshift-serverless``",
"description": "Updates to ConfigParameter for RSS workgroup, removal of use_fips_ssl",
"type": "api-change"
},
{
"category": "``route53``",
"description": "Route53 now supports geoproximity routing in AWS regions",
"type": "api-change"
},
{
"category": "``wisdom``",
"description": "QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.34.16
=======

* api-change:``connectcampaigns``: Minor pattern updates for Campaign and Dial Request API fields.
* api-change:``location``: This release adds API support for custom layers for the maps service APIs: CreateMap, UpdateMap, DescribeMap.
* api-change:``logs``: Add support for account level subscription filter policies to PutAccountPolicy, DescribeAccountPolicies, and DeleteAccountPolicy APIs. Additionally, PutAccountPolicy has been modified with new optional "selectionCriteria" parameter for resource selection.
* api-change:``qconnect``: QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
* api-change:``redshift-serverless``: Updates to ConfigParameter for RSS workgroup, removal of use_fips_ssl
* api-change:``route53``: Route53 now supports geoproximity routing in AWS regions
* api-change:``wisdom``: QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.


1.34.15
=======

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.15'
__version__ = '1.34.16'


class NullHandler(logging.Handler):
Expand Down
3 changes: 0 additions & 3 deletions botocore/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ def get_md5(*args, **kwargs):
"""
Attempts to get an md5 hashing object.
:param raise_error_if_unavailable: raise an error if md5 is unavailable on
this system. If False, None will be returned if it is unavailable.
:type raise_error_if_unavailable: bool
:param args: Args to pass to the MD5 constructor
:param kwargs: Key word arguments to pass to the MD5 constructor
:return: An MD5 hashing object if available. If it is unavailable, None
Expand Down
40 changes: 20 additions & 20 deletions botocore/data/connectcampaigns/2021-01-30/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -83,7 +82,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -96,7 +96,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -110,7 +109,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -133,7 +131,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -168,7 +165,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -179,14 +175,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -200,14 +198,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -216,11 +212,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -231,14 +227,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -252,7 +250,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -272,7 +269,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -283,14 +279,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -301,9 +299,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
20 changes: 14 additions & 6 deletions botocore/data/connectcampaigns/2021-01-30/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,8 @@
"type":"string",
"documentation":"<p>The value of the attribute.</p>",
"max":32767,
"min":0
"min":0,
"pattern":".*"
},
"Attributes":{
"type":"map",
Expand Down Expand Up @@ -530,7 +531,8 @@
"type":"string",
"documentation":"<p>Identifier representing a Campaign</p>",
"max":256,
"min":0
"min":0,
"pattern":"[\\S]*"
},
"CampaignName":{
"type":"string",
Expand Down Expand Up @@ -573,8 +575,9 @@
"ClientToken":{
"type":"string",
"documentation":"<p>Client provided parameter used for idempotency. Its value must be unique for each request.</p>",
"max":64,
"min":0
"max":200,
"min":0,
"pattern":"[a-zA-Z0-9_\\-.]*"
},
"ConflictException":{
"type":"structure",
Expand Down Expand Up @@ -686,6 +689,7 @@
"documentation":"<p>The phone number of the customer, in E.164 format.</p>",
"max":20,
"min":0,
"pattern":"[\\d\\-+]*",
"sensitive":true
},
"DialRequest":{
Expand All @@ -706,7 +710,10 @@
},
"DialRequestId":{
"type":"string",
"documentation":"<p>Identifier representing a Dial request</p>"
"documentation":"<p>Identifier representing a Dial request</p>",
"max":256,
"min":0,
"pattern":"[a-zA-Z0-9_\\-.]*"
},
"DialRequestList":{
"type":"list",
Expand Down Expand Up @@ -903,7 +910,8 @@
"type":"string",
"documentation":"<p>Amazon Connect Instance Id</p>",
"max":256,
"min":0
"min":0,
"pattern":"[a-zA-Z0-9_\\-.]*"
},
"InstanceIdFilter":{
"type":"structure",
Expand Down
56 changes: 52 additions & 4 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -15934,11 +15934,59 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"deprecated" : true,
"hostname" : "securitylake-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"deprecated" : true,
"hostname" : "securitylake-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"deprecated" : true,
"hostname" : "securitylake-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"deprecated" : true,
"hostname" : "securitylake-fips.us-west-2.amazonaws.com"
},
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
"us-east-1" : {
"variants" : [ {
"hostname" : "securitylake-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-east-2" : {
"variants" : [ {
"hostname" : "securitylake-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-1" : {
"variants" : [ {
"hostname" : "securitylake-fips.us-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"hostname" : "securitylake-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"serverlessrepo" : {
Expand Down

0 comments on commit f42c5b8

Please sign in to comment.