Skip to content

Commit 4032533

Browse files
Merge branch 'release-1.40.49' into develop
* release-1.40.49: Bumping version to 1.40.49 Update endpoints model Update to latest models Merge customizations for QuickSight
2 parents 96cb85e + 59b8492 commit 4032533

File tree

10 files changed

+2602
-420
lines changed

10 files changed

+2602
-420
lines changed

.changes/1.40.49.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"category": "``quicksight``",
4+
"description": "This release adds support for ActionConnector and Flow, which are new resources associated with Amazon Quick Suite. Additional updates include expanded Data Source options, further branding customization, and new capabilities that can be restricted by Admins.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``wafv2``",
9+
"description": "This release adds the ability to throw WafLimitsExceededException when the maximum number of Application Load Balancer (ALB) associations per AWS WAF v2 WebACL is exceeded.",
10+
"type": "api-change"
11+
}
12+
]

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
CHANGELOG
33
=========
44

5+
1.40.49
6+
=======
7+
8+
* api-change:``quicksight``: This release adds support for ActionConnector and Flow, which are new resources associated with Amazon Quick Suite. Additional updates include expanded Data Source options, further branding customization, and new capabilities that can be restricted by Admins.
9+
* api-change:``wafv2``: This release adds the ability to throw WafLimitsExceededException when the maximum number of Application Load Balancer (ALB) associations per AWS WAF v2 WebACL is exceeded.
10+
11+
512
1.40.48
613
=======
714

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.40.48'
20+
__version__ = '1.40.49'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/endpoints.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12763,6 +12763,7 @@
1276312763
"endpoints" : {
1276412764
"af-south-1" : { },
1276512765
"ap-east-1" : { },
12766+
"ap-east-2" : { },
1276612767
"ap-northeast-1" : { },
1276712768
"ap-northeast-2" : { },
1276812769
"ap-northeast-3" : { },

botocore/data/quicksight/2018-04-01/paginators-1.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,30 @@
209209
"output_token": "NextToken",
210210
"limit_key": "MaxResults",
211211
"result_key": "TopicSummaryList"
212+
},
213+
"ListActionConnectors": {
214+
"input_token": "NextToken",
215+
"output_token": "NextToken",
216+
"limit_key": "MaxResults",
217+
"result_key": "ActionConnectorSummaries"
218+
},
219+
"ListFlows": {
220+
"input_token": "NextToken",
221+
"output_token": "NextToken",
222+
"limit_key": "MaxResults",
223+
"result_key": "FlowSummaryList"
224+
},
225+
"SearchActionConnectors": {
226+
"input_token": "NextToken",
227+
"output_token": "NextToken",
228+
"limit_key": "MaxResults",
229+
"result_key": "ActionConnectorSummaries"
230+
},
231+
"SearchFlows": {
232+
"input_token": "NextToken",
233+
"output_token": "NextToken",
234+
"limit_key": "MaxResults",
235+
"result_key": "FlowSummaryList"
212236
}
213237
}
214238
}

botocore/data/quicksight/2018-04-01/paginators-1.sdk-extras.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,30 @@
209209
"Status",
210210
"RequestId"
211211
]
212+
},
213+
"ListActionConnectors": {
214+
"non_aggregate_keys": [
215+
"Status",
216+
"RequestId"
217+
]
218+
},
219+
"ListFlows": {
220+
"non_aggregate_keys": [
221+
"Status",
222+
"RequestId"
223+
]
224+
},
225+
"SearchActionConnectors": {
226+
"non_aggregate_keys": [
227+
"Status",
228+
"RequestId"
229+
]
230+
},
231+
"SearchFlows": {
232+
"non_aggregate_keys": [
233+
"Status",
234+
"RequestId"
235+
]
212236
}
213237
}
214238
}

botocore/data/quicksight/2018-04-01/service-2.json

Lines changed: 2526 additions & 413 deletions
Large diffs are not rendered by default.

botocore/data/wafv2/2019-07-29/endpoint-rule-set-1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
"builtIn": "AWS::Region",
66
"required": false,
77
"documentation": "The AWS region used to dispatch the request.",
8-
"type": "String"
8+
"type": "string"
99
},
1010
"UseDualStack": {
1111
"builtIn": "AWS::UseDualStack",
1212
"required": true,
1313
"default": false,
1414
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
15-
"type": "Boolean"
15+
"type": "boolean"
1616
},
1717
"UseFIPS": {
1818
"builtIn": "AWS::UseFIPS",
1919
"required": true,
2020
"default": false,
2121
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
22-
"type": "Boolean"
22+
"type": "boolean"
2323
},
2424
"Endpoint": {
2525
"builtIn": "SDK::Endpoint",
2626
"required": false,
2727
"documentation": "Override the endpoint used to send this request",
28-
"type": "String"
28+
"type": "string"
2929
}
3030
},
3131
"rules": [

botocore/data/wafv2/2019-07-29/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
{"shape":"WAFInvalidParameterException"},
2929
{"shape":"WAFNonexistentItemException"},
3030
{"shape":"WAFUnavailableEntityException"},
31-
{"shape":"WAFInvalidOperationException"}
31+
{"shape":"WAFInvalidOperationException"},
32+
{"shape":"WAFLimitsExceededException"}
3233
],
3334
"documentation":"<p>Associates a web ACL with a resource, to protect the resource. </p> <p>Use this for all resource types except for Amazon CloudFront distributions. For Amazon CloudFront, call <code>UpdateDistribution</code> for the distribution and provide the Amazon Resource Name (ARN) of the web ACL in the web ACL ID. For information, see <a href=\"https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html\">UpdateDistribution</a> in the <i>Amazon CloudFront Developer Guide</i>. </p> <p> <b>Required permissions for customer-managed IAM policies</b> </p> <p>This call requires permissions that are specific to the protected resource type. For details, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/security_iam_service-with-iam.html#security_iam_action-AssociateWebACL\">Permissions for AssociateWebACL</a> in the <i>WAF Developer Guide</i>. </p> <p> <b>Temporary inconsistencies during updates</b> </p> <p>When you create or change a web ACL or other WAF resources, the changes take a small amount of time to propagate to all areas where the resources are stored. The propagation time can be from a few seconds to a number of minutes. </p> <p>The following are examples of the temporary inconsistencies that you might notice during change propagation: </p> <ul> <li> <p>After you create a web ACL, if you try to associate it with a resource, you might get an exception indicating that the web ACL is unavailable. </p> </li> <li> <p>After you add a rule group to a web ACL, the new rule group rules might be in effect in one area where the web ACL is used and not in another.</p> </li> <li> <p>After you change a rule action setting, you might see the old action in some places and the new action in others. </p> </li> <li> <p>After you add an IP address to an IP set that is in use in a blocking rule, the new address might be blocked in one area while still allowed in another.</p> </li> </ul>"
3435
},

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.40.'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.40.48'
62+
release = '1.40.49'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

0 commit comments

Comments
 (0)