@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,35 @@
1
+ /**
2
+ * na
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface CreateDiagnosisInstanceRequest
17
+ */
18
+ export interface CreateDiagnosisInstanceRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof CreateDiagnosisInstanceRequest
22
+ */
23
+ ResourceInstanceId: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof CreateDiagnosisInstanceRequest
27
+ */
28
+ ResourceRegion: string;
29
+ /**
30
+ * @type {string}
31
+ * @memberof CreateDiagnosisInstanceRequest
32
+ */
33
+ ResourceType: string;
34
+ }
35
+ //# sourceMappingURL=create-diagnosis-instance-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-diagnosis-instance-request.d.ts","sourceRoot":"","sources":["../../../src/types/create-diagnosis-instance-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,8BAA8B;IAE3C;;;OAGG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;CACxB"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * na
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface CreateDiagnosisInstanceResponse
17
+ */
18
+ export interface CreateDiagnosisInstanceResponse {
19
+ /**
20
+ * @type {string}
21
+ * @memberof CreateDiagnosisInstanceResponse
22
+ */
23
+ DiagnosisInstanceId?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof CreateDiagnosisInstanceResponse
27
+ */
28
+ RequestId?: string;
29
+ }
30
+ //# sourceMappingURL=create-diagnosis-instance-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-diagnosis-instance-response.d.ts","sourceRoot":"","sources":["../../../src/types/create-diagnosis-instance-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
@@ -0,0 +1,75 @@
1
+ /**
2
+ * na
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface CreatePathAnalysisRequest
17
+ */
18
+ export interface CreatePathAnalysisRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof CreatePathAnalysisRequest
22
+ */
23
+ Description?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof CreatePathAnalysisRequest
27
+ */
28
+ PathName: string;
29
+ /**
30
+ * @type {string}
31
+ * @memberof CreatePathAnalysisRequest
32
+ */
33
+ Protocol: string;
34
+ /**
35
+ * @type {boolean}
36
+ * @memberof CreatePathAnalysisRequest
37
+ */
38
+ Save?: boolean;
39
+ /**
40
+ * @type {string}
41
+ * @memberof CreatePathAnalysisRequest
42
+ */
43
+ SourceIP?: string;
44
+ /**
45
+ * @type {string}
46
+ * @memberof CreatePathAnalysisRequest
47
+ */
48
+ SourceId: string;
49
+ /**
50
+ * @type {string}
51
+ * @memberof CreatePathAnalysisRequest
52
+ */
53
+ SourceType: string;
54
+ /**
55
+ * @type {string}
56
+ * @memberof CreatePathAnalysisRequest
57
+ */
58
+ TargetIP?: string;
59
+ /**
60
+ * @type {string}
61
+ * @memberof CreatePathAnalysisRequest
62
+ */
63
+ TargetId: string;
64
+ /**
65
+ * @type {number}
66
+ * @memberof CreatePathAnalysisRequest
67
+ */
68
+ TargetPort?: number;
69
+ /**
70
+ * @type {string}
71
+ * @memberof CreatePathAnalysisRequest
72
+ */
73
+ TargetType: string;
74
+ }
75
+ //# sourceMappingURL=create-path-analysis-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-path-analysis-request.d.ts","sourceRoot":"","sources":["../../../src/types/create-path-analysis-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;IAEtC;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * na
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface CreatePathAnalysisResponse
17
+ */
18
+ export interface CreatePathAnalysisResponse {
19
+ /**
20
+ * @type {string}
21
+ * @memberof CreatePathAnalysisResponse
22
+ */
23
+ PathId?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof CreatePathAnalysisResponse
27
+ */
28
+ PathReportId?: string;
29
+ }
30
+ //# sourceMappingURL=create-path-analysis-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-path-analysis-response.d.ts","sourceRoot":"","sources":["../../../src/types/create-path-analysis-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,0BAA0B;IAEvC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * na
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { MetricForGetNetworkTrafficMetricsOutput } from './metric-for-get-network-traffic-metrics-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface DataForGetNetworkTrafficMetricsOutput
18
+ */
19
+ export interface DataForGetNetworkTrafficMetricsOutput {
20
+ /**
21
+ * @type {Array<MetricForGetNetworkTrafficMetricsOutput>}
22
+ * @memberof DataForGetNetworkTrafficMetricsOutput
23
+ */
24
+ Metrics?: Array<MetricForGetNetworkTrafficMetricsOutput>;
25
+ }
26
+ //# sourceMappingURL=data-for-get-network-traffic-metrics-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-for-get-network-traffic-metrics-output.d.ts","sourceRoot":"","sources":["../../../src/types/data-for-get-network-traffic-metrics-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,uCAAuC,EAAE,MAAM,iDAAiD,CAAC;AACzG;;;;;EAKE;AACH,MAAM,WAAW,qCAAqC;IAElD;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,uCAAuC,CAAC,CAAC;CAC5D"}
@@ -0,0 +1,85 @@
1
+ /**
2
+ * na
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface DataForGetNetworkTrafficTopNOutput
17
+ */
18
+ export interface DataForGetNetworkTrafficTopNOutput {
19
+ /**
20
+ * @type {number}
21
+ * @memberof DataForGetNetworkTrafficTopNOutput
22
+ */
23
+ ByteCount?: number;
24
+ /**
25
+ * @type {string}
26
+ * @memberof DataForGetNetworkTrafficTopNOutput
27
+ */
28
+ City?: string;
29
+ /**
30
+ * @type {string}
31
+ * @memberof DataForGetNetworkTrafficTopNOutput
32
+ */
33
+ Country?: string;
34
+ /**
35
+ * @type {string}
36
+ * @memberof DataForGetNetworkTrafficTopNOutput
37
+ */
38
+ DestinationIp?: string;
39
+ /**
40
+ * @type {number}
41
+ * @memberof DataForGetNetworkTrafficTopNOutput
42
+ */
43
+ DestinationPort?: number;
44
+ /**
45
+ * @type {string}
46
+ * @memberof DataForGetNetworkTrafficTopNOutput
47
+ */
48
+ InstanceId?: string;
49
+ /**
50
+ * @type {string}
51
+ * @memberof DataForGetNetworkTrafficTopNOutput
52
+ */
53
+ Isp?: string;
54
+ /**
55
+ * @type {number}
56
+ * @memberof DataForGetNetworkTrafficTopNOutput
57
+ */
58
+ PacketCount?: number;
59
+ /**
60
+ * @type {string}
61
+ * @memberof DataForGetNetworkTrafficTopNOutput
62
+ */
63
+ PeerRegion?: string;
64
+ /**
65
+ * @type {string}
66
+ * @memberof DataForGetNetworkTrafficTopNOutput
67
+ */
68
+ Protocol?: string;
69
+ /**
70
+ * @type {string}
71
+ * @memberof DataForGetNetworkTrafficTopNOutput
72
+ */
73
+ SourceIp?: string;
74
+ /**
75
+ * @type {number}
76
+ * @memberof DataForGetNetworkTrafficTopNOutput
77
+ */
78
+ SourcePort?: number;
79
+ /**
80
+ * @type {string}
81
+ * @memberof DataForGetNetworkTrafficTopNOutput
82
+ */
83
+ TrAttachmentId?: string;
84
+ }
85
+ //# sourceMappingURL=data-for-get-network-traffic-top-noutput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-for-get-network-traffic-top-noutput.d.ts","sourceRoot":"","sources":["../../../src/types/data-for-get-network-traffic-top-noutput.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * na
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface DeleteAnalysisPathReportRequest
17
+ */
18
+ export interface DeleteAnalysisPathReportRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof DeleteAnalysisPathReportRequest
22
+ */
23
+ PathReportId: string;
24
+ }
25
+ //# sourceMappingURL=delete-analysis-path-report-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-analysis-path-report-request.d.ts","sourceRoot":"","sources":["../../../src/types/delete-analysis-path-report-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;CACxB"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * na
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface DeleteAnalysisPathReportResponse
17
+ */
18
+ export interface DeleteAnalysisPathReportResponse {
19
+ }
20
+ //# sourceMappingURL=delete-analysis-path-report-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-analysis-path-report-response.d.ts","sourceRoot":"","sources":["../../../src/types/delete-analysis-path-report-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;CAChD"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * na
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface DeleteAnalysisPathRequest
17
+ */
18
+ export interface DeleteAnalysisPathRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof DeleteAnalysisPathRequest
22
+ */
23
+ PathId: string;
24
+ }
25
+ //# sourceMappingURL=delete-analysis-path-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-analysis-path-request.d.ts","sourceRoot":"","sources":["../../../src/types/delete-analysis-path-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;IAEtC;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;CAClB"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * na
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface DeleteAnalysisPathResponse
17
+ */
18
+ export interface DeleteAnalysisPathResponse {
19
+ }
20
+ //# sourceMappingURL=delete-analysis-path-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-analysis-path-response.d.ts","sourceRoot":"","sources":["../../../src/types/delete-analysis-path-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,0BAA0B;CAC1C"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * na
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface DescribeDiagnosisInstanceDetailRequest
17
+ */
18
+ export interface DescribeDiagnosisInstanceDetailRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof DescribeDiagnosisInstanceDetailRequest
22
+ */
23
+ DiagnosisInstanceId: string;
24
+ }
25
+ //# sourceMappingURL=describe-diagnosis-instance-detail-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-diagnosis-instance-detail-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-diagnosis-instance-detail-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;IAEnD;;;OAGG;IACH,mBAAmB,EAAE,MAAM,CAAC;CAC/B"}
@@ -0,0 +1,71 @@
1
+ /**
2
+ * na
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { DiagnosisCategoryItemForDescribeDiagnosisInstanceDetailOutput } from './diagnosis-category-item-for-describe-diagnosis-instance-detail-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface DescribeDiagnosisInstanceDetailResponse
18
+ */
19
+ export interface DescribeDiagnosisInstanceDetailResponse {
20
+ /**
21
+ * @type {string}
22
+ * @memberof DescribeDiagnosisInstanceDetailResponse
23
+ */
24
+ CreationTime?: string;
25
+ /**
26
+ * @type {Array<DiagnosisCategoryItemForDescribeDiagnosisInstanceDetailOutput>}
27
+ * @memberof DescribeDiagnosisInstanceDetailResponse
28
+ */
29
+ DiagnosisCategoryItems?: Array<DiagnosisCategoryItemForDescribeDiagnosisInstanceDetailOutput>;
30
+ /**
31
+ * @type {string}
32
+ * @memberof DescribeDiagnosisInstanceDetailResponse
33
+ */
34
+ DiagnosisInstanceId?: string;
35
+ /**
36
+ * @type {string}
37
+ * @memberof DescribeDiagnosisInstanceDetailResponse
38
+ */
39
+ DiagnosisInstanceStatus?: string;
40
+ /**
41
+ * @type {string}
42
+ * @memberof DescribeDiagnosisInstanceDetailResponse
43
+ */
44
+ RequestId?: string;
45
+ /**
46
+ * @type {boolean}
47
+ * @memberof DescribeDiagnosisInstanceDetailResponse
48
+ */
49
+ ResourceDeleted?: boolean;
50
+ /**
51
+ * @type {string}
52
+ * @memberof DescribeDiagnosisInstanceDetailResponse
53
+ */
54
+ ResourceInstanceId?: string;
55
+ /**
56
+ * @type {string}
57
+ * @memberof DescribeDiagnosisInstanceDetailResponse
58
+ */
59
+ ResourceInstanceName?: string;
60
+ /**
61
+ * @type {string}
62
+ * @memberof DescribeDiagnosisInstanceDetailResponse
63
+ */
64
+ ResourceRegion?: string;
65
+ /**
66
+ * @type {string}
67
+ * @memberof DescribeDiagnosisInstanceDetailResponse
68
+ */
69
+ ResourceType?: string;
70
+ }
71
+ //# sourceMappingURL=describe-diagnosis-instance-detail-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-diagnosis-instance-detail-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-diagnosis-instance-detail-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,6DAA6D,EAAE,MAAM,yEAAyE,CAAC;AACvJ;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,sBAAsB,CAAC,EAAE,KAAK,CAAC,6DAA6D,CAAC,CAAC;IAE9F;;;OAGG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAEjC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAE9B;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ * na
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface DescribeDiagnosisInstancesRequest
17
+ */
18
+ export interface DescribeDiagnosisInstancesRequest {
19
+ /**
20
+ * @type {number}
21
+ * @memberof DescribeDiagnosisInstancesRequest
22
+ */
23
+ PageNumber?: number;
24
+ /**
25
+ * @type {number}
26
+ * @memberof DescribeDiagnosisInstancesRequest
27
+ */
28
+ PageSize?: number;
29
+ /**
30
+ * @type {string}
31
+ * @memberof DescribeDiagnosisInstancesRequest
32
+ */
33
+ ResourceInstanceId?: string;
34
+ /**
35
+ * @type {string}
36
+ * @memberof DescribeDiagnosisInstancesRequest
37
+ */
38
+ ResourceType?: string;
39
+ }
40
+ //# sourceMappingURL=describe-diagnosis-instances-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-diagnosis-instances-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-diagnosis-instances-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iCAAiC;IAE9C;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB"}
@@ -0,0 +1,46 @@
1
+ /**
2
+ * na
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { DiagnosisInstanceForDescribeDiagnosisInstancesOutput } from './diagnosis-instance-for-describe-diagnosis-instances-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface DescribeDiagnosisInstancesResponse
18
+ */
19
+ export interface DescribeDiagnosisInstancesResponse {
20
+ /**
21
+ * @type {Array<DiagnosisInstanceForDescribeDiagnosisInstancesOutput>}
22
+ * @memberof DescribeDiagnosisInstancesResponse
23
+ */
24
+ DiagnosisInstances?: Array<DiagnosisInstanceForDescribeDiagnosisInstancesOutput>;
25
+ /**
26
+ * @type {number}
27
+ * @memberof DescribeDiagnosisInstancesResponse
28
+ */
29
+ PageNumber?: number;
30
+ /**
31
+ * @type {number}
32
+ * @memberof DescribeDiagnosisInstancesResponse
33
+ */
34
+ PageSize?: number;
35
+ /**
36
+ * @type {string}
37
+ * @memberof DescribeDiagnosisInstancesResponse
38
+ */
39
+ RequestId?: string;
40
+ /**
41
+ * @type {number}
42
+ * @memberof DescribeDiagnosisInstancesResponse
43
+ */
44
+ TotalCount?: number;
45
+ }
46
+ //# sourceMappingURL=describe-diagnosis-instances-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-diagnosis-instances-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-diagnosis-instances-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,oDAAoD,EAAE,MAAM,8DAA8D,CAAC;AACnI;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,oDAAoD,CAAC,CAAC;IAEjF;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * na
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface DescribeHistoryDiagnosisRequest
17
+ */
18
+ export interface DescribeHistoryDiagnosisRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof DescribeHistoryDiagnosisRequest
22
+ */
23
+ ResourceInstanceId: string;
24
+ }
25
+ //# sourceMappingURL=describe-history-diagnosis-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-history-diagnosis-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-history-diagnosis-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,kBAAkB,EAAE,MAAM,CAAC;CAC9B"}