Skip to content

Commit

Permalink
AMP Version Change.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Dec 30, 2020
1 parent 3ae3fd7 commit 63e5f2a
Show file tree
Hide file tree
Showing 77 changed files with 3,159 additions and 0 deletions.
3 changes: 3 additions & 0 deletions batchcompute-20151111/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
2020-12-30 Version: 1.0.0
- AMP Version Change.

31 changes: 31 additions & 0 deletions batchcompute-20151111/README-CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[English](README.md) | 简体中文

![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)

# Alibaba Cloud BatchCompute SDK for C#

## 安装

### Composer

```bash
composer require AlibabaCloud.SDK.BatchCompute20151111
```

## 问题

[提交 Issue](https://github.com/aliyun/alibabacloud-csharp-sdk/issues/new),不符合指南的问题可能会立即关闭。

## 发行说明

每个版本的详细更改记录在[发行说明](./ChangeLog.md)中。

## 相关

* [最新源码](https://github.com/aliyun/alibabacloud-csharp-sdk/)

## 许可证

[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)

Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
31 changes: 31 additions & 0 deletions batchcompute-20151111/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
English | [简体中文](README-CN.md)

![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)

# Alibaba Cloud BatchCompute SDK for C#

## Installation

### Composer

```bash
composer require AlibabaCloud.SDK.BatchCompute20151111
```

## Issues

[Opening an Issue](https://github.com/aliyun/alibabacloud-csharp-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.

## Changelog

Detailed changes for each release are documented in the [release notes](./ChangeLog.md).

## References

* [Latest Release](https://github.com/aliyun/alibabacloud-csharp-sdk/)

## License

[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)

Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
1,737 changes: 1,737 additions & 0 deletions batchcompute-20151111/core/Client.cs

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions batchcompute-20151111/core/Models/CancelImageRequest.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/**
*
*/
// This file is auto-generated, don't edit it. Thanks.

using System;
using System.Collections.Generic;
using System.IO;

using Tea;

namespace AlibabaCloud.SDK.BatchCompute20151111.Models
{
public class CancelImageRequest : TeaModel {
[NameInMap("RegionId")]
[Validation(Required=false)]
public string RegionId { get; set; }

}

}
18 changes: 18 additions & 0 deletions batchcompute-20151111/core/Models/CancelImageResponse.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// This file is auto-generated, don't edit it. Thanks.

using System;
using System.Collections.Generic;
using System.IO;

using Tea;

namespace AlibabaCloud.SDK.BatchCompute20151111.Models
{
public class CancelImageResponse : TeaModel {
[NameInMap("headers")]
[Validation(Required=true)]
public Dictionary<string, string> Headers { get; set; }

}

}
18 changes: 18 additions & 0 deletions batchcompute-20151111/core/Models/ChangeJobPriorityRequest.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// This file is auto-generated, don't edit it. Thanks.

using System;
using System.Collections.Generic;
using System.IO;

using Tea;

namespace AlibabaCloud.SDK.BatchCompute20151111.Models
{
public class ChangeJobPriorityRequest : TeaModel {
[NameInMap("RegionId")]
[Validation(Required=false)]
public string RegionId { get; set; }

}

}
18 changes: 18 additions & 0 deletions batchcompute-20151111/core/Models/ChangeJobPriorityResponse.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// This file is auto-generated, don't edit it. Thanks.

using System;
using System.Collections.Generic;
using System.IO;

using Tea;

namespace AlibabaCloud.SDK.BatchCompute20151111.Models
{
public class ChangeJobPriorityResponse : TeaModel {
[NameInMap("headers")]
[Validation(Required=true)]
public Dictionary<string, string> Headers { get; set; }

}

}
18 changes: 18 additions & 0 deletions batchcompute-20151111/core/Models/CreateAppResponse.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// This file is auto-generated, don't edit it. Thanks.

using System;
using System.Collections.Generic;
using System.IO;

using Tea;

namespace AlibabaCloud.SDK.BatchCompute20151111.Models
{
public class CreateAppResponse : TeaModel {
[NameInMap("headers")]
[Validation(Required=true)]
public Dictionary<string, string> Headers { get; set; }

}

}
18 changes: 18 additions & 0 deletions batchcompute-20151111/core/Models/CreateClusterRequest.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// This file is auto-generated, don't edit it. Thanks.

using System;
using System.Collections.Generic;
using System.IO;

using Tea;

namespace AlibabaCloud.SDK.BatchCompute20151111.Models
{
public class CreateClusterRequest : TeaModel {
[NameInMap("RegionId")]
[Validation(Required=false)]
public string RegionId { get; set; }

}

}
18 changes: 18 additions & 0 deletions batchcompute-20151111/core/Models/CreateClusterResponse.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// This file is auto-generated, don't edit it. Thanks.

using System;
using System.Collections.Generic;
using System.IO;

using Tea;

namespace AlibabaCloud.SDK.BatchCompute20151111.Models
{
public class CreateClusterResponse : TeaModel {
[NameInMap("headers")]
[Validation(Required=true)]
public Dictionary<string, string> Headers { get; set; }

}

}
18 changes: 18 additions & 0 deletions batchcompute-20151111/core/Models/CreateImageRequest.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// This file is auto-generated, don't edit it. Thanks.

using System;
using System.Collections.Generic;
using System.IO;

using Tea;

namespace AlibabaCloud.SDK.BatchCompute20151111.Models
{
public class CreateImageRequest : TeaModel {
[NameInMap("RegionId")]
[Validation(Required=false)]
public string RegionId { get; set; }

}

}
18 changes: 18 additions & 0 deletions batchcompute-20151111/core/Models/CreateImageResponse.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// This file is auto-generated, don't edit it. Thanks.

using System;
using System.Collections.Generic;
using System.IO;

using Tea;

namespace AlibabaCloud.SDK.BatchCompute20151111.Models
{
public class CreateImageResponse : TeaModel {
[NameInMap("headers")]
[Validation(Required=true)]
public Dictionary<string, string> Headers { get; set; }

}

}
18 changes: 18 additions & 0 deletions batchcompute-20151111/core/Models/CreateJobRequest.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// This file is auto-generated, don't edit it. Thanks.

using System;
using System.Collections.Generic;
using System.IO;

using Tea;

namespace AlibabaCloud.SDK.BatchCompute20151111.Models
{
public class CreateJobRequest : TeaModel {
[NameInMap("RegionId")]
[Validation(Required=false)]
public string RegionId { get; set; }

}

}
18 changes: 18 additions & 0 deletions batchcompute-20151111/core/Models/CreateJobResponse.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// This file is auto-generated, don't edit it. Thanks.

using System;
using System.Collections.Generic;
using System.IO;

using Tea;

namespace AlibabaCloud.SDK.BatchCompute20151111.Models
{
public class CreateJobResponse : TeaModel {
[NameInMap("headers")]
[Validation(Required=true)]
public Dictionary<string, string> Headers { get; set; }

}

}
18 changes: 18 additions & 0 deletions batchcompute-20151111/core/Models/DeleteAppResponse.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// This file is auto-generated, don't edit it. Thanks.

using System;
using System.Collections.Generic;
using System.IO;

using Tea;

namespace AlibabaCloud.SDK.BatchCompute20151111.Models
{
public class DeleteAppResponse : TeaModel {
[NameInMap("headers")]
[Validation(Required=true)]
public Dictionary<string, string> Headers { get; set; }

}

}
18 changes: 18 additions & 0 deletions batchcompute-20151111/core/Models/DeleteClusterInstanceRequest.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// This file is auto-generated, don't edit it. Thanks.

using System;
using System.Collections.Generic;
using System.IO;

using Tea;

namespace AlibabaCloud.SDK.BatchCompute20151111.Models
{
public class DeleteClusterInstanceRequest : TeaModel {
[NameInMap("RegionId")]
[Validation(Required=false)]
public string RegionId { get; set; }

}

}
18 changes: 18 additions & 0 deletions batchcompute-20151111/core/Models/DeleteClusterInstanceResponse.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// This file is auto-generated, don't edit it. Thanks.

using System;
using System.Collections.Generic;
using System.IO;

using Tea;

namespace AlibabaCloud.SDK.BatchCompute20151111.Models
{
public class DeleteClusterInstanceResponse : TeaModel {
[NameInMap("headers")]
[Validation(Required=true)]
public Dictionary<string, string> Headers { get; set; }

}

}
18 changes: 18 additions & 0 deletions batchcompute-20151111/core/Models/DeleteClusterRequest.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// This file is auto-generated, don't edit it. Thanks.

using System;
using System.Collections.Generic;
using System.IO;

using Tea;

namespace AlibabaCloud.SDK.BatchCompute20151111.Models
{
public class DeleteClusterRequest : TeaModel {
[NameInMap("RegionId")]
[Validation(Required=false)]
public string RegionId { get; set; }

}

}
18 changes: 18 additions & 0 deletions batchcompute-20151111/core/Models/DeleteClusterResponse.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// This file is auto-generated, don't edit it. Thanks.

using System;
using System.Collections.Generic;
using System.IO;

using Tea;

namespace AlibabaCloud.SDK.BatchCompute20151111.Models
{
public class DeleteClusterResponse : TeaModel {
[NameInMap("headers")]
[Validation(Required=true)]
public Dictionary<string, string> Headers { get; set; }

}

}
18 changes: 18 additions & 0 deletions batchcompute-20151111/core/Models/DeleteImageRequest.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// This file is auto-generated, don't edit it. Thanks.

using System;
using System.Collections.Generic;
using System.IO;

using Tea;

namespace AlibabaCloud.SDK.BatchCompute20151111.Models
{
public class DeleteImageRequest : TeaModel {
[NameInMap("RegionId")]
[Validation(Required=false)]
public string RegionId { get; set; }

}

}
Loading

0 comments on commit 63e5f2a

Please sign in to comment.