@alicloud/sae20190506 2.12.2 → 2.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +190 -198
- package/dist/client.js +222 -198
- package/dist/client.js.map +1 -1
- package/dist/models/AbortChangeOrderRequest.d.ts +7 -0
- package/dist/models/AbortChangeOrderRequest.js.map +1 -1
- package/dist/models/AbortChangeOrderResponseBody.d.ts +19 -14
- package/dist/models/AbortChangeOrderResponseBody.js.map +1 -1
- package/dist/models/BatchRestartApplicationsResponseBody.d.ts +0 -3
- package/dist/models/BatchRestartApplicationsResponseBody.js.map +1 -1
- package/dist/models/BatchStartApplicationsRequest.d.ts +1 -1
- package/dist/models/BatchStartApplicationsResponseBody.d.ts +15 -9
- package/dist/models/BatchStartApplicationsResponseBody.js.map +1 -1
- package/dist/models/BatchStopApplicationsResponseBody.d.ts +11 -7
- package/dist/models/BatchStopApplicationsResponseBody.js.map +1 -1
- package/dist/models/BindNlbRequest.d.ts +17 -12
- package/dist/models/BindNlbRequest.js.map +1 -1
- package/dist/models/BindNlbResponseBody.d.ts +24 -18
- package/dist/models/BindNlbResponseBody.js.map +1 -1
- package/dist/models/BindSlbResponseBody.d.ts +3 -0
- package/dist/models/BindSlbResponseBody.js.map +1 -1
- package/dist/models/ConfirmPipelineBatchRequest.d.ts +6 -2
- package/dist/models/ConfirmPipelineBatchRequest.js.map +1 -1
- package/dist/models/ConfirmPipelineBatchResponseBody.d.ts +19 -14
- package/dist/models/ConfirmPipelineBatchResponseBody.js.map +1 -1
- package/dist/models/Container.d.ts +14 -14
- package/dist/models/ContainerResources.d.ts +1 -1
- package/dist/models/CreateApplicationRequest.d.ts +365 -259
- package/dist/models/CreateApplicationRequest.js +29 -1
- package/dist/models/CreateApplicationRequest.js.map +1 -1
- package/dist/models/CreateApplicationResponseBody.d.ts +19 -17
- package/dist/models/CreateApplicationResponseBody.js.map +1 -1
- package/dist/models/CreateApplicationScalingRuleRequest.d.ts +108 -79
- package/dist/models/CreateApplicationScalingRuleRequest.js.map +1 -1
- package/dist/models/CreateApplicationScalingRuleResponseBody.d.ts +113 -76
- package/dist/models/CreateApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/CreateApplicationShrinkRequest.d.ts +350 -259
- package/dist/models/CreateApplicationShrinkRequest.js +2 -0
- package/dist/models/CreateApplicationShrinkRequest.js.map +1 -1
- package/dist/models/CreateConfigMapResponseBody.d.ts +7 -10
- package/dist/models/CreateConfigMapResponseBody.js.map +1 -1
- package/dist/models/CreateGreyTagRouteRequest.d.ts +6 -6
- package/dist/models/CreateGreyTagRouteResponseBody.d.ts +20 -15
- package/dist/models/CreateGreyTagRouteResponseBody.js.map +1 -1
- package/dist/models/CreateIngressRequest.d.ts +71 -50
- package/dist/models/CreateIngressRequest.js.map +1 -1
- package/dist/models/CreateIngressResponseBody.d.ts +20 -17
- package/dist/models/CreateIngressResponseBody.js.map +1 -1
- package/dist/models/CreateJobRequest.d.ts +214 -128
- package/dist/models/CreateJobRequest.js.map +1 -1
- package/dist/models/CreateJobResponseBody.d.ts +24 -21
- package/dist/models/CreateJobResponseBody.js.map +1 -1
- package/dist/models/CreateNamespaceRequest.d.ts +9 -8
- package/dist/models/CreateNamespaceRequest.js.map +1 -1
- package/dist/models/CreateNamespaceResponseBody.d.ts +31 -28
- package/dist/models/CreateNamespaceResponseBody.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneGroupRequest.d.ts +14 -12
- package/dist/models/CreateOrUpdateSwimmingLaneGroupRequest.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBody.d.ts +24 -18
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBody.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.d.ts +14 -12
- package/dist/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneRequest.d.ts +77 -59
- package/dist/models/CreateOrUpdateSwimmingLaneRequest.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneResponseBody.d.ts +24 -18
- package/dist/models/CreateOrUpdateSwimmingLaneResponseBody.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneShrinkRequest.d.ts +18 -16
- package/dist/models/CreateOrUpdateSwimmingLaneShrinkRequest.js.map +1 -1
- package/dist/models/CreateSecretRequest.d.ts +6 -4
- package/dist/models/CreateSecretRequest.js.map +1 -1
- package/dist/models/CreateSecretResponseBody.d.ts +12 -10
- package/dist/models/CreateSecretResponseBody.js.map +1 -1
- package/dist/models/CreateSecretShrinkRequest.d.ts +6 -4
- package/dist/models/CreateSecretShrinkRequest.js.map +1 -1
- package/dist/models/DataInstancesValue.d.ts +6 -5
- package/dist/models/DataInstancesValue.js.map +1 -1
- package/dist/models/DataInstancesValueListenersValue.d.ts +13 -9
- package/dist/models/DataInstancesValueListenersValue.js.map +1 -1
- package/dist/models/DeleteApplicationResponseBody.d.ts +23 -17
- package/dist/models/DeleteApplicationResponseBody.js.map +1 -1
- package/dist/models/DeleteApplicationScalingRuleRequest.d.ts +2 -2
- package/dist/models/DeleteApplicationScalingRuleResponseBody.d.ts +26 -14
- package/dist/models/DeleteApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/DeleteConfigMapRequest.d.ts +1 -1
- package/dist/models/DeleteConfigMapResponseBody.d.ts +23 -17
- package/dist/models/DeleteConfigMapResponseBody.js.map +1 -1
- package/dist/models/DeleteGreyTagRouteResponseBody.d.ts +22 -16
- package/dist/models/DeleteGreyTagRouteResponseBody.js.map +1 -1
- package/dist/models/DeleteHistoryJobResponseBody.d.ts +16 -13
- package/dist/models/DeleteHistoryJobResponseBody.js.map +1 -1
- package/dist/models/DeleteIngressRequest.d.ts +1 -1
- package/dist/models/DeleteIngressResponseBody.d.ts +17 -12
- package/dist/models/DeleteIngressResponseBody.js.map +1 -1
- package/dist/models/DeleteInstancesRequest.d.ts +2 -2
- package/dist/models/DeleteInstancesResponseBody.d.ts +23 -17
- package/dist/models/DeleteInstancesResponseBody.js.map +1 -1
- package/dist/models/DeleteJobResponseBody.d.ts +16 -13
- package/dist/models/DeleteJobResponseBody.js.map +1 -1
- package/dist/models/DeleteNamespaceRequest.d.ts +4 -1
- package/dist/models/DeleteNamespaceRequest.js.map +1 -1
- package/dist/models/DeleteNamespaceResponseBody.d.ts +16 -11
- package/dist/models/DeleteNamespaceResponseBody.js.map +1 -1
- package/dist/models/DeleteSecretRequest.d.ts +2 -2
- package/dist/models/DeleteSecretResponseBody.d.ts +22 -19
- package/dist/models/DeleteSecretResponseBody.js.map +1 -1
- package/dist/models/DeleteSwimmingLaneGroupRequest.d.ts +2 -2
- package/dist/models/DeleteSwimmingLaneGroupResponseBody.d.ts +22 -16
- package/dist/models/DeleteSwimmingLaneGroupResponseBody.js.map +1 -1
- package/dist/models/DeployApplicationRequest.d.ts +354 -303
- package/dist/models/DeployApplicationRequest.js +29 -1
- package/dist/models/DeployApplicationRequest.js.map +1 -1
- package/dist/models/DeployApplicationResponseBody.d.ts +22 -22
- package/dist/models/DeployApplicationShrinkRequest.d.ts +339 -303
- package/dist/models/DeployApplicationShrinkRequest.js +2 -0
- package/dist/models/DeployApplicationShrinkRequest.js.map +1 -1
- package/dist/models/DescribeAppServiceDetailRequest.d.ts +10 -6
- package/dist/models/DescribeAppServiceDetailRequest.js.map +1 -1
- package/dist/models/DescribeAppServiceDetailResponseBody.d.ts +41 -40
- package/dist/models/DescribeAppServiceDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationConfigRequest.d.ts +2 -2
- package/dist/models/DescribeApplicationConfigResponseBody.d.ts +486 -346
- package/dist/models/DescribeApplicationConfigResponseBody.js +29 -1
- package/dist/models/DescribeApplicationConfigResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationGroupsRequest.d.ts +2 -2
- package/dist/models/DescribeApplicationGroupsResponseBody.d.ts +62 -39
- package/dist/models/DescribeApplicationGroupsResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationImageRequest.d.ts +2 -2
- package/dist/models/DescribeApplicationImageResponseBody.d.ts +26 -20
- package/dist/models/DescribeApplicationImageResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationInstancesRequest.d.ts +37 -6
- package/dist/models/DescribeApplicationInstancesRequest.js.map +1 -1
- package/dist/models/DescribeApplicationInstancesResponseBody.d.ts +99 -54
- package/dist/models/DescribeApplicationInstancesResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationMseServiceResponseBody.d.ts +17 -13
- package/dist/models/DescribeApplicationMseServiceResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationNlbsRequest.d.ts +1 -1
- package/dist/models/DescribeApplicationNlbsResponseBody.d.ts +19 -14
- package/dist/models/DescribeApplicationNlbsResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationScalingRuleRequest.d.ts +2 -2
- package/dist/models/DescribeApplicationScalingRuleResponseBody.d.ts +204 -88
- package/dist/models/DescribeApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationScalingRulesRequest.d.ts +1 -1
- package/dist/models/DescribeApplicationScalingRulesResponseBody.d.ts +244 -90
- package/dist/models/DescribeApplicationScalingRulesResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationSlbsRequest.d.ts +1 -1
- package/dist/models/DescribeApplicationSlbsResponseBody.d.ts +120 -33
- package/dist/models/DescribeApplicationSlbsResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationStatusResponseBody.d.ts +65 -44
- package/dist/models/DescribeApplicationStatusResponseBody.js.map +1 -1
- package/dist/models/DescribeChangeOrderRequest.d.ts +1 -1
- package/dist/models/DescribeChangeOrderResponseBody.d.ts +135 -78
- package/dist/models/DescribeChangeOrderResponseBody.js.map +1 -1
- package/dist/models/DescribeComponentsRequest.d.ts +4 -3
- package/dist/models/DescribeComponentsRequest.js.map +1 -1
- package/dist/models/DescribeComponentsResponseBody.d.ts +25 -19
- package/dist/models/DescribeComponentsResponseBody.js.map +1 -1
- package/dist/models/DescribeConfigMapRequest.d.ts +1 -1
- package/dist/models/DescribeConfigMapResponseBody.d.ts +32 -26
- package/dist/models/DescribeConfigMapResponseBody.js.map +1 -1
- package/dist/models/DescribeConfigurationPriceRequest.d.ts +74 -24
- package/dist/models/DescribeConfigurationPriceRequest.js.map +1 -1
- package/dist/models/DescribeConfigurationPriceResponseBody.d.ts +74 -49
- package/dist/models/DescribeConfigurationPriceResponseBody.js.map +1 -1
- package/dist/models/DescribeEdasContainersResponseBody.d.ts +22 -16
- package/dist/models/DescribeEdasContainersResponseBody.js.map +1 -1
- package/dist/models/DescribeGreyTagRouteRequest.d.ts +1 -1
- package/dist/models/DescribeGreyTagRouteResponseBody.d.ts +107 -77
- package/dist/models/DescribeGreyTagRouteResponseBody.js.map +1 -1
- package/dist/models/DescribeIngressRequest.d.ts +2 -2
- package/dist/models/DescribeIngressResponseBody.d.ts +233 -54
- package/dist/models/DescribeIngressResponseBody.js.map +1 -1
- package/dist/models/DescribeInstanceLogRequest.d.ts +8 -1
- package/dist/models/DescribeInstanceLogRequest.js.map +1 -1
- package/dist/models/DescribeInstanceLogResponseBody.d.ts +21 -20
- package/dist/models/DescribeInstanceLogResponseBody.js.map +1 -1
- package/dist/models/DescribeInstanceSpecificationsResponseBody.d.ts +33 -23
- package/dist/models/DescribeInstanceSpecificationsResponseBody.js.map +1 -1
- package/dist/models/DescribeJobHistoryRequest.d.ts +7 -4
- package/dist/models/DescribeJobHistoryRequest.js.map +1 -1
- package/dist/models/DescribeJobHistoryResponseBody.d.ts +22 -19
- package/dist/models/DescribeJobHistoryResponseBody.js.map +1 -1
- package/dist/models/DescribeJobRequest.d.ts +1 -1
- package/dist/models/DescribeJobResponseBody.d.ts +222 -159
- package/dist/models/DescribeJobResponseBody.js.map +1 -1
- package/dist/models/DescribeJobStatusResponseBody.d.ts +25 -18
- package/dist/models/DescribeJobStatusResponseBody.js.map +1 -1
- package/dist/models/DescribeNamespaceListRequest.d.ts +6 -4
- package/dist/models/DescribeNamespaceListRequest.js.map +1 -1
- package/dist/models/DescribeNamespaceListResponseBody.d.ts +21 -16
- package/dist/models/DescribeNamespaceListResponseBody.js.map +1 -1
- package/dist/models/DescribeNamespaceResourcesRequest.d.ts +4 -1
- package/dist/models/DescribeNamespaceResourcesRequest.js.map +1 -1
- package/dist/models/DescribeNamespaceResourcesResponseBody.d.ts +91 -45
- package/dist/models/DescribeNamespaceResourcesResponseBody.js.map +1 -1
- package/dist/models/DescribeNamespaceResponseBody.d.ts +18 -14
- package/dist/models/DescribeNamespaceResponseBody.js.map +1 -1
- package/dist/models/DescribeNamespacesRequest.d.ts +1 -1
- package/dist/models/DescribeNamespacesResponseBody.d.ts +30 -24
- package/dist/models/DescribeNamespacesResponseBody.js.map +1 -1
- package/dist/models/DescribePipelineResponseBody.d.ts +59 -39
- package/dist/models/DescribePipelineResponseBody.js.map +1 -1
- package/dist/models/DescribeRegionsResponseBody.d.ts +8 -5
- package/dist/models/DescribeRegionsResponseBody.js.map +1 -1
- package/dist/models/DescribeSecretResponseBody.d.ts +15 -12
- package/dist/models/DescribeSecretResponseBody.js.map +1 -1
- package/dist/models/DescribeSwimmingLaneRequest.d.ts +3 -3
- package/dist/models/DescribeSwimmingLaneResponseBody.d.ts +62 -53
- package/dist/models/DescribeSwimmingLaneResponseBody.js.map +1 -1
- package/dist/models/DescribeVswitchesRequest.d.ts +0 -11
- package/dist/models/DescribeVswitchesRequest.js.map +1 -1
- package/dist/models/DescribeVswitchesResponseBody.d.ts +0 -47
- package/dist/models/DescribeVswitchesResponseBody.js.map +1 -1
- package/dist/models/DisableApplicationScalingRuleRequest.d.ts +2 -2
- package/dist/models/DisableApplicationScalingRuleResponseBody.d.ts +24 -15
- package/dist/models/DisableApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/DisableArmsResponseBody.d.ts +17 -22
- package/dist/models/DisableArmsResponseBody.js.map +1 -1
- package/dist/models/DowngradeApplicationApmServiceResponseBody.d.ts +13 -11
- package/dist/models/DowngradeApplicationApmServiceResponseBody.js.map +1 -1
- package/dist/models/EnableApplicationScalingRuleResponseBody.d.ts +15 -12
- package/dist/models/EnableApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/ExecJobRequest.d.ts +31 -23
- package/dist/models/ExecJobRequest.js.map +1 -1
- package/dist/models/ExecJobResponseBody.d.ts +37 -26
- package/dist/models/ExecJobResponseBody.js.map +1 -1
- package/dist/models/GetApplicationRequest.d.ts +2 -2
- package/dist/models/GetApplicationResponseBody.d.ts +74 -44
- package/dist/models/GetApplicationResponseBody.js.map +1 -1
- package/dist/models/GetAvailabilityMetricResponseBody.d.ts +1 -1
- package/dist/models/GetChangeOrderMetricRequest.d.ts +20 -9
- package/dist/models/GetChangeOrderMetricRequest.js.map +1 -1
- package/dist/models/GetChangeOrderMetricResponseBody.d.ts +36 -15
- package/dist/models/GetChangeOrderMetricResponseBody.js.map +1 -1
- package/dist/models/GetScaleAppMetricResponseBody.d.ts +1 -1
- package/dist/models/GetWebshellTokenRequest.d.ts +7 -6
- package/dist/models/GetWebshellTokenRequest.js.map +1 -1
- package/dist/models/GetWebshellTokenResponseBody.d.ts +12 -10
- package/dist/models/GetWebshellTokenResponseBody.js.map +1 -1
- package/dist/models/ImageRegistryConfig.d.ts +8 -0
- package/dist/models/ImageRegistryConfig.js.map +1 -1
- package/dist/models/InitContainerConfig.d.ts +49 -0
- package/dist/models/InitContainerConfig.js.map +1 -1
- package/dist/models/ListAllSwimmingLaneGroupsRequest.d.ts +1 -1
- package/dist/models/ListAllSwimmingLaneGroupsResponseBody.d.ts +51 -42
- package/dist/models/ListAllSwimmingLaneGroupsResponseBody.js.map +1 -1
- package/dist/models/ListAllSwimmingLanesRequest.d.ts +2 -2
- package/dist/models/ListAllSwimmingLanesResponseBody.d.ts +67 -58
- package/dist/models/ListAllSwimmingLanesResponseBody.js.map +1 -1
- package/dist/models/ListAppEventsRequest.d.ts +19 -14
- package/dist/models/ListAppEventsRequest.js.map +1 -1
- package/dist/models/ListAppEventsResponseBody.d.ts +32 -23
- package/dist/models/ListAppEventsResponseBody.js.map +1 -1
- package/dist/models/ListAppServicesPageRequest.d.ts +5 -4
- package/dist/models/ListAppServicesPageRequest.js.map +1 -1
- package/dist/models/ListAppServicesPageResponseBody.d.ts +29 -24
- package/dist/models/ListAppServicesPageResponseBody.js.map +1 -1
- package/dist/models/ListAppServicesRequest.d.ts +21 -15
- package/dist/models/ListAppServicesRequest.js.map +1 -1
- package/dist/models/ListAppServicesResponseBody.d.ts +52 -37
- package/dist/models/ListAppServicesResponseBody.js.map +1 -1
- package/dist/models/ListAppVersionsRequest.d.ts +1 -1
- package/dist/models/ListAppVersionsResponseBody.d.ts +33 -23
- package/dist/models/ListAppVersionsResponseBody.js.map +1 -1
- package/dist/models/ListApplicationCenterServiceInstancesRequest.d.ts +0 -8
- package/dist/models/ListApplicationCenterServiceInstancesRequest.js.map +1 -1
- package/dist/models/ListApplicationCenterServiceInstancesResponseBody.d.ts +0 -43
- package/dist/models/ListApplicationCenterServiceInstancesResponseBody.js.map +1 -1
- package/dist/models/ListApplicationsForSwimmingLaneRequest.d.ts +2 -2
- package/dist/models/ListApplicationsForSwimmingLaneResponseBody.d.ts +27 -21
- package/dist/models/ListApplicationsForSwimmingLaneResponseBody.js.map +1 -1
- package/dist/models/ListApplicationsRequest.d.ts +50 -24
- package/dist/models/ListApplicationsRequest.js +2 -0
- package/dist/models/ListApplicationsRequest.js.map +1 -1
- package/dist/models/ListApplicationsResponseBody.d.ts +103 -79
- package/dist/models/ListApplicationsResponseBody.js +2 -0
- package/dist/models/ListApplicationsResponseBody.js.map +1 -1
- package/dist/models/ListChangeOrdersRequest.d.ts +76 -25
- package/dist/models/ListChangeOrdersRequest.js.map +1 -1
- package/dist/models/ListChangeOrdersResponseBody.d.ts +111 -78
- package/dist/models/ListChangeOrdersResponseBody.js.map +1 -1
- package/dist/models/ListConsumedServicesRequest.d.ts +1 -1
- package/dist/models/ListConsumedServicesResponseBody.d.ts +26 -20
- package/dist/models/ListConsumedServicesResponseBody.js.map +1 -1
- package/dist/models/ListGreyTagRouteRequest.d.ts +1 -1
- package/dist/models/ListGreyTagRouteResponseBody.d.ts +131 -66
- package/dist/models/ListGreyTagRouteResponseBody.js.map +1 -1
- package/dist/models/ListIngressesRequest.d.ts +10 -2
- package/dist/models/ListIngressesRequest.js.map +1 -1
- package/dist/models/ListIngressesResponseBody.d.ts +170 -40
- package/dist/models/ListIngressesResponseBody.js.map +1 -1
- package/dist/models/ListJobsRequest.d.ts +20 -16
- package/dist/models/ListJobsRequest.js.map +1 -1
- package/dist/models/ListJobsResponseBody.d.ts +81 -56
- package/dist/models/ListJobsResponseBody.js.map +1 -1
- package/dist/models/ListLogConfigsRequest.d.ts +3 -3
- package/dist/models/ListLogConfigsResponseBody.d.ts +39 -30
- package/dist/models/ListLogConfigsResponseBody.js.map +1 -1
- package/dist/models/ListNamespaceChangeOrdersRequest.d.ts +22 -6
- package/dist/models/ListNamespaceChangeOrdersRequest.js.map +1 -1
- package/dist/models/ListNamespaceChangeOrdersResponseBody.d.ts +52 -38
- package/dist/models/ListNamespaceChangeOrdersResponseBody.js.map +1 -1
- package/dist/models/ListNamespacedConfigMapsRequest.d.ts +1 -1
- package/dist/models/ListNamespacedConfigMapsResponseBody.d.ts +32 -28
- package/dist/models/ListNamespacedConfigMapsResponseBody.js.map +1 -1
- package/dist/models/ListPublishedServicesRequest.d.ts +1 -1
- package/dist/models/ListPublishedServicesResponseBody.d.ts +28 -22
- package/dist/models/ListPublishedServicesResponseBody.js.map +1 -1
- package/dist/models/ListSecretsRequest.d.ts +1 -1
- package/dist/models/ListSecretsResponseBody.d.ts +27 -24
- package/dist/models/ListSecretsResponseBody.js.map +1 -1
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBody.d.ts +27 -21
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBody.js.map +1 -1
- package/dist/models/ListSwimmingLaneGroupTagsRequest.d.ts +2 -2
- package/dist/models/ListSwimmingLaneGroupTagsResponseBody.d.ts +26 -20
- package/dist/models/ListSwimmingLaneGroupTagsResponseBody.js.map +1 -1
- package/dist/models/ListTagResourcesRequest.d.ts +9 -8
- package/dist/models/ListTagResourcesRequest.js.map +1 -1
- package/dist/models/ListTagResourcesResponseBody.d.ts +25 -19
- package/dist/models/ListTagResourcesResponseBody.js.map +1 -1
- package/dist/models/ListWebApplicationInstancesRequest.d.ts +3 -0
- package/dist/models/ListWebApplicationInstancesRequest.js.map +1 -1
- package/dist/models/ListWebApplicationInstancesShrinkRequest.d.ts +3 -0
- package/dist/models/ListWebApplicationInstancesShrinkRequest.js.map +1 -1
- package/dist/models/ListWebApplicationRevisionsOutput.d.ts +1 -1
- package/dist/models/ListWebApplicationRevisionsRequest.d.ts +1 -1
- package/dist/models/ListWebInstancesOutput.d.ts +3 -0
- package/dist/models/ListWebInstancesOutput.js.map +1 -1
- package/dist/models/PathConfig.d.ts +2 -2
- package/dist/models/QueryArmsEnableResponseBody.d.ts +8 -8
- package/dist/models/QueryResourceStaticsRequest.d.ts +1 -1
- package/dist/models/QueryResourceStaticsResponseBody.d.ts +36 -29
- package/dist/models/QueryResourceStaticsResponseBody.js.map +1 -1
- package/dist/models/ReduceApplicationCapacityByInstanceIdsResponseBody.d.ts +15 -12
- package/dist/models/ReduceApplicationCapacityByInstanceIdsResponseBody.js.map +1 -1
- package/dist/models/RegistryAuthenticationConfig.d.ts +6 -0
- package/dist/models/RegistryAuthenticationConfig.js.map +1 -1
- package/dist/models/RegistryCertificateConfig.d.ts +6 -0
- package/dist/models/RegistryCertificateConfig.js.map +1 -1
- package/dist/models/RescaleApplicationRequest.d.ts +10 -7
- package/dist/models/RescaleApplicationRequest.js.map +1 -1
- package/dist/models/RescaleApplicationResponseBody.d.ts +12 -10
- package/dist/models/RescaleApplicationResponseBody.js.map +1 -1
- package/dist/models/RescaleApplicationVerticallyRequest.d.ts +7 -7
- package/dist/models/RescaleApplicationVerticallyResponseBody.d.ts +22 -17
- package/dist/models/RescaleApplicationVerticallyResponseBody.js.map +1 -1
- package/dist/models/RestartApplicationRequest.d.ts +10 -7
- package/dist/models/RestartApplicationRequest.js.map +1 -1
- package/dist/models/RestartApplicationResponseBody.d.ts +15 -12
- package/dist/models/RestartApplicationResponseBody.js.map +1 -1
- package/dist/models/RestartInstancesResponseBody.d.ts +15 -12
- package/dist/models/RestartInstancesResponseBody.js.map +1 -1
- package/dist/models/ResumeTrafficRequest.d.ts +1 -1
- package/dist/models/ResumeTrafficResponseBody.d.ts +26 -19
- package/dist/models/ResumeTrafficResponseBody.js.map +1 -1
- package/dist/models/Revision.d.ts +2 -2
- package/dist/models/RollbackApplicationRequest.d.ts +24 -19
- package/dist/models/RollbackApplicationRequest.js.map +1 -1
- package/dist/models/RollbackApplicationResponseBody.d.ts +15 -12
- package/dist/models/RollbackApplicationResponseBody.js.map +1 -1
- package/dist/models/RouteConfig.d.ts +1 -1
- package/dist/models/SidecarContainerConfig.d.ts +30 -10
- package/dist/models/SidecarContainerConfig.js.map +1 -1
- package/dist/models/SlscollectConfig.d.ts +3 -3
- package/dist/models/StartApplicationResponseBody.d.ts +15 -12
- package/dist/models/StartApplicationResponseBody.js.map +1 -1
- package/dist/models/StopApplicationRequest.d.ts +1 -4
- package/dist/models/StopApplicationRequest.js.map +1 -1
- package/dist/models/StopApplicationResponseBody.d.ts +31 -16
- package/dist/models/StopApplicationResponseBody.js.map +1 -1
- package/dist/models/SuspendJobRequest.d.ts +3 -2
- package/dist/models/SuspendJobRequest.js.map +1 -1
- package/dist/models/SuspendJobResponseBody.d.ts +15 -12
- package/dist/models/SuspendJobResponseBody.js.map +1 -1
- package/dist/models/SuspendTrafficRequest.d.ts +1 -1
- package/dist/models/SuspendTrafficResponseBody.d.ts +19 -22
- package/dist/models/SuspendTrafficResponseBody.js.map +1 -1
- package/dist/models/TagResourcesRequest.d.ts +8 -7
- package/dist/models/TagResourcesRequest.js.map +1 -1
- package/dist/models/TagResourcesResponseBody.d.ts +21 -15
- package/dist/models/TagResourcesResponseBody.js.map +1 -1
- package/dist/models/UnbindNlbRequest.d.ts +9 -7
- package/dist/models/UnbindNlbRequest.js.map +1 -1
- package/dist/models/UnbindNlbResponseBody.d.ts +23 -17
- package/dist/models/UnbindNlbResponseBody.js.map +1 -1
- package/dist/models/UnbindSlbRequest.d.ts +8 -6
- package/dist/models/UnbindSlbRequest.js.map +1 -1
- package/dist/models/UnbindSlbResponseBody.d.ts +21 -15
- package/dist/models/UnbindSlbResponseBody.js.map +1 -1
- package/dist/models/UntagResourcesRequest.d.ts +7 -6
- package/dist/models/UntagResourcesRequest.js.map +1 -1
- package/dist/models/UntagResourcesResponseBody.d.ts +21 -15
- package/dist/models/UntagResourcesResponseBody.js.map +1 -1
- package/dist/models/UpdateAppModeRequest.d.ts +10 -7
- package/dist/models/UpdateAppModeRequest.js.map +1 -1
- package/dist/models/UpdateAppModeResponseBody.d.ts +19 -14
- package/dist/models/UpdateAppModeResponseBody.js.map +1 -1
- package/dist/models/UpdateAppSecurityGroupRequest.d.ts +2 -2
- package/dist/models/UpdateAppSecurityGroupResponseBody.d.ts +21 -15
- package/dist/models/UpdateAppSecurityGroupResponseBody.js.map +1 -1
- package/dist/models/UpdateApplicationDescriptionResponseBody.d.ts +15 -12
- package/dist/models/UpdateApplicationDescriptionResponseBody.js.map +1 -1
- package/dist/models/UpdateApplicationScalingRuleRequest.d.ts +101 -59
- package/dist/models/UpdateApplicationScalingRuleRequest.js.map +1 -1
- package/dist/models/UpdateApplicationScalingRuleResponseBody.d.ts +124 -64
- package/dist/models/UpdateApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/UpdateApplicationVswitchesRequest.d.ts +20 -1
- package/dist/models/UpdateApplicationVswitchesRequest.js.map +1 -1
- package/dist/models/UpdateApplicationVswitchesResponseBody.d.ts +21 -15
- package/dist/models/UpdateApplicationVswitchesResponseBody.js.map +1 -1
- package/dist/models/UpdateConfigMapRequest.d.ts +10 -1
- package/dist/models/UpdateConfigMapRequest.js.map +1 -1
- package/dist/models/UpdateConfigMapResponseBody.d.ts +24 -16
- package/dist/models/UpdateConfigMapResponseBody.js.map +1 -1
- package/dist/models/UpdateGreyTagRouteRequest.d.ts +6 -6
- package/dist/models/UpdateGreyTagRouteResponseBody.d.ts +19 -14
- package/dist/models/UpdateGreyTagRouteResponseBody.js.map +1 -1
- package/dist/models/UpdateIngressRequest.d.ts +81 -26
- package/dist/models/UpdateIngressRequest.js.map +1 -1
- package/dist/models/UpdateIngressResponseBody.d.ts +24 -18
- package/dist/models/UpdateIngressResponseBody.js.map +1 -1
- package/dist/models/UpdateJobRequest.d.ts +133 -95
- package/dist/models/UpdateJobRequest.js.map +1 -1
- package/dist/models/UpdateJobResponseBody.d.ts +23 -22
- package/dist/models/UpdateJobResponseBody.js.map +1 -1
- package/dist/models/UpdateNamespaceRequest.d.ts +3 -2
- package/dist/models/UpdateNamespaceRequest.js.map +1 -1
- package/dist/models/UpdateNamespaceResponseBody.d.ts +15 -12
- package/dist/models/UpdateNamespaceResponseBody.js.map +1 -1
- package/dist/models/UpdateNamespaceSlsConfigsRequest.d.ts +22 -13
- package/dist/models/UpdateNamespaceSlsConfigsRequest.js.map +1 -1
- package/dist/models/UpdateNamespaceSlsConfigsResponseBody.d.ts +7 -9
- package/dist/models/UpdateNamespaceSlsConfigsResponseBody.js.map +1 -1
- package/dist/models/UpdateNamespaceVpcRequest.d.ts +5 -2
- package/dist/models/UpdateNamespaceVpcRequest.js.map +1 -1
- package/dist/models/UpdateNamespaceVpcResponseBody.d.ts +26 -17
- package/dist/models/UpdateNamespaceVpcResponseBody.js.map +1 -1
- package/dist/models/UpdateSecretRequest.d.ts +6 -4
- package/dist/models/UpdateSecretRequest.js.map +1 -1
- package/dist/models/UpdateSecretResponseBody.d.ts +42 -0
- package/dist/models/UpdateSecretResponseBody.js.map +1 -1
- package/dist/models/UpdateSecretShrinkRequest.d.ts +3 -1
- package/dist/models/UpdateSecretShrinkRequest.js.map +1 -1
- package/dist/models/UpdateSwimmingLaneEnableAttributeRequest.d.ts +7 -6
- package/dist/models/UpdateSwimmingLaneEnableAttributeRequest.js.map +1 -1
- package/dist/models/UpdateSwimmingLaneEnableAttributeResponseBody.d.ts +22 -16
- package/dist/models/UpdateSwimmingLaneEnableAttributeResponseBody.js.map +1 -1
- package/dist/models/WebAclEntryConfig.d.ts +1 -1
- package/dist/models/WebApplication.d.ts +2 -2
- package/dist/models/WebVersionStatus.d.ts +3 -0
- package/dist/models/WebVersionStatus.js.map +1 -1
- package/dist/models/model.d.ts +3 -0
- package/dist/models/model.js +37 -31
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +227 -198
- package/src/models/AbortChangeOrderRequest.ts +7 -0
- package/src/models/AbortChangeOrderResponseBody.ts +19 -14
- package/src/models/BatchRestartApplicationsResponseBody.ts +0 -3
- package/src/models/BatchStartApplicationsRequest.ts +1 -1
- package/src/models/BatchStartApplicationsResponseBody.ts +15 -9
- package/src/models/BatchStopApplicationsResponseBody.ts +11 -7
- package/src/models/BindNlbRequest.ts +17 -12
- package/src/models/BindNlbResponseBody.ts +24 -18
- package/src/models/BindSlbResponseBody.ts +3 -0
- package/src/models/ConfirmPipelineBatchRequest.ts +6 -2
- package/src/models/ConfirmPipelineBatchResponseBody.ts +19 -14
- package/src/models/Container.ts +14 -14
- package/src/models/ContainerResources.ts +1 -1
- package/src/models/CreateApplicationRequest.ts +384 -259
- package/src/models/CreateApplicationResponseBody.ts +19 -17
- package/src/models/CreateApplicationScalingRuleRequest.ts +108 -79
- package/src/models/CreateApplicationScalingRuleResponseBody.ts +113 -76
- package/src/models/CreateApplicationShrinkRequest.ts +352 -259
- package/src/models/CreateConfigMapResponseBody.ts +7 -10
- package/src/models/CreateGreyTagRouteRequest.ts +6 -6
- package/src/models/CreateGreyTagRouteResponseBody.ts +20 -15
- package/src/models/CreateIngressRequest.ts +71 -50
- package/src/models/CreateIngressResponseBody.ts +20 -17
- package/src/models/CreateJobRequest.ts +214 -128
- package/src/models/CreateJobResponseBody.ts +24 -21
- package/src/models/CreateNamespaceRequest.ts +9 -8
- package/src/models/CreateNamespaceResponseBody.ts +31 -28
- package/src/models/CreateOrUpdateSwimmingLaneGroupRequest.ts +14 -12
- package/src/models/CreateOrUpdateSwimmingLaneGroupResponseBody.ts +24 -18
- package/src/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.ts +14 -12
- package/src/models/CreateOrUpdateSwimmingLaneRequest.ts +77 -59
- package/src/models/CreateOrUpdateSwimmingLaneResponseBody.ts +24 -18
- package/src/models/CreateOrUpdateSwimmingLaneShrinkRequest.ts +18 -16
- package/src/models/CreateSecretRequest.ts +6 -4
- package/src/models/CreateSecretResponseBody.ts +12 -10
- package/src/models/CreateSecretShrinkRequest.ts +6 -4
- package/src/models/DataInstancesValue.ts +6 -5
- package/src/models/DataInstancesValueListenersValue.ts +13 -9
- package/src/models/DeleteApplicationResponseBody.ts +23 -17
- package/src/models/DeleteApplicationScalingRuleRequest.ts +2 -2
- package/src/models/DeleteApplicationScalingRuleResponseBody.ts +26 -14
- package/src/models/DeleteConfigMapRequest.ts +1 -1
- package/src/models/DeleteConfigMapResponseBody.ts +23 -17
- package/src/models/DeleteGreyTagRouteResponseBody.ts +22 -16
- package/src/models/DeleteHistoryJobResponseBody.ts +16 -13
- package/src/models/DeleteIngressRequest.ts +1 -1
- package/src/models/DeleteIngressResponseBody.ts +17 -12
- package/src/models/DeleteInstancesRequest.ts +2 -2
- package/src/models/DeleteInstancesResponseBody.ts +23 -17
- package/src/models/DeleteJobResponseBody.ts +16 -13
- package/src/models/DeleteNamespaceRequest.ts +4 -1
- package/src/models/DeleteNamespaceResponseBody.ts +16 -11
- package/src/models/DeleteSecretRequest.ts +2 -2
- package/src/models/DeleteSecretResponseBody.ts +22 -19
- package/src/models/DeleteSwimmingLaneGroupRequest.ts +2 -2
- package/src/models/DeleteSwimmingLaneGroupResponseBody.ts +22 -16
- package/src/models/DeployApplicationRequest.ts +374 -304
- package/src/models/DeployApplicationResponseBody.ts +22 -22
- package/src/models/DeployApplicationShrinkRequest.ts +342 -304
- package/src/models/DescribeAppServiceDetailRequest.ts +10 -6
- package/src/models/DescribeAppServiceDetailResponseBody.ts +41 -40
- package/src/models/DescribeApplicationConfigRequest.ts +2 -2
- package/src/models/DescribeApplicationConfigResponseBody.ts +506 -347
- package/src/models/DescribeApplicationGroupsRequest.ts +2 -2
- package/src/models/DescribeApplicationGroupsResponseBody.ts +64 -41
- package/src/models/DescribeApplicationImageRequest.ts +2 -2
- package/src/models/DescribeApplicationImageResponseBody.ts +26 -20
- package/src/models/DescribeApplicationInstancesRequest.ts +37 -6
- package/src/models/DescribeApplicationInstancesResponseBody.ts +99 -54
- package/src/models/DescribeApplicationMseServiceResponseBody.ts +17 -13
- package/src/models/DescribeApplicationNlbsRequest.ts +1 -1
- package/src/models/DescribeApplicationNlbsResponseBody.ts +19 -14
- package/src/models/DescribeApplicationScalingRuleRequest.ts +2 -2
- package/src/models/DescribeApplicationScalingRuleResponseBody.ts +204 -88
- package/src/models/DescribeApplicationScalingRulesRequest.ts +1 -1
- package/src/models/DescribeApplicationScalingRulesResponseBody.ts +244 -90
- package/src/models/DescribeApplicationSlbsRequest.ts +1 -1
- package/src/models/DescribeApplicationSlbsResponseBody.ts +120 -33
- package/src/models/DescribeApplicationStatusResponseBody.ts +66 -45
- package/src/models/DescribeChangeOrderRequest.ts +1 -1
- package/src/models/DescribeChangeOrderResponseBody.ts +135 -78
- package/src/models/DescribeComponentsRequest.ts +4 -3
- package/src/models/DescribeComponentsResponseBody.ts +25 -19
- package/src/models/DescribeConfigMapRequest.ts +1 -1
- package/src/models/DescribeConfigMapResponseBody.ts +32 -26
- package/src/models/DescribeConfigurationPriceRequest.ts +74 -24
- package/src/models/DescribeConfigurationPriceResponseBody.ts +74 -49
- package/src/models/DescribeEdasContainersResponseBody.ts +22 -16
- package/src/models/DescribeGreyTagRouteRequest.ts +1 -1
- package/src/models/DescribeGreyTagRouteResponseBody.ts +107 -77
- package/src/models/DescribeIngressRequest.ts +2 -2
- package/src/models/DescribeIngressResponseBody.ts +233 -54
- package/src/models/DescribeInstanceLogRequest.ts +8 -1
- package/src/models/DescribeInstanceLogResponseBody.ts +21 -20
- package/src/models/DescribeInstanceSpecificationsResponseBody.ts +33 -23
- package/src/models/DescribeJobHistoryRequest.ts +7 -4
- package/src/models/DescribeJobHistoryResponseBody.ts +22 -19
- package/src/models/DescribeJobRequest.ts +1 -1
- package/src/models/DescribeJobResponseBody.ts +222 -159
- package/src/models/DescribeJobStatusResponseBody.ts +25 -18
- package/src/models/DescribeNamespaceListRequest.ts +6 -4
- package/src/models/DescribeNamespaceListResponseBody.ts +21 -16
- package/src/models/DescribeNamespaceResourcesRequest.ts +4 -1
- package/src/models/DescribeNamespaceResourcesResponseBody.ts +91 -45
- package/src/models/DescribeNamespaceResponseBody.ts +18 -14
- package/src/models/DescribeNamespacesRequest.ts +1 -1
- package/src/models/DescribeNamespacesResponseBody.ts +30 -24
- package/src/models/DescribePipelineResponseBody.ts +59 -39
- package/src/models/DescribeRegionsResponseBody.ts +8 -5
- package/src/models/DescribeSecretResponseBody.ts +15 -12
- package/src/models/DescribeSwimmingLaneRequest.ts +3 -3
- package/src/models/DescribeSwimmingLaneResponseBody.ts +62 -53
- package/src/models/DescribeVswitchesRequest.ts +0 -11
- package/src/models/DescribeVswitchesResponseBody.ts +0 -47
- package/src/models/DisableApplicationScalingRuleRequest.ts +2 -2
- package/src/models/DisableApplicationScalingRuleResponseBody.ts +24 -15
- package/src/models/DisableArmsResponseBody.ts +17 -22
- package/src/models/DowngradeApplicationApmServiceResponseBody.ts +13 -11
- package/src/models/EnableApplicationScalingRuleResponseBody.ts +15 -12
- package/src/models/ExecJobRequest.ts +31 -23
- package/src/models/ExecJobResponseBody.ts +37 -26
- package/src/models/GetApplicationRequest.ts +2 -2
- package/src/models/GetApplicationResponseBody.ts +75 -45
- package/src/models/GetAvailabilityMetricResponseBody.ts +1 -1
- package/src/models/GetChangeOrderMetricRequest.ts +20 -9
- package/src/models/GetChangeOrderMetricResponseBody.ts +36 -15
- package/src/models/GetScaleAppMetricResponseBody.ts +1 -1
- package/src/models/GetWebshellTokenRequest.ts +7 -6
- package/src/models/GetWebshellTokenResponseBody.ts +12 -10
- package/src/models/ImageRegistryConfig.ts +8 -0
- package/src/models/InitContainerConfig.ts +49 -0
- package/src/models/ListAllSwimmingLaneGroupsRequest.ts +1 -1
- package/src/models/ListAllSwimmingLaneGroupsResponseBody.ts +51 -42
- package/src/models/ListAllSwimmingLanesRequest.ts +2 -2
- package/src/models/ListAllSwimmingLanesResponseBody.ts +67 -58
- package/src/models/ListAppEventsRequest.ts +19 -14
- package/src/models/ListAppEventsResponseBody.ts +32 -23
- package/src/models/ListAppServicesPageRequest.ts +5 -4
- package/src/models/ListAppServicesPageResponseBody.ts +29 -24
- package/src/models/ListAppServicesRequest.ts +21 -15
- package/src/models/ListAppServicesResponseBody.ts +52 -37
- package/src/models/ListAppVersionsRequest.ts +1 -1
- package/src/models/ListAppVersionsResponseBody.ts +33 -23
- package/src/models/ListApplicationCenterServiceInstancesRequest.ts +0 -8
- package/src/models/ListApplicationCenterServiceInstancesResponseBody.ts +0 -43
- package/src/models/ListApplicationsForSwimmingLaneRequest.ts +2 -2
- package/src/models/ListApplicationsForSwimmingLaneResponseBody.ts +27 -21
- package/src/models/ListApplicationsRequest.ts +52 -24
- package/src/models/ListApplicationsResponseBody.ts +105 -79
- package/src/models/ListChangeOrdersRequest.ts +76 -25
- package/src/models/ListChangeOrdersResponseBody.ts +111 -78
- package/src/models/ListConsumedServicesRequest.ts +1 -1
- package/src/models/ListConsumedServicesResponseBody.ts +26 -20
- package/src/models/ListGreyTagRouteRequest.ts +1 -1
- package/src/models/ListGreyTagRouteResponseBody.ts +131 -66
- package/src/models/ListIngressesRequest.ts +10 -2
- package/src/models/ListIngressesResponseBody.ts +170 -40
- package/src/models/ListJobsRequest.ts +20 -16
- package/src/models/ListJobsResponseBody.ts +81 -56
- package/src/models/ListLogConfigsRequest.ts +3 -3
- package/src/models/ListLogConfigsResponseBody.ts +39 -30
- package/src/models/ListNamespaceChangeOrdersRequest.ts +22 -6
- package/src/models/ListNamespaceChangeOrdersResponseBody.ts +52 -38
- package/src/models/ListNamespacedConfigMapsRequest.ts +1 -1
- package/src/models/ListNamespacedConfigMapsResponseBody.ts +32 -28
- package/src/models/ListPublishedServicesRequest.ts +1 -1
- package/src/models/ListPublishedServicesResponseBody.ts +28 -22
- package/src/models/ListSecretsRequest.ts +1 -1
- package/src/models/ListSecretsResponseBody.ts +27 -24
- package/src/models/ListSwimmingLaneGatewayRoutesResponseBody.ts +27 -21
- package/src/models/ListSwimmingLaneGroupTagsRequest.ts +2 -2
- package/src/models/ListSwimmingLaneGroupTagsResponseBody.ts +26 -20
- package/src/models/ListTagResourcesRequest.ts +9 -8
- package/src/models/ListTagResourcesResponseBody.ts +25 -19
- package/src/models/ListWebApplicationInstancesRequest.ts +3 -0
- package/src/models/ListWebApplicationInstancesShrinkRequest.ts +3 -0
- package/src/models/ListWebApplicationRevisionsOutput.ts +1 -1
- package/src/models/ListWebApplicationRevisionsRequest.ts +1 -1
- package/src/models/ListWebInstancesOutput.ts +3 -0
- package/src/models/PathConfig.ts +2 -2
- package/src/models/QueryArmsEnableResponseBody.ts +8 -8
- package/src/models/QueryResourceStaticsRequest.ts +1 -1
- package/src/models/QueryResourceStaticsResponseBody.ts +37 -30
- package/src/models/ReduceApplicationCapacityByInstanceIdsResponseBody.ts +15 -12
- package/src/models/RegistryAuthenticationConfig.ts +6 -0
- package/src/models/RegistryCertificateConfig.ts +6 -0
- package/src/models/RescaleApplicationRequest.ts +10 -7
- package/src/models/RescaleApplicationResponseBody.ts +12 -10
- package/src/models/RescaleApplicationVerticallyRequest.ts +7 -7
- package/src/models/RescaleApplicationVerticallyResponseBody.ts +22 -17
- package/src/models/RestartApplicationRequest.ts +10 -7
- package/src/models/RestartApplicationResponseBody.ts +15 -12
- package/src/models/RestartInstancesResponseBody.ts +15 -12
- package/src/models/ResumeTrafficRequest.ts +1 -1
- package/src/models/ResumeTrafficResponseBody.ts +26 -19
- package/src/models/Revision.ts +2 -2
- package/src/models/RollbackApplicationRequest.ts +24 -19
- package/src/models/RollbackApplicationResponseBody.ts +15 -12
- package/src/models/RouteConfig.ts +1 -1
- package/src/models/SidecarContainerConfig.ts +30 -10
- package/src/models/SlscollectConfig.ts +3 -3
- package/src/models/StartApplicationResponseBody.ts +15 -12
- package/src/models/StopApplicationRequest.ts +1 -4
- package/src/models/StopApplicationResponseBody.ts +31 -16
- package/src/models/SuspendJobRequest.ts +3 -2
- package/src/models/SuspendJobResponseBody.ts +15 -12
- package/src/models/SuspendTrafficRequest.ts +1 -1
- package/src/models/SuspendTrafficResponseBody.ts +19 -22
- package/src/models/TagResourcesRequest.ts +8 -7
- package/src/models/TagResourcesResponseBody.ts +21 -15
- package/src/models/UnbindNlbRequest.ts +9 -7
- package/src/models/UnbindNlbResponseBody.ts +23 -17
- package/src/models/UnbindSlbRequest.ts +8 -6
- package/src/models/UnbindSlbResponseBody.ts +21 -15
- package/src/models/UntagResourcesRequest.ts +7 -6
- package/src/models/UntagResourcesResponseBody.ts +21 -15
- package/src/models/UpdateAppModeRequest.ts +10 -7
- package/src/models/UpdateAppModeResponseBody.ts +19 -14
- package/src/models/UpdateAppSecurityGroupRequest.ts +2 -2
- package/src/models/UpdateAppSecurityGroupResponseBody.ts +21 -15
- package/src/models/UpdateApplicationDescriptionResponseBody.ts +15 -12
- package/src/models/UpdateApplicationScalingRuleRequest.ts +101 -59
- package/src/models/UpdateApplicationScalingRuleResponseBody.ts +124 -64
- package/src/models/UpdateApplicationVswitchesRequest.ts +20 -1
- package/src/models/UpdateApplicationVswitchesResponseBody.ts +21 -15
- package/src/models/UpdateConfigMapRequest.ts +10 -1
- package/src/models/UpdateConfigMapResponseBody.ts +24 -16
- package/src/models/UpdateGreyTagRouteRequest.ts +6 -6
- package/src/models/UpdateGreyTagRouteResponseBody.ts +19 -14
- package/src/models/UpdateIngressRequest.ts +81 -26
- package/src/models/UpdateIngressResponseBody.ts +24 -18
- package/src/models/UpdateJobRequest.ts +133 -95
- package/src/models/UpdateJobResponseBody.ts +23 -22
- package/src/models/UpdateNamespaceRequest.ts +3 -2
- package/src/models/UpdateNamespaceResponseBody.ts +15 -12
- package/src/models/UpdateNamespaceSlsConfigsRequest.ts +22 -13
- package/src/models/UpdateNamespaceSlsConfigsResponseBody.ts +7 -9
- package/src/models/UpdateNamespaceVpcRequest.ts +5 -2
- package/src/models/UpdateNamespaceVpcResponseBody.ts +26 -17
- package/src/models/UpdateSecretRequest.ts +6 -4
- package/src/models/UpdateSecretResponseBody.ts +42 -0
- package/src/models/UpdateSecretShrinkRequest.ts +3 -1
- package/src/models/UpdateSwimmingLaneEnableAttributeRequest.ts +7 -6
- package/src/models/UpdateSwimmingLaneEnableAttributeResponseBody.ts +22 -16
- package/src/models/WebAclEntryConfig.ts +1 -1
- package/src/models/WebApplication.ts +2 -2
- package/src/models/WebVersionStatus.ts +3 -0
- package/src/models/model.ts +3 -0
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The
|
|
5
|
+
* The ARN of the RAM role required for cross-account image pulling. For more information, see [Grant permissions across Alibaba Cloud accounts by using a RAM role](https://help.aliyun.com/document_detail/223585.html).
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* acs:ram::123456789012****:role/adminrole
|
|
@@ -10,16 +10,23 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
10
10
|
acrAssumeRoleArn?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The ID of Container Registry Enterprise
|
|
13
|
+
* The instance ID of the Container Registry Enterprise instance. This parameter is required when **ImageUrl** is set to a Container Registry Enterprise Edition image.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* cri-xxxxxx
|
|
17
17
|
*/
|
|
18
18
|
acrInstanceId?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The AliyunAgent version.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* 4.4.2
|
|
25
|
+
*/
|
|
19
26
|
agentVersion?: string;
|
|
20
27
|
/**
|
|
21
28
|
* @remarks
|
|
22
|
-
* The description
|
|
29
|
+
* The application description. The description can be up to 1024 characters in length.
|
|
23
30
|
*
|
|
24
31
|
* @example
|
|
25
32
|
* This is a test description.
|
|
@@ -27,7 +34,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
27
34
|
appDescription?: string;
|
|
28
35
|
/**
|
|
29
36
|
* @remarks
|
|
30
|
-
* The name
|
|
37
|
+
* The application name. The name can contain digits, letters, and hyphens (-). The name must start with a letter and cannot end with a hyphen (-). The name can be up to 36 characters in length.
|
|
31
38
|
*
|
|
32
39
|
* This parameter is required.
|
|
33
40
|
*
|
|
@@ -37,7 +44,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
37
44
|
appName?: string;
|
|
38
45
|
/**
|
|
39
46
|
* @remarks
|
|
40
|
-
*
|
|
47
|
+
* Set this parameter to micro_service to create a microservice application.
|
|
41
48
|
*
|
|
42
49
|
* @example
|
|
43
50
|
* micro_service
|
|
@@ -45,10 +52,10 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
45
52
|
appSource?: string;
|
|
46
53
|
/**
|
|
47
54
|
* @remarks
|
|
48
|
-
* Specifies whether to associate an EIP
|
|
55
|
+
* Specifies whether to associate an EIP. Valid values:
|
|
49
56
|
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
57
|
+
* - **true**: associate an EIP.
|
|
58
|
+
* - **false**: do not associate an EIP.
|
|
52
59
|
*
|
|
53
60
|
* @example
|
|
54
61
|
* true
|
|
@@ -58,10 +65,10 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
58
65
|
* @remarks
|
|
59
66
|
* Specifies whether to automatically configure the network environment. Valid values:
|
|
60
67
|
*
|
|
61
|
-
*
|
|
62
|
-
*
|
|
68
|
+
* - **true**: SAE automatically configures the network environment when the application is created. The values of **NamespaceId**, **VpcId**, **vSwitchId**, and **SecurityGroupId** are ignored.
|
|
69
|
+
* - **false**: SAE manually configures the network environment when the application is created.
|
|
63
70
|
*
|
|
64
|
-
* >
|
|
71
|
+
* > If this parameter is set to **true**, any other **NamespaceId** value that is passed is ignored.
|
|
65
72
|
*
|
|
66
73
|
* @example
|
|
67
74
|
* true
|
|
@@ -69,7 +76,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
69
76
|
autoConfig?: boolean;
|
|
70
77
|
/**
|
|
71
78
|
* @remarks
|
|
72
|
-
* The
|
|
79
|
+
* The base application ID.
|
|
73
80
|
*
|
|
74
81
|
* @example
|
|
75
82
|
* ee99cce6-1c8e-4bfa-96c3-3e2fa9de8a41
|
|
@@ -77,15 +84,19 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
77
84
|
baseAppId?: string;
|
|
78
85
|
/**
|
|
79
86
|
* @remarks
|
|
80
|
-
* The command that is used to start the image. The command must be an
|
|
87
|
+
* The command that is used to start the image. The command must be an executable object in the container. Example:
|
|
81
88
|
*
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
*
|
|
85
|
-
*
|
|
86
|
-
*
|
|
89
|
+
* ```
|
|
90
|
+
* command:
|
|
91
|
+
* - echo
|
|
92
|
+
* - abc
|
|
93
|
+
* - >
|
|
94
|
+
* - file0
|
|
95
|
+
* ```
|
|
96
|
+
* In the preceding example, `Command="echo", CommandArgs=["abc", ">", "file0"]`.
|
|
87
97
|
*
|
|
88
|
-
*
|
|
98
|
+
*
|
|
99
|
+
* >Notice: This parameter is required when PackageType is set to DotnetZip.
|
|
89
100
|
*
|
|
90
101
|
* @example
|
|
91
102
|
* echo
|
|
@@ -93,11 +104,12 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
93
104
|
command?: string;
|
|
94
105
|
/**
|
|
95
106
|
* @remarks
|
|
96
|
-
* The
|
|
107
|
+
* The arguments of the image startup command. These are the arguments required by the startup command specified in **Command**. Format:
|
|
97
108
|
*
|
|
98
109
|
* `["a","b"]`
|
|
99
110
|
*
|
|
100
|
-
* In the preceding example,
|
|
111
|
+
* In the preceding example, `CommandArgs=["abc", ">", "file0"]`, where `["abc", ">", "file0"]` must be converted to the String type. The internal format is a JSON array. If this parameter is not required, leave it empty.
|
|
112
|
+
* >Notice: This parameter is required when PackageType is set to DotnetZip.
|
|
101
113
|
*
|
|
102
114
|
* @example
|
|
103
115
|
* ["a","b"]
|
|
@@ -105,14 +117,14 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
105
117
|
commandArgs?: string;
|
|
106
118
|
/**
|
|
107
119
|
* @remarks
|
|
108
|
-
* The
|
|
120
|
+
* The **ConfigMap** mount description. Use a ConfigMap created on the namespace configuration items page to inject configuration information into the container. Parameter description:
|
|
109
121
|
*
|
|
110
|
-
*
|
|
111
|
-
*
|
|
122
|
+
* - **configMapId**: the ConfigMap instance ID. You can obtain the ID by invoking the [ListNamespacedConfigMaps](https://help.aliyun.com/document_detail/176917.html) operation.
|
|
123
|
+
* - **key**: the key.
|
|
112
124
|
*
|
|
113
|
-
* > You can
|
|
125
|
+
* > You can mount all keys by passing the `sae-sys-configmap-all` parameter.
|
|
114
126
|
*
|
|
115
|
-
*
|
|
127
|
+
* - **mountPath**: the mount path.
|
|
116
128
|
*
|
|
117
129
|
* @example
|
|
118
130
|
* [{"configMapId":16,"key":"test","mountPath":"/tmp"}]
|
|
@@ -120,16 +132,15 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
120
132
|
configMapMountDesc?: string;
|
|
121
133
|
/**
|
|
122
134
|
* @remarks
|
|
123
|
-
* The CPU specifications
|
|
135
|
+
* The CPU specifications required for each instance, in millicores. This parameter cannot be set to 0. Only the following defined specifications are supported:
|
|
124
136
|
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
* * **32000**
|
|
137
|
+
* - **500**
|
|
138
|
+
* - **1000**
|
|
139
|
+
* - **2000**
|
|
140
|
+
* - **4000**
|
|
141
|
+
* - **8000**
|
|
142
|
+
* - **16000**
|
|
143
|
+
* - **32000**
|
|
133
144
|
*
|
|
134
145
|
* @example
|
|
135
146
|
* 1000
|
|
@@ -137,10 +148,10 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
137
148
|
cpu?: number;
|
|
138
149
|
/**
|
|
139
150
|
* @remarks
|
|
140
|
-
* The custom
|
|
151
|
+
* The custom host mapping in the container. Valid values:
|
|
141
152
|
*
|
|
142
|
-
*
|
|
143
|
-
*
|
|
153
|
+
* - **hostName**: the domain name or hostname.
|
|
154
|
+
* - **ip**: the IP address.
|
|
144
155
|
*
|
|
145
156
|
* @example
|
|
146
157
|
* [{"hostName":"samplehost","ip":"127.0.0.1"}]
|
|
@@ -148,11 +159,10 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
148
159
|
customHostAlias?: string;
|
|
149
160
|
/**
|
|
150
161
|
* @remarks
|
|
151
|
-
*
|
|
152
|
-
*
|
|
153
|
-
* - internet: Public network image
|
|
162
|
+
* The custom image type. Set this parameter to an empty string if the image is not a custom image:
|
|
154
163
|
*
|
|
155
|
-
* -
|
|
164
|
+
* - internet: public image
|
|
165
|
+
* - intranet: private image
|
|
156
166
|
*
|
|
157
167
|
* @example
|
|
158
168
|
* internet
|
|
@@ -160,10 +170,10 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
160
170
|
customImageNetworkType?: string;
|
|
161
171
|
/**
|
|
162
172
|
* @remarks
|
|
163
|
-
*
|
|
173
|
+
* Specifies whether to immediately deploy the application. Valid values:
|
|
164
174
|
*
|
|
165
|
-
*
|
|
166
|
-
*
|
|
175
|
+
* - **true**: default value. The application is deployed immediately.
|
|
176
|
+
* - **false**: the application is deployed later.
|
|
167
177
|
*
|
|
168
178
|
* @example
|
|
169
179
|
* true
|
|
@@ -171,7 +181,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
171
181
|
deploy?: boolean;
|
|
172
182
|
/**
|
|
173
183
|
* @remarks
|
|
174
|
-
* The disk size
|
|
184
|
+
* The disk storage size, in GB.
|
|
175
185
|
*
|
|
176
186
|
* @example
|
|
177
187
|
* 50
|
|
@@ -179,13 +189,13 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
179
189
|
diskSize?: number;
|
|
180
190
|
/**
|
|
181
191
|
* @remarks
|
|
182
|
-
*
|
|
192
|
+
* The version of the .NET framework:
|
|
183
193
|
*
|
|
184
|
-
*
|
|
185
|
-
*
|
|
186
|
-
*
|
|
187
|
-
*
|
|
188
|
-
*
|
|
194
|
+
* - .NET 3.1
|
|
195
|
+
* - .NET 5.0
|
|
196
|
+
* - .NET 6.0
|
|
197
|
+
* - .NET 7.0
|
|
198
|
+
* - .NET 8.0
|
|
189
199
|
*
|
|
190
200
|
* @example
|
|
191
201
|
* .NET 3.1
|
|
@@ -193,18 +203,26 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
193
203
|
dotnet?: string;
|
|
194
204
|
/**
|
|
195
205
|
* @remarks
|
|
196
|
-
* The version of the
|
|
206
|
+
* The version of the application runtime environment in the HSF framework, such as the Ali-Tomcat container.
|
|
197
207
|
*
|
|
198
208
|
* @example
|
|
199
209
|
* 3.5.3
|
|
200
210
|
*/
|
|
201
211
|
edasContainerVersion?: string;
|
|
212
|
+
/**
|
|
213
|
+
* @remarks
|
|
214
|
+
* The shared ephemeral storage configuration.
|
|
215
|
+
*
|
|
216
|
+
* @example
|
|
217
|
+
* [{\\"name\\":\\"workdir\\",\\"mountPath\\":\\"/usr/local/tomcat/webapps\\"}]
|
|
218
|
+
*/
|
|
202
219
|
emptyDirDesc?: string;
|
|
203
220
|
/**
|
|
204
221
|
* @remarks
|
|
205
|
-
*
|
|
206
|
-
*
|
|
207
|
-
* -
|
|
222
|
+
* Specifies whether to enable the CPU Burst feature:
|
|
223
|
+
*
|
|
224
|
+
* - true: Enabled.
|
|
225
|
+
* - false: Disabled.
|
|
208
226
|
*
|
|
209
227
|
* @example
|
|
210
228
|
* true
|
|
@@ -212,35 +230,55 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
212
230
|
enableCpuBurst?: boolean;
|
|
213
231
|
/**
|
|
214
232
|
* @remarks
|
|
215
|
-
*
|
|
216
|
-
*
|
|
217
|
-
* -
|
|
218
|
-
* - false: Disable (default).
|
|
233
|
+
* Specifies whether to enable application monitoring for non-Java applications based on eBPF technology. Valid values:
|
|
234
|
+
* - **true**: enabled.
|
|
235
|
+
* - **false**: disabled. This is the default value.
|
|
219
236
|
*
|
|
220
237
|
* @example
|
|
221
238
|
* false
|
|
222
239
|
*/
|
|
223
240
|
enableEbpf?: string;
|
|
241
|
+
/**
|
|
242
|
+
* @remarks
|
|
243
|
+
* Specifies whether to reuse the namespace agent version configuration.
|
|
244
|
+
*
|
|
245
|
+
* @example
|
|
246
|
+
* true
|
|
247
|
+
*/
|
|
224
248
|
enableNamespaceAgentVersion?: boolean;
|
|
249
|
+
/**
|
|
250
|
+
* @remarks
|
|
251
|
+
* Specifies whether to reuse the namespace SLS log configuration.
|
|
252
|
+
*
|
|
253
|
+
* @example
|
|
254
|
+
* true
|
|
255
|
+
*/
|
|
225
256
|
enableNamespaceSlsConfig?: boolean;
|
|
226
257
|
/**
|
|
227
258
|
* @remarks
|
|
228
|
-
*
|
|
259
|
+
* Specifies whether to enable the new ARMS feature:
|
|
229
260
|
*
|
|
230
|
-
*
|
|
231
|
-
*
|
|
261
|
+
* - true: Enabled.
|
|
262
|
+
* - false: Disabled.
|
|
232
263
|
*
|
|
233
264
|
* @example
|
|
234
265
|
* false
|
|
235
266
|
*/
|
|
236
267
|
enableNewArms?: boolean;
|
|
268
|
+
/**
|
|
269
|
+
* @remarks
|
|
270
|
+
* Specifies whether to enable Prometheus custom metric collection.
|
|
271
|
+
*
|
|
272
|
+
* @example
|
|
273
|
+
* false
|
|
274
|
+
*/
|
|
237
275
|
enablePrometheus?: boolean;
|
|
238
276
|
/**
|
|
239
277
|
* @remarks
|
|
240
|
-
*
|
|
278
|
+
* Specifies whether to enable sidecar resource isolation:
|
|
241
279
|
*
|
|
242
|
-
* - true:
|
|
243
|
-
* - false:
|
|
280
|
+
* - true: Isolated.
|
|
281
|
+
* - false: Not isolated.
|
|
244
282
|
*
|
|
245
283
|
* @example
|
|
246
284
|
* true
|
|
@@ -248,30 +286,70 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
248
286
|
enableSidecarResourceIsolated?: boolean;
|
|
249
287
|
/**
|
|
250
288
|
* @remarks
|
|
251
|
-
* The environment
|
|
252
|
-
*
|
|
253
|
-
*
|
|
254
|
-
*
|
|
255
|
-
*
|
|
256
|
-
*
|
|
257
|
-
*
|
|
258
|
-
*
|
|
259
|
-
*
|
|
260
|
-
*
|
|
261
|
-
*
|
|
262
|
-
*
|
|
263
|
-
*
|
|
264
|
-
*
|
|
265
|
-
*
|
|
266
|
-
*
|
|
289
|
+
* The container environment variable parameters. You can customize environment variables or reference a ConfigMap. To reference a ConfigMap, create a ConfigMap instance first. For more information, see [CreateConfigMap](https://help.aliyun.com/document_detail/176914.html). Valid values:
|
|
290
|
+
* - Custom configuration
|
|
291
|
+
* - **name**: the name of the environment variable.
|
|
292
|
+
* - **value**: the value of the environment variable. This takes priority over valueFrom.
|
|
293
|
+
* - Reference a ConfigMap (valueFrom)
|
|
294
|
+
* - **name**: the name of the environment variable. You can reference a single key or all keys. To reference all keys, enter `sae-sys-configmap-all-<ConfigMap name>`, such as `sae-sys-configmap-all-test1`.
|
|
295
|
+
* - **valueFrom**: the environment variable reference. Set the value to `configMapRef`.
|
|
296
|
+
* - **configMapId**: the ConfigMap ID.
|
|
297
|
+
* - **key**: the key. If you reference all keys, do not set this field.
|
|
298
|
+
*
|
|
299
|
+
* @example
|
|
300
|
+
* [
|
|
301
|
+
* {
|
|
302
|
+
* "name": "sae-sys-configmap-all-hello",
|
|
303
|
+
* "valueFrom": {
|
|
304
|
+
* "configMapRef": {
|
|
305
|
+
* "configMapId": 100,
|
|
306
|
+
* "key": ""
|
|
307
|
+
* }
|
|
308
|
+
* }
|
|
309
|
+
* },
|
|
310
|
+
* {
|
|
311
|
+
* "name": "hello",
|
|
312
|
+
* "valueFrom": {
|
|
313
|
+
* "configMapRef": {
|
|
314
|
+
* "configMapId": 101,
|
|
315
|
+
* "key": "php-fpm"
|
|
316
|
+
* }
|
|
317
|
+
* }
|
|
318
|
+
* },
|
|
319
|
+
* {
|
|
320
|
+
* "name": "envtmp",
|
|
321
|
+
* "value": "newenv"
|
|
322
|
+
* }
|
|
323
|
+
* ]
|
|
267
324
|
*/
|
|
268
325
|
envs?: string;
|
|
269
326
|
gpuConfig?: string;
|
|
327
|
+
/**
|
|
328
|
+
* @remarks
|
|
329
|
+
* The K8s Headless Service-based service registration and discovery.
|
|
330
|
+
* - serviceName: the service name.
|
|
331
|
+
* - namespaceId: the namespace ID.
|
|
332
|
+
*
|
|
333
|
+
* @example
|
|
334
|
+
* {\\"serviceName\\":\\"leaf-test-headless\\",\\"namespaceId\\":\\"cn-zhangjiakou:prod\\"}
|
|
335
|
+
*/
|
|
270
336
|
headlessPvtzDiscoverySvc?: string;
|
|
337
|
+
/**
|
|
338
|
+
* @remarks
|
|
339
|
+
* The Nginx version.
|
|
340
|
+
* - nginx 1.20
|
|
341
|
+
* - nginx 1.22
|
|
342
|
+
* - nginx 1.24
|
|
343
|
+
* - nginx 1.26
|
|
344
|
+
* - nginx 1.28
|
|
345
|
+
*
|
|
346
|
+
* @example
|
|
347
|
+
* nginx 1.28
|
|
348
|
+
*/
|
|
271
349
|
html?: string;
|
|
272
350
|
/**
|
|
273
351
|
* @remarks
|
|
274
|
-
* The
|
|
352
|
+
* The corresponding secret ID.
|
|
275
353
|
*
|
|
276
354
|
* @example
|
|
277
355
|
* 10
|
|
@@ -279,7 +357,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
279
357
|
imagePullSecrets?: string;
|
|
280
358
|
/**
|
|
281
359
|
* @remarks
|
|
282
|
-
* The
|
|
360
|
+
* The image address. This parameter is required when **Package Type** is set to **Image**.
|
|
283
361
|
*
|
|
284
362
|
* @example
|
|
285
363
|
* registry.cn-hangzhou.aliyuncs.com/sae_test/ali_sae_test:0.0.1
|
|
@@ -287,13 +365,17 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
287
365
|
imageUrl?: string;
|
|
288
366
|
/**
|
|
289
367
|
* @remarks
|
|
290
|
-
*
|
|
368
|
+
* The init container configuration.
|
|
291
369
|
*/
|
|
292
370
|
initContainersConfigShrink?: string;
|
|
371
|
+
/**
|
|
372
|
+
* @remarks
|
|
373
|
+
* Specifies whether the application is stateful.
|
|
374
|
+
*/
|
|
293
375
|
isStateful?: boolean;
|
|
294
376
|
/**
|
|
295
377
|
* @remarks
|
|
296
|
-
* The arguments
|
|
378
|
+
* The arguments for starting the JAR package application. The default startup command for the application: `$JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs`
|
|
297
379
|
*
|
|
298
380
|
* @example
|
|
299
381
|
* custom-args
|
|
@@ -301,7 +383,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
301
383
|
jarStartArgs?: string;
|
|
302
384
|
/**
|
|
303
385
|
* @remarks
|
|
304
|
-
* The
|
|
386
|
+
* The options for starting the JAR package application. The default startup command for the application: `$JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs`
|
|
305
387
|
*
|
|
306
388
|
* @example
|
|
307
389
|
* -Xms4G -Xmx4G
|
|
@@ -309,16 +391,16 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
309
391
|
jarStartOptions?: string;
|
|
310
392
|
/**
|
|
311
393
|
* @remarks
|
|
312
|
-
* The version
|
|
394
|
+
* The JDK version on which the deployment package depends. Valid values:
|
|
313
395
|
*
|
|
314
|
-
*
|
|
315
|
-
*
|
|
316
|
-
*
|
|
317
|
-
*
|
|
318
|
-
*
|
|
319
|
-
*
|
|
396
|
+
* - **Open JDK 8**
|
|
397
|
+
* - **Open JDK 7**
|
|
398
|
+
* - **Dragonwell 11**
|
|
399
|
+
* - **Dragonwell 8**
|
|
400
|
+
* - **openjdk-8u191-jdk-alpine3.9**
|
|
401
|
+
* - **openjdk-7u201-jdk-alpine3.9**
|
|
320
402
|
*
|
|
321
|
-
* This parameter is not
|
|
403
|
+
* This parameter is not supported when **Package Type** is set to **Image**.
|
|
322
404
|
*
|
|
323
405
|
* @example
|
|
324
406
|
* Open JDK 8
|
|
@@ -326,38 +408,38 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
326
408
|
jdk?: string;
|
|
327
409
|
/**
|
|
328
410
|
* @remarks
|
|
329
|
-
* The
|
|
411
|
+
* The summary of configurations for log collection to Kafka. Valid values:
|
|
330
412
|
*
|
|
331
|
-
*
|
|
332
|
-
*
|
|
333
|
-
*
|
|
413
|
+
* - **kafkaEndpoint**: the service registration address of the Kafka API.
|
|
414
|
+
* - **kafkaInstanceId**: the Kafka instance ID.
|
|
415
|
+
* - **kafkaConfigs**: the summary of configurations for one or more log entries. For more information about the valid values, see the **kafkaConfigs** request parameter in this topic.
|
|
334
416
|
*
|
|
335
417
|
* @example
|
|
336
|
-
* {"kafkaEndpoint":"10.0.X.XXX:XXXX,10.0.X.XXX:XXXX,10.0.X.XXX:XXXX
|
|
418
|
+
* {"kafkaEndpoint":"10.0.X.XXX:XXXX,10.0.X.XXX:XXXX,10.0.X.XXX:XXXX","kafkaInstanceId":"alikafka_pre-cn-7pp2l8kr****","kafkaConfigs":[{"logType":"file_log","logDir":"/tmp/a.log","kafkaTopic":"test2"},{"logType":"stdout","logDir":"","kafkaTopic":"test"}]}
|
|
337
419
|
*/
|
|
338
420
|
kafkaConfigs?: string;
|
|
339
421
|
labelsShrink?: string;
|
|
340
422
|
/**
|
|
341
423
|
* @remarks
|
|
342
|
-
*
|
|
424
|
+
* The container health check. Containers that fail the health check are shutdown and recovered. The following methods are supported:
|
|
343
425
|
*
|
|
344
|
-
*
|
|
345
|
-
*
|
|
346
|
-
*
|
|
426
|
+
* - **exec**: for example, `{"exec":{"command":["sh","-c","cat/home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}`
|
|
427
|
+
* - **httpGet**: for example, `{"httpGet":{"path":"/","port":18091,"scheme":"HTTP","isContainKeyWord":true,"keyWord":"SAE"},"initialDelaySeconds":11,"periodSeconds":10,"timeoutSeconds":1}`
|
|
428
|
+
* - **tcpSocket**: for example, `{"tcpSocket":{"port":18091},"initialDelaySeconds":11,"periodSeconds":10,"timeoutSeconds":1}`
|
|
347
429
|
*
|
|
348
|
-
* > You can use only one method
|
|
430
|
+
* > You can use only one method for health checks.
|
|
349
431
|
*
|
|
350
|
-
*
|
|
432
|
+
* Parameter description:
|
|
351
433
|
*
|
|
352
|
-
*
|
|
353
|
-
*
|
|
354
|
-
*
|
|
355
|
-
*
|
|
356
|
-
*
|
|
357
|
-
*
|
|
358
|
-
*
|
|
359
|
-
*
|
|
360
|
-
*
|
|
434
|
+
* - **exec.command**: the health check command.
|
|
435
|
+
* - **httpGet.path**: the access path.
|
|
436
|
+
* - **httpGet.scheme**: **HTTP** or **HTTPS**.
|
|
437
|
+
* - **httpGet.isContainKeyWord**: **true** indicates that the keyword is included. **false** indicates that the keyword is not included. If this field is missing, the advanced feature is not used.
|
|
438
|
+
* - **httpGet.keyWord**: the custom keyword. The **isContainKeyWord** field must be present when this field is used.
|
|
439
|
+
* - **tcpSocket.port**: the port for TCP connection detection.
|
|
440
|
+
* - **initialDelaySeconds**: the health check delay detection time. Default value: 10. Unit: seconds.
|
|
441
|
+
* - **periodSeconds**: the health check period. Default value: 30. Unit: seconds.
|
|
442
|
+
* - **timeoutSeconds**: the health check timeout period. Default value: 1. Unit: seconds. If this parameter is set to 0 or is not set, the default timeout period is 1 second.
|
|
361
443
|
*
|
|
362
444
|
* @example
|
|
363
445
|
* {"exec":{"command":["sh","-c","cat /home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}
|
|
@@ -366,18 +448,17 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
366
448
|
lokiConfigs?: string;
|
|
367
449
|
/**
|
|
368
450
|
* @remarks
|
|
369
|
-
* The memory
|
|
370
|
-
*
|
|
371
|
-
*
|
|
372
|
-
*
|
|
373
|
-
*
|
|
374
|
-
*
|
|
375
|
-
*
|
|
376
|
-
*
|
|
377
|
-
*
|
|
378
|
-
*
|
|
379
|
-
*
|
|
380
|
-
* * This parameter is set to **131072** if the Cpu parameter is set to 32000.
|
|
451
|
+
* The memory required for each instance, in MB. This parameter cannot be set to 0. The memory has a one-to-one mapping with CPU. Only the following defined specifications are supported:
|
|
452
|
+
* - **1024**: corresponds to 500 and 1000 millicores of CPU.
|
|
453
|
+
* - **2048**: corresponds to 500, 1000, and 2000 millicores of CPU.
|
|
454
|
+
* - **4096**: corresponds to 1000, 2000, and 4000 millicores of CPU.
|
|
455
|
+
* - **8192**: corresponds to 2000, 4000, and 8000 millicores of CPU.
|
|
456
|
+
* - **12288**: corresponds to 12000 millicores of CPU.
|
|
457
|
+
* - **16384**: corresponds to 4000, 8000, and 16000 millicores of CPU.
|
|
458
|
+
* - **24576**: corresponds to 12000 millicores of CPU.
|
|
459
|
+
* - **32768**: corresponds to 16000 millicores of CPU.
|
|
460
|
+
* - **65536**: corresponds to 8000, 16000, and 32000 millicores of CPU.
|
|
461
|
+
* - **131072**: corresponds to 32000 millicores of CPU.
|
|
381
462
|
*
|
|
382
463
|
* @example
|
|
383
464
|
* 1024
|
|
@@ -385,11 +466,10 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
385
466
|
memory?: number;
|
|
386
467
|
/**
|
|
387
468
|
* @remarks
|
|
388
|
-
*
|
|
389
|
-
*
|
|
390
|
-
*
|
|
391
|
-
*
|
|
392
|
-
* * **2** : MSE enterprise edition Nacos registry
|
|
469
|
+
* Specifies the Nacos registry. Valid values:
|
|
470
|
+
* - **0**: SAE built-in Nacos.
|
|
471
|
+
* - **1**: self-managed Nacos.
|
|
472
|
+
* - **2**: MSE commercial edition Nacos.
|
|
393
473
|
*
|
|
394
474
|
* @example
|
|
395
475
|
* "0"
|
|
@@ -397,7 +477,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
397
477
|
microRegistration?: string;
|
|
398
478
|
/**
|
|
399
479
|
* @remarks
|
|
400
|
-
* The
|
|
480
|
+
* The registry configuration.
|
|
401
481
|
*
|
|
402
482
|
* @example
|
|
403
483
|
* {\\"instanceId\\":\\"mse-cn-zvp2bh6h70r\\",\\"namespace\\":\\"4c0aa74f-57cb-423c-b6af-5d9f2d0e3dbd\\"}
|
|
@@ -405,29 +485,23 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
405
485
|
microRegistrationConfig?: string;
|
|
406
486
|
/**
|
|
407
487
|
* @remarks
|
|
408
|
-
*
|
|
409
|
-
*
|
|
410
|
-
* Whether to enable microservices governance (enable):
|
|
411
|
-
* - true: Enable
|
|
412
|
-
* - false: Disable
|
|
413
|
-
*
|
|
414
|
-
* Configure lossless online/offline deployment (mseLosslessRule):
|
|
488
|
+
* Configures the microservice governance feature.
|
|
415
489
|
*
|
|
416
|
-
*
|
|
490
|
+
* - Specifies whether to enable microservice governance (enable):
|
|
417
491
|
*
|
|
418
|
-
*
|
|
492
|
+
* - true: Enabled.
|
|
419
493
|
*
|
|
420
|
-
*
|
|
494
|
+
* - false: Disabled.
|
|
421
495
|
*
|
|
422
|
-
* -
|
|
496
|
+
* - Configures lossless online/offline (mseLosslessRule):
|
|
423
497
|
*
|
|
424
|
-
*
|
|
498
|
+
* - delayTime: the delay time.
|
|
425
499
|
*
|
|
426
|
-
*
|
|
500
|
+
* - enable: specifies whether to enable the lossless online feature. true indicates enabled. false indicates disabled.
|
|
427
501
|
*
|
|
428
|
-
*
|
|
502
|
+
* - notice: specifies whether to enable the notification feature. true indicates enabled. false indicates disabled.
|
|
429
503
|
*
|
|
430
|
-
* warmupTime:
|
|
504
|
+
* - warmupTime: the warm-up duration for traffic ramping, in seconds.
|
|
431
505
|
*
|
|
432
506
|
* @example
|
|
433
507
|
* {"enable": true,"mseLosslessRule": {"delayTime": 0,"enable": false,"notice": false,"warmupTime": 120}}
|
|
@@ -435,7 +509,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
435
509
|
microserviceEngineConfig?: string;
|
|
436
510
|
/**
|
|
437
511
|
* @remarks
|
|
438
|
-
*
|
|
512
|
+
* We recommend that you do not set this parameter. Set **NasConfigs** instead. The NAS mount description. If the configuration does not change during deployment, you do not need to set this parameter (that is, the **MountDesc** field does not need to be included in the request). To clear the NAS configuration, set the value of this field to an empty string (that is, set the value of the **MountDesc** field to "" in the request).
|
|
439
513
|
*
|
|
440
514
|
* @example
|
|
441
515
|
* [{mountPath: "/tmp", nasPath: "/"}]
|
|
@@ -443,7 +517,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
443
517
|
mountDesc?: string;
|
|
444
518
|
/**
|
|
445
519
|
* @remarks
|
|
446
|
-
*
|
|
520
|
+
* We recommend that you do not set this parameter. Set **NasConfigs** instead. The mount target of the NAS file system in the VPC of the application. If the configuration does not change during deployment, you do not need to set this parameter (that is, the **MountHost** field does not need to be included in the request). To clear the NAS configuration, set the value of this field to an empty string (that is, set the value of the **MountHost** field to "" in the request).
|
|
447
521
|
*
|
|
448
522
|
* @example
|
|
449
523
|
* example.com
|
|
@@ -451,7 +525,8 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
451
525
|
mountHost?: string;
|
|
452
526
|
/**
|
|
453
527
|
* @remarks
|
|
454
|
-
* SAE namespace ID. Only namespaces
|
|
528
|
+
* The SAE namespace ID. Only namespaces whose names contain lowercase letters and hyphens (-) are supported. The name must start with a letter.
|
|
529
|
+
* You can obtain namespaces by calling the [DescribeNamespaceList](https://help.aliyun.com/document_detail/126547.html) operation.
|
|
455
530
|
*
|
|
456
531
|
* @example
|
|
457
532
|
* cn-beijing:test
|
|
@@ -459,13 +534,13 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
459
534
|
namespaceId?: string;
|
|
460
535
|
/**
|
|
461
536
|
* @remarks
|
|
462
|
-
* The
|
|
537
|
+
* The NAS mount configuration. Valid values:
|
|
463
538
|
*
|
|
464
|
-
*
|
|
465
|
-
*
|
|
466
|
-
*
|
|
467
|
-
*
|
|
468
|
-
*
|
|
539
|
+
* - **mountPath**: the container mount path.
|
|
540
|
+
* - **readOnly**: set to **false** to grant read and write permission.
|
|
541
|
+
* - **nasId**: the NAS ID.
|
|
542
|
+
* - **mountDomain**: the container mount target address. For more information, see [DescribeMountTargets](https://help.aliyun.com/document_detail/62626.html).
|
|
543
|
+
* - **nasPath**: the NAS relative file directory.
|
|
469
544
|
*
|
|
470
545
|
* @example
|
|
471
546
|
* [{"mountPath":"/test1","readOnly":false,"nasId":"nasId1","mountDomain":"nasId1.cn-shenzhen.nas.aliyuncs.com","nasPath":"/test1"},{"nasId":"nasId2","mountDomain":"nasId2.cn-shenzhen.nas.aliyuncs.com","readOnly":false,"nasPath":"/test2","mountPath":"/test2"}]
|
|
@@ -473,9 +548,9 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
473
548
|
nasConfigs?: string;
|
|
474
549
|
/**
|
|
475
550
|
* @remarks
|
|
476
|
-
*
|
|
551
|
+
* We recommend that you do not set this parameter. Set **NasConfigs** instead. The ID of the mounted NAS file system. The NAS file system must be in the same region as the cluster. The NAS file system must have available mount target creation quota, or its mount target must already be on a vSwitch in the VPC. If this parameter is left empty and the **mountDescs** field exists, a NAS file system is automatically purchased and mounted to a vSwitch in the VPC.
|
|
477
552
|
*
|
|
478
|
-
*
|
|
553
|
+
* If the configuration does not change during deployment, you do not need to set this parameter (that is, the **NASId** field does not need to be included in the request). To clear the NAS configuration, set the value of this field to an empty string (that is, set the value of the **NASId** field to "" in the request).
|
|
479
554
|
*
|
|
480
555
|
* @example
|
|
481
556
|
* KSAK****
|
|
@@ -483,13 +558,11 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
483
558
|
nasId?: string;
|
|
484
559
|
/**
|
|
485
560
|
* @remarks
|
|
486
|
-
*
|
|
487
|
-
*
|
|
488
|
-
* - lite: the lightweight edition.
|
|
489
|
-
*
|
|
490
|
-
* - std: the standard edition.
|
|
561
|
+
* The application version:
|
|
491
562
|
*
|
|
492
|
-
* -
|
|
563
|
+
* - lite: Lite Edition
|
|
564
|
+
* - std: Standard Edition
|
|
565
|
+
* - pro: Professional Edition
|
|
493
566
|
*
|
|
494
567
|
* @example
|
|
495
568
|
* pro
|
|
@@ -497,9 +570,8 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
497
570
|
newSaeVersion?: string;
|
|
498
571
|
/**
|
|
499
572
|
* @remarks
|
|
500
|
-
*
|
|
501
|
-
*
|
|
502
|
-
* > You need to create an OpenID Connect (OIDC) identity provider (IdP) and an identity provider (IdP) for role-based single sign-on (SSO) in advance. For more information, see [Creates an OpenID Connect (OIDC) identity provider (IdP)](https://help.aliyun.com/document_detail/2331022.html) and [Creates an identity provider (IdP) for role-based single sign-on (SSO)](https://help.aliyun.com/document_detail/2331016.html).
|
|
573
|
+
* Specifies the RAM role for identity authentication.
|
|
574
|
+
* > Create an OIDC identity provider and an identity provider role in the same region in advance. For more information, see <props="china">[CreateOIDCProvider](https://www.alibabacloud.com/help/en/ram/developer-reference/api-ims-2019-08-15-createoidcprovider) and [CreateSAMLProvider](https://www.alibabacloud.com/help/en/ram/developer-reference/api-ims-2019-08-15-createsamlprovider)<props="intl">[CreateOIDCProvider](https://www.alibabacloud.com/help/zh/ram/developer-reference/api-ims-2019-08-15-createoidcprovider) and [CreateSAMLProvider](https://www.alibabacloud.com/help/zh/ram/developer-reference/api-ims-2019-08-15-createsamlprovider).
|
|
503
575
|
*
|
|
504
576
|
* @example
|
|
505
577
|
* sae-test
|
|
@@ -507,7 +579,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
507
579
|
oidcRoleName?: string;
|
|
508
580
|
/**
|
|
509
581
|
* @remarks
|
|
510
|
-
* The
|
|
582
|
+
* The AccessKey ID for OSS read and write operations.
|
|
511
583
|
*
|
|
512
584
|
* @example
|
|
513
585
|
* xxxxxx
|
|
@@ -515,7 +587,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
515
587
|
ossAkId?: string;
|
|
516
588
|
/**
|
|
517
589
|
* @remarks
|
|
518
|
-
* The AccessKey Secret
|
|
590
|
+
* The AccessKey Secret for OSS read and write operations.
|
|
519
591
|
*
|
|
520
592
|
* @example
|
|
521
593
|
* xxxxxx
|
|
@@ -523,18 +595,14 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
523
595
|
ossAkSecret?: string;
|
|
524
596
|
/**
|
|
525
597
|
* @remarks
|
|
526
|
-
*
|
|
527
|
-
*
|
|
528
|
-
* * **bucketName**: the name of the OSS bucket.
|
|
529
|
-
*
|
|
530
|
-
* * **bucketPath**: the directory or object in OSS. If the specified directory or object does not exist, an error is returned.
|
|
531
|
-
*
|
|
532
|
-
* * **mountPath**: the directory of the container in SAE. If the path already exists, the newly specified path overwrites the previous one. If the path does not exist, it is created.
|
|
598
|
+
* The OSS mount description. Parameter description:
|
|
533
599
|
*
|
|
534
|
-
*
|
|
535
|
-
*
|
|
536
|
-
*
|
|
537
|
-
*
|
|
600
|
+
* - **bucketName**: the bucket name.
|
|
601
|
+
* - **bucketPath**: the folder or object that you created in OSS. If the OSS mount folder does not exist, an exception is triggered.
|
|
602
|
+
* - **mountPath**: the container path in SAE. If the path already exists, it is an overwrite relationship. If the path does not exist, it is created.
|
|
603
|
+
* - **readOnly**: specifies whether the container path has read-only permission on the mounted folder resources. Valid values:
|
|
604
|
+
* - **true**: read-only permission.
|
|
605
|
+
* - **false**: read and write permission.
|
|
538
606
|
*
|
|
539
607
|
* @example
|
|
540
608
|
* [{"bucketName": "oss-bucket", "bucketPath": "data/user.data", "mountPath": "/usr/data/user.data", "readOnly": true}]
|
|
@@ -542,14 +610,30 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
542
610
|
ossMountDescs?: string;
|
|
543
611
|
/**
|
|
544
612
|
* @remarks
|
|
545
|
-
* The type of the deployment package.
|
|
546
|
-
*
|
|
547
|
-
*
|
|
548
|
-
*
|
|
549
|
-
*
|
|
550
|
-
* **
|
|
551
|
-
*
|
|
552
|
-
*
|
|
613
|
+
* The type of the application deployment package. Valid values:
|
|
614
|
+
*
|
|
615
|
+
* - If you use Java for deployment, **FatJar**, **War**, and **Image** are supported.
|
|
616
|
+
* - If you use PHP for deployment, the following types are supported:
|
|
617
|
+
* - **PhpZip**
|
|
618
|
+
* - **IMAGE_PHP_5_4**
|
|
619
|
+
* - **IMAGE_PHP_5_4_ALPINE**
|
|
620
|
+
* - **IMAGE_PHP_5_5**
|
|
621
|
+
* - **IMAGE_PHP_5_5_ALPINE**
|
|
622
|
+
* - **IMAGE_PHP_5_6**
|
|
623
|
+
* - **IMAGE_PHP_5_6_ALPINE**
|
|
624
|
+
* - **IMAGE_PHP_7_0**
|
|
625
|
+
* - **IMAGE_PHP_7_0_ALPINE**
|
|
626
|
+
* - **IMAGE_PHP_7_1**
|
|
627
|
+
* - **IMAGE_PHP_7_1_ALPINE**
|
|
628
|
+
* - **IMAGE_PHP_7_2**
|
|
629
|
+
* - **IMAGE_PHP_7_2_ALPINE**
|
|
630
|
+
* - **IMAGE_PHP_7_3**
|
|
631
|
+
* - **IMAGE_PHP_7_3_ALPINE**
|
|
632
|
+
* - If you use Python for deployment, **PythonZip** and **Image** are supported.
|
|
633
|
+
*
|
|
634
|
+
* - If you use .NET Core for deployment, **DotnetZip** and **Image** are supported.
|
|
635
|
+
* >
|
|
636
|
+
* > When DotnetZip is selected, Dotnet specifies the version of the .NET Core runtime. .NET 3.1, .NET 5.0, .NET 6.0, .NET 7.0, and .NET 8.0 are supported. The Dotnet, Command, and CommandArgs parameters are required.
|
|
553
637
|
*
|
|
554
638
|
* This parameter is required.
|
|
555
639
|
*
|
|
@@ -559,7 +643,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
559
643
|
packageType?: string;
|
|
560
644
|
/**
|
|
561
645
|
* @remarks
|
|
562
|
-
* The address of the deployment package. This parameter is required
|
|
646
|
+
* The address of the deployment package. This parameter is required when **Package Type** is set to **FatJar**, **War**, or **PythonZip**.
|
|
563
647
|
*
|
|
564
648
|
* @example
|
|
565
649
|
* http://myoss.oss-cn-****.aliyuncs.com/my-buc/2019-06-30/****.jar
|
|
@@ -567,7 +651,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
567
651
|
packageUrl?: string;
|
|
568
652
|
/**
|
|
569
653
|
* @remarks
|
|
570
|
-
* The version of the deployment package. This parameter is required when
|
|
654
|
+
* The version of the deployment package. This parameter is required when **Package Type** is set to **FatJar**, **War**, or **PythonZip**.
|
|
571
655
|
*
|
|
572
656
|
* @example
|
|
573
657
|
* 1.0.0
|
|
@@ -575,7 +659,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
575
659
|
packageVersion?: string;
|
|
576
660
|
/**
|
|
577
661
|
* @remarks
|
|
578
|
-
* The
|
|
662
|
+
* The PHP version on which the deployment package depends. Not supported for images.
|
|
579
663
|
*
|
|
580
664
|
* @example
|
|
581
665
|
* PHP-FPM 7.0
|
|
@@ -583,7 +667,8 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
583
667
|
php?: string;
|
|
584
668
|
/**
|
|
585
669
|
* @remarks
|
|
586
|
-
* The path
|
|
670
|
+
* The mount path for PHP application monitoring. Make sure that the PHP server loads the configuration file from this path.
|
|
671
|
+
* You do not need to manage the configuration content. SAE automatically renders the correct configuration file.
|
|
587
672
|
*
|
|
588
673
|
* @example
|
|
589
674
|
* /usr/local/etc/php/conf.d/arms.ini
|
|
@@ -591,7 +676,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
591
676
|
phpArmsConfigLocation?: string;
|
|
592
677
|
/**
|
|
593
678
|
* @remarks
|
|
594
|
-
* The
|
|
679
|
+
* The content of the PHP configuration file.
|
|
595
680
|
*
|
|
596
681
|
* @example
|
|
597
682
|
* k1=v1
|
|
@@ -599,7 +684,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
599
684
|
phpConfig?: string;
|
|
600
685
|
/**
|
|
601
686
|
* @remarks
|
|
602
|
-
* The path
|
|
687
|
+
* The mount path for the PHP application startup configuration. Make sure that the PHP server uses this configuration file to start.
|
|
603
688
|
*
|
|
604
689
|
* @example
|
|
605
690
|
* /usr/local/etc/php/php.ini
|
|
@@ -607,7 +692,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
607
692
|
phpConfigLocation?: string;
|
|
608
693
|
/**
|
|
609
694
|
* @remarks
|
|
610
|
-
*
|
|
695
|
+
* The script that is run after the container is started. A script is triggered and run immediately after the container is created. Format: `{"exec":{"command":["cat","/etc/group"]}}`
|
|
611
696
|
*
|
|
612
697
|
* @example
|
|
613
698
|
* {"exec":{"command":["cat","/etc/group"]}}
|
|
@@ -615,7 +700,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
615
700
|
postStart?: string;
|
|
616
701
|
/**
|
|
617
702
|
* @remarks
|
|
618
|
-
*
|
|
703
|
+
* The script that is run before the container is stopped. A script is triggered and run before the container is deleted. Format: `{"exec":{"command":["cat","/etc/group"]}}`
|
|
619
704
|
*
|
|
620
705
|
* @example
|
|
621
706
|
* {"exec":{"command":["cat","/etc/group"]}}
|
|
@@ -623,13 +708,13 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
623
708
|
preStop?: string;
|
|
624
709
|
/**
|
|
625
710
|
* @remarks
|
|
626
|
-
* The programming language
|
|
711
|
+
* The programming language of the technology stack used to create the application. Valid values:
|
|
627
712
|
*
|
|
628
|
-
* - java
|
|
629
|
-
* - php
|
|
630
|
-
* - python
|
|
631
|
-
* - dotnet
|
|
632
|
-
* - other
|
|
713
|
+
* - **java**: Java.
|
|
714
|
+
* - **php**: PHP.
|
|
715
|
+
* - **python**: Python.
|
|
716
|
+
* - **dotnet**: .NET Core.
|
|
717
|
+
* - **other**: multiple languages, such as C++, Go, and Node.js.
|
|
633
718
|
*
|
|
634
719
|
* @example
|
|
635
720
|
* java
|
|
@@ -637,20 +722,21 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
637
722
|
programmingLanguage?: string;
|
|
638
723
|
/**
|
|
639
724
|
* @remarks
|
|
640
|
-
*
|
|
725
|
+
* Enables K8s Service-based service registration and discovery. Valid values:
|
|
641
726
|
*
|
|
642
|
-
*
|
|
643
|
-
*
|
|
644
|
-
*
|
|
645
|
-
*
|
|
727
|
+
* - **serviceName**: the service name. Format: `custom name-namespace ID`. The suffix `-namespace ID` cannot be customized and must be set based on the namespace of the application. For example, if you select the default namespace in the China (Beijing) region, the suffix is `-cn-beijing-default`.
|
|
728
|
+
* - **namespaceId**: the namespace ID.
|
|
729
|
+
* - **portProtocols**: the port and protocol. Valid port values: [1,65535]. Valid protocol values: **TCP** and **UDP**.
|
|
730
|
+
* - **portAndProtocol**: the port and protocol. Valid port values: [1,65535]. Valid protocol values: **TCP** and **UDP**. **portProtocols is recommended. If portProtocols is set, only portProtocols takes effect**.
|
|
731
|
+
* - **enable**: enables K8s Service-based service registration and discovery.
|
|
646
732
|
*
|
|
647
733
|
* @example
|
|
648
|
-
* {"serviceName":"bwm-poc-sc-gateway-cn-beijing-front","namespaceId":"cn-beijing:front","portAndProtocol":{"18012":"TCP"},"enable":true}
|
|
734
|
+
* {"serviceName":"bwm-poc-sc-gateway-cn-beijing-front","namespaceId":"cn-beijing:front","portAndProtocol":{"18012":"TCP"},"enable":true,"portProtocols":[{"port":18012,"protocol":"TCP"}]}
|
|
649
735
|
*/
|
|
650
736
|
pvtzDiscoverySvc?: string;
|
|
651
737
|
/**
|
|
652
738
|
* @remarks
|
|
653
|
-
* The Python environment.
|
|
739
|
+
* The Python environment. **PYTHON 3.9.15** is supported.
|
|
654
740
|
*
|
|
655
741
|
* @example
|
|
656
742
|
* PYTHON 3.9.15
|
|
@@ -658,17 +744,18 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
658
744
|
python?: string;
|
|
659
745
|
/**
|
|
660
746
|
* @remarks
|
|
661
|
-
* The
|
|
747
|
+
* The custom installation module dependencies. By default, the dependencies defined in the requirements.txt file in the root folder are installed. If the file is not configured or you need custom packages, specify the dependencies to install.
|
|
662
748
|
*
|
|
663
749
|
* @example
|
|
664
750
|
* Flask==2.0
|
|
665
751
|
*/
|
|
666
752
|
pythonModules?: string;
|
|
753
|
+
raspConfigShrink?: string;
|
|
667
754
|
/**
|
|
668
755
|
* @remarks
|
|
669
|
-
*
|
|
756
|
+
* The application startup status check. Containers that fail multiple health checks are shut down and restarted. Containers that do not pass the health check do not receive SLB traffic. The **exec**, **httpGet**, and **tcpSocket** methods are supported. For specific examples, see the **Liveness** parameter.
|
|
670
757
|
*
|
|
671
|
-
* > You can use only one method
|
|
758
|
+
* > You can use only one method for health checks.
|
|
672
759
|
*
|
|
673
760
|
* @example
|
|
674
761
|
* {"exec":{"command":["sh","-c","cat /home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}
|
|
@@ -676,7 +763,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
676
763
|
readiness?: string;
|
|
677
764
|
/**
|
|
678
765
|
* @remarks
|
|
679
|
-
* The number of instances
|
|
766
|
+
* The initial number of instances.
|
|
680
767
|
*
|
|
681
768
|
* This parameter is required.
|
|
682
769
|
*
|
|
@@ -686,18 +773,18 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
686
773
|
replicas?: number;
|
|
687
774
|
/**
|
|
688
775
|
* @remarks
|
|
689
|
-
* The resource type.
|
|
776
|
+
* The resource type. Valid values: NULL (default), default, and haiguang (Hygon server).
|
|
690
777
|
*
|
|
691
778
|
* @example
|
|
692
|
-
*
|
|
779
|
+
* NULL
|
|
693
780
|
*/
|
|
694
781
|
resourceType?: string;
|
|
695
782
|
/**
|
|
696
783
|
* @remarks
|
|
697
|
-
* The SAE version.
|
|
784
|
+
* The SAE version. Valid values:
|
|
698
785
|
*
|
|
699
|
-
*
|
|
700
|
-
*
|
|
786
|
+
* - **v1**
|
|
787
|
+
* - **v2**
|
|
701
788
|
*
|
|
702
789
|
* @example
|
|
703
790
|
* v1
|
|
@@ -705,14 +792,14 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
705
792
|
saeVersion?: string;
|
|
706
793
|
/**
|
|
707
794
|
* @remarks
|
|
708
|
-
* Secret
|
|
709
|
-
* Use the secret dictionaries created in the Namespace Secret Dictionary page to inject information into containers. Parameter descriptions are as follows:
|
|
795
|
+
* The **Secret** mount description. Use a secret created on the namespace secrets page to inject sensitive information into the container. Parameter description:
|
|
710
796
|
*
|
|
711
|
-
* - secretId
|
|
797
|
+
* - **secretId**: the secret instance ID. You can obtain the ID by calling the ListSecrets operation.
|
|
798
|
+
* - **key**: the key.
|
|
712
799
|
*
|
|
713
|
-
*
|
|
800
|
+
* > You can mount all keys by passing the `sae-sys-secret-all` parameter.
|
|
714
801
|
*
|
|
715
|
-
* - mountPath
|
|
802
|
+
* - **mountPath**: the mount path.
|
|
716
803
|
*
|
|
717
804
|
* @example
|
|
718
805
|
* [{“secretId":10,”key":"test","mountPath":"/tmp"}]
|
|
@@ -720,7 +807,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
720
807
|
secretMountDesc?: string;
|
|
721
808
|
/**
|
|
722
809
|
* @remarks
|
|
723
|
-
*
|
|
810
|
+
* The security group ID.
|
|
724
811
|
*
|
|
725
812
|
* @example
|
|
726
813
|
* sg-wz969ngg2e49q5i4****
|
|
@@ -728,7 +815,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
728
815
|
securityGroupId?: string;
|
|
729
816
|
/**
|
|
730
817
|
* @remarks
|
|
731
|
-
* The canary
|
|
818
|
+
* The canary release tags configured for the application.
|
|
732
819
|
*
|
|
733
820
|
* @example
|
|
734
821
|
* {\\"alicloud.service.tag\\":\\"g1\\"}
|
|
@@ -736,42 +823,46 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
736
823
|
serviceTags?: string;
|
|
737
824
|
/**
|
|
738
825
|
* @remarks
|
|
739
|
-
* The
|
|
826
|
+
* The sidecar container configuration.
|
|
740
827
|
*/
|
|
741
828
|
sidecarContainersConfigShrink?: string;
|
|
742
829
|
/**
|
|
743
830
|
* @remarks
|
|
744
|
-
* The
|
|
831
|
+
* The configurations for log collection to Simple Log Service.
|
|
745
832
|
*
|
|
746
|
-
*
|
|
747
|
-
*
|
|
833
|
+
* - Use SLS resources that are automatically created by SAE: `[{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}]`.
|
|
834
|
+
* - Use custom SLS resources: `[{"projectName":"test-sls","logType":"stdout","logDir":"","logstoreName":"sae","logtailName":""},{"projectName":"test","logDir":"/tmp/a.log","logstoreName":"sae","logtailName":""}]`.
|
|
748
835
|
*
|
|
749
|
-
*
|
|
836
|
+
* Parameter description:
|
|
750
837
|
*
|
|
751
|
-
*
|
|
752
|
-
*
|
|
753
|
-
*
|
|
754
|
-
*
|
|
755
|
-
*
|
|
838
|
+
* - **projectName**: the Project name in Simple Log Service.
|
|
839
|
+
* - **logDir**: the log path.
|
|
840
|
+
* - **logType**: the log type. **stdout** indicates container standard output logs. You can configure only one entry for this type. If this parameter is not set, file logs are collected.
|
|
841
|
+
* - **logstoreName**: the Logstore name in Simple Log Service.
|
|
842
|
+
* - **logtailName**: the Logtail name in Simple Log Service. If this parameter is not specified, a new Logtail is created.
|
|
756
843
|
*
|
|
757
|
-
* If
|
|
844
|
+
* If the SLS collection configuration does not change during multiple deployments, you do not need to set this parameter (that is, the **SlsConfigs** field does not need to be included in the request). If you no longer need the SLS collection feature, set the value of this field to an empty string (that is, set the value of the **SlsConfigs** field to "" in the request).
|
|
758
845
|
*
|
|
759
|
-
* >
|
|
846
|
+
* > Projects that are automatically created with the application are deleted when the application is deleted. Therefore, do not select a project that is automatically created by SAE when you select an existing project.
|
|
760
847
|
*
|
|
761
848
|
* @example
|
|
762
849
|
* [{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}]
|
|
763
850
|
*/
|
|
764
851
|
slsConfigs?: string;
|
|
852
|
+
/**
|
|
853
|
+
* @remarks
|
|
854
|
+
* sls log tags
|
|
855
|
+
*/
|
|
765
856
|
slsLogEnvTags?: string;
|
|
766
857
|
/**
|
|
767
858
|
* @remarks
|
|
768
|
-
*
|
|
769
|
-
*
|
|
770
|
-
* Check succeeded: Indicates that the application has started successfully. If you have configured Liveness and Readiness checks, they will be performed after the application startup is successful.
|
|
771
|
-
* Check failed: Indicates that the application failed to start; an exception will be reported and the application will be automatically restarted.
|
|
859
|
+
* Enables the application startup probe.
|
|
772
860
|
*
|
|
773
|
-
*
|
|
774
|
-
*
|
|
861
|
+
* - Check succeeded: indicates that the application started successfully. If you configured Liveness and Readiness checks, they are performed after the application starts successfully.
|
|
862
|
+
* - Check failed: indicates that the application failed to start. An exception is reported and the application is automatically restarted.
|
|
863
|
+
* >
|
|
864
|
+
* > - The exec, httpGet, and tcpSocket methods are supported. For specific examples, see the Liveness parameter.
|
|
865
|
+
* > - You can use only one method for health checks.
|
|
775
866
|
*
|
|
776
867
|
* @example
|
|
777
868
|
* {"exec":{"command":["sh","-c","cat /home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}
|
|
@@ -779,7 +870,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
779
870
|
startupProbe?: string;
|
|
780
871
|
/**
|
|
781
872
|
* @remarks
|
|
782
|
-
* The timeout period for
|
|
873
|
+
* The timeout period for graceful shutdown. Default value: 30. Unit: seconds. Valid values: 1 to 300.
|
|
783
874
|
*
|
|
784
875
|
* @example
|
|
785
876
|
* 30
|
|
@@ -787,7 +878,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
787
878
|
terminationGracePeriodSeconds?: number;
|
|
788
879
|
/**
|
|
789
880
|
* @remarks
|
|
790
|
-
*
|
|
881
|
+
* The time zone. Default value: **Asia/Shanghai**.
|
|
791
882
|
*
|
|
792
883
|
* @example
|
|
793
884
|
* Asia/Shanghai
|
|
@@ -795,13 +886,13 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
795
886
|
timezone?: string;
|
|
796
887
|
/**
|
|
797
888
|
* @remarks
|
|
798
|
-
* The Tomcat configuration.
|
|
889
|
+
* The Tomcat configuration. Set this parameter to "" or "{}" to delete the configuration:
|
|
799
890
|
*
|
|
800
|
-
*
|
|
801
|
-
*
|
|
802
|
-
*
|
|
803
|
-
*
|
|
804
|
-
*
|
|
891
|
+
* - **port**: the port number. Valid values: 1024 to 65535. Ports less than 1024 require root permissions. Because the container is configured with admin permissions, specify a port greater than 1024. Default value: 8080.
|
|
892
|
+
* - **contextPath**: the access path. Default value: root directory "/".
|
|
893
|
+
* - **maxThreads**: the maximum number of connections in the connection pool. Default value: 400.
|
|
894
|
+
* - **uriEncoding**: the encoding format of Tomcat. Valid values: **UTF-8**, **ISO-8859-1**, **GBK**, and **GB2312**. Default value: **ISO-8859-1**.
|
|
895
|
+
* - **useBodyEncodingForUri**: specifies whether to use **BodyEncoding for URL**. Default value: **true**.
|
|
805
896
|
*
|
|
806
897
|
* @example
|
|
807
898
|
* {"port":8080,"contextPath":"/","maxThreads":400,"uriEncoding":"ISO-8859-1","useBodyEncodingForUri":true}
|
|
@@ -809,7 +900,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
809
900
|
tomcatConfig?: string;
|
|
810
901
|
/**
|
|
811
902
|
* @remarks
|
|
812
|
-
* The vSwitch
|
|
903
|
+
* The vSwitch where the elastic network interface controller (NIC) of the application instance resides. The vSwitch must be in the specified VPC. The vSwitch also has a binding relationship with the SAE namespace. If you leave this parameter empty, the vSwitch attached to the namespace is used by default.
|
|
813
904
|
*
|
|
814
905
|
* @example
|
|
815
906
|
* vsw-bp12mw1f8k3jgygk9****
|
|
@@ -817,7 +908,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
817
908
|
vSwitchId?: string;
|
|
818
909
|
/**
|
|
819
910
|
* @remarks
|
|
820
|
-
* The
|
|
911
|
+
* The VPC that corresponds to the SAE namespace. In SAE, a namespace can correspond to only one VPC, and the mapping cannot be modified. The binding relationship is established when the first SAE application is created in the namespace. Multiple namespaces can correspond to the same VPC. If you leave this parameter empty, the VPC bound to the namespace is used by default.
|
|
821
912
|
*
|
|
822
913
|
* @example
|
|
823
914
|
* vpc-bp1aevy8sofi8mh1q****
|
|
@@ -825,7 +916,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
825
916
|
vpcId?: string;
|
|
826
917
|
/**
|
|
827
918
|
* @remarks
|
|
828
|
-
* The startup command
|
|
919
|
+
* The startup command for deploying a WAR package application. The configuration procedure is the same as that for the startup command of an image deployment. For more information, see [Configure a startup command](https://help.aliyun.com/document_detail/96677.html).
|
|
829
920
|
*
|
|
830
921
|
* @example
|
|
831
922
|
* CATALINA_OPTS=\\"$CATALINA_OPTS $Options\\" catalina.sh run
|
|
@@ -833,12 +924,12 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
833
924
|
warStartOptions?: string;
|
|
834
925
|
/**
|
|
835
926
|
* @remarks
|
|
836
|
-
* The version of
|
|
927
|
+
* The version of Tomcat on which the WebContainer deployment package depends. Valid values:
|
|
837
928
|
*
|
|
838
|
-
*
|
|
839
|
-
*
|
|
929
|
+
* - **apache-tomcat-7.0.91**
|
|
930
|
+
* - **apache-tomcat-8.5.42**
|
|
840
931
|
*
|
|
841
|
-
* This parameter is not
|
|
932
|
+
* This parameter is not supported when **Package Type** is set to **Image**.
|
|
842
933
|
*
|
|
843
934
|
* @example
|
|
844
935
|
* apache-tomcat-7.0.91
|