Skip to content

Commit 469b5c4

Browse files
Merge branch 'release-1.42.35' into develop
* release-1.42.35: Bumping version to 1.42.35 Update to latest models
2 parents 1e90714 + 8a2261a commit 469b5c4

8 files changed

Lines changed: 388 additions & 92 deletions

File tree

.changes/1.42.35.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``connectcases``",
4+
"description": "Amazon Connect now enables you to use tag-based access controls to define who can access specific cases. You can associate tags with case templates and configure security profiles to determine which users can access cases with those tags.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "DescribeInstanceTypes API response now includes an additionalFlexibleNetworkInterfaces field, the number of interfaces attachable to an instance when using flexible Elastic Network Adapter (ENA) queues in addition to the base number specified by maximumNetworkInterfaces.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``evidently``",
14+
"description": "Deprecate all Evidently API for AWS CloudWatch Evidently deprecation",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``groundstation``",
19+
"description": "Adds support for AWS Ground Station Telemetry.",
20+
"type": "api-change"
21+
}
22+
]

CHANGELOG.rst

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

5+
1.42.35
6+
=======
7+
8+
* api-change:``connectcases``: Amazon Connect now enables you to use tag-based access controls to define who can access specific cases. You can associate tags with case templates and configure security profiles to determine which users can access cases with those tags.
9+
* api-change:``ec2``: DescribeInstanceTypes API response now includes an additionalFlexibleNetworkInterfaces field, the number of interfaces attachable to an instance when using flexible Elastic Network Adapter (ENA) queues in addition to the base number specified by maximumNetworkInterfaces.
10+
* api-change:``evidently``: Deprecate all Evidently API for AWS CloudWatch Evidently deprecation
11+
* api-change:``groundstation``: Adds support for AWS Ground Station Telemetry.
12+
13+
514
1.42.34
615
=======
716

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.34'
20+
__version__ = '1.42.35'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/connectcases/2022-10-03/service-2.json

