@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,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 { HistoryDiagnosisForDescribeHistoryDiagnosisOutput } from './history-diagnosis-for-describe-history-diagnosis-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface DescribeHistoryDiagnosisResponse
18
+ */
19
+ export interface DescribeHistoryDiagnosisResponse {
20
+ /**
21
+ * @type {Array<HistoryDiagnosisForDescribeHistoryDiagnosisOutput>}
22
+ * @memberof DescribeHistoryDiagnosisResponse
23
+ */
24
+ HistoryDiagnosis?: Array<HistoryDiagnosisForDescribeHistoryDiagnosisOutput>;
25
+ }
26
+ //# sourceMappingURL=describe-history-diagnosis-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-history-diagnosis-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-history-diagnosis-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,iDAAiD,EAAE,MAAM,2DAA2D,CAAC;AAC7H;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,iDAAiD,CAAC,CAAC;CAC/E"}
@@ -0,0 +1,31 @@
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 { DiagnosisItemForDescribeDiagnosisInstanceDetailOutput } from './diagnosis-item-for-describe-diagnosis-instance-detail-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface DiagnosisCategoryItemForDescribeDiagnosisInstanceDetailOutput
18
+ */
19
+ export interface DiagnosisCategoryItemForDescribeDiagnosisInstanceDetailOutput {
20
+ /**
21
+ * @type {Array<DiagnosisItemForDescribeDiagnosisInstanceDetailOutput>}
22
+ * @memberof DiagnosisCategoryItemForDescribeDiagnosisInstanceDetailOutput
23
+ */
24
+ DiagnosisItems?: Array<DiagnosisItemForDescribeDiagnosisInstanceDetailOutput>;
25
+ /**
26
+ * @type {string}
27
+ * @memberof DiagnosisCategoryItemForDescribeDiagnosisInstanceDetailOutput
28
+ */
29
+ ItemCategoryName?: string;
30
+ }
31
+ //# sourceMappingURL=diagnosis-category-item-for-describe-diagnosis-instance-detail-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"diagnosis-category-item-for-describe-diagnosis-instance-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/diagnosis-category-item-for-describe-diagnosis-instance-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,qDAAqD,EAAE,MAAM,gEAAgE,CAAC;AACtI;;;;;EAKE;AACH,MAAM,WAAW,6DAA6D;IAE1E;;;OAGG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,qDAAqD,CAAC,CAAC;IAE9E;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B"}
@@ -0,0 +1,65 @@
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 DiagnosisInstanceForDescribeDiagnosisInstancesOutput
17
+ */
18
+ export interface DiagnosisInstanceForDescribeDiagnosisInstancesOutput {
19
+ /**
20
+ * @type {number}
21
+ * @memberof DiagnosisInstanceForDescribeDiagnosisInstancesOutput
22
+ */
23
+ Count?: number;
24
+ /**
25
+ * @type {string}
26
+ * @memberof DiagnosisInstanceForDescribeDiagnosisInstancesOutput
27
+ */
28
+ CreationTime?: string;
29
+ /**
30
+ * @type {string}
31
+ * @memberof DiagnosisInstanceForDescribeDiagnosisInstancesOutput
32
+ */
33
+ DiagnosisInstanceId?: string;
34
+ /**
35
+ * @type {string}
36
+ * @memberof DiagnosisInstanceForDescribeDiagnosisInstancesOutput
37
+ */
38
+ DiagnosisInstanceStatus?: string;
39
+ /**
40
+ * @type {boolean}
41
+ * @memberof DiagnosisInstanceForDescribeDiagnosisInstancesOutput
42
+ */
43
+ ResourceDeleted?: boolean;
44
+ /**
45
+ * @type {string}
46
+ * @memberof DiagnosisInstanceForDescribeDiagnosisInstancesOutput
47
+ */
48
+ ResourceInstanceId?: string;
49
+ /**
50
+ * @type {string}
51
+ * @memberof DiagnosisInstanceForDescribeDiagnosisInstancesOutput
52
+ */
53
+ ResourceInstanceName?: string;
54
+ /**
55
+ * @type {string}
56
+ * @memberof DiagnosisInstanceForDescribeDiagnosisInstancesOutput
57
+ */
58
+ ResourceRegion?: string;
59
+ /**
60
+ * @type {string}
61
+ * @memberof DiagnosisInstanceForDescribeDiagnosisInstancesOutput
62
+ */
63
+ ResourceType?: string;
64
+ }
65
+ //# sourceMappingURL=diagnosis-instance-for-describe-diagnosis-instances-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"diagnosis-instance-for-describe-diagnosis-instances-output.d.ts","sourceRoot":"","sources":["../../../src/types/diagnosis-instance-for-describe-diagnosis-instances-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oDAAoD;IAEjE;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAEjC;;;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 DiagnosisItemForDescribeDiagnosisInstanceDetailOutput
17
+ */
18
+ export interface DiagnosisItemForDescribeDiagnosisInstanceDetailOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof DiagnosisItemForDescribeDiagnosisInstanceDetailOutput
22
+ */
23
+ AbnormalResult?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof DiagnosisItemForDescribeDiagnosisInstanceDetailOutput
27
+ */
28
+ ItemName?: string;
29
+ /**
30
+ * @type {string}
31
+ * @memberof DiagnosisItemForDescribeDiagnosisInstanceDetailOutput
32
+ */
33
+ ItemStatus?: string;
34
+ /**
35
+ * @type {string}
36
+ * @memberof DiagnosisItemForDescribeDiagnosisInstanceDetailOutput
37
+ */
38
+ Recommendation?: string;
39
+ }
40
+ //# sourceMappingURL=diagnosis-item-for-describe-diagnosis-instance-detail-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"diagnosis-item-for-describe-diagnosis-instance-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/diagnosis-item-for-describe-diagnosis-instance-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qDAAqD;IAElE;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;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,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 FilterForGetNetworkTrafficMetricsInput
17
+ */
18
+ export interface FilterForGetNetworkTrafficMetricsInput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof FilterForGetNetworkTrafficMetricsInput
22
+ */
23
+ Name?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof FilterForGetNetworkTrafficMetricsInput
27
+ */
28
+ Value?: string;
29
+ }
30
+ //# sourceMappingURL=filter-for-get-network-traffic-metrics-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filter-for-get-network-traffic-metrics-input.d.ts","sourceRoot":"","sources":["../../../src/types/filter-for-get-network-traffic-metrics-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;IAEnD;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
@@ -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 FilterForGetNetworkTrafficTopNInput
17
+ */
18
+ export interface FilterForGetNetworkTrafficTopNInput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof FilterForGetNetworkTrafficTopNInput
22
+ */
23
+ Name?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof FilterForGetNetworkTrafficTopNInput
27
+ */
28
+ Value?: string;
29
+ }
30
+ //# sourceMappingURL=filter-for-get-network-traffic-top-ninput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filter-for-get-network-traffic-top-ninput.d.ts","sourceRoot":"","sources":["../../../src/types/filter-for-get-network-traffic-top-ninput.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,mCAAmC;IAEhD;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
@@ -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 GetAnalysisPathReportRequest
17
+ */
18
+ export interface GetAnalysisPathReportRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof GetAnalysisPathReportRequest
22
+ */
23
+ PathReportId: string;
24
+ }
25
+ //# sourceMappingURL=get-analysis-path-report-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-analysis-path-report-request.d.ts","sourceRoot":"","sources":["../../../src/types/get-analysis-path-report-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,4BAA4B;IAEzC;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;CACxB"}
@@ -0,0 +1,55 @@
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 GetAnalysisPathReportResponse
17
+ */
18
+ export interface GetAnalysisPathReportResponse {
19
+ /**
20
+ * @type {string}
21
+ * @memberof GetAnalysisPathReportResponse
22
+ */
23
+ CreateTime?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof GetAnalysisPathReportResponse
27
+ */
28
+ PathDetails?: string;
29
+ /**
30
+ * @type {string}
31
+ * @memberof GetAnalysisPathReportResponse
32
+ */
33
+ PathId?: string;
34
+ /**
35
+ * @type {string}
36
+ * @memberof GetAnalysisPathReportResponse
37
+ */
38
+ PathReportId?: string;
39
+ /**
40
+ * @type {string}
41
+ * @memberof GetAnalysisPathReportResponse
42
+ */
43
+ Reachability?: string;
44
+ /**
45
+ * @type {string}
46
+ * @memberof GetAnalysisPathReportResponse
47
+ */
48
+ ReportDetails?: string;
49
+ /**
50
+ * @type {string}
51
+ * @memberof GetAnalysisPathReportResponse
52
+ */
53
+ Status?: string;
54
+ }
55
+ //# sourceMappingURL=get-analysis-path-report-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-analysis-path-report-response.d.ts","sourceRoot":"","sources":["../../../src/types/get-analysis-path-report-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,6BAA6B;IAE1C;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,56 @@
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 { FilterForGetNetworkTrafficMetricsInput } from './filter-for-get-network-traffic-metrics-input';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface GetNetworkTrafficMetricsRequest
18
+ */
19
+ export interface GetNetworkTrafficMetricsRequest {
20
+ /**
21
+ * @type {number}
22
+ * @memberof GetNetworkTrafficMetricsRequest
23
+ */
24
+ BeginTime?: number;
25
+ /**
26
+ * @type {string}
27
+ * @memberof GetNetworkTrafficMetricsRequest
28
+ */
29
+ Direction: string;
30
+ /**
31
+ * @type {number}
32
+ * @memberof GetNetworkTrafficMetricsRequest
33
+ */
34
+ EndTime?: number;
35
+ /**
36
+ * @type {Array<FilterForGetNetworkTrafficMetricsInput>}
37
+ * @memberof GetNetworkTrafficMetricsRequest
38
+ */
39
+ Filters?: Array<FilterForGetNetworkTrafficMetricsInput>;
40
+ /**
41
+ * @type {string}
42
+ * @memberof GetNetworkTrafficMetricsRequest
43
+ */
44
+ MetricName: string;
45
+ /**
46
+ * @type {string}
47
+ * @memberof GetNetworkTrafficMetricsRequest
48
+ */
49
+ Region: string;
50
+ /**
51
+ * @type {string}
52
+ * @memberof GetNetworkTrafficMetricsRequest
53
+ */
54
+ ResourceType: string;
55
+ }
56
+ //# sourceMappingURL=get-network-traffic-metrics-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-network-traffic-metrics-request.d.ts","sourceRoot":"","sources":["../../../src/types/get-network-traffic-metrics-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,sCAAsC,EAAE,MAAM,gDAAgD,CAAC;AACvG;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,sCAAsC,CAAC,CAAC;IAExD;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;CACxB"}
@@ -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 { DataForGetNetworkTrafficMetricsOutput } from './data-for-get-network-traffic-metrics-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface GetNetworkTrafficMetricsResponse
18
+ */
19
+ export interface GetNetworkTrafficMetricsResponse {
20
+ /**
21
+ * @type {DataForGetNetworkTrafficMetricsOutput}
22
+ * @memberof GetNetworkTrafficMetricsResponse
23
+ */
24
+ Data?: DataForGetNetworkTrafficMetricsOutput;
25
+ }
26
+ //# sourceMappingURL=get-network-traffic-metrics-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-network-traffic-metrics-response.d.ts","sourceRoot":"","sources":["../../../src/types/get-network-traffic-metrics-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,qCAAqC,EAAE,MAAM,+CAA+C,CAAC;AACrG;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,IAAI,CAAC,EAAE,qCAAqC,CAAC;CAChD"}
@@ -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 { FilterForGetNetworkTrafficTopNInput } from './filter-for-get-network-traffic-top-ninput';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface GetNetworkTrafficTopNRequest
18
+ */
19
+ export interface GetNetworkTrafficTopNRequest {
20
+ /**
21
+ * @type {number}
22
+ * @memberof GetNetworkTrafficTopNRequest
23
+ */
24
+ BeginTime?: number;
25
+ /**
26
+ * @type {string}
27
+ * @memberof GetNetworkTrafficTopNRequest
28
+ */
29
+ Direction: string;
30
+ /**
31
+ * @type {number}
32
+ * @memberof GetNetworkTrafficTopNRequest
33
+ */
34
+ EndTime?: number;
35
+ /**
36
+ * @type {Array<FilterForGetNetworkTrafficTopNInput>}
37
+ * @memberof GetNetworkTrafficTopNRequest
38
+ */
39
+ Filters?: Array<FilterForGetNetworkTrafficTopNInput>;
40
+ /**
41
+ * @type {string}
42
+ * @memberof GetNetworkTrafficTopNRequest
43
+ */
44
+ GroupBy: string;
45
+ /**
46
+ * @type {string}
47
+ * @memberof GetNetworkTrafficTopNRequest
48
+ */
49
+ Region: string;
50
+ /**
51
+ * @type {string}
52
+ * @memberof GetNetworkTrafficTopNRequest
53
+ */
54
+ ResourceType: string;
55
+ /**
56
+ * @type {string}
57
+ * @memberof GetNetworkTrafficTopNRequest
58
+ */
59
+ SortBy: string;
60
+ /**
61
+ * @type {string}
62
+ * @memberof GetNetworkTrafficTopNRequest
63
+ */
64
+ SortOrder?: string;
65
+ /**
66
+ * @type {number}
67
+ * @memberof GetNetworkTrafficTopNRequest
68
+ */
69
+ TopCount?: number;
70
+ }
71
+ //# sourceMappingURL=get-network-traffic-top-nrequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-network-traffic-top-nrequest.d.ts","sourceRoot":"","sources":["../../../src/types/get-network-traffic-top-nrequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,mCAAmC,EAAE,MAAM,6CAA6C,CAAC;AACjG;;;;;EAKE;AACH,MAAM,WAAW,4BAA4B;IAEzC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,mCAAmC,CAAC,CAAC;IAErD;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -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 { DataForGetNetworkTrafficTopNOutput } from './data-for-get-network-traffic-top-noutput';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface GetNetworkTrafficTopNResponse
18
+ */
19
+ export interface GetNetworkTrafficTopNResponse {
20
+ /**
21
+ * @type {Array<DataForGetNetworkTrafficTopNOutput>}
22
+ * @memberof GetNetworkTrafficTopNResponse
23
+ */
24
+ Data?: Array<DataForGetNetworkTrafficTopNOutput>;
25
+ }
26
+ //# sourceMappingURL=get-network-traffic-top-nresponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-network-traffic-top-nresponse.d.ts","sourceRoot":"","sources":["../../../src/types/get-network-traffic-top-nresponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,4CAA4C,CAAC;AAC/F;;;;;EAKE;AACH,MAAM,WAAW,6BAA6B;IAE1C;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;CACpD"}
@@ -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 HistoryDiagnosisForDescribeHistoryDiagnosisOutput
17
+ */
18
+ export interface HistoryDiagnosisForDescribeHistoryDiagnosisOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof HistoryDiagnosisForDescribeHistoryDiagnosisOutput
22
+ */
23
+ CreationTime?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof HistoryDiagnosisForDescribeHistoryDiagnosisOutput
27
+ */
28
+ DiagnosisInstanceId?: string;
29
+ /**
30
+ * @type {string}
31
+ * @memberof HistoryDiagnosisForDescribeHistoryDiagnosisOutput
32
+ */
33
+ DiagnosisInstanceStatus?: string;
34
+ }
35
+ //# sourceMappingURL=history-diagnosis-for-describe-history-diagnosis-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"history-diagnosis-for-describe-history-diagnosis-output.d.ts","sourceRoot":"","sources":["../../../src/types/history-diagnosis-for-describe-history-diagnosis-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iDAAiD;IAE9D;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;CACpC"}
@@ -0,0 +1,32 @@
1
+ export * from './create-diagnosis-instance-request';
2
+ export * from './create-diagnosis-instance-response';
3
+ export * from './create-path-analysis-request';
4
+ export * from './create-path-analysis-response';
5
+ export * from './data-for-get-network-traffic-metrics-output';
6
+ export * from './data-for-get-network-traffic-top-noutput';
7
+ export * from './delete-analysis-path-report-request';
8
+ export * from './delete-analysis-path-report-response';
9
+ export * from './delete-analysis-path-request';
10
+ export * from './delete-analysis-path-response';
11
+ export * from './describe-diagnosis-instance-detail-request';
12
+ export * from './describe-diagnosis-instance-detail-response';
13
+ export * from './describe-diagnosis-instances-request';
14
+ export * from './describe-diagnosis-instances-response';
15
+ export * from './describe-history-diagnosis-request';
16
+ export * from './describe-history-diagnosis-response';
17
+ export * from './diagnosis-category-item-for-describe-diagnosis-instance-detail-output';
18
+ export * from './diagnosis-instance-for-describe-diagnosis-instances-output';
19
+ export * from './diagnosis-item-for-describe-diagnosis-instance-detail-output';
20
+ export * from './filter-for-get-network-traffic-metrics-input';
21
+ export * from './filter-for-get-network-traffic-top-ninput';
22
+ export * from './get-analysis-path-report-request';
23
+ export * from './get-analysis-path-report-response';
24
+ export * from './get-network-traffic-metrics-request';
25
+ export * from './get-network-traffic-metrics-response';
26
+ export * from './get-network-traffic-top-nrequest';
27
+ export * from './get-network-traffic-top-nresponse';
28
+ export * from './history-diagnosis-for-describe-history-diagnosis-output';
29
+ export * from './metric-for-get-network-traffic-metrics-output';
30
+ export * from './reanalysis-path-request';
31
+ export * from './reanalysis-path-response';
32
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAC;AACpD,cAAc,sCAAsC,CAAC;AACrD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,uCAAuC,CAAC;AACtD,cAAc,wCAAwC,CAAC;AACvD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,yEAAyE,CAAC;AACxF,cAAc,8DAA8D,CAAC;AAC7E,cAAc,gEAAgE,CAAC;AAC/E,cAAc,gDAAgD,CAAC;AAC/D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,wCAAwC,CAAC;AACvD,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,2DAA2D,CAAC;AAC1E,cAAc,iDAAiD,CAAC;AAChE,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC"}
@@ -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 MetricForGetNetworkTrafficMetricsOutput
17
+ */
18
+ export interface MetricForGetNetworkTrafficMetricsOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof MetricForGetNetworkTrafficMetricsOutput
22
+ */
23
+ Time?: string;
24
+ /**
25
+ * @type {number}
26
+ * @memberof MetricForGetNetworkTrafficMetricsOutput
27
+ */
28
+ Value?: number;
29
+ }
30
+ //# sourceMappingURL=metric-for-get-network-traffic-metrics-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metric-for-get-network-traffic-metrics-output.d.ts","sourceRoot":"","sources":["../../../src/types/metric-for-get-network-traffic-metrics-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}