Skip to content

Commit a5f5e8f

Browse files
Merge branch 'release-1.42.50' into develop
* release-1.42.50: Bumping version to 1.42.50 Update endpoints model Update to latest models
2 parents 1efd7be + b6cb5d1 commit a5f5e8f

11 files changed

Lines changed: 141 additions & 23 deletions

File tree

.changes/1.42.50.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``arc-region-switch``",
4+
"description": "Clarify documentation on ARC Region Switch start-plan-execution operation",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "Documentation updates for EC2 Secondary Networks",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ecr``",
14+
"description": "Adds support for enabling blob mounting, and removes support for Clair based image scanning",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``kafka``",
19+
"description": "Amazon MSK now supports dual-stack connectivity (IPv4 and IPv6) for existing MSK clusters. You can enable dual-stack on existing clusters by specifying the NetworkType parameter in updateConnectivity API.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``kms``",
24+
"description": "Added support for Decrypt and ReEncrypt API's to use dry run feature without ciphertext for authorization validation",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``qconnect``",
29+
"description": "Update MessageType enum to include missing types.",
30+
"type": "api-change"
31+
}
32+
]

CHANGELOG.rst

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

5+
1.42.50
6+
=======
7+
8+
* api-change:``arc-region-switch``: Clarify documentation on ARC Region Switch start-plan-execution operation
9+
* api-change:``ec2``: Documentation updates for EC2 Secondary Networks
10+
* api-change:``ecr``: Adds support for enabling blob mounting, and removes support for Clair based image scanning
11+
* api-change:``kafka``: Amazon MSK now supports dual-stack connectivity (IPv4 and IPv6) for existing MSK clusters. You can enable dual-stack on existing clusters by specifying the NetworkType parameter in updateConnectivity API.
12+
* api-change:``kms``: Added support for Decrypt and ReEncrypt API's to use dry run feature without ciphertext for authorization validation
13+
* api-change:``qconnect``: Update MessageType enum to include missing types.
14+
15+
516
1.42.49
617
=======
718

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.42.49'
20+
__version__ = '1.42.50'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/arc-region-switch/2022-07-26/service-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
{"shape":"AccessDeniedException"},
266266
{"shape":"IllegalArgumentException"}
267267
],
268-
"documentation":"<p>Starts the execution of a Region switch plan. You can execute a plan in either PRACTICE or RECOVERY mode.</p> <p>In PRACTICE mode, the execution simulates the steps without making actual changes to your application's traffic routing. In RECOVERY mode, the execution performs actual changes to shift traffic between Regions.</p>"
268+
"documentation":"<p>Starts the execution of a Region switch plan. You can execute a plan in either <code>graceful</code> or <code>ungraceful</code> mode.</p> <p>Specifing <code>ungraceful</code> mode either changes the behavior of the execution blocks in a workflow or skips specific execution blocks.</p>"
269269
},
270270
"TagResource":{
271271
"name":"TagResource",
@@ -2941,5 +2941,5 @@
29412941
]
29422942
}
29432943
},
2944-
"documentation":"<p>Amazon Application Recovery Controller (ARC) Region switch helps you to quickly and reliably shift traffic away from an impaired Amazon Web Services Region to a healthy Region. With Region switch, you can create plans that define the steps to shift traffic for your application from one Amazon Web Services Region to another. You can test your plans in practice mode before using them in a real recovery scenario.</p> <p>Region switch provides a structured approach to multi-Region failover, helping you to meet your recovery time objectives (RTOs) and maintain business continuity during regional disruptions.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/r53recovery/latest/dg/region-switch.html\">Region switch in ARC</a> in the <i>Amazon Application Recovery Controller User Guide</i>.</p>"
2944+
"documentation":"<p>Amazon Application Recovery Controller (ARC) Region switch helps you to quickly and reliably shift traffic away from an impaired Amazon Web Services Region to a healthy Region. With Region switch, you can create plans that define the steps to shift traffic for your application from one Amazon Web Services Region to another.</p> <p>Region switch provides a structured approach to multi-Region failover, helping you to meet your recovery time objectives (RTOs) and maintain business continuity during regional disruptions.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/r53recovery/latest/dg/region-switch.html\">Region switch in ARC</a> in the <i>Amazon Application Recovery Controller User Guide</i>.</p>"
29452945
}

