You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-glue): This release adds the capability to enable User Background Sessions for customers running Trusted Identity Propagation enabled Interactive Sessions on AWS Glue.
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/glue.json
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10912,6 +10912,12 @@
10912
10912
"traits": {
10913
10913
"smithy.api#documentation": "<p>A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.</p>"
10914
10914
}
10915
+
},
10916
+
"UserBackgroundSessionsEnabled": {
10917
+
"target": "com.amazonaws.glue#NullableBoolean",
10918
+
"traits": {
10919
+
"smithy.api#documentation": "<p>Specifies whether users can run background sessions when using Identity Center authentication with Glue services.</p>"
10920
+
}
10915
10921
}
10916
10922
},
10917
10923
"traits": {
@@ -22327,6 +22333,12 @@
22327
22333
"traits": {
22328
22334
"smithy.api#documentation": "<p>A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.</p>"
22329
22335
}
22336
+
},
22337
+
"UserBackgroundSessionsEnabled": {
22338
+
"target": "com.amazonaws.glue#NullableBoolean",
22339
+
"traits": {
22340
+
"smithy.api#documentation": "<p>Indicates whether users can run background sessions when using Identity Center authentication with Glue services.</p>"
22341
+
}
22330
22342
}
22331
22343
},
22332
22344
"traits": {
@@ -45573,6 +45585,12 @@
45573
45585
"traits": {
45574
45586
"smithy.api#documentation": "<p>A list of Identity Center scopes that define the updated permissions and access levels for the Glue configuration.</p>"
45575
45587
}
45588
+
},
45589
+
"UserBackgroundSessionsEnabled": {
45590
+
"target": "com.amazonaws.glue#NullableBoolean",
45591
+
"traits": {
45592
+
"smithy.api#documentation": "<p>Specifies whether users can run background sessions when using Identity Center authentication with Glue services.</p>"
0 commit comments