|
10877 | 10877 | "max":50,
|
10878 | 10878 | "min":5
|
10879 | 10879 | },
|
| 10880 | + "MaxSessionDuration":{ |
| 10881 | + "type":"string", |
| 10882 | + "max":4, |
| 10883 | + "min":1, |
| 10884 | + "pattern":"^([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|1[0-4][0-3][0-9]|1440)$" |
| 10885 | + }, |
10880 | 10886 | "MetadataKey":{
|
10881 | 10887 | "type":"string",
|
10882 | 10888 | "max":256,
|
|
12279 | 12285 | "members":{
|
12280 | 12286 | "Key":{
|
12281 | 12287 | "shape":"ParameterStringFilterKey",
|
12282 |
| - "documentation":"<p>The name of the filter.</p> <p>The <code>ParameterStringFilter</code> object is used by the <a>DescribeParameters</a> and <a>GetParametersByPath</a> API operations. However, not all of the pattern values listed for <code>Key</code> can be used with both operations.</p> <p>For <code>DescribeActions</code>, all of the listed patterns are valid except <code>Label</code>.</p> <p>For <code>GetParametersByPath</code>, the following patterns listed for <code>Key</code> aren't valid: <code>tag</code>, <code>DataType</code>, <code>Name</code>, <code>Path</code>, and <code>Tier</code>.</p> <p>For examples of Amazon Web Services CLI commands demonstrating valid parameter filter constructions, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-search.html\">Searching for Systems Manager parameters</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>" |
| 12288 | + "documentation":"<p>The name of the filter.</p> <p>The <code>ParameterStringFilter</code> object is used by the <a>DescribeParameters</a> and <a>GetParametersByPath</a> API operations. However, not all of the pattern values listed for <code>Key</code> can be used with both operations.</p> <p>For <code>DescribeParameters</code>, all of the listed patterns are valid except <code>Label</code>.</p> <p>For <code>GetParametersByPath</code>, the following patterns listed for <code>Key</code> aren't valid: <code>tag</code>, <code>DataType</code>, <code>Name</code>, <code>Path</code>, and <code>Tier</code>.</p> <p>For examples of Amazon Web Services CLI commands demonstrating valid parameter filter constructions, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-search.html\">Searching for Systems Manager parameters</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>" |
12283 | 12289 | },
|
12284 | 12290 | "Option":{
|
12285 | 12291 | "shape":"ParameterStringQueryOption",
|
@@ -14219,13 +14225,21 @@
|
14219 | 14225 | "shape":"SessionOwner",
|
14220 | 14226 | "documentation":"<p>The ID of the Amazon Web Services user account that started the session.</p>"
|
14221 | 14227 | },
|
| 14228 | + "Reason":{ |
| 14229 | + "shape":"SessionReason", |
| 14230 | + "documentation":"<p>The reason for connecting to the instance.</p>" |
| 14231 | + }, |
14222 | 14232 | "Details":{
|
14223 | 14233 | "shape":"SessionDetails",
|
14224 | 14234 | "documentation":"<p>Reserved for future use.</p>"
|
14225 | 14235 | },
|
14226 | 14236 | "OutputUrl":{
|
14227 | 14237 | "shape":"SessionManagerOutputUrl",
|
14228 | 14238 | "documentation":"<p>Reserved for future use.</p>"
|
| 14239 | + }, |
| 14240 | + "MaxSessionDuration":{ |
| 14241 | + "shape":"MaxSessionDuration", |
| 14242 | + "documentation":"<p>The maximum duration of a session before it terminates.</p>" |
14229 | 14243 | }
|
14230 | 14244 | },
|
14231 | 14245 | "documentation":"<p>Information about a Session Manager connection to an instance.</p>"
|
|
14337 | 14351 | "max":256,
|
14338 | 14352 | "min":1
|
14339 | 14353 | },
|
| 14354 | + "SessionReason":{ |
| 14355 | + "type":"string", |
| 14356 | + "max":256, |
| 14357 | + "min":1, |
| 14358 | + "pattern":"^.{1,256}$" |
| 14359 | + }, |
14340 | 14360 | "SessionState":{
|
14341 | 14361 | "type":"string",
|
14342 | 14362 | "enum":[
|
|
14576 | 14596 | "shape":"DocumentARN",
|
14577 | 14597 | "documentation":"<p>The name of the SSM document to define the parameters and plugin settings for the session. For example, <code>SSM-SessionManagerRunShell</code>. You can call the <a>GetDocument</a> API to verify the document exists before attempting to start a session. If no document name is provided, a shell to the instance is launched by default.</p>"
|
14578 | 14598 | },
|
| 14599 | + "Reason":{ |
| 14600 | + "shape":"SessionReason", |
| 14601 | + "documentation":"<p>The reason for connecting to the instance. This value is included in the details for the Amazon CloudWatch Events event created when you start the session.</p>" |
| 14602 | + }, |
14579 | 14603 | "Parameters":{
|
14580 | 14604 | "shape":"SessionManagerParameters",
|
14581 | 14605 | "documentation":"<p>Reserved for future use.</p>"
|
|
0 commit comments