@alicloud/eas20210701 7.6.0 → 7.8.0
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 +336 -110
- package/dist/client.js +515 -111
- package/dist/client.js.map +1 -1
- package/dist/models/ContainerInfo.d.ts +15 -35
- package/dist/models/ContainerInfo.js.map +1 -1
- package/dist/models/CreateAppServiceRequest.d.ts +1 -1
- package/dist/models/CreateConfigRequest.d.ts +21 -0
- package/dist/models/CreateConfigRequest.js +58 -0
- package/dist/models/CreateConfigRequest.js.map +1 -0
- package/dist/models/CreateConfigResponse.d.ts +19 -0
- package/dist/models/CreateConfigResponse.js +69 -0
- package/dist/models/CreateConfigResponse.js.map +1 -0
- package/dist/models/CreateConfigResponseBody.d.ts +45 -0
- package/dist/models/CreateConfigResponseBody.js +64 -0
- package/dist/models/CreateConfigResponseBody.js.map +1 -0
- package/dist/models/CreateFaultInjectionRequest.d.ts +27 -0
- package/dist/models/CreateFaultInjectionRequest.js.map +1 -1
- package/dist/models/CreateFaultInjectionResponseBody.d.ts +4 -1
- package/dist/models/CreateFaultInjectionResponseBody.js.map +1 -1
- package/dist/models/CreateGatewayIntranetLinkedVpcRequest.d.ts +16 -2
- package/dist/models/CreateGatewayIntranetLinkedVpcRequest.js.map +1 -1
- package/dist/models/CreateGatewayIntranetLinkedVpcResponseBody.d.ts +2 -2
- package/dist/models/CreateGatewayRequest.d.ts +19 -24
- package/dist/models/CreateGatewayRequest.js.map +1 -1
- package/dist/models/CreateGatewayResponseBody.d.ts +5 -5
- package/dist/models/CreateGroupRequest.d.ts +85 -0
- package/dist/models/CreateGroupRequest.js +95 -0
- package/dist/models/CreateGroupRequest.js.map +1 -0
- package/dist/models/CreateGroupResponse.d.ts +19 -0
- package/dist/models/CreateGroupResponse.js +69 -0
- package/dist/models/CreateGroupResponse.js.map +1 -0
- package/dist/models/CreateGroupResponseBody.d.ts +29 -0
- package/dist/models/CreateGroupResponseBody.js +60 -0
- package/dist/models/CreateGroupResponseBody.js.map +1 -0
- package/dist/models/CreateResourceInstancesRequest.d.ts +13 -11
- package/dist/models/CreateResourceInstancesRequest.js.map +1 -1
- package/dist/models/CreateResourceInstancesResponseBody.d.ts +2 -2
- package/dist/models/CreateResourceLogResponseBody.d.ts +1 -1
- package/dist/models/CreateResourceRequest.d.ts +29 -34
- package/dist/models/CreateResourceRequest.js.map +1 -1
- package/dist/models/CreateResourceResponseBody.d.ts +3 -3
- package/dist/models/CreateServiceAutoScalerRequest.d.ts +10 -6
- package/dist/models/CreateServiceAutoScalerRequest.js.map +1 -1
- package/dist/models/CreateServiceCronScalerRequest.d.ts +12 -5
- package/dist/models/CreateServiceCronScalerRequest.js.map +1 -1
- package/dist/models/CreateServiceCronScalerResponseBody.d.ts +1 -1
- package/dist/models/CreateServiceInstanceTokenRequest.d.ts +8 -0
- package/dist/models/CreateServiceInstanceTokenRequest.js.map +1 -1
- package/dist/models/CreateServiceInstanceTokenResponseBody.d.ts +16 -0
- package/dist/models/CreateServiceInstanceTokenResponseBody.js.map +1 -1
- package/dist/models/CreateServiceMirrorResponseBody.d.ts +1 -1
- package/dist/models/CreateServiceRequest.d.ts +65 -65
- package/dist/models/CreateServiceRolloutRequest.d.ts +20 -0
- package/dist/models/CreateServiceRolloutRequest.js.map +1 -1
- package/dist/models/CreateServiceRolloutResponseBody.d.ts +6 -0
- package/dist/models/CreateServiceRolloutResponseBody.js.map +1 -1
- package/dist/models/CreateServiceShrinkRequest.d.ts +65 -65
- package/dist/models/DeleteConfigRequest.d.ts +13 -0
- package/dist/models/DeleteConfigRequest.js +54 -0
- package/dist/models/DeleteConfigRequest.js.map +1 -0
- package/dist/models/DeleteConfigResponse.d.ts +19 -0
- package/dist/models/DeleteConfigResponse.js +69 -0
- package/dist/models/DeleteConfigResponse.js.map +1 -0
- package/dist/models/DeleteConfigResponseBody.d.ts +29 -0
- package/dist/models/DeleteConfigResponseBody.js +60 -0
- package/dist/models/DeleteConfigResponseBody.js.map +1 -0
- package/dist/models/DeleteFaultInjectionResponseBody.d.ts +4 -1
- package/dist/models/DeleteFaultInjectionResponseBody.js.map +1 -1
- package/dist/models/DeleteGatewayLabelRequest.d.ts +2 -0
- package/dist/models/DeleteGatewayLabelRequest.js.map +1 -1
- package/dist/models/DeleteGatewayLabelResponseBody.d.ts +6 -0
- package/dist/models/DeleteGatewayLabelResponseBody.js.map +1 -1
- package/dist/models/DeleteGatewayLabelShrinkRequest.d.ts +2 -0
- package/dist/models/DeleteGatewayLabelShrinkRequest.js.map +1 -1
- package/dist/models/DeleteGatewayResponseBody.d.ts +1 -1
- package/dist/models/DeleteGroupRequest.d.ts +21 -0
- package/dist/models/DeleteGroupRequest.js +58 -0
- package/dist/models/DeleteGroupRequest.js.map +1 -0
- package/dist/models/DeleteGroupResponse.d.ts +19 -0
- package/dist/models/DeleteGroupResponse.js +69 -0
- package/dist/models/DeleteGroupResponse.js.map +1 -0
- package/dist/models/DeleteGroupResponseBody.d.ts +29 -0
- package/dist/models/DeleteGroupResponseBody.js +60 -0
- package/dist/models/DeleteGroupResponseBody.js.map +1 -0
- package/dist/models/DeleteResourceInstanceLabelRequest.d.ts +7 -3
- package/dist/models/DeleteResourceInstanceLabelRequest.js.map +1 -1
- package/dist/models/DeleteResourceInstanceLabelResponseBody.d.ts +1 -1
- package/dist/models/DeleteResourceInstanceLabelShrinkRequest.d.ts +7 -3
- package/dist/models/DeleteResourceInstanceLabelShrinkRequest.js.map +1 -1
- package/dist/models/DeleteResourceInstancesResponseBody.d.ts +1 -1
- package/dist/models/DeleteResourceLogResponseBody.d.ts +1 -1
- package/dist/models/DeleteResourceResponseBody.d.ts +2 -2
- package/dist/models/DeleteServiceInstancesRequest.d.ts +10 -3
- package/dist/models/DeleteServiceInstancesRequest.js.map +1 -1
- package/dist/models/DeleteServiceInstancesResponseBody.d.ts +1 -1
- package/dist/models/DeleteServiceLabelRequest.d.ts +5 -1
- package/dist/models/DeleteServiceLabelRequest.js.map +1 -1
- package/dist/models/DeleteServiceLabelResponseBody.d.ts +1 -1
- package/dist/models/DeleteServiceLabelShrinkRequest.d.ts +5 -1
- package/dist/models/DeleteServiceLabelShrinkRequest.js.map +1 -1
- package/dist/models/DeleteServiceRolloutResponseBody.d.ts +18 -0
- package/dist/models/DeleteServiceRolloutResponseBody.js.map +1 -1
- package/dist/models/DescribeGatewayResponseBody.d.ts +20 -38
- package/dist/models/DescribeGatewayResponseBody.js.map +1 -1
- package/dist/models/DescribeGroupEndpointsResponseBody.d.ts +16 -10
- package/dist/models/DescribeGroupEndpointsResponseBody.js.map +1 -1
- package/dist/models/DescribeMachineSpecRequest.d.ts +17 -0
- package/dist/models/DescribeMachineSpecRequest.js.map +1 -1
- package/dist/models/DescribeMachineSpecResponseBody.d.ts +12 -24
- package/dist/models/DescribeMachineSpecResponseBody.js.map +1 -1
- package/dist/models/DescribeMachineSpecShrinkRequest.d.ts +17 -0
- package/dist/models/DescribeMachineSpecShrinkRequest.js.map +1 -1
- package/dist/models/DescribeRegionsResponseBody.d.ts +3 -0
- package/dist/models/DescribeRegionsResponseBody.js.map +1 -1
- package/dist/models/DescribeResourceDlinkResponseBody.d.ts +2 -2
- package/dist/models/DescribeResourceResponseBody.d.ts +55 -15
- package/dist/models/DescribeResourceResponseBody.js.map +1 -1
- package/dist/models/DescribeServiceAutoScalerResponseBody.d.ts +10 -7
- package/dist/models/DescribeServiceAutoScalerResponseBody.js.map +1 -1
- package/dist/models/DescribeServiceEndpointsResponseBody.d.ts +43 -3
- package/dist/models/DescribeServiceEndpointsResponseBody.js.map +1 -1
- package/dist/models/DescribeServiceEventRequest.d.ts +8 -7
- package/dist/models/DescribeServiceEventRequest.js.map +1 -1
- package/dist/models/DescribeServiceEventResponseBody.d.ts +21 -9
- package/dist/models/DescribeServiceEventResponseBody.js.map +1 -1
- package/dist/models/DescribeServiceRolloutResponseBody.d.ts +60 -0
- package/dist/models/DescribeServiceRolloutResponseBody.js.map +1 -1
- package/dist/models/DescribeVirtualResourceResponseBody.d.ts +10 -6
- package/dist/models/DescribeVirtualResourceResponseBody.js.map +1 -1
- package/dist/models/Group.d.ts +41 -10
- package/dist/models/Group.js +63 -1
- package/dist/models/Group.js.map +1 -1
- package/dist/models/Instance.d.ts +56 -30
- package/dist/models/Instance.js.map +1 -1
- package/dist/models/ListAclPolicyResponseBody.d.ts +3 -3
- package/dist/models/ListBenchmarkTaskRequest.d.ts +2 -2
- package/dist/models/ListBenchmarkTaskResponseBody.d.ts +12 -86
- package/dist/models/ListBenchmarkTaskResponseBody.js.map +1 -1
- package/dist/models/ListConfigsRequest.d.ts +29 -0
- package/dist/models/ListConfigsRequest.js +60 -0
- package/dist/models/ListConfigsRequest.js.map +1 -0
- package/dist/models/ListConfigsResponse.d.ts +19 -0
- package/dist/models/ListConfigsResponse.js +69 -0
- package/dist/models/ListConfigsResponse.js.map +1 -0
- package/dist/models/ListConfigsResponseBody.d.ts +113 -0
- package/dist/models/ListConfigsResponseBody.js +98 -0
- package/dist/models/ListConfigsResponseBody.js.map +1 -0
- package/dist/models/ListGatewayDomainsResponseBody.d.ts +47 -10
- package/dist/models/ListGatewayDomainsResponseBody.js.map +1 -1
- package/dist/models/ListGatewayIntranetLinkedVpcPeerRequest.d.ts +4 -3
- package/dist/models/ListGatewayIntranetLinkedVpcPeerRequest.js.map +1 -1
- package/dist/models/ListGatewayIntranetLinkedVpcPeerResponseBody.d.ts +6 -6
- package/dist/models/ListGatewayIntranetLinkedVpcResponseBody.d.ts +22 -30
- package/dist/models/ListGatewayIntranetLinkedVpcResponseBody.js.map +1 -1
- package/dist/models/ListGatewayRequest.d.ts +51 -5
- package/dist/models/ListGatewayRequest.js.map +1 -1
- package/dist/models/ListGatewayResponseBody.d.ts +32 -27
- package/dist/models/ListGatewayResponseBody.js.map +1 -1
- package/dist/models/ListGatewayShrinkRequest.d.ts +51 -5
- package/dist/models/ListGatewayShrinkRequest.js.map +1 -1
- package/dist/models/ListGroupsRequest.d.ts +31 -3
- package/dist/models/ListGroupsRequest.js +5 -0
- package/dist/models/ListGroupsRequest.js.map +1 -1
- package/dist/models/ListGroupsResponseBody.d.ts +4 -4
- package/dist/models/ListGroupsShrinkRequest.d.ts +74 -0
- package/dist/models/ListGroupsShrinkRequest.js +72 -0
- package/dist/models/ListGroupsShrinkRequest.js.map +1 -0
- package/dist/models/ListResourceInstanceWorkerRequest.d.ts +42 -3
- package/dist/models/ListResourceInstanceWorkerRequest.js.map +1 -1
- package/dist/models/ListResourceInstanceWorkerResponseBody.d.ts +4 -4
- package/dist/models/ListResourceInstancesRequest.d.ts +21 -187
- package/dist/models/ListResourceInstancesRequest.js.map +1 -1
- package/dist/models/ListResourceInstancesResponseBody.d.ts +4 -4
- package/dist/models/ListResourceInstancesShrinkRequest.d.ts +21 -187
- package/dist/models/ListResourceInstancesShrinkRequest.js.map +1 -1
- package/dist/models/ListResourcesRequest.d.ts +19 -23
- package/dist/models/ListResourcesRequest.js.map +1 -1
- package/dist/models/ListResourcesResponseBody.d.ts +3 -3
- package/dist/models/ListServiceInstanceFaultInjectionInfoResponseBody.d.ts +47 -1
- package/dist/models/ListServiceInstanceFaultInjectionInfoResponseBody.js.map +1 -1
- package/dist/models/ListServiceInstancesRequest.d.ts +47 -126
- package/dist/models/ListServiceInstancesRequest.js.map +1 -1
- package/dist/models/ListServiceInstancesResponseBody.d.ts +4 -4
- package/dist/models/ListServiceVersionsResponseBody.d.ts +10 -6
- package/dist/models/ListServiceVersionsResponseBody.js.map +1 -1
- package/dist/models/ListServicesRequest.d.ts +95 -200
- package/dist/models/ListServicesRequest.js.map +1 -1
- package/dist/models/ListServicesResponseBody.d.ts +4 -4
- package/dist/models/ListServicesShrinkRequest.d.ts +95 -200
- package/dist/models/ListServicesShrinkRequest.js.map +1 -1
- package/dist/models/ListVirtualResourceRequest.d.ts +20 -2
- package/dist/models/ListVirtualResourceRequest.js.map +1 -1
- package/dist/models/ListVirtualResourceResponseBody.d.ts +5 -5
- package/dist/models/MigrateResourceInstanceRequest.d.ts +8 -1
- package/dist/models/MigrateResourceInstanceRequest.js.map +1 -1
- package/dist/models/MigrateResourceInstanceResponseBody.d.ts +3 -3
- package/dist/models/Resource.d.ts +83 -20
- package/dist/models/Resource.js.map +1 -1
- package/dist/models/ResourceInstance.d.ts +36 -23
- package/dist/models/ResourceInstance.js +0 -2
- package/dist/models/ResourceInstance.js.map +1 -1
- package/dist/models/ResourceInstanceWorker.d.ts +11 -61
- package/dist/models/ResourceInstanceWorker.js.map +1 -1
- package/dist/models/ScaleServiceRequest.d.ts +5 -0
- package/dist/models/ScaleServiceRequest.js.map +1 -1
- package/dist/models/ScaleServiceResponseBody.d.ts +6 -0
- package/dist/models/ScaleServiceResponseBody.js.map +1 -1
- package/dist/models/Service.d.ts +103 -71
- package/dist/models/Service.js.map +1 -1
- package/dist/models/StopBenchmarkTaskResponseBody.d.ts +1 -1
- package/dist/models/UpdateAppServiceRequest.d.ts +1 -1
- package/dist/models/UpdateConfigRequest.d.ts +21 -0
- package/dist/models/UpdateConfigRequest.js +58 -0
- package/dist/models/UpdateConfigRequest.js.map +1 -0
- package/dist/models/UpdateConfigResponse.d.ts +19 -0
- package/dist/models/UpdateConfigResponse.js +69 -0
- package/dist/models/UpdateConfigResponse.js.map +1 -0
- package/dist/models/UpdateConfigResponseBody.d.ts +45 -0
- package/dist/models/UpdateConfigResponseBody.js +64 -0
- package/dist/models/UpdateConfigResponseBody.js.map +1 -0
- package/dist/models/UpdateGatewayLabelRequest.d.ts +2 -0
- package/dist/models/UpdateGatewayLabelRequest.js.map +1 -1
- package/dist/models/UpdateGatewayLabelResponseBody.d.ts +6 -0
- package/dist/models/UpdateGatewayLabelResponseBody.js.map +1 -1
- package/dist/models/UpdateGatewayRequest.d.ts +25 -21
- package/dist/models/UpdateGatewayRequest.js.map +1 -1
- package/dist/models/UpdateGatewayResponseBody.d.ts +2 -2
- package/dist/models/UpdateGroupRequest.d.ts +59 -1
- package/dist/models/UpdateGroupRequest.js +36 -1
- package/dist/models/UpdateGroupRequest.js.map +1 -1
- package/dist/models/UpdateGroupResponseBody.d.ts +9 -1
- package/dist/models/UpdateGroupResponseBody.js +2 -0
- package/dist/models/UpdateGroupResponseBody.js.map +1 -1
- package/dist/models/UpdateResourceDlinkRequest.d.ts +2 -2
- package/dist/models/UpdateResourceInstanceRequest.d.ts +6 -4
- package/dist/models/UpdateResourceInstanceRequest.js.map +1 -1
- package/dist/models/UpdateResourceResponseBody.d.ts +1 -1
- package/dist/models/UpdateServiceAutoScalerRequest.d.ts +6 -4
- package/dist/models/UpdateServiceAutoScalerRequest.js.map +1 -1
- package/dist/models/UpdateServiceCronScalerRequest.d.ts +12 -5
- package/dist/models/UpdateServiceCronScalerRequest.js.map +1 -1
- package/dist/models/UpdateServiceInstanceRequest.d.ts +27 -3
- package/dist/models/UpdateServiceInstanceRequest.js.map +1 -1
- package/dist/models/UpdateServiceInstanceResponseBody.d.ts +2 -2
- package/dist/models/UpdateServiceMirrorResponseBody.d.ts +1 -1
- package/dist/models/UpdateServiceRequest.d.ts +10 -1
- package/dist/models/UpdateServiceRequest.js.map +1 -1
- package/dist/models/UpdateServiceRolloutRequest.d.ts +52 -0
- package/dist/models/UpdateServiceRolloutRequest.js.map +1 -1
- package/dist/models/UpdateServiceRolloutResponseBody.d.ts +12 -0
- package/dist/models/UpdateServiceRolloutResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +24 -0
- package/dist/models/model.js +61 -13
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +540 -111
- package/src/models/ContainerInfo.ts +15 -35
- package/src/models/CreateAppServiceRequest.ts +1 -1
- package/src/models/CreateConfigRequest.ts +34 -0
- package/src/models/CreateConfigResponse.ts +40 -0
- package/src/models/CreateConfigResponseBody.ts +64 -0
- package/src/models/CreateFaultInjectionRequest.ts +27 -0
- package/src/models/CreateFaultInjectionResponseBody.ts +4 -1
- package/src/models/CreateGatewayIntranetLinkedVpcRequest.ts +16 -2
- package/src/models/CreateGatewayIntranetLinkedVpcResponseBody.ts +2 -2
- package/src/models/CreateGatewayRequest.ts +19 -24
- package/src/models/CreateGatewayResponseBody.ts +5 -5
- package/src/models/CreateGroupRequest.ts +124 -0
- package/src/models/CreateGroupResponse.ts +40 -0
- package/src/models/CreateGroupResponseBody.ts +44 -0
- package/src/models/CreateResourceInstancesRequest.ts +13 -11
- package/src/models/CreateResourceInstancesResponseBody.ts +2 -2
- package/src/models/CreateResourceLogResponseBody.ts +1 -1
- package/src/models/CreateResourceRequest.ts +29 -34
- package/src/models/CreateResourceResponseBody.ts +3 -3
- package/src/models/CreateServiceAutoScalerRequest.ts +10 -6
- package/src/models/CreateServiceCronScalerRequest.ts +12 -5
- package/src/models/CreateServiceCronScalerResponseBody.ts +1 -1
- package/src/models/CreateServiceInstanceTokenRequest.ts +8 -0
- package/src/models/CreateServiceInstanceTokenResponseBody.ts +16 -0
- package/src/models/CreateServiceMirrorResponseBody.ts +1 -1
- package/src/models/CreateServiceRequest.ts +65 -65
- package/src/models/CreateServiceRolloutRequest.ts +20 -0
- package/src/models/CreateServiceRolloutResponseBody.ts +6 -0
- package/src/models/CreateServiceShrinkRequest.ts +65 -65
- package/src/models/DeleteConfigRequest.ts +24 -0
- package/src/models/DeleteConfigResponse.ts +40 -0
- package/src/models/DeleteConfigResponseBody.ts +44 -0
- package/src/models/DeleteFaultInjectionResponseBody.ts +4 -1
- package/src/models/DeleteGatewayLabelRequest.ts +2 -0
- package/src/models/DeleteGatewayLabelResponseBody.ts +6 -0
- package/src/models/DeleteGatewayLabelShrinkRequest.ts +2 -0
- package/src/models/DeleteGatewayResponseBody.ts +1 -1
- package/src/models/DeleteGroupRequest.ts +34 -0
- package/src/models/DeleteGroupResponse.ts +40 -0
- package/src/models/DeleteGroupResponseBody.ts +44 -0
- package/src/models/DeleteResourceInstanceLabelRequest.ts +7 -3
- package/src/models/DeleteResourceInstanceLabelResponseBody.ts +1 -1
- package/src/models/DeleteResourceInstanceLabelShrinkRequest.ts +7 -3
- package/src/models/DeleteResourceInstancesResponseBody.ts +1 -1
- package/src/models/DeleteResourceLogResponseBody.ts +1 -1
- package/src/models/DeleteResourceResponseBody.ts +2 -2
- package/src/models/DeleteServiceInstancesRequest.ts +10 -3
- package/src/models/DeleteServiceInstancesResponseBody.ts +1 -1
- package/src/models/DeleteServiceLabelRequest.ts +5 -1
- package/src/models/DeleteServiceLabelResponseBody.ts +1 -1
- package/src/models/DeleteServiceLabelShrinkRequest.ts +5 -1
- package/src/models/DeleteServiceRolloutResponseBody.ts +18 -0
- package/src/models/DescribeGatewayResponseBody.ts +20 -38
- package/src/models/DescribeGroupEndpointsResponseBody.ts +16 -10
- package/src/models/DescribeMachineSpecRequest.ts +17 -0
- package/src/models/DescribeMachineSpecResponseBody.ts +12 -24
- package/src/models/DescribeMachineSpecShrinkRequest.ts +17 -0
- package/src/models/DescribeRegionsResponseBody.ts +3 -0
- package/src/models/DescribeResourceDlinkResponseBody.ts +2 -2
- package/src/models/DescribeResourceResponseBody.ts +55 -15
- package/src/models/DescribeServiceAutoScalerResponseBody.ts +10 -7
- package/src/models/DescribeServiceEndpointsResponseBody.ts +43 -3
- package/src/models/DescribeServiceEventRequest.ts +8 -7
- package/src/models/DescribeServiceEventResponseBody.ts +21 -9
- package/src/models/DescribeServiceRolloutResponseBody.ts +60 -0
- package/src/models/DescribeVirtualResourceResponseBody.ts +10 -6
- package/src/models/Group.ts +83 -10
- package/src/models/Instance.ts +56 -30
- package/src/models/ListAclPolicyResponseBody.ts +3 -3
- package/src/models/ListBenchmarkTaskRequest.ts +2 -2
- package/src/models/ListBenchmarkTaskResponseBody.ts +12 -86
- package/src/models/ListConfigsRequest.ts +44 -0
- package/src/models/ListConfigsResponse.ts +40 -0
- package/src/models/ListConfigsResponseBody.ts +157 -0
- package/src/models/ListGatewayDomainsResponseBody.ts +47 -10
- package/src/models/ListGatewayIntranetLinkedVpcPeerRequest.ts +4 -3
- package/src/models/ListGatewayIntranetLinkedVpcPeerResponseBody.ts +6 -6
- package/src/models/ListGatewayIntranetLinkedVpcResponseBody.ts +22 -30
- package/src/models/ListGatewayRequest.ts +51 -5
- package/src/models/ListGatewayResponseBody.ts +32 -27
- package/src/models/ListGatewayShrinkRequest.ts +51 -5
- package/src/models/ListGroupsRequest.ts +34 -3
- package/src/models/ListGroupsResponseBody.ts +4 -4
- package/src/models/ListGroupsShrinkRequest.ts +101 -0
- package/src/models/ListResourceInstanceWorkerRequest.ts +42 -3
- package/src/models/ListResourceInstanceWorkerResponseBody.ts +4 -4
- package/src/models/ListResourceInstancesRequest.ts +21 -187
- package/src/models/ListResourceInstancesResponseBody.ts +4 -4
- package/src/models/ListResourceInstancesShrinkRequest.ts +21 -187
- package/src/models/ListResourcesRequest.ts +19 -23
- package/src/models/ListResourcesResponseBody.ts +3 -3
- package/src/models/ListServiceInstanceFaultInjectionInfoResponseBody.ts +47 -1
- package/src/models/ListServiceInstancesRequest.ts +47 -126
- package/src/models/ListServiceInstancesResponseBody.ts +4 -4
- package/src/models/ListServiceVersionsResponseBody.ts +10 -6
- package/src/models/ListServicesRequest.ts +95 -200
- package/src/models/ListServicesResponseBody.ts +4 -4
- package/src/models/ListServicesShrinkRequest.ts +95 -200
- package/src/models/ListVirtualResourceRequest.ts +20 -2
- package/src/models/ListVirtualResourceResponseBody.ts +5 -5
- package/src/models/MigrateResourceInstanceRequest.ts +8 -1
- package/src/models/MigrateResourceInstanceResponseBody.ts +3 -3
- package/src/models/Resource.ts +83 -20
- package/src/models/ResourceInstance.ts +36 -23
- package/src/models/ResourceInstanceWorker.ts +11 -61
- package/src/models/ScaleServiceRequest.ts +5 -0
- package/src/models/ScaleServiceResponseBody.ts +6 -0
- package/src/models/Service.ts +103 -71
- package/src/models/StopBenchmarkTaskResponseBody.ts +1 -1
- package/src/models/UpdateAppServiceRequest.ts +1 -1
- package/src/models/UpdateConfigRequest.ts +34 -0
- package/src/models/UpdateConfigResponse.ts +40 -0
- package/src/models/UpdateConfigResponseBody.ts +64 -0
- package/src/models/UpdateGatewayLabelRequest.ts +2 -0
- package/src/models/UpdateGatewayLabelResponseBody.ts +6 -0
- package/src/models/UpdateGatewayRequest.ts +25 -21
- package/src/models/UpdateGatewayResponseBody.ts +2 -2
- package/src/models/UpdateGroupRequest.ts +83 -1
- package/src/models/UpdateGroupResponseBody.ts +11 -1
- package/src/models/UpdateResourceDlinkRequest.ts +2 -2
- package/src/models/UpdateResourceInstanceRequest.ts +6 -4
- package/src/models/UpdateResourceResponseBody.ts +1 -1
- package/src/models/UpdateServiceAutoScalerRequest.ts +6 -4
- package/src/models/UpdateServiceCronScalerRequest.ts +12 -5
- package/src/models/UpdateServiceInstanceRequest.ts +27 -3
- package/src/models/UpdateServiceInstanceResponseBody.ts +2 -2
- package/src/models/UpdateServiceMirrorResponseBody.ts +1 -1
- package/src/models/UpdateServiceRequest.ts +10 -1
- package/src/models/UpdateServiceRolloutRequest.ts +52 -0
- package/src/models/UpdateServiceRolloutResponseBody.ts +12 -0
- package/src/models/model.ts +24 -0
package/dist/client.d.ts
CHANGED
|
@@ -117,7 +117,42 @@ export default class Client extends OpenApi {
|
|
|
117
117
|
*/
|
|
118
118
|
createBenchmarkTask(request: $_model.CreateBenchmarkTaskRequest): Promise<$_model.CreateBenchmarkTaskResponse>;
|
|
119
119
|
/**
|
|
120
|
-
*
|
|
120
|
+
* Creates a single dynamic parameter in a specified service.
|
|
121
|
+
*
|
|
122
|
+
* @remarks
|
|
123
|
+
* ## Description
|
|
124
|
+
* - This API creates a new dynamic parameter by sending a POST request to a specified path.
|
|
125
|
+
* - The dynamic parameter name (`ConfigKey`) can contain letters, digits, periods (.), underscores (_), hyphens (-), and forward slashes (/). The maximum length is 100 characters.
|
|
126
|
+
* - The request body must include the dynamic parameter value (`Value`).
|
|
127
|
+
* - If successful, the API returns the new dynamic parameter\\"s name (`Key`), value (`Value`), creation time, and update time.
|
|
128
|
+
*
|
|
129
|
+
* @param request - CreateConfigRequest
|
|
130
|
+
* @param headers - map
|
|
131
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
132
|
+
* @returns CreateConfigResponse
|
|
133
|
+
*/
|
|
134
|
+
createConfigWithOptions(ClusterId: string, ConfigType: string, Name: string, ConfigKey: string, request: $_model.CreateConfigRequest, headers: {
|
|
135
|
+
[key: string]: string;
|
|
136
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateConfigResponse>;
|
|
137
|
+
/**
|
|
138
|
+
* Creates a single dynamic parameter in a specified service.
|
|
139
|
+
*
|
|
140
|
+
* @remarks
|
|
141
|
+
* ## Description
|
|
142
|
+
* - This API creates a new dynamic parameter by sending a POST request to a specified path.
|
|
143
|
+
* - The dynamic parameter name (`ConfigKey`) can contain letters, digits, periods (.), underscores (_), hyphens (-), and forward slashes (/). The maximum length is 100 characters.
|
|
144
|
+
* - The request body must include the dynamic parameter value (`Value`).
|
|
145
|
+
* - If successful, the API returns the new dynamic parameter\\"s name (`Key`), value (`Value`), creation time, and update time.
|
|
146
|
+
*
|
|
147
|
+
* @param request - CreateConfigRequest
|
|
148
|
+
* @returns CreateConfigResponse
|
|
149
|
+
*/
|
|
150
|
+
createConfig(ClusterId: string, ConfigType: string, Name: string, ConfigKey: string, request: $_model.CreateConfigRequest): Promise<$_model.CreateConfigResponse>;
|
|
151
|
+
/**
|
|
152
|
+
* Creates a fault injection task.
|
|
153
|
+
*
|
|
154
|
+
* @remarks
|
|
155
|
+
* *Before you use this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
|
|
121
156
|
*
|
|
122
157
|
* @param request - CreateFaultInjectionRequest
|
|
123
158
|
* @param headers - map
|
|
@@ -128,7 +163,10 @@ export default class Client extends OpenApi {
|
|
|
128
163
|
[key: string]: string;
|
|
129
164
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateFaultInjectionResponse>;
|
|
130
165
|
/**
|
|
131
|
-
*
|
|
166
|
+
* Creates a fault injection task.
|
|
167
|
+
*
|
|
168
|
+
* @remarks
|
|
169
|
+
* *Before you use this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
|
|
132
170
|
*
|
|
133
171
|
* @param request - CreateFaultInjectionRequest
|
|
134
172
|
* @returns CreateFaultInjectionResponse
|
|
@@ -153,7 +191,10 @@ export default class Client extends OpenApi {
|
|
|
153
191
|
*/
|
|
154
192
|
createGateway(request: $_model.CreateGatewayRequest): Promise<$_model.CreateGatewayResponse>;
|
|
155
193
|
/**
|
|
156
|
-
* Creates an internal endpoint
|
|
194
|
+
* Creates an internal endpoint for a private gateway.
|
|
195
|
+
*
|
|
196
|
+
* @remarks
|
|
197
|
+
* *Make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS) before you use this operation.**
|
|
157
198
|
*
|
|
158
199
|
* @param request - CreateGatewayIntranetLinkedVpcRequest
|
|
159
200
|
* @param headers - map
|
|
@@ -164,7 +205,10 @@ export default class Client extends OpenApi {
|
|
|
164
205
|
[key: string]: string;
|
|
165
206
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateGatewayIntranetLinkedVpcResponse>;
|
|
166
207
|
/**
|
|
167
|
-
* Creates an internal endpoint
|
|
208
|
+
* Creates an internal endpoint for a private gateway.
|
|
209
|
+
*
|
|
210
|
+
* @remarks
|
|
211
|
+
* *Make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS) before you use this operation.**
|
|
168
212
|
*
|
|
169
213
|
* @param request - CreateGatewayIntranetLinkedVpcRequest
|
|
170
214
|
* @returns CreateGatewayIntranetLinkedVpcResponse
|
|
@@ -189,10 +233,34 @@ export default class Client extends OpenApi {
|
|
|
189
233
|
*/
|
|
190
234
|
createGatewayIntranetLinkedVpcPeer(ClusterId: string, GatewayId: string, request: $_model.CreateGatewayIntranetLinkedVpcPeerRequest): Promise<$_model.CreateGatewayIntranetLinkedVpcPeerResponse>;
|
|
191
235
|
/**
|
|
192
|
-
* Creates a
|
|
236
|
+
* Creates a service group.
|
|
193
237
|
*
|
|
194
238
|
* @remarks
|
|
195
|
-
* *Before you
|
|
239
|
+
* *Before you use this operation, make sure that you fully understand the billing of Elastic Algorithm Service (EAS) and its [pricing](https://help.aliyun.com/document_detail/144261.html).**.
|
|
240
|
+
*
|
|
241
|
+
* @param request - CreateGroupRequest
|
|
242
|
+
* @param headers - map
|
|
243
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
244
|
+
* @returns CreateGroupResponse
|
|
245
|
+
*/
|
|
246
|
+
createGroupWithOptions(request: $_model.CreateGroupRequest, headers: {
|
|
247
|
+
[key: string]: string;
|
|
248
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateGroupResponse>;
|
|
249
|
+
/**
|
|
250
|
+
* Creates a service group.
|
|
251
|
+
*
|
|
252
|
+
* @remarks
|
|
253
|
+
* *Before you use this operation, make sure that you fully understand the billing of Elastic Algorithm Service (EAS) and its [pricing](https://help.aliyun.com/document_detail/144261.html).**.
|
|
254
|
+
*
|
|
255
|
+
* @param request - CreateGroupRequest
|
|
256
|
+
* @returns CreateGroupResponse
|
|
257
|
+
*/
|
|
258
|
+
createGroup(request: $_model.CreateGroupRequest): Promise<$_model.CreateGroupResponse>;
|
|
259
|
+
/**
|
|
260
|
+
* Create a new resource group.
|
|
261
|
+
*
|
|
262
|
+
* @remarks
|
|
263
|
+
* *Before calling this API, make sure you understand the billing method and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
|
|
196
264
|
*
|
|
197
265
|
* @param request - CreateResourceRequest
|
|
198
266
|
* @param headers - map
|
|
@@ -203,17 +271,20 @@ export default class Client extends OpenApi {
|
|
|
203
271
|
[key: string]: string;
|
|
204
272
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateResourceResponse>;
|
|
205
273
|
/**
|
|
206
|
-
*
|
|
274
|
+
* Create a new resource group.
|
|
207
275
|
*
|
|
208
276
|
* @remarks
|
|
209
|
-
* *Before
|
|
277
|
+
* *Before calling this API, make sure you understand the billing method and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
|
|
210
278
|
*
|
|
211
279
|
* @param request - CreateResourceRequest
|
|
212
280
|
* @returns CreateResourceResponse
|
|
213
281
|
*/
|
|
214
282
|
createResource(request: $_model.CreateResourceRequest): Promise<$_model.CreateResourceResponse>;
|
|
215
283
|
/**
|
|
216
|
-
* Creates instances in a dedicated resource group.
|
|
284
|
+
* Creates machine instances in a dedicated resource group.
|
|
285
|
+
*
|
|
286
|
+
* @remarks
|
|
287
|
+
* *Before you call this operation, make sure that you understand the billing methods and **[**pricing**](https://help.aliyun.com/document_detail/144261.html)** of Elastic Algorithm Service (EAS).**
|
|
217
288
|
*
|
|
218
289
|
* @param request - CreateResourceInstancesRequest
|
|
219
290
|
* @param headers - map
|
|
@@ -224,7 +295,10 @@ export default class Client extends OpenApi {
|
|
|
224
295
|
[key: string]: string;
|
|
225
296
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateResourceInstancesResponse>;
|
|
226
297
|
/**
|
|
227
|
-
* Creates instances in a dedicated resource group.
|
|
298
|
+
* Creates machine instances in a dedicated resource group.
|
|
299
|
+
*
|
|
300
|
+
* @remarks
|
|
301
|
+
* *Before you call this operation, make sure that you understand the billing methods and **[**pricing**](https://help.aliyun.com/document_detail/144261.html)** of Elastic Algorithm Service (EAS).**
|
|
228
302
|
*
|
|
229
303
|
* @param request - CreateResourceInstancesRequest
|
|
230
304
|
* @returns CreateResourceInstancesResponse
|
|
@@ -291,7 +365,7 @@ export default class Client extends OpenApi {
|
|
|
291
365
|
*/
|
|
292
366
|
createServiceAutoScaler(ClusterId: string, ServiceName: string, request: $_model.CreateServiceAutoScalerRequest): Promise<$_model.CreateServiceAutoScalerResponse>;
|
|
293
367
|
/**
|
|
294
|
-
*
|
|
368
|
+
* Creates a scheduled auto scaling rule for a service.
|
|
295
369
|
*
|
|
296
370
|
* @param request - CreateServiceCronScalerRequest
|
|
297
371
|
* @param headers - map
|
|
@@ -302,14 +376,14 @@ export default class Client extends OpenApi {
|
|
|
302
376
|
[key: string]: string;
|
|
303
377
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateServiceCronScalerResponse>;
|
|
304
378
|
/**
|
|
305
|
-
*
|
|
379
|
+
* Creates a scheduled auto scaling rule for a service.
|
|
306
380
|
*
|
|
307
381
|
* @param request - CreateServiceCronScalerRequest
|
|
308
382
|
* @returns CreateServiceCronScalerResponse
|
|
309
383
|
*/
|
|
310
384
|
createServiceCronScaler(ClusterId: string, ServiceName: string, request: $_model.CreateServiceCronScalerRequest): Promise<$_model.CreateServiceCronScalerResponse>;
|
|
311
385
|
/**
|
|
312
|
-
*
|
|
386
|
+
* Call this operation to obtain a token and a WebSocket URL for logging on to a container.
|
|
313
387
|
*
|
|
314
388
|
* @param request - CreateServiceInstanceTokenRequest
|
|
315
389
|
* @param headers - map
|
|
@@ -320,7 +394,7 @@ export default class Client extends OpenApi {
|
|
|
320
394
|
[key: string]: string;
|
|
321
395
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateServiceInstanceTokenResponse>;
|
|
322
396
|
/**
|
|
323
|
-
*
|
|
397
|
+
* Call this operation to obtain a token and a WebSocket URL for logging on to a container.
|
|
324
398
|
*
|
|
325
399
|
* @param request - CreateServiceInstanceTokenRequest
|
|
326
400
|
* @returns CreateServiceInstanceTokenResponse
|
|
@@ -345,16 +419,16 @@ export default class Client extends OpenApi {
|
|
|
345
419
|
*/
|
|
346
420
|
createServiceMirror(ClusterId: string, ServiceName: string, request: $_model.CreateServiceMirrorRequest): Promise<$_model.CreateServiceMirrorResponse>;
|
|
347
421
|
/**
|
|
348
|
-
*
|
|
422
|
+
* Creates a service rollout.
|
|
349
423
|
*
|
|
350
424
|
* @remarks
|
|
351
|
-
* ##
|
|
352
|
-
* -
|
|
353
|
-
* -
|
|
354
|
-
* -
|
|
355
|
-
* -
|
|
356
|
-
* -
|
|
357
|
-
* -
|
|
425
|
+
* ## Usage notes
|
|
426
|
+
* - **Mutually exclusive strategies**: You can use either the `Partition` or the `Batch` strategy, but not both.
|
|
427
|
+
* - **Request rate limit**: Up to 100 requests per second.
|
|
428
|
+
* - **Authorization**: This operation requires the `eas:CreateServiceRollout` permission.
|
|
429
|
+
* - **ARN**: `acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}`.
|
|
430
|
+
* - **Pause a rollout**: To pause the service rollout, set the `Paused` parameter to `true`. You can then resume or cancel the rollout by calling the `UpdateServiceRollout` operation.
|
|
431
|
+
* - **Monitoring and rollback**: Monitor service metrics during the service rollout to promptly identify and resolve issues. To perform a rollback, you can adjust the `Partition` value or delete the rollout strategy.
|
|
358
432
|
*
|
|
359
433
|
* @param request - CreateServiceRolloutRequest
|
|
360
434
|
* @param headers - map
|
|
@@ -365,16 +439,16 @@ export default class Client extends OpenApi {
|
|
|
365
439
|
[key: string]: string;
|
|
366
440
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateServiceRolloutResponse>;
|
|
367
441
|
/**
|
|
368
|
-
*
|
|
442
|
+
* Creates a service rollout.
|
|
369
443
|
*
|
|
370
444
|
* @remarks
|
|
371
|
-
* ##
|
|
372
|
-
* -
|
|
373
|
-
* -
|
|
374
|
-
* -
|
|
375
|
-
* -
|
|
376
|
-
* -
|
|
377
|
-
* -
|
|
445
|
+
* ## Usage notes
|
|
446
|
+
* - **Mutually exclusive strategies**: You can use either the `Partition` or the `Batch` strategy, but not both.
|
|
447
|
+
* - **Request rate limit**: Up to 100 requests per second.
|
|
448
|
+
* - **Authorization**: This operation requires the `eas:CreateServiceRollout` permission.
|
|
449
|
+
* - **ARN**: `acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}`.
|
|
450
|
+
* - **Pause a rollout**: To pause the service rollout, set the `Paused` parameter to `true`. You can then resume or cancel the rollout by calling the `UpdateServiceRollout` operation.
|
|
451
|
+
* - **Monitoring and rollback**: Monitor service metrics during the service rollout to promptly identify and resolve issues. To perform a rollback, you can adjust the `Partition` value or delete the rollout strategy.
|
|
378
452
|
*
|
|
379
453
|
* @param request - CreateServiceRolloutRequest
|
|
380
454
|
* @returns CreateServiceRolloutResponse
|
|
@@ -435,7 +509,36 @@ export default class Client extends OpenApi {
|
|
|
435
509
|
*/
|
|
436
510
|
deleteBenchmarkTask(ClusterId: string, TaskName: string, request: $_model.DeleteBenchmarkTaskRequest): Promise<$_model.DeleteBenchmarkTaskResponse>;
|
|
437
511
|
/**
|
|
438
|
-
*
|
|
512
|
+
* Deletes a single dynamic parameter for a specified service.
|
|
513
|
+
*
|
|
514
|
+
* @remarks
|
|
515
|
+
* ## Request
|
|
516
|
+
* This API deletes a specific configuration by its region ID, configuration type, service name, and configuration key. Ensure all parameter values are accurate to avoid accidentally deleting critical configurations.
|
|
517
|
+
*
|
|
518
|
+
* @param request - DeleteConfigRequest
|
|
519
|
+
* @param headers - map
|
|
520
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
521
|
+
* @returns DeleteConfigResponse
|
|
522
|
+
*/
|
|
523
|
+
deleteConfigWithOptions(ClusterId: string, ConfigType: string, Name: string, ConfigKey: string, request: $_model.DeleteConfigRequest, headers: {
|
|
524
|
+
[key: string]: string;
|
|
525
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteConfigResponse>;
|
|
526
|
+
/**
|
|
527
|
+
* Deletes a single dynamic parameter for a specified service.
|
|
528
|
+
*
|
|
529
|
+
* @remarks
|
|
530
|
+
* ## Request
|
|
531
|
+
* This API deletes a specific configuration by its region ID, configuration type, service name, and configuration key. Ensure all parameter values are accurate to avoid accidentally deleting critical configurations.
|
|
532
|
+
*
|
|
533
|
+
* @param request - DeleteConfigRequest
|
|
534
|
+
* @returns DeleteConfigResponse
|
|
535
|
+
*/
|
|
536
|
+
deleteConfig(ClusterId: string, ConfigType: string, Name: string, ConfigKey: string, request: $_model.DeleteConfigRequest): Promise<$_model.DeleteConfigResponse>;
|
|
537
|
+
/**
|
|
538
|
+
* Deletes a fault injection task.
|
|
539
|
+
*
|
|
540
|
+
* @remarks
|
|
541
|
+
* *Before you use this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
|
|
439
542
|
*
|
|
440
543
|
* @param request - DeleteFaultInjectionRequest
|
|
441
544
|
* @param headers - map
|
|
@@ -446,7 +549,10 @@ export default class Client extends OpenApi {
|
|
|
446
549
|
[key: string]: string;
|
|
447
550
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteFaultInjectionResponse>;
|
|
448
551
|
/**
|
|
449
|
-
*
|
|
552
|
+
* Deletes a fault injection task.
|
|
553
|
+
*
|
|
554
|
+
* @remarks
|
|
555
|
+
* *Before you use this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
|
|
450
556
|
*
|
|
451
557
|
* @param request - DeleteFaultInjectionRequest
|
|
452
558
|
* @returns DeleteFaultInjectionResponse
|
|
@@ -507,7 +613,10 @@ export default class Client extends OpenApi {
|
|
|
507
613
|
*/
|
|
508
614
|
deleteGatewayIntranetLinkedVpcPeer(ClusterId: string, GatewayId: string, request: $_model.DeleteGatewayIntranetLinkedVpcPeerRequest): Promise<$_model.DeleteGatewayIntranetLinkedVpcPeerResponse>;
|
|
509
615
|
/**
|
|
510
|
-
*
|
|
616
|
+
* Deletes gateway labels.
|
|
617
|
+
*
|
|
618
|
+
* @remarks
|
|
619
|
+
* *Before you call this operation, ensure you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) for Elastic Algorithm Service (EAS).**
|
|
511
620
|
*
|
|
512
621
|
* @param tmpReq - DeleteGatewayLabelRequest
|
|
513
622
|
* @param headers - map
|
|
@@ -518,12 +627,33 @@ export default class Client extends OpenApi {
|
|
|
518
627
|
[key: string]: string;
|
|
519
628
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteGatewayLabelResponse>;
|
|
520
629
|
/**
|
|
521
|
-
*
|
|
630
|
+
* Deletes gateway labels.
|
|
631
|
+
*
|
|
632
|
+
* @remarks
|
|
633
|
+
* *Before you call this operation, ensure you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) for Elastic Algorithm Service (EAS).**
|
|
522
634
|
*
|
|
523
635
|
* @param request - DeleteGatewayLabelRequest
|
|
524
636
|
* @returns DeleteGatewayLabelResponse
|
|
525
637
|
*/
|
|
526
638
|
deleteGatewayLabel(ClusterId: string, GatewayId: string, request: $_model.DeleteGatewayLabelRequest): Promise<$_model.DeleteGatewayLabelResponse>;
|
|
639
|
+
/**
|
|
640
|
+
* Deletes a service group.
|
|
641
|
+
*
|
|
642
|
+
* @param request - DeleteGroupRequest
|
|
643
|
+
* @param headers - map
|
|
644
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
645
|
+
* @returns DeleteGroupResponse
|
|
646
|
+
*/
|
|
647
|
+
deleteGroupWithOptions(ClusterId: string, GroupName: string, request: $_model.DeleteGroupRequest, headers: {
|
|
648
|
+
[key: string]: string;
|
|
649
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteGroupResponse>;
|
|
650
|
+
/**
|
|
651
|
+
* Deletes a service group.
|
|
652
|
+
*
|
|
653
|
+
* @param request - DeleteGroupRequest
|
|
654
|
+
* @returns DeleteGroupResponse
|
|
655
|
+
*/
|
|
656
|
+
deleteGroup(ClusterId: string, GroupName: string, request: $_model.DeleteGroupRequest): Promise<$_model.DeleteGroupResponse>;
|
|
527
657
|
/**
|
|
528
658
|
* Deletes a resource group that contains no resources or instances.
|
|
529
659
|
*
|
|
@@ -561,7 +691,7 @@ export default class Client extends OpenApi {
|
|
|
561
691
|
*/
|
|
562
692
|
deleteResourceDLink(ClusterId: string, ResourceId: string, request: $_model.DeleteResourceDLinkRequest): Promise<$_model.DeleteResourceDLinkResponse>;
|
|
563
693
|
/**
|
|
564
|
-
* Deletes
|
|
694
|
+
* Deletes instance tags from a resource group.
|
|
565
695
|
*
|
|
566
696
|
* @param tmpReq - DeleteResourceInstanceLabelRequest
|
|
567
697
|
* @param headers - map
|
|
@@ -572,7 +702,7 @@ export default class Client extends OpenApi {
|
|
|
572
702
|
[key: string]: string;
|
|
573
703
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteResourceInstanceLabelResponse>;
|
|
574
704
|
/**
|
|
575
|
-
* Deletes
|
|
705
|
+
* Deletes instance tags from a resource group.
|
|
576
706
|
*
|
|
577
707
|
* @param request - DeleteResourceInstanceLabelRequest
|
|
578
708
|
* @returns DeleteResourceInstanceLabelResponse
|
|
@@ -669,7 +799,10 @@ export default class Client extends OpenApi {
|
|
|
669
799
|
*/
|
|
670
800
|
deleteServiceCronScaler(ClusterId: string, ServiceName: string, request: $_model.DeleteServiceCronScalerRequest): Promise<$_model.DeleteServiceCronScalerResponse>;
|
|
671
801
|
/**
|
|
672
|
-
* Restarts
|
|
802
|
+
* Restarts specified instances of a service.
|
|
803
|
+
*
|
|
804
|
+
* @remarks
|
|
805
|
+
* *Before you call this operation, make sure that you understand the billing methods and **[**pricing**](https://help.aliyun.com/document_detail/144261.html)** of Elastic Algorithm Service (EAS).**
|
|
673
806
|
*
|
|
674
807
|
* @param request - DeleteServiceInstancesRequest
|
|
675
808
|
* @param headers - map
|
|
@@ -680,14 +813,17 @@ export default class Client extends OpenApi {
|
|
|
680
813
|
[key: string]: string;
|
|
681
814
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteServiceInstancesResponse>;
|
|
682
815
|
/**
|
|
683
|
-
* Restarts
|
|
816
|
+
* Restarts specified instances of a service.
|
|
817
|
+
*
|
|
818
|
+
* @remarks
|
|
819
|
+
* *Before you call this operation, make sure that you understand the billing methods and **[**pricing**](https://help.aliyun.com/document_detail/144261.html)** of Elastic Algorithm Service (EAS).**
|
|
684
820
|
*
|
|
685
821
|
* @param request - DeleteServiceInstancesRequest
|
|
686
822
|
* @returns DeleteServiceInstancesResponse
|
|
687
823
|
*/
|
|
688
824
|
deleteServiceInstances(ClusterId: string, ServiceName: string, request: $_model.DeleteServiceInstancesRequest): Promise<$_model.DeleteServiceInstancesResponse>;
|
|
689
825
|
/**
|
|
690
|
-
* Deletes
|
|
826
|
+
* Deletes a service label.
|
|
691
827
|
*
|
|
692
828
|
* @param tmpReq - DeleteServiceLabelRequest
|
|
693
829
|
* @param headers - map
|
|
@@ -698,7 +834,7 @@ export default class Client extends OpenApi {
|
|
|
698
834
|
[key: string]: string;
|
|
699
835
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteServiceLabelResponse>;
|
|
700
836
|
/**
|
|
701
|
-
* Deletes
|
|
837
|
+
* Deletes a service label.
|
|
702
838
|
*
|
|
703
839
|
* @param request - DeleteServiceLabelRequest
|
|
704
840
|
* @returns DeleteServiceLabelResponse
|
|
@@ -723,7 +859,7 @@ export default class Client extends OpenApi {
|
|
|
723
859
|
*/
|
|
724
860
|
deleteServiceMirror(ClusterId: string, ServiceName: string, request: $_model.DeleteServiceMirrorRequest): Promise<$_model.DeleteServiceMirrorResponse>;
|
|
725
861
|
/**
|
|
726
|
-
*
|
|
862
|
+
* Deletes a service rollout.
|
|
727
863
|
*
|
|
728
864
|
* @remarks
|
|
729
865
|
* ## 请求说明
|
|
@@ -744,7 +880,7 @@ export default class Client extends OpenApi {
|
|
|
744
880
|
[key: string]: string;
|
|
745
881
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteServiceRolloutResponse>;
|
|
746
882
|
/**
|
|
747
|
-
*
|
|
883
|
+
* Deletes a service rollout.
|
|
748
884
|
*
|
|
749
885
|
* @remarks
|
|
750
886
|
* ## 请求说明
|
|
@@ -869,7 +1005,7 @@ export default class Client extends OpenApi {
|
|
|
869
1005
|
*/
|
|
870
1006
|
describeGroupEndpoints(ClusterId: string, GroupName: string, request: $_model.DescribeGroupEndpointsRequest): Promise<$_model.DescribeGroupEndpointsResponse>;
|
|
871
1007
|
/**
|
|
872
|
-
*
|
|
1008
|
+
* Returns a list of available machine specifications.
|
|
873
1009
|
*
|
|
874
1010
|
* @param tmpReq - DescribeMachineSpecRequest
|
|
875
1011
|
* @param headers - map
|
|
@@ -880,7 +1016,7 @@ export default class Client extends OpenApi {
|
|
|
880
1016
|
[key: string]: string;
|
|
881
1017
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeMachineSpecResponse>;
|
|
882
1018
|
/**
|
|
883
|
-
*
|
|
1019
|
+
* Returns a list of available machine specifications.
|
|
884
1020
|
*
|
|
885
1021
|
* @param request - DescribeMachineSpecRequest
|
|
886
1022
|
* @returns DescribeMachineSpecResponse
|
|
@@ -902,7 +1038,7 @@ export default class Client extends OpenApi {
|
|
|
902
1038
|
*/
|
|
903
1039
|
describeRegions(): Promise<$_model.DescribeRegionsResponse>;
|
|
904
1040
|
/**
|
|
905
|
-
*
|
|
1041
|
+
* Retrieves the details of a resource group.
|
|
906
1042
|
*
|
|
907
1043
|
* @param request - DescribeResourceRequest
|
|
908
1044
|
* @param headers - map
|
|
@@ -913,7 +1049,7 @@ export default class Client extends OpenApi {
|
|
|
913
1049
|
[key: string]: string;
|
|
914
1050
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeResourceResponse>;
|
|
915
1051
|
/**
|
|
916
|
-
*
|
|
1052
|
+
* Retrieves the details of a resource group.
|
|
917
1053
|
*
|
|
918
1054
|
* @param request - DescribeResourceRequest
|
|
919
1055
|
* @returns DescribeResourceResponse
|
|
@@ -1028,7 +1164,7 @@ export default class Client extends OpenApi {
|
|
|
1028
1164
|
*/
|
|
1029
1165
|
describeServiceDiagnosis(ClusterId: string, ServiceName: string, request: $_model.DescribeServiceDiagnosisRequest): Promise<$_model.DescribeServiceDiagnosisResponse>;
|
|
1030
1166
|
/**
|
|
1031
|
-
*
|
|
1167
|
+
* Retrieves a list of service endpoints.
|
|
1032
1168
|
*
|
|
1033
1169
|
* @param request - DescribeServiceEndpointsRequest
|
|
1034
1170
|
* @param headers - map
|
|
@@ -1039,14 +1175,14 @@ export default class Client extends OpenApi {
|
|
|
1039
1175
|
[key: string]: string;
|
|
1040
1176
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeServiceEndpointsResponse>;
|
|
1041
1177
|
/**
|
|
1042
|
-
*
|
|
1178
|
+
* Retrieves a list of service endpoints.
|
|
1043
1179
|
*
|
|
1044
1180
|
* @param request - DescribeServiceEndpointsRequest
|
|
1045
1181
|
* @returns DescribeServiceEndpointsResponse
|
|
1046
1182
|
*/
|
|
1047
1183
|
describeServiceEndpoints(ClusterId: string, ServiceName: string, request: $_model.DescribeServiceEndpointsRequest): Promise<$_model.DescribeServiceEndpointsResponse>;
|
|
1048
1184
|
/**
|
|
1049
|
-
* Queries
|
|
1185
|
+
* Queries recent deployment events for a specified service.
|
|
1050
1186
|
*
|
|
1051
1187
|
* @param request - DescribeServiceEventRequest
|
|
1052
1188
|
* @param headers - map
|
|
@@ -1057,7 +1193,7 @@ export default class Client extends OpenApi {
|
|
|
1057
1193
|
[key: string]: string;
|
|
1058
1194
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeServiceEventResponse>;
|
|
1059
1195
|
/**
|
|
1060
|
-
* Queries
|
|
1196
|
+
* Queries recent deployment events for a specified service.
|
|
1061
1197
|
*
|
|
1062
1198
|
* @param request - DescribeServiceEventRequest
|
|
1063
1199
|
* @returns DescribeServiceEventResponse
|
|
@@ -1118,7 +1254,7 @@ export default class Client extends OpenApi {
|
|
|
1118
1254
|
*/
|
|
1119
1255
|
describeServiceMirror(ClusterId: string, ServiceName: string, request: $_model.DescribeServiceMirrorRequest): Promise<$_model.DescribeServiceMirrorResponse>;
|
|
1120
1256
|
/**
|
|
1121
|
-
*
|
|
1257
|
+
* Retrieves the details of a service rollout.
|
|
1122
1258
|
*
|
|
1123
1259
|
* @remarks
|
|
1124
1260
|
* ## 请求说明
|
|
@@ -1138,7 +1274,7 @@ export default class Client extends OpenApi {
|
|
|
1138
1274
|
[key: string]: string;
|
|
1139
1275
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeServiceRolloutResponse>;
|
|
1140
1276
|
/**
|
|
1141
|
-
*
|
|
1277
|
+
* Retrieves the details of a service rollout.
|
|
1142
1278
|
*
|
|
1143
1279
|
* @remarks
|
|
1144
1280
|
* ## 请求说明
|
|
@@ -1190,7 +1326,7 @@ export default class Client extends OpenApi {
|
|
|
1190
1326
|
*/
|
|
1191
1327
|
describeSpotDiscountHistory(request: $_model.DescribeSpotDiscountHistoryRequest): Promise<$_model.DescribeSpotDiscountHistoryResponse>;
|
|
1192
1328
|
/**
|
|
1193
|
-
*
|
|
1329
|
+
* Queries the details of a virtual resource group.
|
|
1194
1330
|
*
|
|
1195
1331
|
* @param request - DescribeVirtualResourceRequest
|
|
1196
1332
|
* @param headers - map
|
|
@@ -1201,7 +1337,7 @@ export default class Client extends OpenApi {
|
|
|
1201
1337
|
[key: string]: string;
|
|
1202
1338
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeVirtualResourceResponse>;
|
|
1203
1339
|
/**
|
|
1204
|
-
*
|
|
1340
|
+
* Queries the details of a virtual resource group.
|
|
1205
1341
|
*
|
|
1206
1342
|
* @param request - DescribeVirtualResourceRequest
|
|
1207
1343
|
* @returns DescribeVirtualResourceResponse
|
|
@@ -1262,7 +1398,7 @@ export default class Client extends OpenApi {
|
|
|
1262
1398
|
*/
|
|
1263
1399
|
listAclPolicy(ClusterId: string, GatewayId: string, request: $_model.ListAclPolicyRequest): Promise<$_model.ListAclPolicyResponse>;
|
|
1264
1400
|
/**
|
|
1265
|
-
*
|
|
1401
|
+
* Lists all deployed stress testing tasks.
|
|
1266
1402
|
*
|
|
1267
1403
|
* @param request - ListBenchmarkTaskRequest
|
|
1268
1404
|
* @param headers - map
|
|
@@ -1273,14 +1409,48 @@ export default class Client extends OpenApi {
|
|
|
1273
1409
|
[key: string]: string;
|
|
1274
1410
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListBenchmarkTaskResponse>;
|
|
1275
1411
|
/**
|
|
1276
|
-
*
|
|
1412
|
+
* Lists all deployed stress testing tasks.
|
|
1277
1413
|
*
|
|
1278
1414
|
* @param request - ListBenchmarkTaskRequest
|
|
1279
1415
|
* @returns ListBenchmarkTaskResponse
|
|
1280
1416
|
*/
|
|
1281
1417
|
listBenchmarkTask(request: $_model.ListBenchmarkTaskRequest): Promise<$_model.ListBenchmarkTaskResponse>;
|
|
1282
1418
|
/**
|
|
1283
|
-
*
|
|
1419
|
+
* Retrieves a list of dynamic parameters for a specified service.
|
|
1420
|
+
*
|
|
1421
|
+
* @remarks
|
|
1422
|
+
* ## Description
|
|
1423
|
+
* - `ClusterId` specifies the service\\"s region.
|
|
1424
|
+
* - `ConfigType` specifies the configuration type. Only `service` is supported.
|
|
1425
|
+
* - `Name` specifies the service name.
|
|
1426
|
+
* - Use the `Page` and `PageSize` parameters to paginate the results.
|
|
1427
|
+
* - The response contains the details of the dynamic parameters and pagination information.
|
|
1428
|
+
*
|
|
1429
|
+
* @param request - ListConfigsRequest
|
|
1430
|
+
* @param headers - map
|
|
1431
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1432
|
+
* @returns ListConfigsResponse
|
|
1433
|
+
*/
|
|
1434
|
+
listConfigsWithOptions(ClusterId: string, ConfigType: string, Name: string, request: $_model.ListConfigsRequest, headers: {
|
|
1435
|
+
[key: string]: string;
|
|
1436
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListConfigsResponse>;
|
|
1437
|
+
/**
|
|
1438
|
+
* Retrieves a list of dynamic parameters for a specified service.
|
|
1439
|
+
*
|
|
1440
|
+
* @remarks
|
|
1441
|
+
* ## Description
|
|
1442
|
+
* - `ClusterId` specifies the service\\"s region.
|
|
1443
|
+
* - `ConfigType` specifies the configuration type. Only `service` is supported.
|
|
1444
|
+
* - `Name` specifies the service name.
|
|
1445
|
+
* - Use the `Page` and `PageSize` parameters to paginate the results.
|
|
1446
|
+
* - The response contains the details of the dynamic parameters and pagination information.
|
|
1447
|
+
*
|
|
1448
|
+
* @param request - ListConfigsRequest
|
|
1449
|
+
* @returns ListConfigsResponse
|
|
1450
|
+
*/
|
|
1451
|
+
listConfigs(ClusterId: string, ConfigType: string, Name: string, request: $_model.ListConfigsRequest): Promise<$_model.ListConfigsResponse>;
|
|
1452
|
+
/**
|
|
1453
|
+
* Lists private gateways.
|
|
1284
1454
|
*
|
|
1285
1455
|
* @param tmpReq - ListGatewayRequest
|
|
1286
1456
|
* @param headers - map
|
|
@@ -1291,14 +1461,14 @@ export default class Client extends OpenApi {
|
|
|
1291
1461
|
[key: string]: string;
|
|
1292
1462
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListGatewayResponse>;
|
|
1293
1463
|
/**
|
|
1294
|
-
*
|
|
1464
|
+
* Lists private gateways.
|
|
1295
1465
|
*
|
|
1296
1466
|
* @param request - ListGatewayRequest
|
|
1297
1467
|
* @returns ListGatewayResponse
|
|
1298
1468
|
*/
|
|
1299
1469
|
listGateway(request: $_model.ListGatewayRequest): Promise<$_model.ListGatewayResponse>;
|
|
1300
1470
|
/**
|
|
1301
|
-
*
|
|
1471
|
+
* Lists the custom domain names for a private gateway.
|
|
1302
1472
|
*
|
|
1303
1473
|
* @param request - ListGatewayDomainsRequest
|
|
1304
1474
|
* @param headers - map
|
|
@@ -1309,14 +1479,17 @@ export default class Client extends OpenApi {
|
|
|
1309
1479
|
[key: string]: string;
|
|
1310
1480
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListGatewayDomainsResponse>;
|
|
1311
1481
|
/**
|
|
1312
|
-
*
|
|
1482
|
+
* Lists the custom domain names for a private gateway.
|
|
1313
1483
|
*
|
|
1314
1484
|
* @param request - ListGatewayDomainsRequest
|
|
1315
1485
|
* @returns ListGatewayDomainsResponse
|
|
1316
1486
|
*/
|
|
1317
1487
|
listGatewayDomains(ClusterId: string, GatewayId: string, request: $_model.ListGatewayDomainsRequest): Promise<$_model.ListGatewayDomainsResponse>;
|
|
1318
1488
|
/**
|
|
1319
|
-
*
|
|
1489
|
+
* Lists the internal access endpoints of a private gateway.
|
|
1490
|
+
*
|
|
1491
|
+
* @remarks
|
|
1492
|
+
* *Before you call this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
|
|
1320
1493
|
*
|
|
1321
1494
|
* @param request - ListGatewayIntranetLinkedVpcRequest
|
|
1322
1495
|
* @param headers - map
|
|
@@ -1327,14 +1500,17 @@ export default class Client extends OpenApi {
|
|
|
1327
1500
|
[key: string]: string;
|
|
1328
1501
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListGatewayIntranetLinkedVpcResponse>;
|
|
1329
1502
|
/**
|
|
1330
|
-
*
|
|
1503
|
+
* Lists the internal access endpoints of a private gateway.
|
|
1504
|
+
*
|
|
1505
|
+
* @remarks
|
|
1506
|
+
* *Before you call this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
|
|
1331
1507
|
*
|
|
1332
1508
|
* @param request - ListGatewayIntranetLinkedVpcRequest
|
|
1333
1509
|
* @returns ListGatewayIntranetLinkedVpcResponse
|
|
1334
1510
|
*/
|
|
1335
1511
|
listGatewayIntranetLinkedVpc(ClusterId: string, GatewayId: string, request: $_model.ListGatewayIntranetLinkedVpcRequest): Promise<$_model.ListGatewayIntranetLinkedVpcResponse>;
|
|
1336
1512
|
/**
|
|
1337
|
-
*
|
|
1513
|
+
* Lists the VPC peering connections for a gateway\\"s private network endpoint.
|
|
1338
1514
|
*
|
|
1339
1515
|
* @param request - ListGatewayIntranetLinkedVpcPeerRequest
|
|
1340
1516
|
* @param headers - map
|
|
@@ -1345,7 +1521,7 @@ export default class Client extends OpenApi {
|
|
|
1345
1521
|
[key: string]: string;
|
|
1346
1522
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListGatewayIntranetLinkedVpcPeerResponse>;
|
|
1347
1523
|
/**
|
|
1348
|
-
*
|
|
1524
|
+
* Lists the VPC peering connections for a gateway\\"s private network endpoint.
|
|
1349
1525
|
*
|
|
1350
1526
|
* @param request - ListGatewayIntranetLinkedVpcPeerRequest
|
|
1351
1527
|
* @returns ListGatewayIntranetLinkedVpcPeerResponse
|
|
@@ -1370,25 +1546,25 @@ export default class Client extends OpenApi {
|
|
|
1370
1546
|
*/
|
|
1371
1547
|
listGatewayIntranetSupportedZone(GatewayId: string, ClusterId: string, request: $_model.ListGatewayIntranetSupportedZoneRequest): Promise<$_model.ListGatewayIntranetSupportedZoneResponse>;
|
|
1372
1548
|
/**
|
|
1373
|
-
*
|
|
1549
|
+
* Lists created service groups.
|
|
1374
1550
|
*
|
|
1375
|
-
* @param
|
|
1551
|
+
* @param tmpReq - ListGroupsRequest
|
|
1376
1552
|
* @param headers - map
|
|
1377
1553
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1378
1554
|
* @returns ListGroupsResponse
|
|
1379
1555
|
*/
|
|
1380
|
-
listGroupsWithOptions(
|
|
1556
|
+
listGroupsWithOptions(tmpReq: $_model.ListGroupsRequest, headers: {
|
|
1381
1557
|
[key: string]: string;
|
|
1382
1558
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListGroupsResponse>;
|
|
1383
1559
|
/**
|
|
1384
|
-
*
|
|
1560
|
+
* Lists created service groups.
|
|
1385
1561
|
*
|
|
1386
1562
|
* @param request - ListGroupsRequest
|
|
1387
1563
|
* @returns ListGroupsResponse
|
|
1388
1564
|
*/
|
|
1389
1565
|
listGroups(request: $_model.ListGroupsRequest): Promise<$_model.ListGroupsResponse>;
|
|
1390
1566
|
/**
|
|
1391
|
-
*
|
|
1567
|
+
* Lists the service workers of a resource instance.
|
|
1392
1568
|
*
|
|
1393
1569
|
* @param request - ListResourceInstanceWorkerRequest
|
|
1394
1570
|
* @param headers - map
|
|
@@ -1399,14 +1575,14 @@ export default class Client extends OpenApi {
|
|
|
1399
1575
|
[key: string]: string;
|
|
1400
1576
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListResourceInstanceWorkerResponse>;
|
|
1401
1577
|
/**
|
|
1402
|
-
*
|
|
1578
|
+
* Lists the service workers of a resource instance.
|
|
1403
1579
|
*
|
|
1404
1580
|
* @param request - ListResourceInstanceWorkerRequest
|
|
1405
1581
|
* @returns ListResourceInstanceWorkerResponse
|
|
1406
1582
|
*/
|
|
1407
1583
|
listResourceInstanceWorker(ClusterId: string, ResourceId: string, InstanceName: string, request: $_model.ListResourceInstanceWorkerRequest): Promise<$_model.ListResourceInstanceWorkerResponse>;
|
|
1408
1584
|
/**
|
|
1409
|
-
*
|
|
1585
|
+
* Lists the instances in a specified dedicated resource group.
|
|
1410
1586
|
*
|
|
1411
1587
|
* @param tmpReq - ListResourceInstancesRequest
|
|
1412
1588
|
* @param headers - map
|
|
@@ -1417,7 +1593,7 @@ export default class Client extends OpenApi {
|
|
|
1417
1593
|
[key: string]: string;
|
|
1418
1594
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListResourceInstancesResponse>;
|
|
1419
1595
|
/**
|
|
1420
|
-
*
|
|
1596
|
+
* Lists the instances in a specified dedicated resource group.
|
|
1421
1597
|
*
|
|
1422
1598
|
* @param request - ListResourceInstancesRequest
|
|
1423
1599
|
* @returns ListResourceInstancesResponse
|
|
@@ -1446,7 +1622,7 @@ export default class Client extends OpenApi {
|
|
|
1446
1622
|
*/
|
|
1447
1623
|
listResourceServices(ClusterId: string, ResourceId: string, request: $_model.ListResourceServicesRequest): Promise<$_model.ListResourceServicesResponse>;
|
|
1448
1624
|
/**
|
|
1449
|
-
*
|
|
1625
|
+
* Lists the resource groups for the current user.
|
|
1450
1626
|
*
|
|
1451
1627
|
* @param request - ListResourcesRequest
|
|
1452
1628
|
* @param headers - map
|
|
@@ -1457,7 +1633,7 @@ export default class Client extends OpenApi {
|
|
|
1457
1633
|
[key: string]: string;
|
|
1458
1634
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListResourcesResponse>;
|
|
1459
1635
|
/**
|
|
1460
|
-
*
|
|
1636
|
+
* Lists the resource groups for the current user.
|
|
1461
1637
|
*
|
|
1462
1638
|
* @param request - ListResourcesRequest
|
|
1463
1639
|
* @returns ListResourcesResponse
|
|
@@ -1482,7 +1658,10 @@ export default class Client extends OpenApi {
|
|
|
1482
1658
|
*/
|
|
1483
1659
|
listServiceContainers(ClusterId: string, ServiceName: string, InstanceName: string, request: $_model.ListServiceContainersRequest): Promise<$_model.ListServiceContainersResponse>;
|
|
1484
1660
|
/**
|
|
1485
|
-
*
|
|
1661
|
+
* Retrieves fault injection information.
|
|
1662
|
+
*
|
|
1663
|
+
* @remarks
|
|
1664
|
+
* *Before you call this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
|
|
1486
1665
|
*
|
|
1487
1666
|
* @param request - ListServiceInstanceFaultInjectionInfoRequest
|
|
1488
1667
|
* @param headers - map
|
|
@@ -1493,14 +1672,20 @@ export default class Client extends OpenApi {
|
|
|
1493
1672
|
[key: string]: string;
|
|
1494
1673
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListServiceInstanceFaultInjectionInfoResponse>;
|
|
1495
1674
|
/**
|
|
1496
|
-
*
|
|
1675
|
+
* Retrieves fault injection information.
|
|
1676
|
+
*
|
|
1677
|
+
* @remarks
|
|
1678
|
+
* *Before you call this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
|
|
1497
1679
|
*
|
|
1498
1680
|
* @param request - ListServiceInstanceFaultInjectionInfoRequest
|
|
1499
1681
|
* @returns ListServiceInstanceFaultInjectionInfoResponse
|
|
1500
1682
|
*/
|
|
1501
1683
|
listServiceInstanceFaultInjectionInfo(ClusterId: string, ServiceName: string, InstanceName: string, request: $_model.ListServiceInstanceFaultInjectionInfoRequest): Promise<$_model.ListServiceInstanceFaultInjectionInfoResponse>;
|
|
1502
1684
|
/**
|
|
1503
|
-
*
|
|
1685
|
+
* Lists the instances of a specified service.
|
|
1686
|
+
*
|
|
1687
|
+
* @remarks
|
|
1688
|
+
* *Ensure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS) before you call this operation.**
|
|
1504
1689
|
*
|
|
1505
1690
|
* @param request - ListServiceInstancesRequest
|
|
1506
1691
|
* @param headers - map
|
|
@@ -1511,7 +1696,10 @@ export default class Client extends OpenApi {
|
|
|
1511
1696
|
[key: string]: string;
|
|
1512
1697
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListServiceInstancesResponse>;
|
|
1513
1698
|
/**
|
|
1514
|
-
*
|
|
1699
|
+
* Lists the instances of a specified service.
|
|
1700
|
+
*
|
|
1701
|
+
* @remarks
|
|
1702
|
+
* *Ensure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS) before you call this operation.**
|
|
1515
1703
|
*
|
|
1516
1704
|
* @param request - ListServiceInstancesRequest
|
|
1517
1705
|
* @returns ListServiceInstancesResponse
|
|
@@ -1569,7 +1757,7 @@ export default class Client extends OpenApi {
|
|
|
1569
1757
|
*/
|
|
1570
1758
|
listTenantAddons(): Promise<$_model.ListTenantAddonsResponse>;
|
|
1571
1759
|
/**
|
|
1572
|
-
* Queries
|
|
1760
|
+
* Queries the virtual resource groups for the current user.
|
|
1573
1761
|
*
|
|
1574
1762
|
* @param request - ListVirtualResourceRequest
|
|
1575
1763
|
* @param headers - map
|
|
@@ -1580,14 +1768,14 @@ export default class Client extends OpenApi {
|
|
|
1580
1768
|
[key: string]: string;
|
|
1581
1769
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListVirtualResourceResponse>;
|
|
1582
1770
|
/**
|
|
1583
|
-
* Queries
|
|
1771
|
+
* Queries the virtual resource groups for the current user.
|
|
1584
1772
|
*
|
|
1585
1773
|
* @param request - ListVirtualResourceRequest
|
|
1586
1774
|
* @returns ListVirtualResourceResponse
|
|
1587
1775
|
*/
|
|
1588
1776
|
listVirtualResource(request: $_model.ListVirtualResourceRequest): Promise<$_model.ListVirtualResourceResponse>;
|
|
1589
1777
|
/**
|
|
1590
|
-
* Migrates resource group
|
|
1778
|
+
* Migrates instances to a specified resource group.
|
|
1591
1779
|
*
|
|
1592
1780
|
* @param request - MigrateResourceInstanceRequest
|
|
1593
1781
|
* @param headers - map
|
|
@@ -1598,7 +1786,7 @@ export default class Client extends OpenApi {
|
|
|
1598
1786
|
[key: string]: string;
|
|
1599
1787
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.MigrateResourceInstanceResponse>;
|
|
1600
1788
|
/**
|
|
1601
|
-
* Migrates resource group
|
|
1789
|
+
* Migrates instances to a specified resource group.
|
|
1602
1790
|
*
|
|
1603
1791
|
* @param request - MigrateResourceInstanceRequest
|
|
1604
1792
|
* @returns MigrateResourceInstanceResponse
|
|
@@ -1659,7 +1847,7 @@ export default class Client extends OpenApi {
|
|
|
1659
1847
|
*/
|
|
1660
1848
|
restartService(ClusterId: string, ServiceName: string, request: $_model.RestartServiceRequest): Promise<$_model.RestartServiceResponse>;
|
|
1661
1849
|
/**
|
|
1662
|
-
*
|
|
1850
|
+
* Scales a service.
|
|
1663
1851
|
*
|
|
1664
1852
|
* @param request - ScaleServiceRequest
|
|
1665
1853
|
* @param headers - map
|
|
@@ -1670,7 +1858,7 @@ export default class Client extends OpenApi {
|
|
|
1670
1858
|
[key: string]: string;
|
|
1671
1859
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ScaleServiceResponse>;
|
|
1672
1860
|
/**
|
|
1673
|
-
*
|
|
1861
|
+
* Scales a service.
|
|
1674
1862
|
*
|
|
1675
1863
|
* @param request - ScaleServiceRequest
|
|
1676
1864
|
* @returns ScaleServiceResponse
|
|
@@ -1785,7 +1973,33 @@ export default class Client extends OpenApi {
|
|
|
1785
1973
|
*/
|
|
1786
1974
|
updateBenchmarkTask(ClusterId: string, TaskName: string, request: $_model.UpdateBenchmarkTaskRequest): Promise<$_model.UpdateBenchmarkTaskResponse>;
|
|
1787
1975
|
/**
|
|
1788
|
-
*
|
|
1976
|
+
* Updates a dynamic parameter for a specific cluster and service.
|
|
1977
|
+
*
|
|
1978
|
+
* @remarks
|
|
1979
|
+
* ## Request
|
|
1980
|
+
* Use this API to update a dynamic parameter by providing its `ClusterId`, `ConfigType`, `Name`, and `ConfigKey`. The request body must contain the new parameter value in the `Value` field. Ensure you provide the correct path parameters to avoid errors.
|
|
1981
|
+
*
|
|
1982
|
+
* @param request - UpdateConfigRequest
|
|
1983
|
+
* @param headers - map
|
|
1984
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1985
|
+
* @returns UpdateConfigResponse
|
|
1986
|
+
*/
|
|
1987
|
+
updateConfigWithOptions(ClusterId: string, ConfigType: string, Name: string, ConfigKey: string, request: $_model.UpdateConfigRequest, headers: {
|
|
1988
|
+
[key: string]: string;
|
|
1989
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateConfigResponse>;
|
|
1990
|
+
/**
|
|
1991
|
+
* Updates a dynamic parameter for a specific cluster and service.
|
|
1992
|
+
*
|
|
1993
|
+
* @remarks
|
|
1994
|
+
* ## Request
|
|
1995
|
+
* Use this API to update a dynamic parameter by providing its `ClusterId`, `ConfigType`, `Name`, and `ConfigKey`. The request body must contain the new parameter value in the `Value` field. Ensure you provide the correct path parameters to avoid errors.
|
|
1996
|
+
*
|
|
1997
|
+
* @param request - UpdateConfigRequest
|
|
1998
|
+
* @returns UpdateConfigResponse
|
|
1999
|
+
*/
|
|
2000
|
+
updateConfig(ClusterId: string, ConfigType: string, Name: string, ConfigKey: string, request: $_model.UpdateConfigRequest): Promise<$_model.UpdateConfigResponse>;
|
|
2001
|
+
/**
|
|
2002
|
+
* Updates a private gateway.
|
|
1789
2003
|
*
|
|
1790
2004
|
* @param request - UpdateGatewayRequest
|
|
1791
2005
|
* @param headers - map
|
|
@@ -1796,14 +2010,17 @@ export default class Client extends OpenApi {
|
|
|
1796
2010
|
[key: string]: string;
|
|
1797
2011
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateGatewayResponse>;
|
|
1798
2012
|
/**
|
|
1799
|
-
*
|
|
2013
|
+
* Updates a private gateway.
|
|
1800
2014
|
*
|
|
1801
2015
|
* @param request - UpdateGatewayRequest
|
|
1802
2016
|
* @returns UpdateGatewayResponse
|
|
1803
2017
|
*/
|
|
1804
2018
|
updateGateway(GatewayId: string, ClusterId: string, request: $_model.UpdateGatewayRequest): Promise<$_model.UpdateGatewayResponse>;
|
|
1805
2019
|
/**
|
|
1806
|
-
*
|
|
2020
|
+
* Adds a gateway label or updates an existing one.
|
|
2021
|
+
*
|
|
2022
|
+
* @remarks
|
|
2023
|
+
* *Before you call this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
|
|
1807
2024
|
*
|
|
1808
2025
|
* @param request - UpdateGatewayLabelRequest
|
|
1809
2026
|
* @param headers - map
|
|
@@ -1814,14 +2031,17 @@ export default class Client extends OpenApi {
|
|
|
1814
2031
|
[key: string]: string;
|
|
1815
2032
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateGatewayLabelResponse>;
|
|
1816
2033
|
/**
|
|
1817
|
-
*
|
|
2034
|
+
* Adds a gateway label or updates an existing one.
|
|
2035
|
+
*
|
|
2036
|
+
* @remarks
|
|
2037
|
+
* *Before you call this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
|
|
1818
2038
|
*
|
|
1819
2039
|
* @param request - UpdateGatewayLabelRequest
|
|
1820
2040
|
* @returns UpdateGatewayLabelResponse
|
|
1821
2041
|
*/
|
|
1822
2042
|
updateGatewayLabel(ClusterId: string, GatewayId: string, request: $_model.UpdateGatewayLabelRequest): Promise<$_model.UpdateGatewayLabelResponse>;
|
|
1823
2043
|
/**
|
|
1824
|
-
* Updates
|
|
2044
|
+
* Updates specific fields of a service group.
|
|
1825
2045
|
*
|
|
1826
2046
|
* @param request - UpdateGroupRequest
|
|
1827
2047
|
* @param headers - map
|
|
@@ -1832,7 +2052,7 @@ export default class Client extends OpenApi {
|
|
|
1832
2052
|
[key: string]: string;
|
|
1833
2053
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateGroupResponse>;
|
|
1834
2054
|
/**
|
|
1835
|
-
* Updates
|
|
2055
|
+
* Updates specific fields of a service group.
|
|
1836
2056
|
*
|
|
1837
2057
|
* @param request - UpdateGroupRequest
|
|
1838
2058
|
* @returns UpdateGroupResponse
|
|
@@ -1875,7 +2095,7 @@ export default class Client extends OpenApi {
|
|
|
1875
2095
|
*/
|
|
1876
2096
|
updateResourceDLink(ClusterId: string, ResourceId: string, request: $_model.UpdateResourceDLinkRequest): Promise<$_model.UpdateResourceDLinkResponse>;
|
|
1877
2097
|
/**
|
|
1878
|
-
* Updates the
|
|
2098
|
+
* Updates the scheduling status of an instance in a dedicated resource group.
|
|
1879
2099
|
*
|
|
1880
2100
|
* @param request - UpdateResourceInstanceRequest
|
|
1881
2101
|
* @param headers - map
|
|
@@ -1886,7 +2106,7 @@ export default class Client extends OpenApi {
|
|
|
1886
2106
|
[key: string]: string;
|
|
1887
2107
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateResourceInstanceResponse>;
|
|
1888
2108
|
/**
|
|
1889
|
-
* Updates the
|
|
2109
|
+
* Updates the scheduling status of an instance in a dedicated resource group.
|
|
1890
2110
|
*
|
|
1891
2111
|
* @param request - UpdateResourceInstanceRequest
|
|
1892
2112
|
* @returns UpdateResourceInstanceResponse
|
|
@@ -1947,7 +2167,7 @@ export default class Client extends OpenApi {
|
|
|
1947
2167
|
*/
|
|
1948
2168
|
updateServiceAutoScaler(ClusterId: string, ServiceName: string, request: $_model.UpdateServiceAutoScalerRequest): Promise<$_model.UpdateServiceAutoScalerResponse>;
|
|
1949
2169
|
/**
|
|
1950
|
-
* Updates the
|
|
2170
|
+
* Updates the scheduled auto scaling configuration for a service.
|
|
1951
2171
|
*
|
|
1952
2172
|
* @param request - UpdateServiceCronScalerRequest
|
|
1953
2173
|
* @param headers - map
|
|
@@ -1958,14 +2178,17 @@ export default class Client extends OpenApi {
|
|
|
1958
2178
|
[key: string]: string;
|
|
1959
2179
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateServiceCronScalerResponse>;
|
|
1960
2180
|
/**
|
|
1961
|
-
* Updates the
|
|
2181
|
+
* Updates the scheduled auto scaling configuration for a service.
|
|
1962
2182
|
*
|
|
1963
2183
|
* @param request - UpdateServiceCronScalerRequest
|
|
1964
2184
|
* @returns UpdateServiceCronScalerResponse
|
|
1965
2185
|
*/
|
|
1966
2186
|
updateServiceCronScaler(ClusterId: string, ServiceName: string, request: $_model.UpdateServiceCronScalerRequest): Promise<$_model.UpdateServiceCronScalerResponse>;
|
|
1967
2187
|
/**
|
|
1968
|
-
* Updates
|
|
2188
|
+
* Updates the properties of a service instance. This operation applies only to fencing service instances.
|
|
2189
|
+
*
|
|
2190
|
+
* @remarks
|
|
2191
|
+
* *Before you call this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
|
|
1969
2192
|
*
|
|
1970
2193
|
* @param request - UpdateServiceInstanceRequest
|
|
1971
2194
|
* @param headers - map
|
|
@@ -1976,7 +2199,10 @@ export default class Client extends OpenApi {
|
|
|
1976
2199
|
[key: string]: string;
|
|
1977
2200
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateServiceInstanceResponse>;
|
|
1978
2201
|
/**
|
|
1979
|
-
* Updates
|
|
2202
|
+
* Updates the properties of a service instance. This operation applies only to fencing service instances.
|
|
2203
|
+
*
|
|
2204
|
+
* @remarks
|
|
2205
|
+
* *Before you call this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
|
|
1980
2206
|
*
|
|
1981
2207
|
* @param request - UpdateServiceInstanceRequest
|
|
1982
2208
|
* @returns UpdateServiceInstanceResponse
|
|
@@ -2019,15 +2245,15 @@ export default class Client extends OpenApi {
|
|
|
2019
2245
|
*/
|
|
2020
2246
|
updateServiceMirror(ClusterId: string, ServiceName: string, request: $_model.UpdateServiceMirrorRequest): Promise<$_model.UpdateServiceMirrorResponse>;
|
|
2021
2247
|
/**
|
|
2022
|
-
*
|
|
2248
|
+
* Updates a service rollout.
|
|
2023
2249
|
*
|
|
2024
2250
|
* @remarks
|
|
2025
|
-
* ##
|
|
2026
|
-
* -
|
|
2027
|
-
* -
|
|
2028
|
-
* -
|
|
2029
|
-
* -
|
|
2030
|
-
* -
|
|
2251
|
+
* ## Usage notes
|
|
2252
|
+
* - **Provide at least one parameter**: Specify at least one of the `Partition`, `Batch`, or `Paused` parameters.
|
|
2253
|
+
* - **Mutually exclusive strategies**: You cannot specify both the `Partition` and `Batch` parameters in the same request.
|
|
2254
|
+
* - **Immediate effect**: Updates take effect immediately and affect ongoing service rollouts.
|
|
2255
|
+
* - **Rollback**: You can perform a rollback by increasing the `Partition` value. However, this is not an automatic process, and you must manually update the service image.
|
|
2256
|
+
* - **Pause does not affect parameters**: Pausing a rollout does not change the configured `Partition` or `Batch` parameters. It only suspends the current rollout strategy.
|
|
2031
2257
|
*
|
|
2032
2258
|
* @param request - UpdateServiceRolloutRequest
|
|
2033
2259
|
* @param headers - map
|
|
@@ -2038,15 +2264,15 @@ export default class Client extends OpenApi {
|
|
|
2038
2264
|
[key: string]: string;
|
|
2039
2265
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateServiceRolloutResponse>;
|
|
2040
2266
|
/**
|
|
2041
|
-
*
|
|
2267
|
+
* Updates a service rollout.
|
|
2042
2268
|
*
|
|
2043
2269
|
* @remarks
|
|
2044
|
-
* ##
|
|
2045
|
-
* -
|
|
2046
|
-
* -
|
|
2047
|
-
* -
|
|
2048
|
-
* -
|
|
2049
|
-
* -
|
|
2270
|
+
* ## Usage notes
|
|
2271
|
+
* - **Provide at least one parameter**: Specify at least one of the `Partition`, `Batch`, or `Paused` parameters.
|
|
2272
|
+
* - **Mutually exclusive strategies**: You cannot specify both the `Partition` and `Batch` parameters in the same request.
|
|
2273
|
+
* - **Immediate effect**: Updates take effect immediately and affect ongoing service rollouts.
|
|
2274
|
+
* - **Rollback**: You can perform a rollback by increasing the `Partition` value. However, this is not an automatic process, and you must manually update the service image.
|
|
2275
|
+
* - **Pause does not affect parameters**: Pausing a rollout does not change the configured `Partition` or `Batch` parameters. It only suspends the current rollout strategy.
|
|
2050
2276
|
*
|
|
2051
2277
|
* @param request - UpdateServiceRolloutRequest
|
|
2052
2278
|
* @returns UpdateServiceRolloutResponse
|