Skip to content

Commit 1238f9c

Browse files
Updated API models and rebuilt service gems.
1 parent 8e09af4 commit 1238f9c

File tree

35 files changed

+430
-143
lines changed

35 files changed

+430
-143
lines changed

apis/cognito-identity/2014-06-30/docs-2.json

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

apis/cognito-idp/2016-04-18/docs-2.json

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

apis/glue/2017-03-31/api-2.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4161,6 +4161,13 @@
41614161
"max":30,
41624162
"min":1
41634163
},
4164+
"AllowFullTableExternalDataAccessEnum":{
4165+
"type":"string",
4166+
"enum":[
4167+
"True",
4168+
"False"
4169+
]
4170+
},
41644171
"AllowedValue":{
41654172
"type":"structure",
41664173
"required":["Value"],
@@ -5108,7 +5115,8 @@
51085115
"FederatedCatalog":{"shape":"FederatedCatalog"},
51095116
"CatalogProperties":{"shape":"CatalogPropertiesOutput"},
51105117
"CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"},
5111-
"CreateDatabaseDefaultPermissions":{"shape":"PrincipalPermissionsList"}
5118+
"CreateDatabaseDefaultPermissions":{"shape":"PrincipalPermissionsList"},
5119+
"AllowFullTableExternalDataAccess":{"shape":"AllowFullTableExternalDataAccessEnum"}
51125120
}
51135121
},
51145122
"CatalogDeltaSource":{
@@ -5193,7 +5201,8 @@
51935201
"TargetRedshiftCatalog":{"shape":"TargetRedshiftCatalog"},
51945202
"CatalogProperties":{"shape":"CatalogProperties"},
51955203
"CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"},
5196-
"CreateDatabaseDefaultPermissions":{"shape":"PrincipalPermissionsList"}
5204+
"CreateDatabaseDefaultPermissions":{"shape":"PrincipalPermissionsList"},
5205+
"AllowFullTableExternalDataAccess":{"shape":"AllowFullTableExternalDataAccessEnum"}
51975206
}
51985207
},
51995208
"CatalogKafkaSource":{

apis/glue/2017-03-31/docs-2.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,13 @@
356356
"Aggregate$Aggs": "<p>Specifies the aggregate functions to be performed on specified fields. </p>"
357357
}
358358
},
359+
"AllowFullTableExternalDataAccessEnum": {
360+
"base": null,
361+
"refs": {
362+
"Catalog$AllowFullTableExternalDataAccess": "<p> Allows third-party engines to access data in Amazon S3 locations that are registered with Lake Formation. </p>",
363+
"CatalogInput$AllowFullTableExternalDataAccess": "<p> Allows third-party engines to access data in Amazon S3 locations that are registered with Lake Formation. </p>"
364+
}
365+
},
359366
"AllowedValue": {
360367
"base": "<p>An object representing a value allowed for a property.</p>",
361368
"refs": {

apis/lakeformation/2017-03-31/api-2.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@
191191
{"shape":"OperationTimeoutException"},
192192
{"shape":"EntityNotFoundException"},
193193
{"shape":"AccessDeniedException"},
194-
{"shape":"ConcurrentModificationException"}
194+
{"shape":"ConcurrentModificationException"},
195+
{"shape":"ResourceNumberLimitExceededException"}
195196
]
196197
},
197198
"DeleteDataCellsFilter":{
@@ -1126,6 +1127,7 @@
11261127
"Principal":{"shape":"DataLakePrincipal"},
11271128
"Resource":{"shape":"Resource"},
11281129
"Permissions":{"shape":"PermissionList"},
1130+
"Condition":{"shape":"Condition"},
11291131
"PermissionsWithGrantOption":{"shape":"PermissionList"}
11301132
}
11311133
},
@@ -1147,6 +1149,7 @@
11471149
"Failures":{"shape":"BatchPermissionsFailureList"}
11481150
}
11491151
},
1152+
"Boolean":{"type":"boolean"},
11501153
"BooleanNullable":{"type":"boolean"},
11511154
"CancelTransactionRequest":{
11521155
"type":"structure",
@@ -1315,7 +1318,8 @@
13151318
],
13161319
"members":{
13171320
"Principal":{"shape":"DataLakePrincipal"},
1318-
"Resource":{"shape":"Resource"}
1321+
"Resource":{"shape":"Resource"},
1322+
"Condition":{"shape":"Condition"}
13191323
}
13201324
},
13211325
"CreateLakeFormationOptInResponse":{
@@ -1490,7 +1494,8 @@
14901494
],
14911495
"members":{
14921496
"Principal":{"shape":"DataLakePrincipal"},
1493-
"Resource":{"shape":"Resource"}
1497+
"Resource":{"shape":"Resource"},
1498+
"Condition":{"shape":"Condition"}
14941499
}
14951500
},
14961501
"DeleteLakeFormationOptInResponse":{
@@ -1991,6 +1996,7 @@
19911996
"Principal":{"shape":"DataLakePrincipal"},
19921997
"Resource":{"shape":"Resource"},
19931998
"Permissions":{"shape":"PermissionList"},
1999+
"Condition":{"shape":"Condition"},
19942000
"PermissionsWithGrantOption":{"shape":"PermissionList"}
19952001
}
19962002
},
@@ -2530,7 +2536,8 @@
25302536
"UseServiceLinkedRole":{"shape":"NullableBoolean"},
25312537
"RoleArn":{"shape":"IAMRoleArn"},
25322538
"WithFederation":{"shape":"NullableBoolean"},
2533-
"HybridAccessEnabled":{"shape":"NullableBoolean"}
2539+
"HybridAccessEnabled":{"shape":"NullableBoolean"},
2540+
"WithPrivilegedAccess":{"shape":"Boolean"}
25342541
}
25352542
},
25362543
"RegisterResourceResponse":{
@@ -2578,7 +2585,8 @@
25782585
"RoleArn":{"shape":"IAMRoleArn"},
25792586
"LastModified":{"shape":"LastModifiedTimestamp"},
25802587
"WithFederation":{"shape":"NullableBoolean"},
2581-
"HybridAccessEnabled":{"shape":"NullableBoolean"}
2588+
"HybridAccessEnabled":{"shape":"NullableBoolean"},
2589+
"WithPrivilegedAccess":{"shape":"NullableBoolean"}
25822590
}
25832591
},
25842592
"ResourceInfoList":{
@@ -2635,6 +2643,7 @@
26352643
"Principal":{"shape":"DataLakePrincipal"},
26362644
"Resource":{"shape":"Resource"},
26372645
"Permissions":{"shape":"PermissionList"},
2646+
"Condition":{"shape":"Condition"},
26382647
"PermissionsWithGrantOption":{"shape":"PermissionList"}
26392648
}
26402649
},