botocore/data/ec2/2016-11-15/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@
12371237
},
12381238
"input":{"shape":"CreateSecondaryNetworkRequest"},
12391239
"output":{"shape":"CreateSecondaryNetworkResult"},
1240-
"documentation":"<p>Creates an Amazon secondary network.</p> <p>The allowed size for a secondary network CIDR block is between /28 netmask (16 IP addresses) and /12 netmask (1,048,576 IP addresses).</p>"
1240+
"documentation":"<p>Creates a secondary network.</p> <p>The allowed size for a secondary network CIDR block is between /28 netmask (16 IP addresses) and /12 netmask (1,048,576 IP addresses).</p>"
12411241
},
12421242
"CreateSecondarySubnet":{
12431243
"name":"CreateSecondarySubnet",

botocore/data/ecr/2015-09-21/service-2.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@
590590
{"shape":"RepositoryNotFoundException"},
591591
{"shape":"ValidationException"}
592592
],
593-
"documentation":"<p>Lists the artifacts associated with a specified subject image.</p>"
593+
"documentation":"<p>Lists the artifacts associated with a specified subject image.</p> <note> <p>The IAM principal invoking this operation must have the <code>ecr:BatchGetImage</code> permission.</p> </note>"
594594
},
595595
"ListImages":{
596596
"name":"ListImages",
@@ -2281,7 +2281,7 @@
22812281
"members":{
22822282
"name":{
22832283
"shape":"AccountSettingName",
2284-
"documentation":"<p>The name of the account setting, such as <code>BASIC_SCAN_TYPE_VERSION</code> or <code>REGISTRY_POLICY_SCOPE</code>. </p>"
2284+
"documentation":"<p>The name of the account setting, such as <code>BASIC_SCAN_TYPE_VERSION</code>, <code>REGISTRY_POLICY_SCOPE</code>, or <code>BLOB_MOUNTING</code>.</p>"
22852285
}
22862286
}
22872287
},
@@ -2294,7 +2294,7 @@
22942294
},
22952295
"value":{
22962296
"shape":"AccountSettingName",
2297-
"documentation":"<p>The setting value for the setting name. The following are valid values for the basic scan type being used: <code>AWS_NATIVE</code> or <code>CLAIR</code>. The following are valid values for the registry policy scope being used: <code>V1</code> or <code>V2</code>.</p>"
2297+
"documentation":"<p>The setting value for the setting name. Valid value for basic scan type: <code>AWS_NATIVE</code>. Valid values for registry policy scope: <code>V1</code> or <code>V2</code>. Valid values for blob mounting: <code>ENABLED</code> or <code>DISABLED</code>.</p>"
22982298
}
22992299
}
23002300
},
@@ -3744,11 +3744,11 @@
37443744
"members":{
37453745
"name":{
37463746
"shape":"AccountSettingName",
3747-
"documentation":"<p>The name of the account setting, such as <code>BASIC_SCAN_TYPE_VERSION</code> or <code>REGISTRY_POLICY_SCOPE</code>. </p>"
3747+
"documentation":"<p>The name of the account setting, such as <code>BASIC_SCAN_TYPE_VERSION</code>, <code>REGISTRY_POLICY_SCOPE</code>, or <code>BLOB_MOUNTING</code>.</p>"
37483748
},
37493749
"value":{
37503750
"shape":"AccountSettingValue",
3751-
"documentation":"<p>Setting value that is specified. The following are valid values for the basic scan type being used: <code>AWS_NATIVE</code> or <code>CLAIR</code>. The following are valid values for the registry policy scope being used: <code>V1</code> or <code>V2</code>.</p>"
3751+
"documentation":"<p>Setting value that is specified. Valid value for basic scan type: <code>AWS_NATIVE</code>. Valid values for registry policy scope: <code>V1</code> or <code>V2</code>. Valid values for blob mounting: <code>ENABLED</code> or <code>DISABLED</code>.</p>"
37523752
}
37533753
}
37543754
},

