@volcengine/na 1.0.1

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.
Files changed (110) hide show
  1. package/.turbo/turbo-build.log +19 -0
  2. package/LICENSE.txt +202 -0
  3. package/dist/cjs/index.js +165 -0
  4. package/dist/esm/api.d.ts +144 -0
  5. package/dist/esm/api.d.ts.map +1 -0
  6. package/dist/esm/index.d.ts +13 -0
  7. package/dist/esm/index.d.ts.map +1 -0
  8. package/dist/esm/index.mjs +98 -0
  9. package/dist/esm/types/create-diagnosis-instance-request.d.ts +35 -0
  10. package/dist/esm/types/create-diagnosis-instance-request.d.ts.map +1 -0
  11. package/dist/esm/types/create-diagnosis-instance-response.d.ts +30 -0
  12. package/dist/esm/types/create-diagnosis-instance-response.d.ts.map +1 -0
  13. package/dist/esm/types/create-path-analysis-request.d.ts +75 -0
  14. package/dist/esm/types/create-path-analysis-request.d.ts.map +1 -0
  15. package/dist/esm/types/create-path-analysis-response.d.ts +30 -0
  16. package/dist/esm/types/create-path-analysis-response.d.ts.map +1 -0
  17. package/dist/esm/types/data-for-get-network-traffic-metrics-output.d.ts +26 -0
  18. package/dist/esm/types/data-for-get-network-traffic-metrics-output.d.ts.map +1 -0
  19. package/dist/esm/types/data-for-get-network-traffic-top-noutput.d.ts +85 -0
  20. package/dist/esm/types/data-for-get-network-traffic-top-noutput.d.ts.map +1 -0
  21. package/dist/esm/types/delete-analysis-path-report-request.d.ts +25 -0
  22. package/dist/esm/types/delete-analysis-path-report-request.d.ts.map +1 -0
  23. package/dist/esm/types/delete-analysis-path-report-response.d.ts +20 -0
  24. package/dist/esm/types/delete-analysis-path-report-response.d.ts.map +1 -0
  25. package/dist/esm/types/delete-analysis-path-request.d.ts +25 -0
  26. package/dist/esm/types/delete-analysis-path-request.d.ts.map +1 -0
  27. package/dist/esm/types/delete-analysis-path-response.d.ts +20 -0
  28. package/dist/esm/types/delete-analysis-path-response.d.ts.map +1 -0
  29. package/dist/esm/types/describe-diagnosis-instance-detail-request.d.ts +25 -0
  30. package/dist/esm/types/describe-diagnosis-instance-detail-request.d.ts.map +1 -0
  31. package/dist/esm/types/describe-diagnosis-instance-detail-response.d.ts +71 -0
  32. package/dist/esm/types/describe-diagnosis-instance-detail-response.d.ts.map +1 -0
  33. package/dist/esm/types/describe-diagnosis-instances-request.d.ts +40 -0
  34. package/dist/esm/types/describe-diagnosis-instances-request.d.ts.map +1 -0
  35. package/dist/esm/types/describe-diagnosis-instances-response.d.ts +46 -0
  36. package/dist/esm/types/describe-diagnosis-instances-response.d.ts.map +1 -0
  37. package/dist/esm/types/describe-history-diagnosis-request.d.ts +25 -0
  38. package/dist/esm/types/describe-history-diagnosis-request.d.ts.map +1 -0
  39. package/dist/esm/types/describe-history-diagnosis-response.d.ts +26 -0
  40. package/dist/esm/types/describe-history-diagnosis-response.d.ts.map +1 -0
  41. package/dist/esm/types/diagnosis-category-item-for-describe-diagnosis-instance-detail-output.d.ts +31 -0
  42. package/dist/esm/types/diagnosis-category-item-for-describe-diagnosis-instance-detail-output.d.ts.map +1 -0
  43. package/dist/esm/types/diagnosis-instance-for-describe-diagnosis-instances-output.d.ts +65 -0
  44. package/dist/esm/types/diagnosis-instance-for-describe-diagnosis-instances-output.d.ts.map +1 -0
  45. package/dist/esm/types/diagnosis-item-for-describe-diagnosis-instance-detail-output.d.ts +40 -0
  46. package/dist/esm/types/diagnosis-item-for-describe-diagnosis-instance-detail-output.d.ts.map +1 -0
  47. package/dist/esm/types/filter-for-get-network-traffic-metrics-input.d.ts +30 -0
  48. package/dist/esm/types/filter-for-get-network-traffic-metrics-input.d.ts.map +1 -0
  49. package/dist/esm/types/filter-for-get-network-traffic-top-ninput.d.ts +30 -0
  50. package/dist/esm/types/filter-for-get-network-traffic-top-ninput.d.ts.map +1 -0
  51. package/dist/esm/types/get-analysis-path-report-request.d.ts +25 -0
  52. package/dist/esm/types/get-analysis-path-report-request.d.ts.map +1 -0
  53. package/dist/esm/types/get-analysis-path-report-response.d.ts +55 -0
  54. package/dist/esm/types/get-analysis-path-report-response.d.ts.map +1 -0
  55. package/dist/esm/types/get-network-traffic-metrics-request.d.ts +56 -0
  56. package/dist/esm/types/get-network-traffic-metrics-request.d.ts.map +1 -0
  57. package/dist/esm/types/get-network-traffic-metrics-response.d.ts +26 -0
  58. package/dist/esm/types/get-network-traffic-metrics-response.d.ts.map +1 -0
  59. package/dist/esm/types/get-network-traffic-top-nrequest.d.ts +71 -0
  60. package/dist/esm/types/get-network-traffic-top-nrequest.d.ts.map +1 -0
  61. package/dist/esm/types/get-network-traffic-top-nresponse.d.ts +26 -0
  62. package/dist/esm/types/get-network-traffic-top-nresponse.d.ts.map +1 -0
  63. package/dist/esm/types/history-diagnosis-for-describe-history-diagnosis-output.d.ts +35 -0
  64. package/dist/esm/types/history-diagnosis-for-describe-history-diagnosis-output.d.ts.map +1 -0
  65. package/dist/esm/types/index.d.ts +32 -0
  66. package/dist/esm/types/index.d.ts.map +1 -0
  67. package/dist/esm/types/metric-for-get-network-traffic-metrics-output.d.ts +30 -0
  68. package/dist/esm/types/metric-for-get-network-traffic-metrics-output.d.ts.map +1 -0
  69. package/dist/esm/types/reanalysis-path-request.d.ts +25 -0
  70. package/dist/esm/types/reanalysis-path-request.d.ts.map +1 -0
  71. package/dist/esm/types/reanalysis-path-response.d.ts +30 -0
  72. package/dist/esm/types/reanalysis-path-response.d.ts.map +1 -0
  73. package/dist/tsconfig.tsbuildinfo +1 -0
  74. package/package.json +37 -0
  75. package/rslib.config.ts +26 -0
  76. package/src/api.ts +248 -0
  77. package/src/index.ts +14 -0
  78. package/src/types/create-diagnosis-instance-request.ts +40 -0
  79. package/src/types/create-diagnosis-instance-response.ts +34 -0
  80. package/src/types/create-path-analysis-request.ts +88 -0
  81. package/src/types/create-path-analysis-response.ts +34 -0
  82. package/src/types/data-for-get-network-traffic-metrics-output.ts +29 -0
  83. package/src/types/data-for-get-network-traffic-top-noutput.ts +100 -0
  84. package/src/types/delete-analysis-path-report-request.ts +28 -0
  85. package/src/types/delete-analysis-path-report-response.ts +22 -0
  86. package/src/types/delete-analysis-path-request.ts +28 -0
  87. package/src/types/delete-analysis-path-response.ts +22 -0
  88. package/src/types/describe-diagnosis-instance-detail-request.ts +28 -0
  89. package/src/types/describe-diagnosis-instance-detail-response.ts +83 -0
  90. package/src/types/describe-diagnosis-instances-request.ts +46 -0
  91. package/src/types/describe-diagnosis-instances-response.ts +53 -0
  92. package/src/types/describe-history-diagnosis-request.ts +28 -0
  93. package/src/types/describe-history-diagnosis-response.ts +29 -0
  94. package/src/types/diagnosis-category-item-for-describe-diagnosis-instance-detail-output.ts +35 -0
  95. package/src/types/diagnosis-instance-for-describe-diagnosis-instances-output.ts +76 -0
  96. package/src/types/diagnosis-item-for-describe-diagnosis-instance-detail-output.ts +46 -0
  97. package/src/types/filter-for-get-network-traffic-metrics-input.ts +34 -0
  98. package/src/types/filter-for-get-network-traffic-top-ninput.ts +34 -0
  99. package/src/types/get-analysis-path-report-request.ts +28 -0
  100. package/src/types/get-analysis-path-report-response.ts +64 -0
  101. package/src/types/get-network-traffic-metrics-request.ts +65 -0
  102. package/src/types/get-network-traffic-metrics-response.ts +29 -0
  103. package/src/types/get-network-traffic-top-nrequest.ts +83 -0
  104. package/src/types/get-network-traffic-top-nresponse.ts +29 -0
  105. package/src/types/history-diagnosis-for-describe-history-diagnosis-output.ts +40 -0
  106. package/src/types/index.ts +31 -0
  107. package/src/types/metric-for-get-network-traffic-metrics-output.ts +34 -0
  108. package/src/types/reanalysis-path-request.ts +28 -0
  109. package/src/types/reanalysis-path-response.ts +34 -0
  110. package/tsconfig.json +12 -0