Lines changed: 111 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
{"shape":"AccessDeniedException"},
9090
{"shape":"ConflictException"}
9191
],
92-
"documentation":"<p><note> <p>If you provide a value for <code>PerformedBy.UserArn</code> you must also have <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html\">connect:DescribeUser</a> permission on the User ARN resource that you provide</p> </note> <p>Creates a case in the specified Cases domain. Case system and custom fields are taken as an array id/value pairs with a declared data types.</p> <p>The following fields are required when creating a case:</p> <ul> <li> <p> <code>customer_id</code> - You must provide the full customer profile ARN in this format: <code>arn:aws:profile:your_AWS_Region:your_AWS_account ID:domains/your_profiles_domain_name/profiles/profile_ID</code> </p> </li> <li> <p> <code>title</code> </p> </li> </ul></p>",
92+
"documentation":"<p><note> <p>If you provide a value for <code>PerformedBy.UserArn</code> you must also have <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html\">connect:DescribeUser</a> permission on the User ARN resource that you provide</p> </note> <p>Creates a case in the specified Cases domain. Case system and custom fields are taken as an array id/value pairs with a declared data types.</p> <p>When creating a case from a template that has tag propagation configurations, the specified tags are automatically applied to the case.</p> <p>The following fields are required when creating a case:</p> <ul> <li> <p> <code>customer_id</code> - You must provide the full customer profile ARN in this format: <code>arn:aws:profile:your_AWS_Region:your_AWS_account ID:domains/your_profiles_domain_name/profiles/profile_ID</code> </p> </li> <li> <p> <code>title</code> </p> </li> </ul></p>",
9393
"idempotent":true
9494
},
9595
"CreateCaseRule":{
@@ -1231,6 +1231,10 @@
12311231
"documentation":"<p>A list of fields to filter on.</p>"
12321232
},
12331233
"not":{"shape":"CaseFilter"},
1234+
"tag":{
1235+
"shape":"TagFilter",
1236+
"documentation":"<p>A list of tags to filter on.</p>"
1237+
},
12341238
"andAll":{
12351239
"shape":"CaseFilterAndAllList",
12361240
"documentation":"<p>Provides \"and all\" filtering.</p>"
@@ -1561,7 +1565,11 @@
15611565
"documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>",
15621566
"idempotencyToken":true
15631567
},
1564-
"performedBy":{"shape":"UserUnion"}
1568+
"performedBy":{"shape":"UserUnion"},
1569+
"tags":{
1570+
"shape":"MutableTags",
1571+
"documentation":"<p>A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.</p>"
1572+
}
15651573
}
15661574
},
15671575
"CreateCaseRequestClientTokenString":{
@@ -1843,6 +1851,10 @@
18431851
"rules":{
18441852
"shape":"TemplateCaseRuleList",
18451853
"documentation":"<p>A list of case rules (also known as <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html\">case field conditions</a>) on a template. </p>"
1854+
},
1855+
"tagPropagationConfigurations":{
1856+
"shape":"TagPropagationConfigurationList",
1857+
"documentation":"<p>Defines tag propagation configuration for resources created within a domain. Tags specified here will be automatically applied to resources being created for the specified resource type.</p>"
18461858
}
18471859
}
18481860
},
@@ -2981,6 +2993,10 @@
29812993
"rules":{
29822994
"shape":"TemplateCaseRuleList",
29832995
"documentation":"<p>A list of case rules (also known as <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html\">case field conditions</a>) on a template. </p>"
2996+
},
2997+
"tagPropagationConfigurations":{
2998+
"shape":"TagPropagationConfigurationList",
2999+
"documentation":"<p>Defines tag propagation configuration for resources created within a domain. Tags specified here will be automatically applied to resources being created for the specified resource type.</p>"
29843000
}
29853001
}
29863002
},
@@ -3450,6 +3466,19 @@
34503466
"max":100,
34513467
"min":1
34523468
},
3469+
"MutableTagKey":{
3470+
"type":"string",
3471+
"max":128,
3472+
"min":1,
3473+
"pattern":"(?![aA][wW][sS]:)[a-zA-Z0-9 _.:/=+\\-@]+"
3474+
},
3475+
"MutableTags":{
3476+
"type":"map",
3477+
"key":{"shape":"MutableTagKey"},
3478+
"value":{"shape":"TagValueString"},
3479+
"max":50,
3480+
"min":0
3481+
},
34533482
"NextToken":{
34543483
"type":"string",
34553484
"max":9000,
@@ -4092,6 +4121,12 @@
40924121
"max":25,
40934122
"min":0
40944123
},
4124+
"SearchTagKey":{
4125+
"type":"string",
4126+
"max":128,
4127+
"min":1,
4128+
"pattern":"[a-zA-Z0-9 _.:/=+\\-@]+"
4129+
},
40954130
"Section":{
40964131
"type":"structure",
40974132
"members":{
@@ -4283,6 +4318,17 @@
42834318
"documentation":"<p>A structured set of sort terms.</p>"
42844319
},
42854320
"String":{"type":"string"},
4321+
"TagFilter":{
4322+
"type":"structure",
4323+
"members":{
4324+
"equalTo":{
4325+
"shape":"TagValue",
4326+
"documentation":"<p>Object containing tag key and value information.</p>"
4327+
}
4328+
},
4329+
"documentation":"<p>A filter for tags. Only one value can be provided.</p>",
4330+
"union":true
4331+
},
42864332
"TagKey":{
42874333
"type":"string",
42884334
"max":128,
@@ -4295,6 +4341,41 @@
42954341
"max":50,
42964342
"min":0
42974343
},
4344+
"TagPropagationConfiguration":{
4345+
"type":"structure",
4346+
"required":[
4347+
"resourceType",
4348+
"tagMap"
4349+
],
4350+
"members":{
4351+
"resourceType":{
4352+
"shape":"TagPropagationResourceType",
4353+
"documentation":"<p>Supported resource types for tag propagation. Determines which resources will receive automatically propagated tags.</p>"
4354+
},
4355+
"tagMap":{
4356+
"shape":"TagPropagationConfigurationTagMapMap",
4357+
"documentation":"<p>The tags that will be applied to the created resource.</p>"
4358+
}
4359+
},
4360+
"documentation":"<p>Defines tag propagation configuration for resources created within a domain. Tags specified here will be automatically applied to resources being created for the specified resource type.</p>"
4361+
},
4362+
"TagPropagationConfigurationList":{
4363+
"type":"list",
4364+
"member":{"shape":"TagPropagationConfiguration"},
4365+
"max":1,
4366+
"min":0
4367+
},
4368+
"TagPropagationConfigurationTagMapMap":{
4369+
"type":"map",
4370+
"key":{"shape":"MutableTagKey"},
4371+
"value":{"shape":"TagValueString"},
4372+
"max":10,
4373+
"min":0
4374+
},
4375+
"TagPropagationResourceType":{
4376+
"type":"string",
4377+
"enum":["Cases"]
4378+
},
42984379
"TagResourceRequest":{
42994380
"type":"structure",
43004381
"required":[
@@ -4314,6 +4395,26 @@
43144395
}
43154396
}
43164397
},
4398+
"TagValue":{
4399+
"type":"structure",
4400+
"members":{
4401+
"key":{
4402+
"shape":"SearchTagKey",
4403+
"documentation":"<p>The tag key in the tag filter value.</p>"
4404+
},
4405+
"value":{
4406+
"shape":"TagValueString",
4407+
"documentation":"<p>The tag value in the tag filter value.</p>"
4408+
}
4409+
},
4410+
"documentation":"<p>Object for case tag filter values.</p>"
4411+
},
4412+
"TagValueString":{
4413+
"type":"string",
4414+
"max":256,
4415+
"min":0,
4416+
"pattern":"([a-zA-Z0-9 _.:/=+\\-@]*)"
4417+
},
43174418
"Tags":{
43184419
"type":"map",
43194420
"key":{"shape":"String"},
@@ -4404,6 +4505,10 @@
44044505
"status":{
44054506
"shape":"TemplateStatus",
44064507
"documentation":"<p>The status of the template.</p>"
4508+
},
4509+
"tagPropagationConfigurations":{
4510+
"shape":"TagPropagationConfigurationList",
4511+
"documentation":"<p>Defines tag propagation configuration for resources created within a domain. Tags specified here will be automatically applied to resources being created for the specified resource type.</p>"
44074512
}
44084513
},
44094514
"documentation":"<p>Template summary information.</p>"
@@ -4625,6 +4730,10 @@
46254730
"rules":{
46264731
"shape":"TemplateCaseRuleList",
46274732
"documentation":"<p>A list of case rules (also known as <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html\">case field conditions</a>) on a template.</p>"
4733+
},
4734+
"tagPropagationConfigurations":{
4735+
"shape":"TagPropagationConfigurationList",
4736+
"documentation":"<p>Defines tag propagation configuration for resources created within a domain. Tags specified here will be automatically applied to resources being created for the specified resource type.</p>"
46284737
}
46294738
}
46304739
},

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8179,6 +8179,7 @@
81798179
"locationName":"item"
81808180
}
81818181
},
8182+
"AdditionalFlexibleNetworkInterfaces":{"type":"integer"},
81828183
"Address":{
81838184
"type":"structure",
81848185
"members":{
@@ -56255,6 +56256,11 @@
5625556256
"documentation":"<p>The maximum number of network interfaces for the network card.</p>",
5625656257
"locationName":"maximumNetworkInterfaces"
5625756258
},
56259+
"AdditionalFlexibleNetworkInterfaces":{
56260+
"shape":"AdditionalFlexibleNetworkInterfaces",
56261+
"documentation":"<p>The number of additional network interfaces that can be attached to an instance when using flexible Elastic Network Adapter (ENA) queues. This number is in addition to the base number specified by <code>maximumNetworkInterfaces</code>.</p>",
56262+
"locationName":"additionalFlexibleNetworkInterfaces"
56263+
},
5625856264
"BaselineBandwidthInGbps":{
5625956265
"shape":"BaselineBandwidthInGbps",
5626056266
"documentation":"<p>The baseline network performance of the network card, in Gbps.</p>",

0 commit comments

Comments
 (0)