@alicloud/oos20190601 3.1.1 → 3.1.2

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 CHANGED
@@ -2234,6 +2234,7 @@ export declare class ListGitRepositoriesRequest extends $tea.Model {
2234
2234
  pageNumber?: number;
2235
2235
  pageSize?: number;
2236
2236
  platform?: string;
2237
+ regionId?: string;
2237
2238
  static names(): {
2238
2239
  [key: string]: string;
2239
2240
  };
@@ -3216,6 +3217,7 @@ export declare class ListTemplatesRequest extends $tea.Model {
3216
3217
  createdDateAfter?: string;
3217
3218
  createdDateBefore?: string;
3218
3219
  hasTrigger?: boolean;
3220
+ isExample?: boolean;
3219
3221
  isFavorite?: boolean;
3220
3222
  maxResults?: number;
3221
3223
  nextToken?: string;
@@ -3246,6 +3248,7 @@ export declare class ListTemplatesShrinkRequest extends $tea.Model {
3246
3248
  createdDateAfter?: string;
3247
3249
  createdDateBefore?: string;
3248
3250
  hasTrigger?: boolean;
3251
+ isExample?: boolean;
3249
3252
  isFavorite?: boolean;
3250
3253
  maxResults?: number;
3251
3254
  nextToken?: string;
@@ -5956,209 +5959,1222 @@ export default class Client extends OpenApi {
5956
5959
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
5957
5960
  [key: string]: string;
5958
5961
  }, endpoint: string): string;
5962
+ /**
5963
+ * @summary Cancels an execution.
5964
+ *
5965
+ * @param request CancelExecutionRequest
5966
+ * @param runtime runtime options for this request RuntimeOptions
5967
+ * @return CancelExecutionResponse
5968
+ */
5959
5969
  cancelExecutionWithOptions(request: CancelExecutionRequest, runtime: $Util.RuntimeOptions): Promise<CancelExecutionResponse>;
5970
+ /**
5971
+ * @summary Cancels an execution.
5972
+ *
5973
+ * @param request CancelExecutionRequest
5974
+ * @return CancelExecutionResponse
5975
+ */
5960
5976
  cancelExecution(request: CancelExecutionRequest): Promise<CancelExecutionResponse>;
5977
+ /**
5978
+ * @summary Modifies the resource group to which a cloud resource belongs.
5979
+ *
5980
+ * @param request ChangeResourceGroupRequest
5981
+ * @param runtime runtime options for this request RuntimeOptions
5982
+ * @return ChangeResourceGroupResponse
5983
+ */
5961
5984
  changeResourceGroupWithOptions(request: ChangeResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ChangeResourceGroupResponse>;
5985
+ /**
5986
+ * @summary Modifies the resource group to which a cloud resource belongs.
5987
+ *
5988
+ * @param request ChangeResourceGroupRequest
5989
+ * @return ChangeResourceGroupResponse
5990
+ */
5962
5991
  changeResourceGroup(request: ChangeResourceGroupRequest): Promise<ChangeResourceGroupResponse>;
5992
+ /**
5993
+ * @summary Continues deploying an application group when an error occurs for calling the DeployApplicationGroup operation. You can call this operation only for the applications which reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
5994
+ *
5995
+ * @param request ContinueDeployApplicationGroupRequest
5996
+ * @param runtime runtime options for this request RuntimeOptions
5997
+ * @return ContinueDeployApplicationGroupResponse
5998
+ */
5963
5999
  continueDeployApplicationGroupWithOptions(request: ContinueDeployApplicationGroupRequest, runtime: $Util.RuntimeOptions): Promise<ContinueDeployApplicationGroupResponse>;
6000
+ /**
6001
+ * @summary Continues deploying an application group when an error occurs for calling the DeployApplicationGroup operation. You can call this operation only for the applications which reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6002
+ *
6003
+ * @param request ContinueDeployApplicationGroupRequest
6004
+ * @return ContinueDeployApplicationGroupResponse
6005
+ */
5964
6006
  continueDeployApplicationGroup(request: ContinueDeployApplicationGroupRequest): Promise<ContinueDeployApplicationGroupResponse>;
6007
+ /**
6008
+ * @summary Creates an application. You can call this operation only for the applications that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6009
+ *
6010
+ * @param tmpReq CreateApplicationRequest
6011
+ * @param runtime runtime options for this request RuntimeOptions
6012
+ * @return CreateApplicationResponse
6013
+ */
5965
6014
  createApplicationWithOptions(tmpReq: CreateApplicationRequest, runtime: $Util.RuntimeOptions): Promise<CreateApplicationResponse>;
6015
+ /**
6016
+ * @summary Creates an application. You can call this operation only for the applications that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6017
+ *
6018
+ * @param request CreateApplicationRequest
6019
+ * @return CreateApplicationResponse
6020
+ */
5966
6021
  createApplication(request: CreateApplicationRequest): Promise<CreateApplicationResponse>;
6022
+ /**
6023
+ * @summary Creates an application group. You can call this operation only for the application groups that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6024
+ *
6025
+ * @param request CreateApplicationGroupRequest
6026
+ * @param runtime runtime options for this request RuntimeOptions
6027
+ * @return CreateApplicationGroupResponse
6028
+ */
5967
6029
  createApplicationGroupWithOptions(request: CreateApplicationGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateApplicationGroupResponse>;
6030
+ /**
6031
+ * @summary Creates an application group. You can call this operation only for the application groups that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6032
+ *
6033
+ * @param request CreateApplicationGroupRequest
6034
+ * @return CreateApplicationGroupResponse
6035
+ */
5968
6036
  createApplicationGroup(request: CreateApplicationGroupRequest): Promise<CreateApplicationGroupResponse>;
6037
+ /**
6038
+ * @summary Creates an O\\\\\\\\\\\\&M Item.
6039
+ *
6040
+ * @param tmpReq CreateOpsItemRequest
6041
+ * @param runtime runtime options for this request RuntimeOptions
6042
+ * @return CreateOpsItemResponse
6043
+ */
5969
6044
  createOpsItemWithOptions(tmpReq: CreateOpsItemRequest, runtime: $Util.RuntimeOptions): Promise<CreateOpsItemResponse>;
6045
+ /**
6046
+ * @summary Creates an O\\\\\\\\\\\\&M Item.
6047
+ *
6048
+ * @param request CreateOpsItemRequest
6049
+ * @return CreateOpsItemResponse
6050
+ */
5970
6051
  createOpsItem(request: CreateOpsItemRequest): Promise<CreateOpsItemResponse>;
6052
+ /**
6053
+ * @summary Creates a common parameter.
6054
+ *
6055
+ * @param tmpReq CreateParameterRequest
6056
+ * @param runtime runtime options for this request RuntimeOptions
6057
+ * @return CreateParameterResponse
6058
+ */
5971
6059
  createParameterWithOptions(tmpReq: CreateParameterRequest, runtime: $Util.RuntimeOptions): Promise<CreateParameterResponse>;
6060
+ /**
6061
+ * @summary Creates a common parameter.
6062
+ *
6063
+ * @param request CreateParameterRequest
6064
+ * @return CreateParameterResponse
6065
+ */
5972
6066
  createParameter(request: CreateParameterRequest): Promise<CreateParameterResponse>;
6067
+ /**
6068
+ * @summary Creates a patch baseline.
6069
+ *
6070
+ * @param tmpReq CreatePatchBaselineRequest
6071
+ * @param runtime runtime options for this request RuntimeOptions
6072
+ * @return CreatePatchBaselineResponse
6073
+ */
5973
6074
  createPatchBaselineWithOptions(tmpReq: CreatePatchBaselineRequest, runtime: $Util.RuntimeOptions): Promise<CreatePatchBaselineResponse>;
6075
+ /**
6076
+ * @summary Creates a patch baseline.
6077
+ *
6078
+ * @param request CreatePatchBaselineRequest
6079
+ * @return CreatePatchBaselineResponse
6080
+ */
5974
6081
  createPatchBaseline(request: CreatePatchBaselineRequest): Promise<CreatePatchBaselineResponse>;
6082
+ /**
6083
+ * @summary Creates an encryption parameter. Make sure that you have the permissions to call this operation.
6084
+ *
6085
+ * @param tmpReq CreateSecretParameterRequest
6086
+ * @param runtime runtime options for this request RuntimeOptions
6087
+ * @return CreateSecretParameterResponse
6088
+ */
5975
6089
  createSecretParameterWithOptions(tmpReq: CreateSecretParameterRequest, runtime: $Util.RuntimeOptions): Promise<CreateSecretParameterResponse>;
6090
+ /**
6091
+ * @summary Creates an encryption parameter. Make sure that you have the permissions to call this operation.
6092
+ *
6093
+ * @param request CreateSecretParameterRequest
6094
+ * @return CreateSecretParameterResponse
6095
+ */
5976
6096
  createSecretParameter(request: CreateSecretParameterRequest): Promise<CreateSecretParameterResponse>;
6097
+ /**
6098
+ * @summary Creates a desired-state configuration.
6099
+ *
6100
+ * @param tmpReq CreateStateConfigurationRequest
6101
+ * @param runtime runtime options for this request RuntimeOptions
6102
+ * @return CreateStateConfigurationResponse
6103
+ */
5977
6104
  createStateConfigurationWithOptions(tmpReq: CreateStateConfigurationRequest, runtime: $Util.RuntimeOptions): Promise<CreateStateConfigurationResponse>;
6105
+ /**
6106
+ * @summary Creates a desired-state configuration.
6107
+ *
6108
+ * @param request CreateStateConfigurationRequest
6109
+ * @return CreateStateConfigurationResponse
6110
+ */
5978
6111
  createStateConfiguration(request: CreateStateConfigurationRequest): Promise<CreateStateConfigurationResponse>;
6112
+ /**
6113
+ * @summary Creates a template.
6114
+ *
6115
+ * @param tmpReq CreateTemplateRequest
6116
+ * @param runtime runtime options for this request RuntimeOptions
6117
+ * @return CreateTemplateResponse
6118
+ */
5979
6119
  createTemplateWithOptions(tmpReq: CreateTemplateRequest, runtime: $Util.RuntimeOptions): Promise<CreateTemplateResponse>;
6120
+ /**
6121
+ * @summary Creates a template.
6122
+ *
6123
+ * @param request CreateTemplateRequest
6124
+ * @return CreateTemplateResponse
6125
+ */
5980
6126
  createTemplate(request: CreateTemplateRequest): Promise<CreateTemplateResponse>;
6127
+ /**
6128
+ * @summary Deletes an application. You can call this operation only for the applications that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6129
+ *
6130
+ * @param request DeleteApplicationRequest
6131
+ * @param runtime runtime options for this request RuntimeOptions
6132
+ * @return DeleteApplicationResponse
6133
+ */
5981
6134
  deleteApplicationWithOptions(request: DeleteApplicationRequest, runtime: $Util.RuntimeOptions): Promise<DeleteApplicationResponse>;
6135
+ /**
6136
+ * @summary Deletes an application. You can call this operation only for the applications that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6137
+ *
6138
+ * @param request DeleteApplicationRequest
6139
+ * @return DeleteApplicationResponse
6140
+ */
5982
6141
  deleteApplication(request: DeleteApplicationRequest): Promise<DeleteApplicationResponse>;
6142
+ /**
6143
+ * @summary Deletes an application group. You can call this operation only for the application groups which reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6144
+ *
6145
+ * @param request DeleteApplicationGroupRequest
6146
+ * @param runtime runtime options for this request RuntimeOptions
6147
+ * @return DeleteApplicationGroupResponse
6148
+ */
5983
6149
  deleteApplicationGroupWithOptions(request: DeleteApplicationGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteApplicationGroupResponse>;
6150
+ /**
6151
+ * @summary Deletes an application group. You can call this operation only for the application groups which reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6152
+ *
6153
+ * @param request DeleteApplicationGroupRequest
6154
+ * @return DeleteApplicationGroupResponse
6155
+ */
5984
6156
  deleteApplicationGroup(request: DeleteApplicationGroupRequest): Promise<DeleteApplicationGroupResponse>;
6157
+ /**
6158
+ * @summary Deletes multiple executions.
6159
+ *
6160
+ * @param request DeleteExecutionsRequest
6161
+ * @param runtime runtime options for this request RuntimeOptions
6162
+ * @return DeleteExecutionsResponse
6163
+ */
5985
6164
  deleteExecutionsWithOptions(request: DeleteExecutionsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteExecutionsResponse>;
6165
+ /**
6166
+ * @summary Deletes multiple executions.
6167
+ *
6168
+ * @param request DeleteExecutionsRequest
6169
+ * @return DeleteExecutionsResponse
6170
+ */
5986
6171
  deleteExecutions(request: DeleteExecutionsRequest): Promise<DeleteExecutionsResponse>;
6172
+ /**
6173
+ * @summary Deletes a common parameter.
6174
+ *
6175
+ * @param request DeleteParameterRequest
6176
+ * @param runtime runtime options for this request RuntimeOptions
6177
+ * @return DeleteParameterResponse
6178
+ */
5987
6179
  deleteParameterWithOptions(request: DeleteParameterRequest, runtime: $Util.RuntimeOptions): Promise<DeleteParameterResponse>;
6180
+ /**
6181
+ * @summary Deletes a common parameter.
6182
+ *
6183
+ * @param request DeleteParameterRequest
6184
+ * @return DeleteParameterResponse
6185
+ */
5988
6186
  deleteParameter(request: DeleteParameterRequest): Promise<DeleteParameterResponse>;
6187
+ /**
6188
+ * @summary Deletes a patch baseline.
6189
+ *
6190
+ * @param request DeletePatchBaselineRequest
6191
+ * @param runtime runtime options for this request RuntimeOptions
6192
+ * @return DeletePatchBaselineResponse
6193
+ */
5989
6194
  deletePatchBaselineWithOptions(request: DeletePatchBaselineRequest, runtime: $Util.RuntimeOptions): Promise<DeletePatchBaselineResponse>;
6195
+ /**
6196
+ * @summary Deletes a patch baseline.
6197
+ *
6198
+ * @param request DeletePatchBaselineRequest
6199
+ * @return DeletePatchBaselineResponse
6200
+ */
5990
6201
  deletePatchBaseline(request: DeletePatchBaselineRequest): Promise<DeletePatchBaselineResponse>;
6202
+ /**
6203
+ * @summary Deletes an encryption parameter. Make sure that you have the permissions to call the DeleteSecret operation before you call this operation.
6204
+ *
6205
+ * @param request DeleteSecretParameterRequest
6206
+ * @param runtime runtime options for this request RuntimeOptions
6207
+ * @return DeleteSecretParameterResponse
6208
+ */
5991
6209
  deleteSecretParameterWithOptions(request: DeleteSecretParameterRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSecretParameterResponse>;
6210
+ /**
6211
+ * @summary Deletes an encryption parameter. Make sure that you have the permissions to call the DeleteSecret operation before you call this operation.
6212
+ *
6213
+ * @param request DeleteSecretParameterRequest
6214
+ * @return DeleteSecretParameterResponse
6215
+ */
5992
6216
  deleteSecretParameter(request: DeleteSecretParameterRequest): Promise<DeleteSecretParameterResponse>;
6217
+ /**
6218
+ * @summary Deletes multiple desired-state configurations at a time.
6219
+ *
6220
+ * @param request DeleteStateConfigurationsRequest
6221
+ * @param runtime runtime options for this request RuntimeOptions
6222
+ * @return DeleteStateConfigurationsResponse
6223
+ */
5993
6224
  deleteStateConfigurationsWithOptions(request: DeleteStateConfigurationsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteStateConfigurationsResponse>;
6225
+ /**
6226
+ * @summary Deletes multiple desired-state configurations at a time.
6227
+ *
6228
+ * @param request DeleteStateConfigurationsRequest
6229
+ * @return DeleteStateConfigurationsResponse
6230
+ */
5994
6231
  deleteStateConfigurations(request: DeleteStateConfigurationsRequest): Promise<DeleteStateConfigurationsResponse>;
6232
+ /**
6233
+ * @summary Deletes a template.
6234
+ *
6235
+ * @param request DeleteTemplateRequest
6236
+ * @param runtime runtime options for this request RuntimeOptions
6237
+ * @return DeleteTemplateResponse
6238
+ */
5995
6239
  deleteTemplateWithOptions(request: DeleteTemplateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTemplateResponse>;
6240
+ /**
6241
+ * @summary Deletes a template.
6242
+ *
6243
+ * @param request DeleteTemplateRequest
6244
+ * @return DeleteTemplateResponse
6245
+ */
5996
6246
  deleteTemplate(request: DeleteTemplateRequest): Promise<DeleteTemplateResponse>;
6247
+ /**
6248
+ * @summary Deletes multiple templates.
6249
+ *
6250
+ * @param request DeleteTemplatesRequest
6251
+ * @param runtime runtime options for this request RuntimeOptions
6252
+ * @return DeleteTemplatesResponse
6253
+ */
5997
6254
  deleteTemplatesWithOptions(request: DeleteTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTemplatesResponse>;
6255
+ /**
6256
+ * @summary Deletes multiple templates.
6257
+ *
6258
+ * @param request DeleteTemplatesRequest
6259
+ * @return DeleteTemplatesResponse
6260
+ */
5998
6261
  deleteTemplates(request: DeleteTemplatesRequest): Promise<DeleteTemplatesResponse>;
6262
+ /**
6263
+ * @summary Deploys an application group. You can call this operation only for the applications which reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6264
+ *
6265
+ * @param request DeployApplicationGroupRequest
6266
+ * @param runtime runtime options for this request RuntimeOptions
6267
+ * @return DeployApplicationGroupResponse
6268
+ */
5999
6269
  deployApplicationGroupWithOptions(request: DeployApplicationGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeployApplicationGroupResponse>;
6270
+ /**
6271
+ * @summary Deploys an application group. You can call this operation only for the applications which reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6272
+ *
6273
+ * @param request DeployApplicationGroupRequest
6274
+ * @return DeployApplicationGroupResponse
6275
+ */
6000
6276
  deployApplicationGroup(request: DeployApplicationGroupRequest): Promise<DeployApplicationGroupResponse>;
6277
+ /**
6278
+ * @summary 查询应用分组资源成本
6279
+ *
6280
+ * @param request DescribeApplicationGroupBillRequest
6281
+ * @param runtime runtime options for this request RuntimeOptions
6282
+ * @return DescribeApplicationGroupBillResponse
6283
+ */
6001
6284
  describeApplicationGroupBillWithOptions(request: DescribeApplicationGroupBillRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationGroupBillResponse>;
6285
+ /**
6286
+ * @summary 查询应用分组资源成本
6287
+ *
6288
+ * @param request DescribeApplicationGroupBillRequest
6289
+ * @return DescribeApplicationGroupBillResponse
6290
+ */
6002
6291
  describeApplicationGroupBill(request: DescribeApplicationGroupBillRequest): Promise<DescribeApplicationGroupBillResponse>;
6292
+ /**
6293
+ * @summary Queries supported regions.
6294
+ *
6295
+ * @param request DescribeRegionsRequest
6296
+ * @param runtime runtime options for this request RuntimeOptions
6297
+ * @return DescribeRegionsResponse
6298
+ */
6003
6299
  describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
6300
+ /**
6301
+ * @summary Queries supported regions.
6302
+ *
6303
+ * @param request DescribeRegionsRequest
6304
+ * @return DescribeRegionsResponse
6305
+ */
6004
6306
  describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
6307
+ /**
6308
+ * @summary Queries the Resource Access Management (RAM) policy required for template execution.
6309
+ *
6310
+ * @param request GenerateExecutionPolicyRequest
6311
+ * @param runtime runtime options for this request RuntimeOptions
6312
+ * @return GenerateExecutionPolicyResponse
6313
+ */
6005
6314
  generateExecutionPolicyWithOptions(request: GenerateExecutionPolicyRequest, runtime: $Util.RuntimeOptions): Promise<GenerateExecutionPolicyResponse>;
6315
+ /**
6316
+ * @summary Queries the Resource Access Management (RAM) policy required for template execution.
6317
+ *
6318
+ * @param request GenerateExecutionPolicyRequest
6319
+ * @return GenerateExecutionPolicyResponse
6320
+ */
6006
6321
  generateExecutionPolicy(request: GenerateExecutionPolicyRequest): Promise<GenerateExecutionPolicyResponse>;
6322
+ /**
6323
+ * @summary Queries the information of an application. You can call this operation only for the applications that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6324
+ *
6325
+ * @param request GetApplicationRequest
6326
+ * @param runtime runtime options for this request RuntimeOptions
6327
+ * @return GetApplicationResponse
6328
+ */
6007
6329
  getApplicationWithOptions(request: GetApplicationRequest, runtime: $Util.RuntimeOptions): Promise<GetApplicationResponse>;
6330
+ /**
6331
+ * @summary Queries the information of an application. You can call this operation only for the applications that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6332
+ *
6333
+ * @param request GetApplicationRequest
6334
+ * @return GetApplicationResponse
6335
+ */
6008
6336
  getApplication(request: GetApplicationRequest): Promise<GetApplicationResponse>;
6337
+ /**
6338
+ * @summary Queries the information about an application group. You can call this operation only for the application groups that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6339
+ *
6340
+ * @param request GetApplicationGroupRequest
6341
+ * @param runtime runtime options for this request RuntimeOptions
6342
+ * @return GetApplicationGroupResponse
6343
+ */
6009
6344
  getApplicationGroupWithOptions(request: GetApplicationGroupRequest, runtime: $Util.RuntimeOptions): Promise<GetApplicationGroupResponse>;
6345
+ /**
6346
+ * @summary Queries the information about an application group. You can call this operation only for the application groups that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6347
+ *
6348
+ * @param request GetApplicationGroupRequest
6349
+ * @return GetApplicationGroupResponse
6350
+ */
6010
6351
  getApplicationGroup(request: GetApplicationGroupRequest): Promise<GetApplicationGroupResponse>;
6352
+ /**
6353
+ * @summary Queries the information about the template of an execution, including the content of the template.
6354
+ *
6355
+ * @param request GetExecutionTemplateRequest
6356
+ * @param runtime runtime options for this request RuntimeOptions
6357
+ * @return GetExecutionTemplateResponse
6358
+ */
6011
6359
  getExecutionTemplateWithOptions(request: GetExecutionTemplateRequest, runtime: $Util.RuntimeOptions): Promise<GetExecutionTemplateResponse>;
6360
+ /**
6361
+ * @summary Queries the information about the template of an execution, including the content of the template.
6362
+ *
6363
+ * @param request GetExecutionTemplateRequest
6364
+ * @return GetExecutionTemplateResponse
6365
+ */
6012
6366
  getExecutionTemplate(request: GetExecutionTemplateRequest): Promise<GetExecutionTemplateResponse>;
6367
+ /**
6368
+ * @summary Queries the properties of a configuration list.
6369
+ *
6370
+ * @param request GetInventorySchemaRequest
6371
+ * @param runtime runtime options for this request RuntimeOptions
6372
+ * @return GetInventorySchemaResponse
6373
+ */
6013
6374
  getInventorySchemaWithOptions(request: GetInventorySchemaRequest, runtime: $Util.RuntimeOptions): Promise<GetInventorySchemaResponse>;
6375
+ /**
6376
+ * @summary Queries the properties of a configuration list.
6377
+ *
6378
+ * @param request GetInventorySchemaRequest
6379
+ * @return GetInventorySchemaResponse
6380
+ */
6014
6381
  getInventorySchema(request: GetInventorySchemaRequest): Promise<GetInventorySchemaResponse>;
6382
+ /**
6383
+ * @summary Queries the details of an O\\\\\\\\\\\\&M item.
6384
+ *
6385
+ * @param request GetOpsItemRequest
6386
+ * @param runtime runtime options for this request RuntimeOptions
6387
+ * @return GetOpsItemResponse
6388
+ */
6015
6389
  getOpsItemWithOptions(request: GetOpsItemRequest, runtime: $Util.RuntimeOptions): Promise<GetOpsItemResponse>;
6390
+ /**
6391
+ * @summary Queries the details of an O\\\\\\\\\\\\&M item.
6392
+ *
6393
+ * @param request GetOpsItemRequest
6394
+ * @return GetOpsItemResponse
6395
+ */
6016
6396
  getOpsItem(request: GetOpsItemRequest): Promise<GetOpsItemResponse>;
6397
+ /**
6398
+ * @summary Queries a common parameter and its value.
6399
+ *
6400
+ * @param request GetParameterRequest
6401
+ * @param runtime runtime options for this request RuntimeOptions
6402
+ * @return GetParameterResponse
6403
+ */
6017
6404
  getParameterWithOptions(request: GetParameterRequest, runtime: $Util.RuntimeOptions): Promise<GetParameterResponse>;
6405
+ /**
6406
+ * @summary Queries a common parameter and its value.
6407
+ *
6408
+ * @param request GetParameterRequest
6409
+ * @return GetParameterResponse
6410
+ */
6018
6411
  getParameter(request: GetParameterRequest): Promise<GetParameterResponse>;
6412
+ /**
6413
+ * @summary Queries the information about one or more parameters.
6414
+ *
6415
+ * @param request GetParametersRequest
6416
+ * @param runtime runtime options for this request RuntimeOptions
6417
+ * @return GetParametersResponse
6418
+ */
6019
6419
  getParametersWithOptions(request: GetParametersRequest, runtime: $Util.RuntimeOptions): Promise<GetParametersResponse>;
6420
+ /**
6421
+ * @summary Queries the information about one or more parameters.
6422
+ *
6423
+ * @param request GetParametersRequest
6424
+ * @return GetParametersResponse
6425
+ */
6020
6426
  getParameters(request: GetParametersRequest): Promise<GetParametersResponse>;
6427
+ /**
6428
+ * @summary Queries one or more parameters by path.
6429
+ *
6430
+ * @param request GetParametersByPathRequest
6431
+ * @param runtime runtime options for this request RuntimeOptions
6432
+ * @return GetParametersByPathResponse
6433
+ */
6021
6434
  getParametersByPathWithOptions(request: GetParametersByPathRequest, runtime: $Util.RuntimeOptions): Promise<GetParametersByPathResponse>;
6435
+ /**
6436
+ * @summary Queries one or more parameters by path.
6437
+ *
6438
+ * @param request GetParametersByPathRequest
6439
+ * @return GetParametersByPathResponse
6440
+ */
6022
6441
  getParametersByPath(request: GetParametersByPathRequest): Promise<GetParametersByPathResponse>;
6442
+ /**
6443
+ * @summary Queries the information of a patch baseline.
6444
+ *
6445
+ * @param request GetPatchBaselineRequest
6446
+ * @param runtime runtime options for this request RuntimeOptions
6447
+ * @return GetPatchBaselineResponse
6448
+ */
6023
6449
  getPatchBaselineWithOptions(request: GetPatchBaselineRequest, runtime: $Util.RuntimeOptions): Promise<GetPatchBaselineResponse>;
6450
+ /**
6451
+ * @summary Queries the information of a patch baseline.
6452
+ *
6453
+ * @param request GetPatchBaselineRequest
6454
+ * @return GetPatchBaselineResponse
6455
+ */
6024
6456
  getPatchBaseline(request: GetPatchBaselineRequest): Promise<GetPatchBaselineResponse>;
6457
+ /**
6458
+ * @summary Queries the information about an encryption parameter, including the parameter value. Make sure that you have the permissions to call the GetSecretValue operation before you call this operation.
6459
+ *
6460
+ * @param request GetSecretParameterRequest
6461
+ * @param runtime runtime options for this request RuntimeOptions
6462
+ * @return GetSecretParameterResponse
6463
+ */
6025
6464
  getSecretParameterWithOptions(request: GetSecretParameterRequest, runtime: $Util.RuntimeOptions): Promise<GetSecretParameterResponse>;
6465
+ /**
6466
+ * @summary Queries the information about an encryption parameter, including the parameter value. Make sure that you have the permissions to call the GetSecretValue operation before you call this operation.
6467
+ *
6468
+ * @param request GetSecretParameterRequest
6469
+ * @return GetSecretParameterResponse
6470
+ */
6026
6471
  getSecretParameter(request: GetSecretParameterRequest): Promise<GetSecretParameterResponse>;
6472
+ /**
6473
+ * @summary Queries the information about one or more encryption parameters. Make sure that you have the permissions to call the GetSecretValue operation before you call this operation.
6474
+ *
6475
+ * @param request GetSecretParametersRequest
6476
+ * @param runtime runtime options for this request RuntimeOptions
6477
+ * @return GetSecretParametersResponse
6478
+ */
6027
6479
  getSecretParametersWithOptions(request: GetSecretParametersRequest, runtime: $Util.RuntimeOptions): Promise<GetSecretParametersResponse>;
6480
+ /**
6481
+ * @summary Queries the information about one or more encryption parameters. Make sure that you have the permissions to call the GetSecretValue operation before you call this operation.
6482
+ *
6483
+ * @param request GetSecretParametersRequest
6484
+ * @return GetSecretParametersResponse
6485
+ */
6028
6486
  getSecretParameters(request: GetSecretParametersRequest): Promise<GetSecretParametersResponse>;
6487
+ /**
6488
+ * @summary Queries encryption parameters by path. Make sure that you have the permissions to call the GetSecretValue operation before you call this operation.
6489
+ *
6490
+ * @param request GetSecretParametersByPathRequest
6491
+ * @param runtime runtime options for this request RuntimeOptions
6492
+ * @return GetSecretParametersByPathResponse
6493
+ */
6029
6494
  getSecretParametersByPathWithOptions(request: GetSecretParametersByPathRequest, runtime: $Util.RuntimeOptions): Promise<GetSecretParametersByPathResponse>;
6495
+ /**
6496
+ * @summary Queries encryption parameters by path. Make sure that you have the permissions to call the GetSecretValue operation before you call this operation.
6497
+ *
6498
+ * @param request GetSecretParametersByPathRequest
6499
+ * @return GetSecretParametersByPathResponse
6500
+ */
6030
6501
  getSecretParametersByPath(request: GetSecretParametersByPathRequest): Promise<GetSecretParametersByPathResponse>;
6502
+ /**
6503
+ * @summary Queries the settings of the delivery feature.
6504
+ *
6505
+ * @param request GetServiceSettingsRequest
6506
+ * @param runtime runtime options for this request RuntimeOptions
6507
+ * @return GetServiceSettingsResponse
6508
+ */
6031
6509
  getServiceSettingsWithOptions(request: GetServiceSettingsRequest, runtime: $Util.RuntimeOptions): Promise<GetServiceSettingsResponse>;
6510
+ /**
6511
+ * @summary Queries the settings of the delivery feature.
6512
+ *
6513
+ * @param request GetServiceSettingsRequest
6514
+ * @return GetServiceSettingsResponse
6515
+ */
6032
6516
  getServiceSettings(request: GetServiceSettingsRequest): Promise<GetServiceSettingsResponse>;
6517
+ /**
6518
+ * @summary Queries the information about a template, including the content of the template.
6519
+ *
6520
+ * @param request GetTemplateRequest
6521
+ * @param runtime runtime options for this request RuntimeOptions
6522
+ * @return GetTemplateResponse
6523
+ */
6033
6524
  getTemplateWithOptions(request: GetTemplateRequest, runtime: $Util.RuntimeOptions): Promise<GetTemplateResponse>;
6525
+ /**
6526
+ * @summary Queries the information about a template, including the content of the template.
6527
+ *
6528
+ * @param request GetTemplateRequest
6529
+ * @return GetTemplateResponse
6530
+ */
6034
6531
  getTemplate(request: GetTemplateRequest): Promise<GetTemplateResponse>;
6532
+ /**
6533
+ * @summary Queries the available actions, including atomic actions and cloud product actions.
6534
+ *
6535
+ * @param request ListActionsRequest
6536
+ * @param runtime runtime options for this request RuntimeOptions
6537
+ * @return ListActionsResponse
6538
+ */
6035
6539
  listActionsWithOptions(request: ListActionsRequest, runtime: $Util.RuntimeOptions): Promise<ListActionsResponse>;
6540
+ /**
6541
+ * @summary Queries the available actions, including atomic actions and cloud product actions.
6542
+ *
6543
+ * @param request ListActionsRequest
6544
+ * @return ListActionsResponse
6545
+ */
6036
6546
  listActions(request: ListActionsRequest): Promise<ListActionsResponse>;
6547
+ /**
6548
+ * @summary Queries a list of application groups. You can call this operation only for the application groups that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6549
+ *
6550
+ * @param request ListApplicationGroupsRequest
6551
+ * @param runtime runtime options for this request RuntimeOptions
6552
+ * @return ListApplicationGroupsResponse
6553
+ */
6037
6554
  listApplicationGroupsWithOptions(request: ListApplicationGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListApplicationGroupsResponse>;
6555
+ /**
6556
+ * @summary Queries a list of application groups. You can call this operation only for the application groups that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6557
+ *
6558
+ * @param request ListApplicationGroupsRequest
6559
+ * @return ListApplicationGroupsResponse
6560
+ */
6038
6561
  listApplicationGroups(request: ListApplicationGroupsRequest): Promise<ListApplicationGroupsResponse>;
6562
+ /**
6563
+ * @summary Queries a list of applications. You can call this operation only for the applications that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6564
+ *
6565
+ * @param tmpReq ListApplicationsRequest
6566
+ * @param runtime runtime options for this request RuntimeOptions
6567
+ * @return ListApplicationsResponse
6568
+ */
6039
6569
  listApplicationsWithOptions(tmpReq: ListApplicationsRequest, runtime: $Util.RuntimeOptions): Promise<ListApplicationsResponse>;
6570
+ /**
6571
+ * @summary Queries a list of applications. You can call this operation only for the applications that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
6572
+ *
6573
+ * @param request ListApplicationsRequest
6574
+ * @return ListApplicationsResponse
6575
+ */
6040
6576
  listApplications(request: ListApplicationsRequest): Promise<ListApplicationsResponse>;
6041
6577
  /**
6042
- * ****
6043
- *
6044
- * @param request ListExecutionLogsRequest
6045
- * @param runtime runtime options for this request RuntimeOptions
6046
- * @return ListExecutionLogsResponse
6578
+ * @summary Queries the logs of an execution.
6579
+ *
6580
+ * @description ****
6581
+ *
6582
+ * @param request ListExecutionLogsRequest
6583
+ * @param runtime runtime options for this request RuntimeOptions
6584
+ * @return ListExecutionLogsResponse
6047
6585
  */
6048
6586
  listExecutionLogsWithOptions(request: ListExecutionLogsRequest, runtime: $Util.RuntimeOptions): Promise<ListExecutionLogsResponse>;
6049
6587
  /**
6050
- * ****
6051
- *
6052
- * @param request ListExecutionLogsRequest
6053
- * @return ListExecutionLogsResponse
6588
+ * @summary Queries the logs of an execution.
6589
+ *
6590
+ * @description ****
6591
+ *
6592
+ * @param request ListExecutionLogsRequest
6593
+ * @return ListExecutionLogsResponse
6054
6594
  */
6055
6595
  listExecutionLogs(request: ListExecutionLogsRequest): Promise<ListExecutionLogsResponse>;
6596
+ /**
6597
+ * @summary Queries high-risk tasks in the execution of a template.
6598
+ *
6599
+ * @param request ListExecutionRiskyTasksRequest
6600
+ * @param runtime runtime options for this request RuntimeOptions
6601
+ * @return ListExecutionRiskyTasksResponse
6602
+ */
6056
6603
  listExecutionRiskyTasksWithOptions(request: ListExecutionRiskyTasksRequest, runtime: $Util.RuntimeOptions): Promise<ListExecutionRiskyTasksResponse>;
6604
+ /**
6605
+ * @summary Queries high-risk tasks in the execution of a template.
6606
+ *
6607
+ * @param request ListExecutionRiskyTasksRequest
6608
+ * @return ListExecutionRiskyTasksResponse
6609
+ */
6057
6610
  listExecutionRiskyTasks(request: ListExecutionRiskyTasksRequest): Promise<ListExecutionRiskyTasksResponse>;
6611
+ /**
6612
+ * @summary Queries executions. Multiple methods are supported to filter executions.
6613
+ *
6614
+ * @param tmpReq ListExecutionsRequest
6615
+ * @param runtime runtime options for this request RuntimeOptions
6616
+ * @return ListExecutionsResponse
6617
+ */
6058
6618
  listExecutionsWithOptions(tmpReq: ListExecutionsRequest, runtime: $Util.RuntimeOptions): Promise<ListExecutionsResponse>;
6619
+ /**
6620
+ * @summary Queries executions. Multiple methods are supported to filter executions.
6621
+ *
6622
+ * @param request ListExecutionsRequest
6623
+ * @return ListExecutionsResponse
6624
+ */
6059
6625
  listExecutions(request: ListExecutionsRequest): Promise<ListExecutionsResponse>;
6626
+ /**
6627
+ * @summary 获取仓库信息
6628
+ *
6629
+ * @param request ListGitRepositoriesRequest
6630
+ * @param runtime runtime options for this request RuntimeOptions
6631
+ * @return ListGitRepositoriesResponse
6632
+ */
6060
6633
  listGitRepositoriesWithOptions(request: ListGitRepositoriesRequest, runtime: $Util.RuntimeOptions): Promise<ListGitRepositoriesResponse>;
6634
+ /**
6635
+ * @summary 获取仓库信息
6636
+ *
6637
+ * @param request ListGitRepositoriesRequest
6638
+ * @return ListGitRepositoriesResponse
6639
+ */
6061
6640
  listGitRepositories(request: ListGitRepositoriesRequest): Promise<ListGitRepositoriesResponse>;
6641
+ /**
6642
+ * @summary Queries the information about the patches of an instance.
6643
+ *
6644
+ * @param request ListInstancePatchStatesRequest
6645
+ * @param runtime runtime options for this request RuntimeOptions
6646
+ * @return ListInstancePatchStatesResponse
6647
+ */
6062
6648
  listInstancePatchStatesWithOptions(request: ListInstancePatchStatesRequest, runtime: $Util.RuntimeOptions): Promise<ListInstancePatchStatesResponse>;
6649
+ /**
6650
+ * @summary Queries the information about the patches of an instance.
6651
+ *
6652
+ * @param request ListInstancePatchStatesRequest
6653
+ * @return ListInstancePatchStatesResponse
6654
+ */
6063
6655
  listInstancePatchStates(request: ListInstancePatchStatesRequest): Promise<ListInstancePatchStatesResponse>;
6656
+ /**
6657
+ * @summary Queries the information about the patches of an instance.
6658
+ *
6659
+ * @param request ListInstancePatchesRequest
6660
+ * @param runtime runtime options for this request RuntimeOptions
6661
+ * @return ListInstancePatchesResponse
6662
+ */
6064
6663
  listInstancePatchesWithOptions(request: ListInstancePatchesRequest, runtime: $Util.RuntimeOptions): Promise<ListInstancePatchesResponse>;
6664
+ /**
6665
+ * @summary Queries the information about the patches of an instance.
6666
+ *
6667
+ * @param request ListInstancePatchesRequest
6668
+ * @return ListInstancePatchesResponse
6669
+ */
6065
6670
  listInstancePatches(request: ListInstancePatchesRequest): Promise<ListInstancePatchesResponse>;
6671
+ /**
6672
+ * @summary Queries the configurations of an Elastic Compute Service (ECS) instance.
6673
+ *
6674
+ * @param request ListInventoryEntriesRequest
6675
+ * @param runtime runtime options for this request RuntimeOptions
6676
+ * @return ListInventoryEntriesResponse
6677
+ */
6066
6678
  listInventoryEntriesWithOptions(request: ListInventoryEntriesRequest, runtime: $Util.RuntimeOptions): Promise<ListInventoryEntriesResponse>;
6679
+ /**
6680
+ * @summary Queries the configurations of an Elastic Compute Service (ECS) instance.
6681
+ *
6682
+ * @param request ListInventoryEntriesRequest
6683
+ * @return ListInventoryEntriesResponse
6684
+ */
6067
6685
  listInventoryEntries(request: ListInventoryEntriesRequest): Promise<ListInventoryEntriesResponse>;
6686
+ /**
6687
+ * @summary Queries O\\&M items.
6688
+ *
6689
+ * @param tmpReq ListOpsItemsRequest
6690
+ * @param runtime runtime options for this request RuntimeOptions
6691
+ * @return ListOpsItemsResponse
6692
+ */
6068
6693
  listOpsItemsWithOptions(tmpReq: ListOpsItemsRequest, runtime: $Util.RuntimeOptions): Promise<ListOpsItemsResponse>;
6694
+ /**
6695
+ * @summary Queries O\\&M items.
6696
+ *
6697
+ * @param request ListOpsItemsRequest
6698
+ * @return ListOpsItemsResponse
6699
+ */
6069
6700
  listOpsItems(request: ListOpsItemsRequest): Promise<ListOpsItemsResponse>;
6701
+ /**
6702
+ * @summary Queries the versions of a common parameter.
6703
+ *
6704
+ * @param request ListParameterVersionsRequest
6705
+ * @param runtime runtime options for this request RuntimeOptions
6706
+ * @return ListParameterVersionsResponse
6707
+ */
6070
6708
  listParameterVersionsWithOptions(request: ListParameterVersionsRequest, runtime: $Util.RuntimeOptions): Promise<ListParameterVersionsResponse>;
6709
+ /**
6710
+ * @summary Queries the versions of a common parameter.
6711
+ *
6712
+ * @param request ListParameterVersionsRequest
6713
+ * @return ListParameterVersionsResponse
6714
+ */
6071
6715
  listParameterVersions(request: ListParameterVersionsRequest): Promise<ListParameterVersionsResponse>;
6716
+ /**
6717
+ * @summary Queries common parameters. Multiple methods are supported to filter common parameters.
6718
+ *
6719
+ * @param tmpReq ListParametersRequest
6720
+ * @param runtime runtime options for this request RuntimeOptions
6721
+ * @return ListParametersResponse
6722
+ */
6072
6723
  listParametersWithOptions(tmpReq: ListParametersRequest, runtime: $Util.RuntimeOptions): Promise<ListParametersResponse>;
6724
+ /**
6725
+ * @summary Queries common parameters. Multiple methods are supported to filter common parameters.
6726
+ *
6727
+ * @param request ListParametersRequest
6728
+ * @return ListParametersResponse
6729
+ */
6073
6730
  listParameters(request: ListParametersRequest): Promise<ListParametersResponse>;
6731
+ /**
6732
+ * @summary Queries a list of patch baselines.
6733
+ *
6734
+ * @param tmpReq ListPatchBaselinesRequest
6735
+ * @param runtime runtime options for this request RuntimeOptions
6736
+ * @return ListPatchBaselinesResponse
6737
+ */
6074
6738
  listPatchBaselinesWithOptions(tmpReq: ListPatchBaselinesRequest, runtime: $Util.RuntimeOptions): Promise<ListPatchBaselinesResponse>;
6739
+ /**
6740
+ * @summary Queries a list of patch baselines.
6741
+ *
6742
+ * @param request ListPatchBaselinesRequest
6743
+ * @return ListPatchBaselinesResponse
6744
+ */
6075
6745
  listPatchBaselines(request: ListPatchBaselinesRequest): Promise<ListPatchBaselinesResponse>;
6746
+ /**
6747
+ * @summary Queries the information about a scheduled execution that involves O&M operations on Elastic Compute Service (ECS) instances.
6748
+ *
6749
+ * @param request ListResourceExecutionStatusRequest
6750
+ * @param runtime runtime options for this request RuntimeOptions
6751
+ * @return ListResourceExecutionStatusResponse
6752
+ */
6076
6753
  listResourceExecutionStatusWithOptions(request: ListResourceExecutionStatusRequest, runtime: $Util.RuntimeOptions): Promise<ListResourceExecutionStatusResponse>;
6754
+ /**
6755
+ * @summary Queries the information about a scheduled execution that involves O&M operations on Elastic Compute Service (ECS) instances.
6756
+ *
6757
+ * @param request ListResourceExecutionStatusRequest
6758
+ * @return ListResourceExecutionStatusResponse
6759
+ */
6077
6760
  listResourceExecutionStatus(request: ListResourceExecutionStatusRequest): Promise<ListResourceExecutionStatusResponse>;
6761
+ /**
6762
+ * @summary Queries versions of an encryption parameter.
6763
+ *
6764
+ * @param request ListSecretParameterVersionsRequest
6765
+ * @param runtime runtime options for this request RuntimeOptions
6766
+ * @return ListSecretParameterVersionsResponse
6767
+ */
6078
6768
  listSecretParameterVersionsWithOptions(request: ListSecretParameterVersionsRequest, runtime: $Util.RuntimeOptions): Promise<ListSecretParameterVersionsResponse>;
6769
+ /**
6770
+ * @summary Queries versions of an encryption parameter.
6771
+ *
6772
+ * @param request ListSecretParameterVersionsRequest
6773
+ * @return ListSecretParameterVersionsResponse
6774
+ */
6079
6775
  listSecretParameterVersions(request: ListSecretParameterVersionsRequest): Promise<ListSecretParameterVersionsResponse>;
6080
6776
  /**
6081
- * Before you call this operation, make sure that you have the permission to manage Key Management Service (KMS) secrets.
6082
- *
6083
- * @param tmpReq ListSecretParametersRequest
6084
- * @param runtime runtime options for this request RuntimeOptions
6085
- * @return ListSecretParametersResponse
6777
+ * @summary Queries common parameters. Multiple types of queries are supported.
6778
+ *
6779
+ * @description Before you call this operation, make sure that you have the permission to manage Key Management Service (KMS) secrets.
6780
+ *
6781
+ * @param tmpReq ListSecretParametersRequest
6782
+ * @param runtime runtime options for this request RuntimeOptions
6783
+ * @return ListSecretParametersResponse
6086
6784
  */
6087
6785
  listSecretParametersWithOptions(tmpReq: ListSecretParametersRequest, runtime: $Util.RuntimeOptions): Promise<ListSecretParametersResponse>;
6088
6786
  /**
6089
- * Before you call this operation, make sure that you have the permission to manage Key Management Service (KMS) secrets.
6090
- *
6091
- * @param request ListSecretParametersRequest
6092
- * @return ListSecretParametersResponse
6787
+ * @summary Queries common parameters. Multiple types of queries are supported.
6788
+ *
6789
+ * @description Before you call this operation, make sure that you have the permission to manage Key Management Service (KMS) secrets.
6790
+ *
6791
+ * @param request ListSecretParametersRequest
6792
+ * @return ListSecretParametersResponse
6093
6793
  */
6094
6794
  listSecretParameters(request: ListSecretParametersRequest): Promise<ListSecretParametersResponse>;
6795
+ /**
6796
+ * @summary Queries desired-state configurations.
6797
+ *
6798
+ * @param tmpReq ListStateConfigurationsRequest
6799
+ * @param runtime runtime options for this request RuntimeOptions
6800
+ * @return ListStateConfigurationsResponse
6801
+ */
6095
6802
  listStateConfigurationsWithOptions(tmpReq: ListStateConfigurationsRequest, runtime: $Util.RuntimeOptions): Promise<ListStateConfigurationsResponse>;
6803
+ /**
6804
+ * @summary Queries desired-state configurations.
6805
+ *
6806
+ * @param request ListStateConfigurationsRequest
6807
+ * @return ListStateConfigurationsResponse
6808
+ */
6096
6809
  listStateConfigurations(request: ListStateConfigurationsRequest): Promise<ListStateConfigurationsResponse>;
6810
+ /**
6811
+ * @summary Queries the tags.
6812
+ *
6813
+ * @param request ListTagKeysRequest
6814
+ * @param runtime runtime options for this request RuntimeOptions
6815
+ * @return ListTagKeysResponse
6816
+ */
6097
6817
  listTagKeysWithOptions(request: ListTagKeysRequest, runtime: $Util.RuntimeOptions): Promise<ListTagKeysResponse>;
6818
+ /**
6819
+ * @summary Queries the tags.
6820
+ *
6821
+ * @param request ListTagKeysRequest
6822
+ * @return ListTagKeysResponse
6823
+ */
6098
6824
  listTagKeys(request: ListTagKeysRequest): Promise<ListTagKeysResponse>;
6825
+ /**
6826
+ * @summary Queries the tags that are added to one or more resources.
6827
+ *
6828
+ * @param tmpReq ListTagResourcesRequest
6829
+ * @param runtime runtime options for this request RuntimeOptions
6830
+ * @return ListTagResourcesResponse
6831
+ */
6099
6832
  listTagResourcesWithOptions(tmpReq: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
6833
+ /**
6834
+ * @summary Queries the tags that are added to one or more resources.
6835
+ *
6836
+ * @param request ListTagResourcesRequest
6837
+ * @return ListTagResourcesResponse
6838
+ */
6100
6839
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
6840
+ /**
6841
+ * @summary Queries the values of created tags.
6842
+ *
6843
+ * @param request ListTagValuesRequest
6844
+ * @param runtime runtime options for this request RuntimeOptions
6845
+ * @return ListTagValuesResponse
6846
+ */
6101
6847
  listTagValuesWithOptions(request: ListTagValuesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagValuesResponse>;
6848
+ /**
6849
+ * @summary Queries the values of created tags.
6850
+ *
6851
+ * @param request ListTagValuesRequest
6852
+ * @return ListTagValuesResponse
6853
+ */
6102
6854
  listTagValues(request: ListTagValuesRequest): Promise<ListTagValuesResponse>;
6855
+ /**
6856
+ * @summary Queries task executions. Multiple methods are supported to filter task executions.
6857
+ *
6858
+ * @param request ListTaskExecutionsRequest
6859
+ * @param runtime runtime options for this request RuntimeOptions
6860
+ * @return ListTaskExecutionsResponse
6861
+ */
6103
6862
  listTaskExecutionsWithOptions(request: ListTaskExecutionsRequest, runtime: $Util.RuntimeOptions): Promise<ListTaskExecutionsResponse>;
6863
+ /**
6864
+ * @summary Queries task executions. Multiple methods are supported to filter task executions.
6865
+ *
6866
+ * @param request ListTaskExecutionsRequest
6867
+ * @return ListTaskExecutionsResponse
6868
+ */
6104
6869
  listTaskExecutions(request: ListTaskExecutionsRequest): Promise<ListTaskExecutionsResponse>;
6870
+ /**
6871
+ * @summary Queries a list of versions of a template.
6872
+ *
6873
+ * @param request ListTemplateVersionsRequest
6874
+ * @param runtime runtime options for this request RuntimeOptions
6875
+ * @return ListTemplateVersionsResponse
6876
+ */
6105
6877
  listTemplateVersionsWithOptions(request: ListTemplateVersionsRequest, runtime: $Util.RuntimeOptions): Promise<ListTemplateVersionsResponse>;
6878
+ /**
6879
+ * @summary Queries a list of versions of a template.
6880
+ *
6881
+ * @param request ListTemplateVersionsRequest
6882
+ * @return ListTemplateVersionsResponse
6883
+ */
6106
6884
  listTemplateVersions(request: ListTemplateVersionsRequest): Promise<ListTemplateVersionsResponse>;
6885
+ /**
6886
+ * @summary Queries templates. Multiple methods are supported to filter templates.
6887
+ *
6888
+ * @param tmpReq ListTemplatesRequest
6889
+ * @param runtime runtime options for this request RuntimeOptions
6890
+ * @return ListTemplatesResponse
6891
+ */
6107
6892
  listTemplatesWithOptions(tmpReq: ListTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<ListTemplatesResponse>;
6893
+ /**
6894
+ * @summary Queries templates. Multiple methods are supported to filter templates.
6895
+ *
6896
+ * @param request ListTemplatesRequest
6897
+ * @return ListTemplatesResponse
6898
+ */
6108
6899
  listTemplates(request: ListTemplatesRequest): Promise<ListTemplatesResponse>;
6109
6900
  /**
6110
- * You can call this operation to notify an execution in the following scenarios:
6111
- * * If a template contains a special task, such as an approval task, the Operation Orchestration Service (OOS) execution engine sets the execution state to Waiting when the approval task is being run. You can call this operation to specify whether to continue the execution.
6112
- * * If you perform debugging in the debug mode, you can call this operation to notify the execution of the subsequent operations after the execution is created or a task is complete.
6113
- * * If a high-risk operation task waits for approval, you can call this operation to specify whether to continue the execution.
6114
- *
6115
- * @param request NotifyExecutionRequest
6116
- * @param runtime runtime options for this request RuntimeOptions
6117
- * @return NotifyExecutionResponse
6901
+ * @summary Notifies an execution in the Waiting state of the subsequent operations.
6902
+ *
6903
+ * @description You can call this operation to notify an execution in the following scenarios:
6904
+ * * If a template contains a special task, such as an approval task, the Operation Orchestration Service (OOS) execution engine sets the execution state to Waiting when the approval task is being run. You can call this operation to specify whether to continue the execution.
6905
+ * * If you perform debugging in the debug mode, you can call this operation to notify the execution of the subsequent operations after the execution is created or a task is complete.
6906
+ * * If a high-risk operation task waits for approval, you can call this operation to specify whether to continue the execution.
6907
+ *
6908
+ * @param request NotifyExecutionRequest
6909
+ * @param runtime runtime options for this request RuntimeOptions
6910
+ * @return NotifyExecutionResponse
6118
6911
  */
6119
6912
  notifyExecutionWithOptions(request: NotifyExecutionRequest, runtime: $Util.RuntimeOptions): Promise<NotifyExecutionResponse>;
6120
6913
  /**
6121
- * You can call this operation to notify an execution in the following scenarios:
6122
- * * If a template contains a special task, such as an approval task, the Operation Orchestration Service (OOS) execution engine sets the execution state to Waiting when the approval task is being run. You can call this operation to specify whether to continue the execution.
6123
- * * If you perform debugging in the debug mode, you can call this operation to notify the execution of the subsequent operations after the execution is created or a task is complete.
6124
- * * If a high-risk operation task waits for approval, you can call this operation to specify whether to continue the execution.
6125
- *
6126
- * @param request NotifyExecutionRequest
6127
- * @return NotifyExecutionResponse
6914
+ * @summary Notifies an execution in the Waiting state of the subsequent operations.
6915
+ *
6916
+ * @description You can call this operation to notify an execution in the following scenarios:
6917
+ * * If a template contains a special task, such as an approval task, the Operation Orchestration Service (OOS) execution engine sets the execution state to Waiting when the approval task is being run. You can call this operation to specify whether to continue the execution.
6918
+ * * If you perform debugging in the debug mode, you can call this operation to notify the execution of the subsequent operations after the execution is created or a task is complete.
6919
+ * * If a high-risk operation task waits for approval, you can call this operation to specify whether to continue the execution.
6920
+ *
6921
+ * @param request NotifyExecutionRequest
6922
+ * @return NotifyExecutionResponse
6128
6923
  */
6129
6924
  notifyExecution(request: NotifyExecutionRequest): Promise<NotifyExecutionResponse>;
6925
+ /**
6926
+ * @summary Registers the default patch baseline.
6927
+ *
6928
+ * @param request RegisterDefaultPatchBaselineRequest
6929
+ * @param runtime runtime options for this request RuntimeOptions
6930
+ * @return RegisterDefaultPatchBaselineResponse
6931
+ */
6130
6932
  registerDefaultPatchBaselineWithOptions(request: RegisterDefaultPatchBaselineRequest, runtime: $Util.RuntimeOptions): Promise<RegisterDefaultPatchBaselineResponse>;
6933
+ /**
6934
+ * @summary Registers the default patch baseline.
6935
+ *
6936
+ * @param request RegisterDefaultPatchBaselineRequest
6937
+ * @return RegisterDefaultPatchBaselineResponse
6938
+ */
6131
6939
  registerDefaultPatchBaseline(request: RegisterDefaultPatchBaselineRequest): Promise<RegisterDefaultPatchBaselineResponse>;
6940
+ /**
6941
+ * @summary Queries the details or aggregate information of a configuration inventory.
6942
+ *
6943
+ * @param request SearchInventoryRequest
6944
+ * @param runtime runtime options for this request RuntimeOptions
6945
+ * @return SearchInventoryResponse
6946
+ */
6132
6947
  searchInventoryWithOptions(request: SearchInventoryRequest, runtime: $Util.RuntimeOptions): Promise<SearchInventoryResponse>;
6948
+ /**
6949
+ * @summary Queries the details or aggregate information of a configuration inventory.
6950
+ *
6951
+ * @param request SearchInventoryRequest
6952
+ * @return SearchInventoryResponse
6953
+ */
6133
6954
  searchInventory(request: SearchInventoryRequest): Promise<SearchInventoryResponse>;
6955
+ /**
6956
+ * @summary Enables or disables the feature of delivering template execution records and sets the storage location.
6957
+ *
6958
+ * @param request SetServiceSettingsRequest
6959
+ * @param runtime runtime options for this request RuntimeOptions
6960
+ * @return SetServiceSettingsResponse
6961
+ */
6134
6962
  setServiceSettingsWithOptions(request: SetServiceSettingsRequest, runtime: $Util.RuntimeOptions): Promise<SetServiceSettingsResponse>;
6963
+ /**
6964
+ * @summary Enables or disables the feature of delivering template execution records and sets the storage location.
6965
+ *
6966
+ * @param request SetServiceSettingsRequest
6967
+ * @return SetServiceSettingsResponse
6968
+ */
6135
6969
  setServiceSettings(request: SetServiceSettingsRequest): Promise<SetServiceSettingsResponse>;
6970
+ /**
6971
+ * @summary Starts an execution.
6972
+ *
6973
+ * @param tmpReq StartExecutionRequest
6974
+ * @param runtime runtime options for this request RuntimeOptions
6975
+ * @return StartExecutionResponse
6976
+ */
6136
6977
  startExecutionWithOptions(tmpReq: StartExecutionRequest, runtime: $Util.RuntimeOptions): Promise<StartExecutionResponse>;
6978
+ /**
6979
+ * @summary Starts an execution.
6980
+ *
6981
+ * @param request StartExecutionRequest
6982
+ * @return StartExecutionResponse
6983
+ */
6137
6984
  startExecution(request: StartExecutionRequest): Promise<StartExecutionResponse>;
6985
+ /**
6986
+ * @summary Adds tags to one or more resources.
6987
+ *
6988
+ * @param tmpReq TagResourcesRequest
6989
+ * @param runtime runtime options for this request RuntimeOptions
6990
+ * @return TagResourcesResponse
6991
+ */
6138
6992
  tagResourcesWithOptions(tmpReq: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
6993
+ /**
6994
+ * @summary Adds tags to one or more resources.
6995
+ *
6996
+ * @param request TagResourcesRequest
6997
+ * @return TagResourcesResponse
6998
+ */
6139
6999
  tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
7000
+ /**
7001
+ * @summary Debugs a started execution that contains an event trigger task or alert trigger task. If the operation is called, a message body is sent to the event trigger task or alert trigger task. After the trigger task receives the message body, the trigger task generates a new child execution.
7002
+ *
7003
+ * @param request TriggerExecutionRequest
7004
+ * @param runtime runtime options for this request RuntimeOptions
7005
+ * @return TriggerExecutionResponse
7006
+ */
6140
7007
  triggerExecutionWithOptions(request: TriggerExecutionRequest, runtime: $Util.RuntimeOptions): Promise<TriggerExecutionResponse>;
7008
+ /**
7009
+ * @summary Debugs a started execution that contains an event trigger task or alert trigger task. If the operation is called, a message body is sent to the event trigger task or alert trigger task. After the trigger task receives the message body, the trigger task generates a new child execution.
7010
+ *
7011
+ * @param request TriggerExecutionRequest
7012
+ * @return TriggerExecutionResponse
7013
+ */
6141
7014
  triggerExecution(request: TriggerExecutionRequest): Promise<TriggerExecutionResponse>;
7015
+ /**
7016
+ * @summary Removes tags from one or more resources.
7017
+ *
7018
+ * @param tmpReq UntagResourcesRequest
7019
+ * @param runtime runtime options for this request RuntimeOptions
7020
+ * @return UntagResourcesResponse
7021
+ */
6142
7022
  untagResourcesWithOptions(tmpReq: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
7023
+ /**
7024
+ * @summary Removes tags from one or more resources.
7025
+ *
7026
+ * @param request UntagResourcesRequest
7027
+ * @return UntagResourcesResponse
7028
+ */
6143
7029
  untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
7030
+ /**
7031
+ * @summary Updates an application. You can call this operation only for the applications that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
7032
+ *
7033
+ * @param tmpReq UpdateApplicationRequest
7034
+ * @param runtime runtime options for this request RuntimeOptions
7035
+ * @return UpdateApplicationResponse
7036
+ */
6144
7037
  updateApplicationWithOptions(tmpReq: UpdateApplicationRequest, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationResponse>;
7038
+ /**
7039
+ * @summary Updates an application. You can call this operation only for the applications that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
7040
+ *
7041
+ * @param request UpdateApplicationRequest
7042
+ * @return UpdateApplicationResponse
7043
+ */
6145
7044
  updateApplication(request: UpdateApplicationRequest): Promise<UpdateApplicationResponse>;
7045
+ /**
7046
+ * @summary Updates the information of an application group. You can call this operation only for the application groups that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
7047
+ *
7048
+ * @param request UpdateApplicationGroupRequest
7049
+ * @param runtime runtime options for this request RuntimeOptions
7050
+ * @return UpdateApplicationGroupResponse
7051
+ */
6146
7052
  updateApplicationGroupWithOptions(request: UpdateApplicationGroupRequest, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationGroupResponse>;
7053
+ /**
7054
+ * @summary Updates the information of an application group. You can call this operation only for the application groups that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.
7055
+ *
7056
+ * @param request UpdateApplicationGroupRequest
7057
+ * @return UpdateApplicationGroupResponse
7058
+ */
6147
7059
  updateApplicationGroup(request: UpdateApplicationGroupRequest): Promise<UpdateApplicationGroupResponse>;
7060
+ /**
7061
+ * @summary Updates an execution.
7062
+ *
7063
+ * @param request UpdateExecutionRequest
7064
+ * @param runtime runtime options for this request RuntimeOptions
7065
+ * @return UpdateExecutionResponse
7066
+ */
6148
7067
  updateExecutionWithOptions(request: UpdateExecutionRequest, runtime: $Util.RuntimeOptions): Promise<UpdateExecutionResponse>;
7068
+ /**
7069
+ * @summary Updates an execution.
7070
+ *
7071
+ * @param request UpdateExecutionRequest
7072
+ * @return UpdateExecutionResponse
7073
+ */
6149
7074
  updateExecution(request: UpdateExecutionRequest): Promise<UpdateExecutionResponse>;
7075
+ /**
7076
+ * @summary Modifies an O\\\\\\\\\\\\&M item.
7077
+ *
7078
+ * @param tmpReq UpdateOpsItemRequest
7079
+ * @param runtime runtime options for this request RuntimeOptions
7080
+ * @return UpdateOpsItemResponse
7081
+ */
6150
7082
  updateOpsItemWithOptions(tmpReq: UpdateOpsItemRequest, runtime: $Util.RuntimeOptions): Promise<UpdateOpsItemResponse>;
7083
+ /**
7084
+ * @summary Modifies an O\\\\\\\\\\\\&M item.
7085
+ *
7086
+ * @param request UpdateOpsItemRequest
7087
+ * @return UpdateOpsItemResponse
7088
+ */
6151
7089
  updateOpsItem(request: UpdateOpsItemRequest): Promise<UpdateOpsItemResponse>;
7090
+ /**
7091
+ * @summary Updates a common parameter.
7092
+ *
7093
+ * @param request UpdateParameterRequest
7094
+ * @param runtime runtime options for this request RuntimeOptions
7095
+ * @return UpdateParameterResponse
7096
+ */
6152
7097
  updateParameterWithOptions(request: UpdateParameterRequest, runtime: $Util.RuntimeOptions): Promise<UpdateParameterResponse>;
7098
+ /**
7099
+ * @summary Updates a common parameter.
7100
+ *
7101
+ * @param request UpdateParameterRequest
7102
+ * @return UpdateParameterResponse
7103
+ */
6153
7104
  updateParameter(request: UpdateParameterRequest): Promise<UpdateParameterResponse>;
7105
+ /**
7106
+ * @summary Updates a patch baseline.
7107
+ *
7108
+ * @param tmpReq UpdatePatchBaselineRequest
7109
+ * @param runtime runtime options for this request RuntimeOptions
7110
+ * @return UpdatePatchBaselineResponse
7111
+ */
6154
7112
  updatePatchBaselineWithOptions(tmpReq: UpdatePatchBaselineRequest, runtime: $Util.RuntimeOptions): Promise<UpdatePatchBaselineResponse>;
7113
+ /**
7114
+ * @summary Updates a patch baseline.
7115
+ *
7116
+ * @param request UpdatePatchBaselineRequest
7117
+ * @return UpdatePatchBaselineResponse
7118
+ */
6155
7119
  updatePatchBaseline(request: UpdatePatchBaselineRequest): Promise<UpdatePatchBaselineResponse>;
7120
+ /**
7121
+ * @summary Updates an encryption parameter.
7122
+ *
7123
+ * @param tmpReq UpdateSecretParameterRequest
7124
+ * @param runtime runtime options for this request RuntimeOptions
7125
+ * @return UpdateSecretParameterResponse
7126
+ */
6156
7127
  updateSecretParameterWithOptions(tmpReq: UpdateSecretParameterRequest, runtime: $Util.RuntimeOptions): Promise<UpdateSecretParameterResponse>;
7128
+ /**
7129
+ * @summary Updates an encryption parameter.
7130
+ *
7131
+ * @param request UpdateSecretParameterRequest
7132
+ * @return UpdateSecretParameterResponse
7133
+ */
6157
7134
  updateSecretParameter(request: UpdateSecretParameterRequest): Promise<UpdateSecretParameterResponse>;
7135
+ /**
7136
+ * @summary Updates a desired-state configuration.
7137
+ *
7138
+ * @param tmpReq UpdateStateConfigurationRequest
7139
+ * @param runtime runtime options for this request RuntimeOptions
7140
+ * @return UpdateStateConfigurationResponse
7141
+ */
6158
7142
  updateStateConfigurationWithOptions(tmpReq: UpdateStateConfigurationRequest, runtime: $Util.RuntimeOptions): Promise<UpdateStateConfigurationResponse>;
7143
+ /**
7144
+ * @summary Updates a desired-state configuration.
7145
+ *
7146
+ * @param request UpdateStateConfigurationRequest
7147
+ * @return UpdateStateConfigurationResponse
7148
+ */
6159
7149
  updateStateConfiguration(request: UpdateStateConfigurationRequest): Promise<UpdateStateConfigurationResponse>;
7150
+ /**
7151
+ * @summary Updates the information about an existing template.
7152
+ *
7153
+ * @param tmpReq UpdateTemplateRequest
7154
+ * @param runtime runtime options for this request RuntimeOptions
7155
+ * @return UpdateTemplateResponse
7156
+ */
6160
7157
  updateTemplateWithOptions(tmpReq: UpdateTemplateRequest, runtime: $Util.RuntimeOptions): Promise<UpdateTemplateResponse>;
7158
+ /**
7159
+ * @summary Updates the information about an existing template.
7160
+ *
7161
+ * @param request UpdateTemplateRequest
7162
+ * @return UpdateTemplateResponse
7163
+ */
6161
7164
  updateTemplate(request: UpdateTemplateRequest): Promise<UpdateTemplateResponse>;
7165
+ /**
7166
+ * @summary Check whether a template is valid.
7167
+ *
7168
+ * @param request ValidateTemplateContentRequest
7169
+ * @param runtime runtime options for this request RuntimeOptions
7170
+ * @return ValidateTemplateContentResponse
7171
+ */
6162
7172
  validateTemplateContentWithOptions(request: ValidateTemplateContentRequest, runtime: $Util.RuntimeOptions): Promise<ValidateTemplateContentResponse>;
7173
+ /**
7174
+ * @summary Check whether a template is valid.
7175
+ *
7176
+ * @param request ValidateTemplateContentRequest
7177
+ * @return ValidateTemplateContentResponse
7178
+ */
6163
7179
  validateTemplateContent(request: ValidateTemplateContentRequest): Promise<ValidateTemplateContentResponse>;
6164
7180
  }