botocore/data/endpoints.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38665,7 +38665,8 @@
3866538665
},
3866638666
"securityhub" : {
3866738667
"endpoints" : {
38668-
"us-isob-east-1" : { }
38668+
"us-isob-east-1" : { },
38669+
"us-isob-west-1" : { }
3866938670
}
3867038671
},
3867138672
"servicediscovery" : {

botocore/data/kafka/2018-11-14/service-2.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3271,6 +3271,17 @@
32713271
"VpcConfigs"
32723272
]
32733273
},
3274+
"ServerlessConnectivityInfo": {
3275+
"type": "structure",
3276+
"documentation": "\n <p>Describes the cluster's connectivity information, such as its network type, which is IPv4 or DUAL.</p>\n ",
3277+
"members": {
3278+
"NetworkType": {
3279+
"shape": "NetworkType",
3280+
"locationName": "networkType",
3281+
"documentation": "\n <p>The network type of the cluster, which is IPv4 or DUAL. The DUAL network type uses both IPv4 and IPv6 addresses for your cluster and its resources.</p><p>By default, a cluster uses the IPv4 network type.</p>\n "
3282+
}
3283+
}
3284+
},
32743285
"Serverless": {
32753286
"type": "structure",
32763287
"documentation": "\n <p>Serverless cluster.</p>\n ",
@@ -3284,6 +3295,11 @@
32843295
"shape": "ServerlessClientAuthentication",
32853296
"locationName": "clientAuthentication",
32863297
"documentation": "\n <p>Includes all client authentication information.</p>\n "
3298+
},
3299+
"ConnectivityInfo": {
3300+
"shape": "ServerlessConnectivityInfo",
3301+
"locationName": "connectivityInfo",
3302+
"documentation": "\n <p>Describes the cluster's connectivity information, such as its network type, which is IPv4 or DUAL.</p>\n "
32873303
}
32883304
},
32893305
"required": [
@@ -3516,6 +3532,11 @@
35163532
"shape": "VpcConnectivity",
35173533
"locationName": "vpcConnectivity",
35183534
"documentation": "\n <p>VPC connectivity access control for brokers.</p>\n "
3535+
},
3536+
"NetworkType": {
3537+
"shape": "NetworkType",
3538+
"locationName": "networkType",
3539+
"documentation": "\n <p>The network type of the cluster, which is IPv4 or DUAL. The DUAL network type uses both IPv4 and IPv6 addresses for your cluster and its resources.</p><p>By default, a cluster uses the IPv4 network type.</p>\n "
35193540
}
35203541
},
35213542
"documentation": "\n <p>Information about the broker access configuration.</p>\n "
@@ -4171,6 +4192,16 @@
41714192
"ClusterOperationV2Serverless": {
41724193
"type": "structure",
41734194
"members": {
4195+
"SourceClusterInfo": {
4196+
"shape": "ServerlessConnectivityInfo",
4197+
"locationName": "sourceClusterInfo",
4198+
"documentation": "\n <p>Describes the cluster's attributes before any updates are applied. For example, networkType, which can be either IPv4 or DUAL.</p>"
4199+
},
4200+
"TargetClusterInfo": {
4201+
"shape": "ServerlessConnectivityInfo",
4202+
"locationName": "targetClusterInfo",
4203+
"documentation": "\n <p>Describes the cluster's attributes after any updates are applied. For example, networkType, which can be either IPv4 or DUAL.</p>"
4204+
},
41744205
"VpcConnectionInfo": {
41754206
"shape": "VpcConnectionInfoServerless",
41764207
"locationName": "vpcConnectionInfo",
@@ -5287,6 +5318,26 @@
52875318
"shape": "__string",
52885319
"locationName": "bootstrapBrokerStringVpcConnectivitySaslIam",
52895320
"documentation": "\n <p>A string containing one or more DNS names (or IP) and SASL/IAM port pairs for VPC connectivity.</p>\n "
5321+
},
5322+
"BootstrapBrokerStringIpv6": {
5323+
"shape": "__string",
5324+
"locationName": "bootstrapBrokerStringIpv6",
5325+
"documentation": "\n <p>A string that contains one or more DNS names (or IP) and port pairs for IPv6 connectivity.</p>\n "
5326+
},
5327+
"BootstrapBrokerStringTlsIpv6": {
5328+
"shape": "__string",
5329+
"locationName": "bootstrapBrokerStringTlsIpv6",
5330+
"documentation": "\n <p>A string that contains one or more DNS names (or IP) and TLS port pairs for IPv6 connectivity.</p>\n "
5331+
},
5332+
"BootstrapBrokerStringSaslScramIpv6": {
5333+
"shape": "__string",
5334+
"locationName": "bootstrapBrokerStringSaslScramIpv6",
5335+
"documentation": "\n <p>A string that contains one or more DNS names (or IP) and SASL SCRAM port pairs for IPv6 connectivity.</p>\n "
5336+
},
5337+
"BootstrapBrokerStringSaslIamIpv6": {
5338+
"shape": "__string",
5339+
"locationName": "bootstrapBrokerStringSaslIamIpv6",
5340+
"documentation": "\n <p>A string that contains one or more DNS names (or IP) and SASL IAM port pairs for IPv6 connectivity.</p>\n "
52905341
}
52915342
}
52925343
},
@@ -6466,6 +6517,14 @@
64666517
},
64676518
"documentation": "\n <p>The node information object.</p>\n "
64686519
},
6520+
"NetworkType": {
6521+
"type": "string",
6522+
"documentation": "\n <p>The network type of the cluster, which is IPv4 or DUAL. The DUAL network type uses both IPv4 and IPv6 addresses for your cluster and its resources.</p><p>By default, a cluster uses the IPv4 network type.</p>\n ",
6523+
"enum": [
6524+
"IPV4",
6525+
"DUAL"
6526+
]
6527+
},
64696528
"NodeType": {
64706529
"type": "string",
64716530
"documentation": "\n <p>The broker or Zookeeper node.</p>\n ",

0 commit comments

Comments
 (0)