Skip to content

Commit c4188e1

Browse files
Merge branch 'release-1.22.10'
* release-1.22.10: Bumping version to 1.22.10 Update to latest endpoints Update to latest models
2 parents 679a9c2 + ebcaac7 commit c4188e1

File tree

9 files changed

+536
-42
lines changed

9 files changed

+536
-42
lines changed

.changes/1.22.10.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``finspace``",
4+
"description": "Adds superuser and data-bundle parameters to CreateEnvironment API",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``connectparticipant``",
9+
"description": "This release adds a new boolean attribute - Connect Participant - to the CreateParticipantConnection API, which can be used to mark the participant as connected.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``datasync``",
14+
"description": "AWS DataSync now supports Hadoop Distributed File System (HDFS) Locations",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``macie2``",
19+
"description": "This release adds support for specifying the severity of findings that a custom data identifier produces, based on the number of occurrences of text that matches the detection criteria.",
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.22.10
6+
=======
7+
8+
* api-change:``finspace``: Adds superuser and data-bundle parameters to CreateEnvironment API
9+
* api-change:``connectparticipant``: This release adds a new boolean attribute - Connect Participant - to the CreateParticipantConnection API, which can be used to mark the participant as connected.
10+
* api-change:``datasync``: AWS DataSync now supports Hadoop Distributed File System (HDFS) Locations
11+
* api-change:``macie2``: This release adds support for specifying the severity of findings that a custom data identifier produces, based on the number of occurrences of text that matches the detection criteria.
12+
13+
514
1.22.9
615
======
716

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import re
1717
import logging
1818

19-
__version__ = '1.22.9'
19+
__version__ = '1.22.10'
2020

2121

2222
class NullHandler(logging.Handler):

botocore/data/connectparticipant/2018-09-07/service-2.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,7 @@
238238
"MESSAGE",
239239
"EVENT",
240240
"ATTACHMENT",
241-
"CONNECTION_ACK",
242-
"PARTICIPANT_ACTIVE",
243-
"PARTICIPANT_INACTIVE",
244-
"PARTICIPANT_ENGAGED",
245-
"PARTICIPANT_DISENGAGED"
241+
"CONNECTION_ACK"
246242
]
247243
},
248244
"ClientToken":{

botocore/data/datasync/2018-11-09/service-2.json

Lines changed: 368 additions & 12 deletions
Large diffs are not rendered by default.

botocore/data/endpoints.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16362,7 +16362,12 @@
1636216362
"defaults" : {
1636316363
"hostname" : "{service}.{region}.{dnsSuffix}",
1636416364
"protocols" : [ "https" ],
16365-
"signatureVersions" : [ "v4" ]
16365+
"signatureVersions" : [ "v4" ],
16366+
"variants" : [ {
16367+
"dnsSuffix" : "c2s.ic.gov",
16368+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
16369+
"tags" : [ "fips" ]
16370+
} ]
1636616371
},
1636716372
"dnsSuffix" : "c2s.ic.gov",
1636816373
"partition" : "aws-iso",
@@ -16849,7 +16854,12 @@
1684916854
"defaults" : {
1685016855
"hostname" : "{service}.{region}.{dnsSuffix}",
1685116856
"protocols" : [ "https" ],
16852-
"signatureVersions" : [ "v4" ]
16857+
"signatureVersions" : [ "v4" ],
16858+
"variants" : [ {
16859+
"dnsSuffix" : "sc2s.sgov.gov",
16860+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
16861+
"tags" : [ "fips" ]
16862+
} ]
1685316863
},
1685416864
"dnsSuffix" : "sc2s.sgov.gov",
1685516865
"partition" : "aws-iso-b",

botocore/data/finspace/2021-03-12/service-2.json

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,14 @@
182182
"federationParameters":{
183183
"shape":"FederationParameters",
184184
"documentation":"<p>Configuration information when authentication mode is FEDERATED.</p>"
185+
},
186+
"superuserParameters":{
187+
"shape":"SuperuserParameters",
188+
"documentation":"<p>Configuration information for the superuser.</p>"
189+
},
190+
"dataBundles":{
191+
"shape":"DataBundleArns",
192+
"documentation":"<p>The list of Amazon Resource Names (ARN) of the data bundles to install. Currently supported data bundle ARNs:</p> <ul> <li> <p> <code>arn:aws:finspace:${Region}::data-bundle/capital-markets-sample</code> - Contains sample Capital Markets datasets, categories and controlled vocabularies.</p> </li> <li> <p> <code>arn:aws:finspace:${Region}::data-bundle/taq</code> (default) - Contains trades and quotes data in addition to sample Capital Markets data.</p> </li> </ul>"
185193
}
186194
}
187195
},
@@ -202,6 +210,17 @@
202210
}
203211
}
204212
},
213+
"DataBundleArn":{
214+
"type":"string",
215+
"documentation":"<p>The Amazon Resource Name (ARN) of the data bundle.</p>",
216+
"max":2048,
217+
"min":20,
218+
"pattern":"^arn:aws:finspace:[A-Za-z0-9_/.-]{0,63}:\\d*:data-bundle/[0-9A-Za-z_-]{1,128}$"
219+
},
220+
"DataBundleArns":{
221+
"type":"list",
222+
"member":{"shape":"DataBundleArn"}
223+
},
205224
"DeleteEnvironmentRequest":{
206225
"type":"structure",
207226
"required":["environmentId"],
@@ -225,6 +244,13 @@
225244
"min":1,
226245
"pattern":"^[a-zA-Z0-9. ]{1,1000}$"
227246
},
247+
"EmailId":{
248+
"type":"string",
249+
"max":128,
250+
"min":1,
251+
"pattern":"[A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+[.]+[A-Za-z]+",
252+
"sensitive":true
253+
},
228254
"Environment":{
229255
"type":"structure",
230256
"members":{
@@ -470,6 +496,12 @@
470496
}
471497
}
472498
},
499+
"NameString":{
500+
"type":"string",
501+
"max":50,
502+
"min":1,
503+
"pattern":"^[a-zA-Z0-9]{1,50}$"
504+
},
473505
"PaginationToken":{
474506
"type":"string",
475507
"max":1000,
@@ -511,6 +543,29 @@
511543
"min":1,
512544
"pattern":"^[a-zA-Z-0-9-:\\/.]*$"
513545
},
546+
"SuperuserParameters":{
547+
"type":"structure",
548+
"required":[
549+
"emailAddress",
550+
"firstName",
551+
"lastName"
552+
],
553+
"members":{
554+
"emailAddress":{
555+
"shape":"EmailId",
556+
"documentation":"<p>The email address of the superuser.</p>"
557+
},
558+
"firstName":{
559+
"shape":"NameString",
560+
"documentation":"<p>The first name of the superuser.</p>"
561+
},
562+
"lastName":{
563+
"shape":"NameString",
564+
"documentation":"<p>The last name of the superuser.</p>"
565+
}
566+
},
567+
"documentation":"<p>Configuration information for the superuser.</p>"
568+
},
514569
"TagKey":{
515570
"type":"string",
516571
"max":128,
@@ -651,5 +706,5 @@
651706
"pattern":"^[A-Za-z0-9._\\-:\\/#\\+]+$"
652707
}
653708
},
654-
"documentation":"<p>The FinSpace management service provides the APIs for managing the FinSpace environments. </p>"
709+
"documentation":"<p>The FinSpace management service provides the APIs for managing FinSpace environments.</p>"
655710
}

0 commit comments

Comments
 (0)