@alicloud/cms20240330 3.6.0 → 3.6.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.
@@ -43,6 +43,11 @@ export class ListServicesResponseBodyServices extends $dara.Model {
43
43
  * kgcsf@192197e828d51aa
44
44
  */
45
45
  pid?: string;
46
+ /**
47
+ * @example
48
+ * rg-aekxxzuad5zzzz
49
+ */
50
+ resourceGroupId?: string;
46
51
  /**
47
52
  * @remarks
48
53
  * Service ID
@@ -90,6 +95,7 @@ export class ListServicesResponseBodyServices extends $dara.Model {
90
95
  description: 'description',
91
96
  displayName: 'displayName',
92
97
  pid: 'pid',
98
+ resourceGroupId: 'resourceGroupId',
93
99
  serviceId: 'serviceId',
94
100
  serviceName: 'serviceName',
95
101
  serviceStatus: 'serviceStatus',
@@ -105,6 +111,7 @@ export class ListServicesResponseBodyServices extends $dara.Model {
105
111
  description: 'string',
106
112
  displayName: 'string',
107
113
  pid: 'string',
114
+ resourceGroupId: 'string',
108
115
  serviceId: 'string',
109
116
  serviceName: 'string',
110
117
  serviceStatus: 'string',
@@ -0,0 +1,75 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class ListServicesShrinkRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The maximum number of records to return in this request.
9
+ *
10
+ * @example
11
+ * 10
12
+ */
13
+ maxResults?: number;
14
+ /**
15
+ * @remarks
16
+ * Token for the next query, an empty value indicates the last page.
17
+ *
18
+ * @example
19
+ * 7-b81a-4bc9-bbfa-a50cc6988667
20
+ */
21
+ nextToken?: string;
22
+ /**
23
+ * @example
24
+ * rg-aekxxzuad5zzzz
25
+ */
26
+ resourceGroupId?: string;
27
+ /**
28
+ * @example
29
+ * app-demo
30
+ */
31
+ serviceName?: string;
32
+ /**
33
+ * @remarks
34
+ * Service type
35
+ *
36
+ * @example
37
+ * apm
38
+ */
39
+ serviceType?: string;
40
+ /**
41
+ * **if can be null:**
42
+ * true
43
+ */
44
+ tagsShrink?: string;
45
+ static names(): { [key: string]: string } {
46
+ return {
47
+ maxResults: 'maxResults',
48
+ nextToken: 'nextToken',
49
+ resourceGroupId: 'resourceGroupId',
50
+ serviceName: 'serviceName',
51
+ serviceType: 'serviceType',
52
+ tagsShrink: 'tags',
53
+ };
54
+ }
55
+
56
+ static types(): { [key: string]: any } {
57
+ return {
58
+ maxResults: 'number',
59
+ nextToken: 'string',
60
+ resourceGroupId: 'string',
61
+ serviceName: 'string',
62
+ serviceType: 'string',
63
+ tagsShrink: 'string',
64
+ };
65
+ }
66
+
67
+ validate() {
68
+ super.validate();
69
+ }
70
+
71
+ constructor(map?: { [key: string]: any }) {
72
+ super(map);
73
+ }
74
+ }
75
+
@@ -71,6 +71,7 @@ export { CreatePrometheusInstanceRequestTags } from './CreatePrometheusInstanceR
71
71
  export { CreatePrometheusViewRequestPrometheusInstances } from './CreatePrometheusViewRequest';
72
72
  export { CreatePrometheusViewRequestTags } from './CreatePrometheusViewRequest';
73
73
  export { CreatePrometheusVirtualInstanceResponseBodyInstance } from './CreatePrometheusVirtualInstanceResponseBody';
74
+ export { CreateServiceRequestTags } from './CreateServiceRequest';
74
75
  export { CreateThreadRequestVariables } from './CreateThreadRequest';
75
76
  export { DescribeRegionsResponseBodyRegions } from './DescribeRegionsResponseBody';
76
77
  export { GetAddonResponseBodyDataDashboards } from './GetAddonResponseBody';
@@ -111,6 +112,7 @@ export { GetPrometheusInstanceResponseBodyPrometheusInstance } from './GetPromet
111
112
  export { GetPrometheusViewResponseBodyPrometheusViewPrometheusInstances } from './GetPrometheusViewResponseBody';
112
113
  export { GetPrometheusViewResponseBodyPrometheusViewTags } from './GetPrometheusViewResponseBody';
113
114
  export { GetPrometheusViewResponseBodyPrometheusView } from './GetPrometheusViewResponseBody';
115
+ export { GetServiceResponseBodyServiceTags } from './GetServiceResponseBody';
114
116
  export { GetServiceResponseBodyService } from './GetServiceResponseBody';
115
117
  export { GetServiceObservabilityResponseBodyEntryPointInfo } from './GetServiceObservabilityResponseBody';
116
118
  export { GetThreadResponseBodyVariables } from './GetThreadResponseBody';
@@ -187,6 +189,7 @@ export { ListPrometheusViewsRequestTag } from './ListPrometheusViewsRequest';
187
189
  export { ListPrometheusViewsResponseBodyPrometheusViewsTags } from './ListPrometheusViewsResponseBody';
188
190
  export { ListPrometheusViewsResponseBodyPrometheusViews } from './ListPrometheusViewsResponseBody';
189
191
  export { ListPrometheusVirtualInstancesResponseBodyInstances } from './ListPrometheusVirtualInstancesResponseBody';
192
+ export { ListServicesRequestTags } from './ListServicesRequest';
190
193
  export { ListServicesResponseBodyServices } from './ListServicesResponseBody';
191
194
  export { ListThreadsRequestFilter } from './ListThreadsRequest';
192
195
  export { ListThreadsResponseBodyThreadsVariables } from './ListThreadsResponseBody';
@@ -467,6 +470,7 @@ export { ListPrometheusVirtualInstancesRequest } from './ListPrometheusVirtualIn
467
470
  export { ListPrometheusVirtualInstancesResponseBody } from './ListPrometheusVirtualInstancesResponseBody';
468
471
  export { ListPrometheusVirtualInstancesResponse } from './ListPrometheusVirtualInstancesResponse';
469
472
  export { ListServicesRequest } from './ListServicesRequest';
473
+ export { ListServicesShrinkRequest } from './ListServicesShrinkRequest';
470
474
  export { ListServicesResponseBody } from './ListServicesResponseBody';
471
475
  export { ListServicesResponse } from './ListServicesResponse';
472
476
  export { ListThreadsRequest } from './ListThreadsRequest';