apis/lakeformation/2017-03-31/docs-2.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"ListTableStorageOptimizers": "<p>Returns the configuration of all storage optimizers associated with a specified table.</p>",
4949
"ListTransactions": "<p>Returns metadata about transactions and their status. To prevent the response from growing indefinitely, only uncommitted transactions and those available for time-travel queries are returned.</p> <p>This operation can help you identify uncommitted transactions or to get information about transactions.</p>",
5050
"PutDataLakeSettings": "<p>Sets the list of data lake administrators who have admin privileges on all resources managed by Lake Formation. For more information on admin privileges, see <a href=\"https://docs.aws.amazon.com/lake-formation/latest/dg/lake-formation-permissions.html\">Granting Lake Formation Permissions</a>.</p> <p>This API replaces the current list of data lake admins with the new list being passed. To add an admin, fetch the current list and add the new admin to that list and pass that list in this API.</p>",
51-
"RegisterResource": "<p>Registers the resource as managed by the Data Catalog.</p> <p>To add or update data, Lake Formation needs read/write access to the chosen Amazon S3 path. Choose a role that you know has permission to do this, or choose the AWSServiceRoleForLakeFormationDataAccess service-linked role. When you register the first Amazon S3 path, the service-linked role and a new inline policy are created on your behalf. Lake Formation adds the first path to the inline policy and attaches it to the service-linked role. When you register subsequent paths, Lake Formation adds the path to the existing policy.</p> <p>The following request registers a new location and gives Lake Formation permission to use the service-linked role to access that location.</p> <p> <code>ResourceArn = arn:aws:s3:::my-bucket/ UseServiceLinkedRole = true</code> </p> <p>If <code>UseServiceLinkedRole</code> is not set to true, you must provide or set the <code>RoleArn</code>:</p> <p> <code>arn:aws:iam::12345:role/my-data-access-role</code> </p>",
51+
"RegisterResource": "<p>Registers the resource as managed by the Data Catalog.</p> <p>To add or update data, Lake Formation needs read/write access to the chosen data location. Choose a role that you know has permission to do this, or choose the AWSServiceRoleForLakeFormationDataAccess service-linked role. When you register the first Amazon S3 path, the service-linked role and a new inline policy are created on your behalf. Lake Formation adds the first path to the inline policy and attaches it to the service-linked role. When you register subsequent paths, Lake Formation adds the path to the existing policy.</p> <p>The following request registers a new location and gives Lake Formation permission to use the service-linked role to access that location.</p> <p> <code>ResourceArn = arn:aws:s3:::my-bucket/ UseServiceLinkedRole = true</code> </p> <p>If <code>UseServiceLinkedRole</code> is not set to true, you must provide or set the <code>RoleArn</code>:</p> <p> <code>arn:aws:iam::12345:role/my-data-access-role</code> </p>",
5252
"RemoveLFTagsFromResource": "<p>Removes an LF-tag from the resource. Only database, table, or tableWithColumns resource are allowed. To tag columns, use the column inclusion list in <code>tableWithColumns</code> to specify column input.</p>",
5353
"RevokePermissions": "<p>Revokes permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.</p>",
5454
"SearchDatabasesByLFTags": "<p>This operation allows a search on <code>DATABASE</code> resources by <code>TagCondition</code>. This operation is used by admins who want to grant user permissions on certain <code>TagConditions</code>. Before making a grant, the admin can use <code>SearchDatabasesByTags</code> to find all resources where the given <code>TagConditions</code> are valid to verify whether the returned resources can be shared.</p>",
@@ -199,6 +199,12 @@
199199
"refs": {
200200
}
201201
},
202+
"Boolean": {
203+
"base": null,
204+
"refs": {
205+
"RegisterResourceRequest$WithPrivilegedAccess": "<p>Grants the calling principal the permissions to perform all supported Lake Formation operations on the registered data location. </p>"
206+
}
207+
},
202208
"BooleanNullable": {
203209
"base": null,
204210
"refs": {
@@ -330,8 +336,13 @@
330336
"Condition": {
331337
"base": "<p>A Lake Formation condition, which applies to permissions and opt-ins that contain an expression.</p>",
332338
"refs": {
339+
"BatchPermissionsRequestEntry$Condition": null,
340+
"CreateLakeFormationOptInRequest$Condition": null,
341+
"DeleteLakeFormationOptInRequest$Condition": null,
342+
"GrantPermissionsRequest$Condition": null,
333343
"LakeFormationOptInsInfo$Condition": "<p>A Lake Formation condition, which applies to permissions and opt-ins that contain an expression.</p>",
334-
"PrincipalResourcePermissions$Condition": "<p>A Lake Formation condition, which applies to permissions and opt-ins that contain an expression.</p>"
344+
"PrincipalResourcePermissions$Condition": "<p>A Lake Formation condition, which applies to permissions and opt-ins that contain an expression.</p>",
345+
"RevokePermissionsRequest$Condition": null
335346
}
336347
},
337348
"ContextKey": {
@@ -1243,6 +1254,7 @@
12431254
"RegisterResourceRequest$HybridAccessEnabled": "<p> Specifies whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies. </p>",
12441255
"ResourceInfo$WithFederation": "<p>Whether or not the resource is a federated resource.</p>",
12451256
"ResourceInfo$HybridAccessEnabled": "<p> Indicates whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies. </p>",
1257+
"ResourceInfo$WithPrivilegedAccess": "<p>Grants the calling principal the permissions to perform all supported Lake Formation operations on the registered data location. </p>",
12461258
"UpdateResourceRequest$WithFederation": "<p>Whether or not the resource is a federated resource.</p>",
12471259
"UpdateResourceRequest$HybridAccessEnabled": "<p> Specifies whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies. </p>"
12481260
}

gems/aws-partitions/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.1067.0 (2025-03-14)
5+
------------------
6+
7+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8+
49
1.1066.0 (2025-03-13)
510
------------------
611

gems/aws-partitions/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1066.0
1+
1.1067.0

gems/aws-partitions/partitions.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3565,6 +3565,18 @@
35653565
},
35663566
"hostname" : "bedrock.eu-north-1.amazonaws.com"
35673567
},
3568+
"bedrock-eu-south-1" : {
3569+
"credentialScope" : {
3570+
"region" : "eu-south-1"
3571+
},
3572+
"hostname" : "bedrock.eu-south-1.amazonaws.com"
3573+
},
3574+
"bedrock-eu-south-2" : {
3575+
"credentialScope" : {
3576+
"region" : "eu-south-2"
3577+
},
3578+
"hostname" : "bedrock.eu-south-2.amazonaws.com"
3579+
},
35683580
"bedrock-eu-west-1" : {
35693581
"credentialScope" : {
35703582
"region" : "eu-west-1"
@@ -3673,6 +3685,18 @@
36733685
},
36743686
"hostname" : "bedrock-runtime.eu-north-1.amazonaws.com"
36753687
},
3688+
"bedrock-runtime-eu-south-1" : {
3689+
"credentialScope" : {
3690+
"region" : "eu-south-1"
3691+
},
3692+
"hostname" : "bedrock-runtime.eu-south-1.amazonaws.com"
3693+
},
3694+
"bedrock-runtime-eu-south-2" : {
3695+
"credentialScope" : {
3696+
"region" : "eu-south-2"
3697+
},
3698+
"hostname" : "bedrock-runtime.eu-south-2.amazonaws.com"
3699+
},
36763700
"bedrock-runtime-eu-west-1" : {
36773701
"credentialScope" : {
36783702
"region" : "eu-west-1"
@@ -3767,6 +3791,8 @@
37673791
"eu-central-1" : { },
37683792
"eu-central-2" : { },
37693793
"eu-north-1" : { },
3794+
"eu-south-1" : { },
3795+
"eu-south-2" : { },
37703796
"eu-west-1" : { },
37713797
"eu-west-2" : { },
37723798
"eu-west-3" : { },
@@ -5163,6 +5189,7 @@
51635189
"ap-southeast-2" : { },
51645190
"ap-southeast-3" : { },
51655191
"ap-southeast-4" : { },
5192+
"ap-southeast-5" : { },
51665193
"ca-central-1" : {
51675194
"variants" : [ {
51685195
"hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
@@ -14702,6 +14729,7 @@
1470214729
"ap-southeast-3" : { },
1470314730
"ap-southeast-4" : { },
1470414731
"ap-southeast-5" : { },
14732+
"ap-southeast-7" : { },
1470514733
"ca-central-1" : { },
1470614734
"ca-west-1" : { },
1470714735
"eu-central-1" : { },
@@ -28526,6 +28554,16 @@
2852628554
"cn-northwest-1" : { }
2852728555
}
2852828556
},
28557+
"metering.marketplace" : {
28558+
"defaults" : {
28559+
"credentialScope" : {
28560+
"service" : "aws-marketplace"
28561+
}
28562+
},
28563+
"endpoints" : {
28564+
"cn-northwest-1" : { }
28565+
}
28566+
},
2852928567
"metrics.sagemaker" : {
2853028568
"endpoints" : {
2853128569
"cn-north-1" : { },

gems/aws-sdk-cognitoidentity/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.71.0 (2025-03-14)
5+
------------------
6+
7+
* Feature - Updated API model build artifacts for identity pools
8+
49
1.70.0 (2025-02-18)
510
------------------
611

0 commit comments

Comments
 (0)