@@ -0,0 +1,88 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * na
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface CreatePathAnalysisRequest
20
+ */
21
+ export interface CreatePathAnalysisRequest {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof CreatePathAnalysisRequest
26
+ */
27
+ Description?: string;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof CreatePathAnalysisRequest
32
+ */
33
+ PathName: string;
34
+
35
+ /**
36
+ * @type {string}
37
+ * @memberof CreatePathAnalysisRequest
38
+ */
39
+ Protocol: string;
40
+
41
+ /**
42
+ * @type {boolean}
43
+ * @memberof CreatePathAnalysisRequest
44
+ */
45
+ Save?: boolean;
46
+
47
+ /**
48
+ * @type {string}
49
+ * @memberof CreatePathAnalysisRequest
50
+ */
51
+ SourceIP?: string;
52
+
53
+ /**
54
+ * @type {string}
55
+ * @memberof CreatePathAnalysisRequest
56
+ */
57
+ SourceId: string;
58
+
59
+ /**
60
+ * @type {string}
61
+ * @memberof CreatePathAnalysisRequest
62
+ */
63
+ SourceType: string;
64
+
65
+ /**
66
+ * @type {string}
67
+ * @memberof CreatePathAnalysisRequest
68
+ */
69
+ TargetIP?: string;
70
+
71
+ /**
72
+ * @type {string}
73
+ * @memberof CreatePathAnalysisRequest
74
+ */
75
+ TargetId: string;
76
+
77
+ /**
78
+ * @type {number}
79
+ * @memberof CreatePathAnalysisRequest
80
+ */
81
+ TargetPort?: number;
82
+
83
+ /**
84
+ * @type {string}
85
+ * @memberof CreatePathAnalysisRequest
86
+ */
87
+ TargetType: string;
88
+ }
@@ -0,0 +1,34 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * na
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface CreatePathAnalysisResponse
20
+ */
21
+ export interface CreatePathAnalysisResponse {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof CreatePathAnalysisResponse
26
+ */
27
+ PathId?: string;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof CreatePathAnalysisResponse
32
+ */
33
+ PathReportId?: string;
34
+ }
@@ -0,0 +1,29 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * na
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { MetricForGetNetworkTrafficMetricsOutput } from './metric-for-get-network-traffic-metrics-output';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface DataForGetNetworkTrafficMetricsOutput
21
+ */
22
+ export interface DataForGetNetworkTrafficMetricsOutput {
23
+
24
+ /**
25
+ * @type {Array<MetricForGetNetworkTrafficMetricsOutput>}
26
+ * @memberof DataForGetNetworkTrafficMetricsOutput
27
+ */
28
+ Metrics?: Array<MetricForGetNetworkTrafficMetricsOutput>;
29
+ }
@@ -0,0 +1,100 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * na
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface DataForGetNetworkTrafficTopNOutput
20
+ */
21
+ export interface DataForGetNetworkTrafficTopNOutput {
22
+
23
+ /**
24
+ * @type {number}
25
+ * @memberof DataForGetNetworkTrafficTopNOutput
26
+ */
27
+ ByteCount?: number;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof DataForGetNetworkTrafficTopNOutput
32
+ */
33
+ City?: string;
34
+
35
+ /**
36
+ * @type {string}
37
+ * @memberof DataForGetNetworkTrafficTopNOutput
38
+ */
39
+ Country?: string;
40
+
41
+ /**
42
+ * @type {string}
43
+ * @memberof DataForGetNetworkTrafficTopNOutput
44
+ */
45
+ DestinationIp?: string;
46
+
47
+ /**
48
+ * @type {number}
49
+ * @memberof DataForGetNetworkTrafficTopNOutput
50
+ */
51
+ DestinationPort?: number;
52
+
53
+ /**
54
+ * @type {string}
55
+ * @memberof DataForGetNetworkTrafficTopNOutput
56
+ */
57
+ InstanceId?: string;
58
+
59
+ /**
60
+ * @type {string}
61
+ * @memberof DataForGetNetworkTrafficTopNOutput
62
+ */
63
+ Isp?: string;
64
+
65
+ /**
66
+ * @type {number}
67
+ * @memberof DataForGetNetworkTrafficTopNOutput
68
+ */
69
+ PacketCount?: number;
70
+
71
+ /**
72
+ * @type {string}
73
+ * @memberof DataForGetNetworkTrafficTopNOutput
74
+ */
75
+ PeerRegion?: string;
76
+
77
+ /**
78
+ * @type {string}
79
+ * @memberof DataForGetNetworkTrafficTopNOutput
80
+ */
81
+ Protocol?: string;
82
+
83
+ /**
84
+ * @type {string}
85
+ * @memberof DataForGetNetworkTrafficTopNOutput
86
+ */
87
+ SourceIp?: string;
88
+
89
+ /**
90
+ * @type {number}
91
+ * @memberof DataForGetNetworkTrafficTopNOutput
92
+ */
93
+ SourcePort?: number;
94
+
95
+ /**
96
+ * @type {string}
97
+ * @memberof DataForGetNetworkTrafficTopNOutput
98
+ */
99
+ TrAttachmentId?: string;
100
+ }
@@ -0,0 +1,28 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * na
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface DeleteAnalysisPathReportRequest
20
+ */
21
+ export interface DeleteAnalysisPathReportRequest {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof DeleteAnalysisPathReportRequest
26
+ */
27
+ PathReportId: string;
28
+ }
@@ -0,0 +1,22 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * na
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface DeleteAnalysisPathReportResponse
20
+ */
21
+ export interface DeleteAnalysisPathReportResponse {
22
+ }
@@ -0,0 +1,28 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * na
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface DeleteAnalysisPathRequest
20
+ */
21
+ export interface DeleteAnalysisPathRequest {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof DeleteAnalysisPathRequest
26
+ */
27
+ PathId: string;
28
+ }
@@ -0,0 +1,22 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * na
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface DeleteAnalysisPathResponse
20
+ */
21
+ export interface DeleteAnalysisPathResponse {
22
+ }
@@ -0,0 +1,28 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * na
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface DescribeDiagnosisInstanceDetailRequest
20
+ */
21
+ export interface DescribeDiagnosisInstanceDetailRequest {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof DescribeDiagnosisInstanceDetailRequest
26
+ */
27
+ DiagnosisInstanceId: string;
28
+ }
@@ -0,0 +1,83 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * na
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { DiagnosisCategoryItemForDescribeDiagnosisInstanceDetailOutput } from './diagnosis-category-item-for-describe-diagnosis-instance-detail-output';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface DescribeDiagnosisInstanceDetailResponse
21
+ */
22
+ export interface DescribeDiagnosisInstanceDetailResponse {
23
+
24
+ /**
25
+ * @type {string}
26
+ * @memberof DescribeDiagnosisInstanceDetailResponse
27
+ */
28
+ CreationTime?: string;
29
+
30
+ /**
31
+ * @type {Array<DiagnosisCategoryItemForDescribeDiagnosisInstanceDetailOutput>}
32
+ * @memberof DescribeDiagnosisInstanceDetailResponse
33
+ */
34
+ DiagnosisCategoryItems?: Array<DiagnosisCategoryItemForDescribeDiagnosisInstanceDetailOutput>;
35
+
36
+ /**
37
+ * @type {string}
38
+ * @memberof DescribeDiagnosisInstanceDetailResponse
39
+ */
40
+ DiagnosisInstanceId?: string;
41
+
42
+ /**
43
+ * @type {string}
44
+ * @memberof DescribeDiagnosisInstanceDetailResponse
45
+ */
46
+ DiagnosisInstanceStatus?: string;
47
+
48
+ /**
49
+ * @type {string}
50
+ * @memberof DescribeDiagnosisInstanceDetailResponse
51
+ */
52
+ RequestId?: string;
53
+
54
+ /**
55
+ * @type {boolean}
56
+ * @memberof DescribeDiagnosisInstanceDetailResponse
57
+ */
58
+ ResourceDeleted?: boolean;
59
+
60
+ /**
61
+ * @type {string}
62
+ * @memberof DescribeDiagnosisInstanceDetailResponse
63
+ */
64
+ ResourceInstanceId?: string;
65
+
66
+ /**
67
+ * @type {string}
68
+ * @memberof DescribeDiagnosisInstanceDetailResponse
69
+ */
70
+ ResourceInstanceName?: string;
71
+
72
+ /**
73
+ * @type {string}
74
+ * @memberof DescribeDiagnosisInstanceDetailResponse
75
+ */
76
+ ResourceRegion?: string;
77
+
78
+ /**
79
+ * @type {string}
80
+ * @memberof DescribeDiagnosisInstanceDetailResponse
81
+ */
82
+ ResourceType?: string;
83
+ }
@@ -0,0 +1,46 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * na
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface DescribeDiagnosisInstancesRequest
20
+ */
21
+ export interface DescribeDiagnosisInstancesRequest {
22
+
23
+ /**
24
+ * @type {number}
25
+ * @memberof DescribeDiagnosisInstancesRequest
26
+ */
27
+ PageNumber?: number;
28
+
29
+ /**
30
+ * @type {number}
31
+ * @memberof DescribeDiagnosisInstancesRequest
32
+ */
33
+ PageSize?: number;
34
+
35
+ /**
36
+ * @type {string}
37
+ * @memberof DescribeDiagnosisInstancesRequest
38
+ */
39
+ ResourceInstanceId?: string;
40
+
41
+ /**
42
+ * @type {string}
43
+ * @memberof DescribeDiagnosisInstancesRequest
44
+ */
45
+ ResourceType?: string;
46
+ }
@@ -0,0 +1,53 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * na
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { DiagnosisInstanceForDescribeDiagnosisInstancesOutput } from './diagnosis-instance-for-describe-diagnosis-instances-output';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface DescribeDiagnosisInstancesResponse
21
+ */
22
+ export interface DescribeDiagnosisInstancesResponse {
23
+
24
+ /**
25
+ * @type {Array<DiagnosisInstanceForDescribeDiagnosisInstancesOutput>}
26
+ * @memberof DescribeDiagnosisInstancesResponse
27
+ */
28
+ DiagnosisInstances?: Array<DiagnosisInstanceForDescribeDiagnosisInstancesOutput>;
29
+
30
+ /**
31
+ * @type {number}
32
+ * @memberof DescribeDiagnosisInstancesResponse
33
+ */
34
+ PageNumber?: number;
35
+
36
+ /**
37
+ * @type {number}
38
+ * @memberof DescribeDiagnosisInstancesResponse
39
+ */
40
+ PageSize?: number;
41
+
42
+ /**
43
+ * @type {string}
44
+ * @memberof DescribeDiagnosisInstancesResponse
45
+ */
46
+ RequestId?: string;
47
+
48
+ /**
49
+ * @type {number}
50
+ * @memberof DescribeDiagnosisInstancesResponse
51
+ */
52
+ TotalCount?: number;
53
+ }
@@ -0,0 +1,28 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * na
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface DescribeHistoryDiagnosisRequest
20
+ */
21
+ export interface DescribeHistoryDiagnosisRequest {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof DescribeHistoryDiagnosisRequest
26
+ */
27
+ ResourceInstanceId: string;
28
+ }
@@ -0,0 +1,29 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * na
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { HistoryDiagnosisForDescribeHistoryDiagnosisOutput } from './history-diagnosis-for-describe-history-diagnosis-output';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface DescribeHistoryDiagnosisResponse
21
+ */
22
+ export interface DescribeHistoryDiagnosisResponse {
23
+
24
+ /**
25
+ * @type {Array<HistoryDiagnosisForDescribeHistoryDiagnosisOutput>}
26
+ * @memberof DescribeHistoryDiagnosisResponse
27
+ */
28
+ HistoryDiagnosis?: Array<HistoryDiagnosisForDescribeHistoryDiagnosisOutput>;
29
+ }
@@ -0,0 +1,35 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * na
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { DiagnosisItemForDescribeDiagnosisInstanceDetailOutput } from './diagnosis-item-for-describe-diagnosis-instance-detail-output';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface DiagnosisCategoryItemForDescribeDiagnosisInstanceDetailOutput
21
+ */
22
+ export interface DiagnosisCategoryItemForDescribeDiagnosisInstanceDetailOutput {
23
+
24
+ /**
25
+ * @type {Array<DiagnosisItemForDescribeDiagnosisInstanceDetailOutput>}
26
+ * @memberof DiagnosisCategoryItemForDescribeDiagnosisInstanceDetailOutput
27
+ */
28
+ DiagnosisItems?: Array<DiagnosisItemForDescribeDiagnosisInstanceDetailOutput>;
29
+
30
+ /**
31
+ * @type {string}
32
+ * @memberof DiagnosisCategoryItemForDescribeDiagnosisInstanceDetailOutput
33
+ */
34
+ ItemCategoryName?: string;
35
+ }