|
7475 | 7475 | },
|
7476 | 7476 | "AppSecurityGroupManagement":{
|
7477 | 7477 | "shape":"AppSecurityGroupManagement",
|
7478 |
| - "documentation":"<p>The entity that creates and manages the required security groups for inter-app communication in <code>VPCOnly</code> mode. Required when <code>CreateDomain.AppNetworkAccessType</code> is <code>VPCOnly</code> and <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is provided.</p>" |
| 7478 | + "documentation":"<p>The entity that creates and manages the required security groups for inter-app communication in <code>VPCOnly</code> mode. Required when <code>CreateDomain.AppNetworkAccessType</code> is <code>VPCOnly</code> and <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is provided. If setting up the domain for use with RStudio, this value must be set to <code>Service</code>.</p>" |
7479 | 7479 | },
|
7480 | 7480 | "DomainSettings":{
|
7481 | 7481 | "shape":"DomainSettings",
|
|
14615 | 14615 | "DesiredInstanceCount":{
|
14616 | 14616 | "shape":"TaskCount",
|
14617 | 14617 | "documentation":"<p>The variant's capacity.</p>"
|
| 14618 | + }, |
| 14619 | + "ServerlessUpdateConfig":{ |
| 14620 | + "shape":"ProductionVariantServerlessUpdateConfig", |
| 14621 | + "documentation":"<p>Specifies the serverless update concurrency configuration for an endpoint variant.</p>" |
14618 | 14622 | }
|
14619 | 14623 | },
|
14620 | 14624 | "documentation":"<p>Specifies weight and capacity values for a production variant.</p>"
|
|
15059 | 15063 | "members":{
|
15060 | 15064 | "RStudioServerProDomainSettingsForUpdate":{
|
15061 | 15065 | "shape":"RStudioServerProDomainSettingsForUpdate",
|
15062 |
| - "documentation":"<p>A collection of <code>RStudioServerPro</code> Domain-level app settings to update.</p>" |
| 15066 | + "documentation":"<p>A collection of <code>RStudioServerPro</code> Domain-level app settings to update. A single <code>RStudioServerPro</code> application is created for a domain.</p>" |
15063 | 15067 | },
|
15064 | 15068 | "ExecutionRoleIdentityConfig":{
|
15065 | 15069 | "shape":"ExecutionRoleIdentityConfig",
|
@@ -27755,10 +27759,28 @@
|
27755 | 27759 | "MaxConcurrency":{
|
27756 | 27760 | "shape":"ServerlessMaxConcurrency",
|
27757 | 27761 | "documentation":"<p>The maximum number of concurrent invocations your serverless endpoint can process.</p>"
|
| 27762 | + }, |
| 27763 | + "ProvisionedConcurrency":{ |
| 27764 | + "shape":"ServerlessProvisionedConcurrency", |
| 27765 | + "documentation":"<p>The amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to <code>MaxConcurrency</code>.</p>" |
27758 | 27766 | }
|
27759 | 27767 | },
|
27760 | 27768 | "documentation":"<p>Specifies the serverless configuration for an endpoint variant.</p>"
|
27761 | 27769 | },
|
| 27770 | + "ProductionVariantServerlessUpdateConfig":{ |
| 27771 | + "type":"structure", |
| 27772 | + "members":{ |
| 27773 | + "MaxConcurrency":{ |
| 27774 | + "shape":"ServerlessMaxConcurrency", |
| 27775 | + "documentation":"<p>The updated maximum number of concurrent invocations your serverless endpoint can process.</p>" |
| 27776 | + }, |
| 27777 | + "ProvisionedConcurrency":{ |
| 27778 | + "shape":"ServerlessProvisionedConcurrency", |
| 27779 | + "documentation":"<p>The updated amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to <code>MaxConcurrency</code>.</p>" |
| 27780 | + } |
| 27781 | + }, |
| 27782 | + "documentation":"<p>Specifies the serverless update concurrency configuration for an endpoint variant.</p>" |
| 27783 | + }, |
27762 | 27784 | "ProductionVariantStatus":{
|
27763 | 27785 | "type":"structure",
|
27764 | 27786 | "required":["Status"],
|
|
29661 | 29683 | "max":6144,
|
29662 | 29684 | "min":1024
|
29663 | 29685 | },
|
| 29686 | + "ServerlessProvisionedConcurrency":{ |
| 29687 | + "type":"integer", |
| 29688 | + "max":200, |
| 29689 | + "min":1 |
| 29690 | + }, |
29664 | 29691 | "ServiceCatalogEntityId":{
|
29665 | 29692 | "type":"string",
|
29666 | 29693 | "max":100,
|
|
32450 | 32477 | },
|
32451 | 32478 | "AppSecurityGroupManagement":{
|
32452 | 32479 | "shape":"AppSecurityGroupManagement",
|
32453 |
| - "documentation":"<p>The entity that creates and manages the required security groups for inter-app communication in <code>VPCOnly</code> mode. Required when <code>CreateDomain.AppNetworkAccessType</code> is <code>VPCOnly</code> and <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is provided.</p>" |
| 32480 | + "documentation":"<p>The entity that creates and manages the required security groups for inter-app communication in <code>VPCOnly</code> mode. Required when <code>CreateDomain.AppNetworkAccessType</code> is <code>VPCOnly</code> and <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is provided. If setting up the domain for use with RStudio, this value must be set to <code>Service</code>.</p>" |
32454 | 32481 | }
|
32455 | 32482 | }
|
32456 | 32483 | },
|
|
0 commit comments