Skip to content

Commit 8e14a47

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Fixed an issue with cross account QueryLineage
1 parent b41a0a1 commit 8e14a47

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "Fixed an issue with cross account QueryLineage"
6+
}

services/sagemaker/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23642,7 +23642,6 @@
2364223642
},
2364323643
"QueryLineageRequest":{
2364423644
"type":"structure",
23645-
"required":["StartArns"],
2364623645
"members":{
2364723646
"StartArns":{
2364823647
"shape":"QueryLineageStartArns",
@@ -23695,7 +23694,7 @@
2369523694
"type":"list",
2369623695
"member":{"shape":"AssociationEntityArn"},
2369723696
"max":1,
23698-
"min":1
23697+
"min":0
2369923698
},
2370023699
"QueryLineageTypes":{
2370123700
"type":"list",

0 commit comments

Comments
 (0)