|
79 | 79 | {"shape":"InternalServerException"}, |
80 | 80 | {"shape":"ResourceNotFoundException"} |
81 | 81 | ], |
82 | | - "documentation":"<p>Displays detailed information about a specified application.</p>" |
| 82 | + "documentation":"<p>Displays detailed information about a specified application.</p>", |
| 83 | + "readonly":true |
83 | 84 | }, |
84 | 85 | "GetDashboardForJobRun":{ |
85 | 86 | "name":"GetDashboardForJobRun", |
|
111 | 112 | {"shape":"InternalServerException"}, |
112 | 113 | {"shape":"ResourceNotFoundException"} |
113 | 114 | ], |
114 | | - "documentation":"<p>Displays detailed information about a job run.</p>" |
| 115 | + "documentation":"<p>Displays detailed information about a job run.</p>", |
| 116 | + "readonly":true |
115 | 117 | }, |
116 | 118 | "ListApplications":{ |
117 | 119 | "name":"ListApplications", |
|
126 | 128 | {"shape":"ValidationException"}, |
127 | 129 | {"shape":"InternalServerException"} |
128 | 130 | ], |
129 | | - "documentation":"<p>Lists applications based on a set of parameters.</p>" |
| 131 | + "documentation":"<p>Lists applications based on a set of parameters.</p>", |
| 132 | + "readonly":true |
130 | 133 | }, |
131 | 134 | "ListJobRunAttempts":{ |
132 | 135 | "name":"ListJobRunAttempts", |
|
142 | 145 | {"shape":"InternalServerException"}, |
143 | 146 | {"shape":"ResourceNotFoundException"} |
144 | 147 | ], |
145 | | - "documentation":"<p>Lists all attempt of a job run.</p>" |
| 148 | + "documentation":"<p>Lists all attempt of a job run.</p>", |
| 149 | + "readonly":true |
146 | 150 | }, |
147 | 151 | "ListJobRuns":{ |
148 | 152 | "name":"ListJobRuns", |
|
157 | 161 | {"shape":"ValidationException"}, |
158 | 162 | {"shape":"InternalServerException"} |
159 | 163 | ], |
160 | | - "documentation":"<p>Lists job runs based on a set of parameters.</p>" |
| 164 | + "documentation":"<p>Lists job runs based on a set of parameters.</p>", |
| 165 | + "readonly":true |
161 | 166 | }, |
162 | 167 | "ListTagsForResource":{ |
163 | 168 | "name":"ListTagsForResource", |
|
173 | 178 | {"shape":"InternalServerException"}, |
174 | 179 | {"shape":"ResourceNotFoundException"} |
175 | 180 | ], |
176 | | - "documentation":"<p>Lists the tags assigned to the resources.</p>" |
| 181 | + "documentation":"<p>Lists the tags assigned to the resources.</p>", |
| 182 | + "readonly":true |
177 | 183 | }, |
178 | 184 | "StartApplication":{ |
179 | 185 | "name":"StartApplication", |
|
378 | 384 | }, |
379 | 385 | "identityCenterConfiguration":{ |
380 | 386 | "shape":"IdentityCenterConfiguration", |
381 | | - "documentation":"<p>The IAM Identity Center configuration applied to enable trusted identity propagation. </p>" |
| 387 | + "documentation":"<p>The IAM Identity Center configuration applied to enable trusted identity propagation.</p>" |
382 | 388 | } |
383 | 389 | }, |
384 | 390 | "documentation":"<p>Information about an application. Amazon EMR Serverless uses applications to run jobs.</p>" |
|
796 | 802 | }, |
797 | 803 | "DeleteApplicationResponse":{ |
798 | 804 | "type":"structure", |
799 | | - "members":{ |
800 | | - } |
| 805 | + "members":{} |
801 | 806 | }, |
802 | 807 | "DiskSize":{ |
803 | 808 | "type":"string", |
|
995 | 1000 | "identityCenterApplicationArn":{ |
996 | 1001 | "shape":"IdentityCenterApplicationArn", |
997 | 1002 | "documentation":"<p>The ARN of the EMR Serverless created IAM Identity Center Application that provides trusted-identity propagation.</p>" |
| 1003 | + }, |
| 1004 | + "userBackgroundSessionsEnabled":{ |
| 1005 | + "shape":"Boolean", |
| 1006 | + "documentation":"<p>Enables user background sessions for this application so Livy sessions can continue running after users log out of their interactive notebook or their Identity Center sessions expire.</p>" |
998 | 1007 | } |
999 | 1008 | }, |
1000 | | - "documentation":"<p>The IAM Identity Center Configuration that includes the Identify Center instance and application ARNs that provide trusted-identity propagation.</p>" |
| 1009 | + "documentation":"<p>The IAM Identity Center Configuration accepts the Identity Center instance parameter required to enable trusted identity propagation. This configuration allows identity propagation between integrated services and the Identity Center instance.</p>" |
1001 | 1010 | }, |
1002 | 1011 | "IdentityCenterConfigurationInput":{ |
1003 | 1012 | "type":"structure", |
1004 | 1013 | "members":{ |
1005 | 1014 | "identityCenterInstanceArn":{ |
1006 | 1015 | "shape":"IdentityCenterInstanceArn", |
1007 | 1016 | "documentation":"<p>The ARN of the IAM Identity Center instance.</p>" |
| 1017 | + }, |
| 1018 | + "userBackgroundSessionsEnabled":{ |
| 1019 | + "shape":"Boolean", |
| 1020 | + "documentation":"<p>Enables user background sessions for this application so Livy sessions can continue running after users log out of their interactive notebook or their Identity Center sessions expire.</p>" |
1008 | 1021 | } |
1009 | 1022 | }, |
1010 | | - "documentation":"<p>Specifies the IAM Identity Center configuration used to enable or disable trusted identity propagation. When provided, this configuration determines how the application interacts with IAM Identity Center for user authentication and access control.</p>" |
| 1023 | + "documentation":"<p>The IAM Identity Center Configuration accepts the Identity Center instance parameter required to enable trusted identity propagation. This configuration allows identity propagation between integrated services and the Identity Center instance.</p>" |
1011 | 1024 | }, |
1012 | 1025 | "IdentityCenterInstanceArn":{ |
1013 | 1026 | "type":"string", |
|
1985 | 1998 | }, |
1986 | 1999 | "StartApplicationResponse":{ |
1987 | 2000 | "type":"structure", |
1988 | | - "members":{ |
1989 | | - } |
| 2001 | + "members":{} |
1990 | 2002 | }, |
1991 | 2003 | "StartJobRunRequest":{ |
1992 | 2004 | "type":"structure", |
|
2082 | 2094 | }, |
2083 | 2095 | "StopApplicationResponse":{ |
2084 | 2096 | "type":"structure", |
2085 | | - "members":{ |
2086 | | - } |
| 2097 | + "members":{} |
2087 | 2098 | }, |
2088 | 2099 | "String1024":{ |
2089 | 2100 | "type":"string", |
|
2149 | 2160 | }, |
2150 | 2161 | "TagResourceResponse":{ |
2151 | 2162 | "type":"structure", |
2152 | | - "members":{ |
2153 | | - } |
| 2163 | + "members":{} |
2154 | 2164 | }, |
2155 | 2165 | "TagValue":{ |
2156 | 2166 | "type":"string", |
|
2199 | 2209 | }, |
2200 | 2210 | "UntagResourceResponse":{ |
2201 | 2211 | "type":"structure", |
2202 | | - "members":{ |
2203 | | - } |
| 2212 | + "members":{} |
2204 | 2213 | }, |
2205 | 2214 | "UpdateApplicationRequest":{ |
2206 | 2215 | "type":"structure", |
|
0 commit comments