@huaweicloud/huaweicloud-sdk-smn 3.1.45 → 3.1.46

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 (382) hide show
  1. package/huaweicloud-sdk-smn.ts +4 -0
  2. package/package.json +4 -4
  3. package/v2/{SmnClient.js → SmnClient.ts} +1260 -788
  4. package/v2/SmnRegion.ts +62 -0
  5. package/v2/model/AccessPolicy.ts +43 -0
  6. package/v2/model/AddSubscriptionRequest.ts +24 -0
  7. package/v2/model/AddSubscriptionRequestBody.ts +29 -0
  8. package/v2/model/AddSubscriptionResponse.ts +30 -0
  9. package/v2/model/ApplicationEndpoint.ts +54 -0
  10. package/v2/model/ApplicationItem.ts +71 -0
  11. package/v2/model/BatchCreateOrDeleteResourceTagsRequest.ts +36 -0
  12. package/v2/model/BatchCreateOrDeleteResourceTagsRequestBody.ts +19 -0
  13. package/v2/model/BatchCreateOrDeleteResourceTagsResponse.ts +8 -0
  14. package/v2/model/CancelSubscriptionRequest.ts +18 -0
  15. package/v2/model/CancelSubscriptionResponse.ts +19 -0
  16. package/v2/model/CreateApplicationEndpointRequest.ts +24 -0
  17. package/v2/model/CreateApplicationEndpointRequestBody.ts +24 -0
  18. package/v2/model/CreateApplicationEndpointResponse.ts +30 -0
  19. package/v2/model/CreateApplicationRequest.ts +12 -0
  20. package/v2/model/CreateApplicationRequestBody.ts +42 -0
  21. package/v2/model/CreateApplicationResponse.ts +41 -0
  22. package/v2/model/CreateLogtankRequest.ts +24 -0
  23. package/v2/model/CreateLogtankRequestBody.ts +30 -0
  24. package/v2/model/CreateLogtankResponse.ts +24 -0
  25. package/v2/model/CreateMessageTemplateRequest.ts +12 -0
  26. package/v2/model/CreateMessageTemplateRequestBody.ts +30 -0
  27. package/v2/model/CreateMessageTemplateResponse.ts +30 -0
  28. package/v2/model/CreateResourceTagRequest.ts +36 -0
  29. package/v2/model/CreateResourceTagRequestBody.ts +13 -0
  30. package/v2/model/CreateResourceTagResponse.ts +8 -0
  31. package/v2/model/CreateTopicRequest.ts +12 -0
  32. package/v2/model/CreateTopicRequestBody.ts +35 -0
  33. package/v2/model/CreateTopicResponse.ts +30 -0
  34. package/v2/model/DeleteApplicationEndpointRequest.ts +18 -0
  35. package/v2/model/DeleteApplicationEndpointResponse.ts +19 -0
  36. package/v2/model/DeleteApplicationRequest.ts +18 -0
  37. package/v2/model/DeleteApplicationResponse.ts +19 -0
  38. package/v2/model/DeleteLogtankRequest.ts +30 -0
  39. package/v2/model/DeleteLogtankResponse.ts +19 -0
  40. package/v2/model/DeleteMessageTemplateRequest.ts +18 -0
  41. package/v2/model/DeleteMessageTemplateResponse.ts +19 -0
  42. package/v2/model/DeleteResourceTagRequest.ts +36 -0
  43. package/v2/model/DeleteResourceTagResponse.ts +8 -0
  44. package/v2/model/DeleteTopicAttributeByNameRequest.ts +24 -0
  45. package/v2/model/DeleteTopicAttributeByNameResponse.ts +19 -0
  46. package/v2/model/DeleteTopicAttributesRequest.ts +18 -0
  47. package/v2/model/DeleteTopicAttributesResponse.ts +19 -0
  48. package/v2/model/DeleteTopicRequest.ts +18 -0
  49. package/v2/model/DeleteTopicResponse.ts +19 -0
  50. package/v2/model/LinksItem.ts +18 -0
  51. package/v2/model/ListApplicationAttributesRequest.ts +18 -0
  52. package/v2/model/ListApplicationAttributesResponse.ts +36 -0
  53. package/v2/model/ListApplicationAttributesResponseBodyAttributes.ts +23 -0
  54. package/v2/model/ListApplicationEndpointAttributesRequest.ts +18 -0
  55. package/v2/model/ListApplicationEndpointAttributesResponse.ts +25 -0
  56. package/v2/model/ListApplicationEndpointAttributesResponseBodyAttributes.ts +30 -0
  57. package/v2/model/ListApplicationEndpointsRequest.ts +49 -0
  58. package/v2/model/ListApplicationEndpointsResponse.ts +36 -0
  59. package/v2/model/ListApplicationsRequest.ts +26 -0
  60. package/v2/model/ListApplicationsResponse.ts +36 -0
  61. package/v2/model/ListInstanceRequestBody.ts +67 -0
  62. package/v2/model/ListLogtankRequest.ts +18 -0
  63. package/v2/model/ListLogtankResponse.ts +30 -0
  64. package/v2/model/ListMessageTemplateDetailsRequest.ts +18 -0
  65. package/v2/model/ListMessageTemplateDetailsResponse.ts +84 -0
  66. package/v2/model/ListMessageTemplatesRequest.ts +32 -0
  67. package/v2/model/ListMessageTemplatesResponse.ts +42 -0
  68. package/v2/model/ListProjectTagsRequest.ts +18 -0
  69. package/v2/model/ListProjectTagsResponse.ts +14 -0
  70. package/v2/model/ListResourceInstancesRequest.ts +24 -0
  71. package/v2/model/ListResourceInstancesResponse.ts +25 -0
  72. package/v2/model/ListResourceTagsRequest.ts +30 -0
  73. package/v2/model/ListResourceTagsResponse.ts +14 -0
  74. package/v2/model/ListSubscriptionsByTopicRequest.ts +28 -0
  75. package/v2/model/ListSubscriptionsByTopicResponse.ts +36 -0
  76. package/v2/model/ListSubscriptionsItem.ts +60 -0
  77. package/v2/model/ListSubscriptionsRequest.ts +31 -0
  78. package/v2/model/ListSubscriptionsResponse.ts +36 -0
  79. package/v2/model/ListTopicAttributesRequest.ts +24 -0
  80. package/v2/model/ListTopicAttributesResponse.ts +25 -0
  81. package/v2/model/ListTopicDetailsRequest.ts +18 -0
  82. package/v2/model/ListTopicDetailsResponse.ts +101 -0
  83. package/v2/model/ListTopicsItem.ts +72 -0
  84. package/v2/model/ListTopicsRequest.ts +54 -0
  85. package/v2/model/ListTopicsResponse.ts +36 -0
  86. package/v2/model/ListVersionRequest.ts +6 -0
  87. package/v2/model/ListVersionResponse.ts +14 -0
  88. package/v2/model/ListVersionsRequest.ts +6 -0
  89. package/v2/model/ListVersionsResponse.ts +14 -0
  90. package/v2/model/LogtankItem.ts +60 -0
  91. package/v2/model/MessageTemplate.ts +72 -0
  92. package/v2/model/PublishAppMessageRequest.ts +24 -0
  93. package/v2/model/PublishAppMessageRequestBody.ts +33 -0
  94. package/v2/model/PublishAppMessageResponse.ts +30 -0
  95. package/v2/model/PublishMessageRequest.ts +24 -0
  96. package/v2/model/PublishMessageRequestBody.ts +54 -0
  97. package/v2/model/PublishMessageResponse.ts +30 -0
  98. package/v2/model/ResourceDetail.ts +48 -0
  99. package/v2/model/ResourceTag.ts +18 -0
  100. package/v2/model/ResourceTags.ts +18 -0
  101. package/v2/model/Statement.ts +96 -0
  102. package/v2/model/SubscriptionExtension.ts +44 -0
  103. package/v2/model/TagMatch.ts +18 -0
  104. package/v2/model/TagResource.ts +50 -0
  105. package/v2/model/TopicAttribute.ts +23 -0
  106. package/v2/model/UpdateApplicationEndpointRequest.ts +24 -0
  107. package/v2/model/UpdateApplicationEndpointRequestBody.ts +22 -0
  108. package/v2/model/UpdateApplicationEndpointResponse.ts +19 -0
  109. package/v2/model/UpdateApplicationRequest.ts +24 -0
  110. package/v2/model/UpdateApplicationRequestBody.ts +30 -0
  111. package/v2/model/UpdateApplicationResponse.ts +19 -0
  112. package/v2/model/UpdateLogtankRequest.ts +36 -0
  113. package/v2/model/UpdateLogtankRequestBody.ts +30 -0
  114. package/v2/model/UpdateLogtankResponse.ts +25 -0
  115. package/v2/model/UpdateMessageTemplateRequest.ts +24 -0
  116. package/v2/model/UpdateMessageTemplateRequestBody.ts +12 -0
  117. package/v2/model/UpdateMessageTemplateResponse.ts +19 -0
  118. package/v2/model/UpdateSubscriptionRequest.ts +36 -0
  119. package/v2/model/UpdateSubscriptionRequestBody.ts +12 -0
  120. package/v2/model/UpdateSubscriptionResponse.ts +30 -0
  121. package/v2/model/UpdateTopicAttributeRequest.ts +30 -0
  122. package/v2/model/UpdateTopicAttributeRequestBody.ts +12 -0
  123. package/v2/model/UpdateTopicAttributeResponse.ts +19 -0
  124. package/v2/model/UpdateTopicRequest.ts +24 -0
  125. package/v2/model/UpdateTopicRequestBody.ts +18 -0
  126. package/v2/model/UpdateTopicResponse.ts +19 -0
  127. package/v2/model/VersionItem.ts +49 -0
  128. package/v2/{public-api.d.ts → public-api.ts} +1 -0
  129. package/LICENSE +0 -13
  130. package/README.md +0 -1
  131. package/huaweicloud-sdk-smn.d.ts +0 -2
  132. package/huaweicloud-sdk-smn.js +0 -31
  133. package/v2/SmnClient.d.ts +0 -1229
  134. package/v2/SmnRegion.d.ts +0 -23
  135. package/v2/SmnRegion.js +0 -59
  136. package/v2/model/AccessPolicy.d.ts +0 -16
  137. package/v2/model/AccessPolicy.js +0 -54
  138. package/v2/model/AddSubscriptionRequest.d.ts +0 -10
  139. package/v2/model/AddSubscriptionRequest.js +0 -28
  140. package/v2/model/AddSubscriptionRequestBody.d.ts +0 -12
  141. package/v2/model/AddSubscriptionRequestBody.js +0 -27
  142. package/v2/model/AddSubscriptionResponse.d.ts +0 -12
  143. package/v2/model/AddSubscriptionResponse.js +0 -55
  144. package/v2/model/ApplicationEndpoint.d.ts +0 -19
  145. package/v2/model/ApplicationEndpoint.js +0 -64
  146. package/v2/model/ApplicationItem.d.ts +0 -25
  147. package/v2/model/ApplicationItem.js +0 -83
  148. package/v2/model/BatchCreateOrDeleteResourceTagsRequest.d.ts +0 -14
  149. package/v2/model/BatchCreateOrDeleteResourceTagsRequest.js +0 -43
  150. package/v2/model/BatchCreateOrDeleteResourceTagsRequestBody.d.ts +0 -8
  151. package/v2/model/BatchCreateOrDeleteResourceTagsRequestBody.js +0 -19
  152. package/v2/model/BatchCreateOrDeleteResourceTagsResponse.d.ts +0 -4
  153. package/v2/model/BatchCreateOrDeleteResourceTagsResponse.js +0 -27
  154. package/v2/model/CancelSubscriptionRequest.d.ts +0 -7
  155. package/v2/model/CancelSubscriptionRequest.js +0 -24
  156. package/v2/model/CancelSubscriptionResponse.d.ts +0 -8
  157. package/v2/model/CancelSubscriptionResponse.js +0 -41
  158. package/v2/model/CreateApplicationEndpointRequest.d.ts +0 -10
  159. package/v2/model/CreateApplicationEndpointRequest.js +0 -28
  160. package/v2/model/CreateApplicationEndpointRequestBody.d.ts +0 -9
  161. package/v2/model/CreateApplicationEndpointRequestBody.js +0 -29
  162. package/v2/model/CreateApplicationEndpointResponse.d.ts +0 -12
  163. package/v2/model/CreateApplicationEndpointResponse.js +0 -55
  164. package/v2/model/CreateApplicationRequest.d.ts +0 -6
  165. package/v2/model/CreateApplicationRequest.js +0 -13
  166. package/v2/model/CreateApplicationRequestBody.d.ts +0 -15
  167. package/v2/model/CreateApplicationRequestBody.js +0 -49
  168. package/v2/model/CreateApplicationResponse.d.ts +0 -16
  169. package/v2/model/CreateApplicationResponse.js +0 -69
  170. package/v2/model/CreateLogtankRequest.d.ts +0 -10
  171. package/v2/model/CreateLogtankRequest.js +0 -28
  172. package/v2/model/CreateLogtankRequestBody.d.ts +0 -11
  173. package/v2/model/CreateLogtankRequestBody.js +0 -39
  174. package/v2/model/CreateLogtankResponse.d.ts +0 -10
  175. package/v2/model/CreateLogtankResponse.js +0 -45
  176. package/v2/model/CreateMessageTemplateRequest.d.ts +0 -6
  177. package/v2/model/CreateMessageTemplateRequest.js +0 -13
  178. package/v2/model/CreateMessageTemplateRequestBody.d.ts +0 -11
  179. package/v2/model/CreateMessageTemplateRequestBody.js +0 -34
  180. package/v2/model/CreateMessageTemplateResponse.d.ts +0 -12
  181. package/v2/model/CreateMessageTemplateResponse.js +0 -55
  182. package/v2/model/CreateResourceTagRequest.d.ts +0 -14
  183. package/v2/model/CreateResourceTagRequest.js +0 -43
  184. package/v2/model/CreateResourceTagRequestBody.d.ts +0 -6
  185. package/v2/model/CreateResourceTagRequestBody.js +0 -14
  186. package/v2/model/CreateResourceTagResponse.d.ts +0 -4
  187. package/v2/model/CreateResourceTagResponse.js +0 -27
  188. package/v2/model/CreateTopicRequest.d.ts +0 -6
  189. package/v2/model/CreateTopicRequest.js +0 -13
  190. package/v2/model/CreateTopicRequestBody.d.ts +0 -13
  191. package/v2/model/CreateTopicRequestBody.js +0 -43
  192. package/v2/model/CreateTopicResponse.d.ts +0 -12
  193. package/v2/model/CreateTopicResponse.js +0 -55
  194. package/v2/model/DeleteApplicationEndpointRequest.d.ts +0 -7
  195. package/v2/model/DeleteApplicationEndpointRequest.js +0 -24
  196. package/v2/model/DeleteApplicationEndpointResponse.d.ts +0 -8
  197. package/v2/model/DeleteApplicationEndpointResponse.js +0 -41
  198. package/v2/model/DeleteApplicationRequest.d.ts +0 -7
  199. package/v2/model/DeleteApplicationRequest.js +0 -24
  200. package/v2/model/DeleteApplicationResponse.d.ts +0 -8
  201. package/v2/model/DeleteApplicationResponse.js +0 -41
  202. package/v2/model/DeleteLogtankRequest.d.ts +0 -11
  203. package/v2/model/DeleteLogtankRequest.js +0 -39
  204. package/v2/model/DeleteLogtankResponse.d.ts +0 -8
  205. package/v2/model/DeleteLogtankResponse.js +0 -41
  206. package/v2/model/DeleteMessageTemplateRequest.d.ts +0 -7
  207. package/v2/model/DeleteMessageTemplateRequest.js +0 -24
  208. package/v2/model/DeleteMessageTemplateResponse.d.ts +0 -8
  209. package/v2/model/DeleteMessageTemplateResponse.js +0 -41
  210. package/v2/model/DeleteResourceTagRequest.d.ts +0 -13
  211. package/v2/model/DeleteResourceTagRequest.js +0 -44
  212. package/v2/model/DeleteResourceTagResponse.d.ts +0 -4
  213. package/v2/model/DeleteResourceTagResponse.js +0 -27
  214. package/v2/model/DeleteTopicAttributeByNameRequest.d.ts +0 -9
  215. package/v2/model/DeleteTopicAttributeByNameRequest.js +0 -29
  216. package/v2/model/DeleteTopicAttributeByNameResponse.d.ts +0 -8
  217. package/v2/model/DeleteTopicAttributeByNameResponse.js +0 -41
  218. package/v2/model/DeleteTopicAttributesRequest.d.ts +0 -7
  219. package/v2/model/DeleteTopicAttributesRequest.js +0 -24
  220. package/v2/model/DeleteTopicAttributesResponse.d.ts +0 -8
  221. package/v2/model/DeleteTopicAttributesResponse.js +0 -41
  222. package/v2/model/DeleteTopicRequest.d.ts +0 -7
  223. package/v2/model/DeleteTopicRequest.js +0 -24
  224. package/v2/model/DeleteTopicResponse.d.ts +0 -8
  225. package/v2/model/DeleteTopicResponse.js +0 -41
  226. package/v2/model/LinksItem.d.ts +0 -7
  227. package/v2/model/LinksItem.js +0 -19
  228. package/v2/model/ListApplicationAttributesRequest.d.ts +0 -7
  229. package/v2/model/ListApplicationAttributesRequest.js +0 -24
  230. package/v2/model/ListApplicationAttributesResponse.d.ts +0 -15
  231. package/v2/model/ListApplicationAttributesResponse.js +0 -59
  232. package/v2/model/ListApplicationAttributesResponseBodyAttributes.d.ts +0 -9
  233. package/v2/model/ListApplicationAttributesResponseBodyAttributes.js +0 -28
  234. package/v2/model/ListApplicationEndpointAttributesRequest.d.ts +0 -7
  235. package/v2/model/ListApplicationEndpointAttributesRequest.js +0 -24
  236. package/v2/model/ListApplicationEndpointAttributesResponse.d.ts +0 -11
  237. package/v2/model/ListApplicationEndpointAttributesResponse.js +0 -45
  238. package/v2/model/ListApplicationEndpointAttributesResponseBodyAttributes.d.ts +0 -11
  239. package/v2/model/ListApplicationEndpointAttributesResponseBodyAttributes.js +0 -34
  240. package/v2/model/ListApplicationEndpointsRequest.d.ts +0 -19
  241. package/v2/model/ListApplicationEndpointsRequest.js +0 -54
  242. package/v2/model/ListApplicationEndpointsResponse.d.ts +0 -15
  243. package/v2/model/ListApplicationEndpointsResponse.js +0 -59
  244. package/v2/model/ListApplicationsRequest.d.ts +0 -11
  245. package/v2/model/ListApplicationsRequest.js +0 -25
  246. package/v2/model/ListApplicationsResponse.d.ts +0 -15
  247. package/v2/model/ListApplicationsResponse.js +0 -59
  248. package/v2/model/ListInstanceRequestBody.d.ts +0 -27
  249. package/v2/model/ListInstanceRequestBody.js +0 -72
  250. package/v2/model/ListLogtankRequest.d.ts +0 -7
  251. package/v2/model/ListLogtankRequest.js +0 -24
  252. package/v2/model/ListLogtankResponse.d.ts +0 -13
  253. package/v2/model/ListLogtankResponse.js +0 -49
  254. package/v2/model/ListMessageTemplateDetailsRequest.d.ts +0 -7
  255. package/v2/model/ListMessageTemplateDetailsRequest.js +0 -24
  256. package/v2/model/ListMessageTemplateDetailsResponse.d.ts +0 -32
  257. package/v2/model/ListMessageTemplateDetailsResponse.js +0 -119
  258. package/v2/model/ListMessageTemplatesRequest.d.ts +0 -13
  259. package/v2/model/ListMessageTemplatesRequest.js +0 -35
  260. package/v2/model/ListMessageTemplatesResponse.d.ts +0 -17
  261. package/v2/model/ListMessageTemplatesResponse.js +0 -69
  262. package/v2/model/ListProjectTagsRequest.d.ts +0 -7
  263. package/v2/model/ListProjectTagsRequest.js +0 -24
  264. package/v2/model/ListProjectTagsResponse.d.ts +0 -7
  265. package/v2/model/ListProjectTagsResponse.js +0 -31
  266. package/v2/model/ListResourceInstancesRequest.d.ts +0 -10
  267. package/v2/model/ListResourceInstancesRequest.js +0 -28
  268. package/v2/model/ListResourceInstancesResponse.d.ts +0 -11
  269. package/v2/model/ListResourceInstancesResponse.js +0 -45
  270. package/v2/model/ListResourceTagsRequest.d.ts +0 -11
  271. package/v2/model/ListResourceTagsRequest.js +0 -39
  272. package/v2/model/ListResourceTagsResponse.d.ts +0 -7
  273. package/v2/model/ListResourceTagsResponse.js +0 -31
  274. package/v2/model/ListSubscriptionsByTopicRequest.d.ts +0 -11
  275. package/v2/model/ListSubscriptionsByTopicRequest.js +0 -32
  276. package/v2/model/ListSubscriptionsByTopicResponse.d.ts +0 -15
  277. package/v2/model/ListSubscriptionsByTopicResponse.js +0 -59
  278. package/v2/model/ListSubscriptionsItem.d.ts +0 -21
  279. package/v2/model/ListSubscriptionsItem.js +0 -64
  280. package/v2/model/ListSubscriptionsRequest.d.ts +0 -13
  281. package/v2/model/ListSubscriptionsRequest.js +0 -29
  282. package/v2/model/ListSubscriptionsResponse.d.ts +0 -15
  283. package/v2/model/ListSubscriptionsResponse.js +0 -59
  284. package/v2/model/ListTopicAttributesRequest.d.ts +0 -9
  285. package/v2/model/ListTopicAttributesRequest.js +0 -29
  286. package/v2/model/ListTopicAttributesResponse.d.ts +0 -11
  287. package/v2/model/ListTopicAttributesResponse.js +0 -45
  288. package/v2/model/ListTopicDetailsRequest.d.ts +0 -7
  289. package/v2/model/ListTopicDetailsRequest.js +0 -24
  290. package/v2/model/ListTopicDetailsResponse.d.ts +0 -38
  291. package/v2/model/ListTopicDetailsResponse.js +0 -143
  292. package/v2/model/ListTopicsItem.d.ts +0 -25
  293. package/v2/model/ListTopicsItem.js +0 -89
  294. package/v2/model/ListTopicsRequest.d.ts +0 -21
  295. package/v2/model/ListTopicsRequest.js +0 -63
  296. package/v2/model/ListTopicsResponse.d.ts +0 -15
  297. package/v2/model/ListTopicsResponse.js +0 -59
  298. package/v2/model/ListVersionRequest.d.ts +0 -3
  299. package/v2/model/ListVersionRequest.js +0 -9
  300. package/v2/model/ListVersionResponse.d.ts +0 -7
  301. package/v2/model/ListVersionResponse.js +0 -31
  302. package/v2/model/ListVersionsRequest.d.ts +0 -3
  303. package/v2/model/ListVersionsRequest.js +0 -9
  304. package/v2/model/ListVersionsResponse.d.ts +0 -7
  305. package/v2/model/ListVersionsResponse.js +0 -31
  306. package/v2/model/LogtankItem.d.ts +0 -21
  307. package/v2/model/LogtankItem.js +0 -74
  308. package/v2/model/MessageTemplate.d.ts +0 -25
  309. package/v2/model/MessageTemplate.js +0 -89
  310. package/v2/model/PublishAppMessageRequest.d.ts +0 -10
  311. package/v2/model/PublishAppMessageRequest.js +0 -28
  312. package/v2/model/PublishAppMessageRequestBody.d.ts +0 -13
  313. package/v2/model/PublishAppMessageRequestBody.js +0 -41
  314. package/v2/model/PublishAppMessageResponse.d.ts +0 -12
  315. package/v2/model/PublishAppMessageResponse.js +0 -55
  316. package/v2/model/PublishMessageRequest.d.ts +0 -10
  317. package/v2/model/PublishMessageRequest.js +0 -28
  318. package/v2/model/PublishMessageRequestBody.d.ts +0 -25
  319. package/v2/model/PublishMessageRequestBody.js +0 -63
  320. package/v2/model/PublishMessageResponse.d.ts +0 -12
  321. package/v2/model/PublishMessageResponse.js +0 -55
  322. package/v2/model/ResourceDetail.d.ts +0 -17
  323. package/v2/model/ResourceDetail.js +0 -59
  324. package/v2/model/ResourceTag.d.ts +0 -7
  325. package/v2/model/ResourceTag.js +0 -19
  326. package/v2/model/ResourceTags.d.ts +0 -7
  327. package/v2/model/ResourceTags.js +0 -19
  328. package/v2/model/Statement.d.ts +0 -35
  329. package/v2/model/Statement.js +0 -123
  330. package/v2/model/SubscriptionExtension.d.ts +0 -17
  331. package/v2/model/SubscriptionExtension.js +0 -55
  332. package/v2/model/TagMatch.d.ts +0 -7
  333. package/v2/model/TagMatch.js +0 -19
  334. package/v2/model/TagResource.d.ts +0 -19
  335. package/v2/model/TagResource.js +0 -59
  336. package/v2/model/TopicAttribute.d.ts +0 -10
  337. package/v2/model/TopicAttribute.js +0 -27
  338. package/v2/model/UpdateApplicationEndpointRequest.d.ts +0 -10
  339. package/v2/model/UpdateApplicationEndpointRequest.js +0 -28
  340. package/v2/model/UpdateApplicationEndpointRequestBody.d.ts +0 -9
  341. package/v2/model/UpdateApplicationEndpointRequestBody.js +0 -27
  342. package/v2/model/UpdateApplicationEndpointResponse.d.ts +0 -8
  343. package/v2/model/UpdateApplicationEndpointResponse.js +0 -41
  344. package/v2/model/UpdateApplicationRequest.d.ts +0 -10
  345. package/v2/model/UpdateApplicationRequest.js +0 -28
  346. package/v2/model/UpdateApplicationRequestBody.d.ts +0 -11
  347. package/v2/model/UpdateApplicationRequestBody.js +0 -39
  348. package/v2/model/UpdateApplicationResponse.d.ts +0 -8
  349. package/v2/model/UpdateApplicationResponse.js +0 -41
  350. package/v2/model/UpdateLogtankRequest.d.ts +0 -14
  351. package/v2/model/UpdateLogtankRequest.js +0 -43
  352. package/v2/model/UpdateLogtankRequestBody.d.ts +0 -11
  353. package/v2/model/UpdateLogtankRequestBody.js +0 -39
  354. package/v2/model/UpdateLogtankResponse.d.ts +0 -11
  355. package/v2/model/UpdateLogtankResponse.js +0 -45
  356. package/v2/model/UpdateMessageTemplateRequest.d.ts +0 -10
  357. package/v2/model/UpdateMessageTemplateRequest.js +0 -28
  358. package/v2/model/UpdateMessageTemplateRequestBody.d.ts +0 -5
  359. package/v2/model/UpdateMessageTemplateRequestBody.js +0 -14
  360. package/v2/model/UpdateMessageTemplateResponse.d.ts +0 -8
  361. package/v2/model/UpdateMessageTemplateResponse.js +0 -41
  362. package/v2/model/UpdateSubscriptionRequest.d.ts +0 -14
  363. package/v2/model/UpdateSubscriptionRequest.js +0 -43
  364. package/v2/model/UpdateSubscriptionRequestBody.d.ts +0 -5
  365. package/v2/model/UpdateSubscriptionRequestBody.js +0 -14
  366. package/v2/model/UpdateSubscriptionResponse.d.ts +0 -12
  367. package/v2/model/UpdateSubscriptionResponse.js +0 -55
  368. package/v2/model/UpdateTopicAttributeRequest.d.ts +0 -12
  369. package/v2/model/UpdateTopicAttributeRequest.js +0 -33
  370. package/v2/model/UpdateTopicAttributeRequestBody.d.ts +0 -5
  371. package/v2/model/UpdateTopicAttributeRequestBody.js +0 -14
  372. package/v2/model/UpdateTopicAttributeResponse.d.ts +0 -8
  373. package/v2/model/UpdateTopicAttributeResponse.js +0 -41
  374. package/v2/model/UpdateTopicRequest.d.ts +0 -10
  375. package/v2/model/UpdateTopicRequest.js +0 -28
  376. package/v2/model/UpdateTopicRequestBody.d.ts +0 -7
  377. package/v2/model/UpdateTopicRequestBody.js +0 -24
  378. package/v2/model/UpdateTopicResponse.d.ts +0 -8
  379. package/v2/model/UpdateTopicResponse.js +0 -41
  380. package/v2/model/VersionItem.d.ts +0 -18
  381. package/v2/model/VersionItem.js +0 -49
  382. package/v2/public-api.js +0 -141
@@ -1,28 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PublishMessageRequest = void 0;
4
- var PublishMessageRequest = /** @class */ (function () {
5
- function PublishMessageRequest(topicUrn) {
6
- this['topic_urn'] = topicUrn;
7
- }
8
- PublishMessageRequest.prototype.withTopicUrn = function (topicUrn) {
9
- this['topic_urn'] = topicUrn;
10
- return this;
11
- };
12
- Object.defineProperty(PublishMessageRequest.prototype, "topicUrn", {
13
- get: function () {
14
- return this['topic_urn'];
15
- },
16
- set: function (topicUrn) {
17
- this['topic_urn'] = topicUrn;
18
- },
19
- enumerable: false,
20
- configurable: true
21
- });
22
- PublishMessageRequest.prototype.withBody = function (body) {
23
- this['body'] = body;
24
- return this;
25
- };
26
- return PublishMessageRequest;
27
- }());
28
- exports.PublishMessageRequest = PublishMessageRequest;
@@ -1,25 +0,0 @@
1
- export declare class PublishMessageRequestBody {
2
- subject?: string;
3
- message?: string;
4
- private 'message_structure'?;
5
- private 'message_template_name'?;
6
- tags?: {
7
- [key: string]: string;
8
- };
9
- private 'time_to_live'?;
10
- constructor();
11
- withSubject(subject: string): PublishMessageRequestBody;
12
- withMessage(message: string): PublishMessageRequestBody;
13
- withMessageStructure(messageStructure: string): PublishMessageRequestBody;
14
- set messageStructure(messageStructure: string | undefined);
15
- get messageStructure(): string | undefined;
16
- withMessageTemplateName(messageTemplateName: string): PublishMessageRequestBody;
17
- set messageTemplateName(messageTemplateName: string | undefined);
18
- get messageTemplateName(): string | undefined;
19
- withTags(tags: {
20
- [key: string]: string;
21
- }): PublishMessageRequestBody;
22
- withTimeToLive(timeToLive: string): PublishMessageRequestBody;
23
- set timeToLive(timeToLive: string | undefined);
24
- get timeToLive(): string | undefined;
25
- }
@@ -1,63 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PublishMessageRequestBody = void 0;
4
- var PublishMessageRequestBody = /** @class */ (function () {
5
- function PublishMessageRequestBody() {
6
- }
7
- PublishMessageRequestBody.prototype.withSubject = function (subject) {
8
- this['subject'] = subject;
9
- return this;
10
- };
11
- PublishMessageRequestBody.prototype.withMessage = function (message) {
12
- this['message'] = message;
13
- return this;
14
- };
15
- PublishMessageRequestBody.prototype.withMessageStructure = function (messageStructure) {
16
- this['message_structure'] = messageStructure;
17
- return this;
18
- };
19
- Object.defineProperty(PublishMessageRequestBody.prototype, "messageStructure", {
20
- get: function () {
21
- return this['message_structure'];
22
- },
23
- set: function (messageStructure) {
24
- this['message_structure'] = messageStructure;
25
- },
26
- enumerable: false,
27
- configurable: true
28
- });
29
- PublishMessageRequestBody.prototype.withMessageTemplateName = function (messageTemplateName) {
30
- this['message_template_name'] = messageTemplateName;
31
- return this;
32
- };
33
- Object.defineProperty(PublishMessageRequestBody.prototype, "messageTemplateName", {
34
- get: function () {
35
- return this['message_template_name'];
36
- },
37
- set: function (messageTemplateName) {
38
- this['message_template_name'] = messageTemplateName;
39
- },
40
- enumerable: false,
41
- configurable: true
42
- });
43
- PublishMessageRequestBody.prototype.withTags = function (tags) {
44
- this['tags'] = tags;
45
- return this;
46
- };
47
- PublishMessageRequestBody.prototype.withTimeToLive = function (timeToLive) {
48
- this['time_to_live'] = timeToLive;
49
- return this;
50
- };
51
- Object.defineProperty(PublishMessageRequestBody.prototype, "timeToLive", {
52
- get: function () {
53
- return this['time_to_live'];
54
- },
55
- set: function (timeToLive) {
56
- this['time_to_live'] = timeToLive;
57
- },
58
- enumerable: false,
59
- configurable: true
60
- });
61
- return PublishMessageRequestBody;
62
- }());
63
- exports.PublishMessageRequestBody = PublishMessageRequestBody;
@@ -1,12 +0,0 @@
1
- import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
- export declare class PublishMessageResponse extends SdkResponse {
3
- private 'request_id'?;
4
- private 'message_id'?;
5
- constructor();
6
- withRequestId(requestId: string): PublishMessageResponse;
7
- set requestId(requestId: string | undefined);
8
- get requestId(): string | undefined;
9
- withMessageId(messageId: string): PublishMessageResponse;
10
- set messageId(messageId: string | undefined);
11
- get messageId(): string | undefined;
12
- }
@@ -1,55 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.PublishMessageResponse = void 0;
19
- var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
20
- var PublishMessageResponse = /** @class */ (function (_super) {
21
- __extends(PublishMessageResponse, _super);
22
- function PublishMessageResponse() {
23
- return _super.call(this) || this;
24
- }
25
- PublishMessageResponse.prototype.withRequestId = function (requestId) {
26
- this['request_id'] = requestId;
27
- return this;
28
- };
29
- Object.defineProperty(PublishMessageResponse.prototype, "requestId", {
30
- get: function () {
31
- return this['request_id'];
32
- },
33
- set: function (requestId) {
34
- this['request_id'] = requestId;
35
- },
36
- enumerable: false,
37
- configurable: true
38
- });
39
- PublishMessageResponse.prototype.withMessageId = function (messageId) {
40
- this['message_id'] = messageId;
41
- return this;
42
- };
43
- Object.defineProperty(PublishMessageResponse.prototype, "messageId", {
44
- get: function () {
45
- return this['message_id'];
46
- },
47
- set: function (messageId) {
48
- this['message_id'] = messageId;
49
- },
50
- enumerable: false,
51
- configurable: true
52
- });
53
- return PublishMessageResponse;
54
- }(SdkResponse_1.SdkResponse));
55
- exports.PublishMessageResponse = PublishMessageResponse;
@@ -1,17 +0,0 @@
1
- export declare class ResourceDetail {
2
- private 'enterprise_project_id';
3
- detailId: string;
4
- private 'topic_urn';
5
- private 'display_name';
6
- constructor(enterpriseProjectId?: any, detailId?: any, topicUrn?: any, displayName?: any);
7
- withEnterpriseProjectId(enterpriseProjectId: string): ResourceDetail;
8
- set enterpriseProjectId(enterpriseProjectId: string | undefined);
9
- get enterpriseProjectId(): string | undefined;
10
- withDetailId(detailId: string): ResourceDetail;
11
- withTopicUrn(topicUrn: string): ResourceDetail;
12
- set topicUrn(topicUrn: string | undefined);
13
- get topicUrn(): string | undefined;
14
- withDisplayName(displayName: string): ResourceDetail;
15
- set displayName(displayName: string | undefined);
16
- get displayName(): string | undefined;
17
- }
@@ -1,59 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ResourceDetail = void 0;
4
- var ResourceDetail = /** @class */ (function () {
5
- function ResourceDetail(enterpriseProjectId, detailId, topicUrn, displayName) {
6
- this['enterprise_project_id'] = enterpriseProjectId;
7
- this['detailId'] = detailId;
8
- this['topic_urn'] = topicUrn;
9
- this['display_name'] = displayName;
10
- }
11
- ResourceDetail.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
12
- this['enterprise_project_id'] = enterpriseProjectId;
13
- return this;
14
- };
15
- Object.defineProperty(ResourceDetail.prototype, "enterpriseProjectId", {
16
- get: function () {
17
- return this['enterprise_project_id'];
18
- },
19
- set: function (enterpriseProjectId) {
20
- this['enterprise_project_id'] = enterpriseProjectId;
21
- },
22
- enumerable: false,
23
- configurable: true
24
- });
25
- ResourceDetail.prototype.withDetailId = function (detailId) {
26
- this['detailId'] = detailId;
27
- return this;
28
- };
29
- ResourceDetail.prototype.withTopicUrn = function (topicUrn) {
30
- this['topic_urn'] = topicUrn;
31
- return this;
32
- };
33
- Object.defineProperty(ResourceDetail.prototype, "topicUrn", {
34
- get: function () {
35
- return this['topic_urn'];
36
- },
37
- set: function (topicUrn) {
38
- this['topic_urn'] = topicUrn;
39
- },
40
- enumerable: false,
41
- configurable: true
42
- });
43
- ResourceDetail.prototype.withDisplayName = function (displayName) {
44
- this['display_name'] = displayName;
45
- return this;
46
- };
47
- Object.defineProperty(ResourceDetail.prototype, "displayName", {
48
- get: function () {
49
- return this['display_name'];
50
- },
51
- set: function (displayName) {
52
- this['display_name'] = displayName;
53
- },
54
- enumerable: false,
55
- configurable: true
56
- });
57
- return ResourceDetail;
58
- }());
59
- exports.ResourceDetail = ResourceDetail;
@@ -1,7 +0,0 @@
1
- export declare class ResourceTag {
2
- key: string;
3
- value: string;
4
- constructor(key?: any, value?: any);
5
- withKey(key: string): ResourceTag;
6
- withValue(value: string): ResourceTag;
7
- }
@@ -1,19 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ResourceTag = void 0;
4
- var ResourceTag = /** @class */ (function () {
5
- function ResourceTag(key, value) {
6
- this['key'] = key;
7
- this['value'] = value;
8
- }
9
- ResourceTag.prototype.withKey = function (key) {
10
- this['key'] = key;
11
- return this;
12
- };
13
- ResourceTag.prototype.withValue = function (value) {
14
- this['value'] = value;
15
- return this;
16
- };
17
- return ResourceTag;
18
- }());
19
- exports.ResourceTag = ResourceTag;
@@ -1,7 +0,0 @@
1
- export declare class ResourceTags {
2
- key: string;
3
- values: Array<string>;
4
- constructor(key?: any, values?: any);
5
- withKey(key: string): ResourceTags;
6
- withValues(values: Array<string>): ResourceTags;
7
- }
@@ -1,19 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ResourceTags = void 0;
4
- var ResourceTags = /** @class */ (function () {
5
- function ResourceTags(key, values) {
6
- this['key'] = key;
7
- this['values'] = values;
8
- }
9
- ResourceTags.prototype.withKey = function (key) {
10
- this['key'] = key;
11
- return this;
12
- };
13
- ResourceTags.prototype.withValues = function (values) {
14
- this['values'] = values;
15
- return this;
16
- };
17
- return ResourceTags;
18
- }());
19
- exports.ResourceTags = ResourceTags;
@@ -1,35 +0,0 @@
1
- export declare class Statement {
2
- private 'Sid';
3
- private 'Effect';
4
- private 'Principal'?;
5
- private 'NotPrincipal'?;
6
- private 'Action'?;
7
- private 'NotAction'?;
8
- private 'Resource'?;
9
- private 'NotResource'?;
10
- constructor(sid?: any, effect?: any);
11
- withSid(sid: string): Statement;
12
- set sid(sid: string | undefined);
13
- get sid(): string | undefined;
14
- withEffect(effect: string): Statement;
15
- set effect(effect: string | undefined);
16
- get effect(): string | undefined;
17
- withPrincipal(principal: string): Statement;
18
- set principal(principal: string | undefined);
19
- get principal(): string | undefined;
20
- withNotPrincipal(notPrincipal: string): Statement;
21
- set notPrincipal(notPrincipal: string | undefined);
22
- get notPrincipal(): string | undefined;
23
- withAction(action: string): Statement;
24
- set action(action: string | undefined);
25
- get action(): string | undefined;
26
- withNotAction(notAction: string): Statement;
27
- set notAction(notAction: string | undefined);
28
- get notAction(): string | undefined;
29
- withResource(resource: string): Statement;
30
- set resource(resource: string | undefined);
31
- get resource(): string | undefined;
32
- withNotResource(notResource: string): Statement;
33
- set notResource(notResource: string | undefined);
34
- get notResource(): string | undefined;
35
- }
@@ -1,123 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Statement = void 0;
4
- var Statement = /** @class */ (function () {
5
- function Statement(sid, effect) {
6
- this['Sid'] = sid;
7
- this['Effect'] = effect;
8
- }
9
- Statement.prototype.withSid = function (sid) {
10
- this['Sid'] = sid;
11
- return this;
12
- };
13
- Object.defineProperty(Statement.prototype, "sid", {
14
- get: function () {
15
- return this['Sid'];
16
- },
17
- set: function (sid) {
18
- this['Sid'] = sid;
19
- },
20
- enumerable: false,
21
- configurable: true
22
- });
23
- Statement.prototype.withEffect = function (effect) {
24
- this['Effect'] = effect;
25
- return this;
26
- };
27
- Object.defineProperty(Statement.prototype, "effect", {
28
- get: function () {
29
- return this['Effect'];
30
- },
31
- set: function (effect) {
32
- this['Effect'] = effect;
33
- },
34
- enumerable: false,
35
- configurable: true
36
- });
37
- Statement.prototype.withPrincipal = function (principal) {
38
- this['Principal'] = principal;
39
- return this;
40
- };
41
- Object.defineProperty(Statement.prototype, "principal", {
42
- get: function () {
43
- return this['Principal'];
44
- },
45
- set: function (principal) {
46
- this['Principal'] = principal;
47
- },
48
- enumerable: false,
49
- configurable: true
50
- });
51
- Statement.prototype.withNotPrincipal = function (notPrincipal) {
52
- this['NotPrincipal'] = notPrincipal;
53
- return this;
54
- };
55
- Object.defineProperty(Statement.prototype, "notPrincipal", {
56
- get: function () {
57
- return this['NotPrincipal'];
58
- },
59
- set: function (notPrincipal) {
60
- this['NotPrincipal'] = notPrincipal;
61
- },
62
- enumerable: false,
63
- configurable: true
64
- });
65
- Statement.prototype.withAction = function (action) {
66
- this['Action'] = action;
67
- return this;
68
- };
69
- Object.defineProperty(Statement.prototype, "action", {
70
- get: function () {
71
- return this['Action'];
72
- },
73
- set: function (action) {
74
- this['Action'] = action;
75
- },
76
- enumerable: false,
77
- configurable: true
78
- });
79
- Statement.prototype.withNotAction = function (notAction) {
80
- this['NotAction'] = notAction;
81
- return this;
82
- };
83
- Object.defineProperty(Statement.prototype, "notAction", {
84
- get: function () {
85
- return this['NotAction'];
86
- },
87
- set: function (notAction) {
88
- this['NotAction'] = notAction;
89
- },
90
- enumerable: false,
91
- configurable: true
92
- });
93
- Statement.prototype.withResource = function (resource) {
94
- this['Resource'] = resource;
95
- return this;
96
- };
97
- Object.defineProperty(Statement.prototype, "resource", {
98
- get: function () {
99
- return this['Resource'];
100
- },
101
- set: function (resource) {
102
- this['Resource'] = resource;
103
- },
104
- enumerable: false,
105
- configurable: true
106
- });
107
- Statement.prototype.withNotResource = function (notResource) {
108
- this['NotResource'] = notResource;
109
- return this;
110
- };
111
- Object.defineProperty(Statement.prototype, "notResource", {
112
- get: function () {
113
- return this['NotResource'];
114
- },
115
- set: function (notResource) {
116
- this['NotResource'] = notResource;
117
- },
118
- enumerable: false,
119
- configurable: true
120
- });
121
- return Statement;
122
- }());
123
- exports.Statement = Statement;
@@ -1,17 +0,0 @@
1
- export declare class SubscriptionExtension {
2
- private 'client_id'?;
3
- private 'client_secret'?;
4
- keyword?: string;
5
- private 'sign_secret'?;
6
- constructor();
7
- withClientId(clientId: string): SubscriptionExtension;
8
- set clientId(clientId: string | undefined);
9
- get clientId(): string | undefined;
10
- withClientSecret(clientSecret: string): SubscriptionExtension;
11
- set clientSecret(clientSecret: string | undefined);
12
- get clientSecret(): string | undefined;
13
- withKeyword(keyword: string): SubscriptionExtension;
14
- withSignSecret(signSecret: string): SubscriptionExtension;
15
- set signSecret(signSecret: string | undefined);
16
- get signSecret(): string | undefined;
17
- }
@@ -1,55 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SubscriptionExtension = void 0;
4
- var SubscriptionExtension = /** @class */ (function () {
5
- function SubscriptionExtension() {
6
- }
7
- SubscriptionExtension.prototype.withClientId = function (clientId) {
8
- this['client_id'] = clientId;
9
- return this;
10
- };
11
- Object.defineProperty(SubscriptionExtension.prototype, "clientId", {
12
- get: function () {
13
- return this['client_id'];
14
- },
15
- set: function (clientId) {
16
- this['client_id'] = clientId;
17
- },
18
- enumerable: false,
19
- configurable: true
20
- });
21
- SubscriptionExtension.prototype.withClientSecret = function (clientSecret) {
22
- this['client_secret'] = clientSecret;
23
- return this;
24
- };
25
- Object.defineProperty(SubscriptionExtension.prototype, "clientSecret", {
26
- get: function () {
27
- return this['client_secret'];
28
- },
29
- set: function (clientSecret) {
30
- this['client_secret'] = clientSecret;
31
- },
32
- enumerable: false,
33
- configurable: true
34
- });
35
- SubscriptionExtension.prototype.withKeyword = function (keyword) {
36
- this['keyword'] = keyword;
37
- return this;
38
- };
39
- SubscriptionExtension.prototype.withSignSecret = function (signSecret) {
40
- this['sign_secret'] = signSecret;
41
- return this;
42
- };
43
- Object.defineProperty(SubscriptionExtension.prototype, "signSecret", {
44
- get: function () {
45
- return this['sign_secret'];
46
- },
47
- set: function (signSecret) {
48
- this['sign_secret'] = signSecret;
49
- },
50
- enumerable: false,
51
- configurable: true
52
- });
53
- return SubscriptionExtension;
54
- }());
55
- exports.SubscriptionExtension = SubscriptionExtension;
@@ -1,7 +0,0 @@
1
- export declare class TagMatch {
2
- key: string;
3
- value: string;
4
- constructor(key?: any, value?: any);
5
- withKey(key: string): TagMatch;
6
- withValue(value: string): TagMatch;
7
- }
@@ -1,19 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagMatch = void 0;
4
- var TagMatch = /** @class */ (function () {
5
- function TagMatch(key, value) {
6
- this['key'] = key;
7
- this['value'] = value;
8
- }
9
- TagMatch.prototype.withKey = function (key) {
10
- this['key'] = key;
11
- return this;
12
- };
13
- TagMatch.prototype.withValue = function (value) {
14
- this['value'] = value;
15
- return this;
16
- };
17
- return TagMatch;
18
- }());
19
- exports.TagMatch = TagMatch;
@@ -1,19 +0,0 @@
1
- import { ResourceDetail } from './ResourceDetail';
2
- import { ResourceTag } from './ResourceTag';
3
- export declare class TagResource {
4
- private 'resource_id';
5
- private 'resource_detail';
6
- tags: Array<ResourceTag>;
7
- private 'resource_name';
8
- constructor(resourceId?: any, resourceDetail?: any, tags?: any, resourceName?: any);
9
- withResourceId(resourceId: string): TagResource;
10
- set resourceId(resourceId: string | undefined);
11
- get resourceId(): string | undefined;
12
- withResourceDetail(resourceDetail: ResourceDetail): TagResource;
13
- set resourceDetail(resourceDetail: ResourceDetail | undefined);
14
- get resourceDetail(): ResourceDetail | undefined;
15
- withTags(tags: Array<ResourceTag>): TagResource;
16
- withResourceName(resourceName: string): TagResource;
17
- set resourceName(resourceName: string | undefined);
18
- get resourceName(): string | undefined;
19
- }
@@ -1,59 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResource = void 0;
4
- var TagResource = /** @class */ (function () {
5
- function TagResource(resourceId, resourceDetail, tags, resourceName) {
6
- this['resource_id'] = resourceId;
7
- this['resource_detail'] = resourceDetail;
8
- this['tags'] = tags;
9
- this['resource_name'] = resourceName;
10
- }
11
- TagResource.prototype.withResourceId = function (resourceId) {
12
- this['resource_id'] = resourceId;
13
- return this;
14
- };
15
- Object.defineProperty(TagResource.prototype, "resourceId", {
16
- get: function () {
17
- return this['resource_id'];
18
- },
19
- set: function (resourceId) {
20
- this['resource_id'] = resourceId;
21
- },
22
- enumerable: false,
23
- configurable: true
24
- });
25
- TagResource.prototype.withResourceDetail = function (resourceDetail) {
26
- this['resource_detail'] = resourceDetail;
27
- return this;
28
- };
29
- Object.defineProperty(TagResource.prototype, "resourceDetail", {
30
- get: function () {
31
- return this['resource_detail'];
32
- },
33
- set: function (resourceDetail) {
34
- this['resource_detail'] = resourceDetail;
35
- },
36
- enumerable: false,
37
- configurable: true
38
- });
39
- TagResource.prototype.withTags = function (tags) {
40
- this['tags'] = tags;
41
- return this;
42
- };
43
- TagResource.prototype.withResourceName = function (resourceName) {
44
- this['resource_name'] = resourceName;
45
- return this;
46
- };
47
- Object.defineProperty(TagResource.prototype, "resourceName", {
48
- get: function () {
49
- return this['resource_name'];
50
- },
51
- set: function (resourceName) {
52
- this['resource_name'] = resourceName;
53
- },
54
- enumerable: false,
55
- configurable: true
56
- });
57
- return TagResource;
58
- }());
59
- exports.TagResource = TagResource;
@@ -1,10 +0,0 @@
1
- import { AccessPolicy } from './AccessPolicy';
2
- export declare class TopicAttribute {
3
- private 'access_policy'?;
4
- introduction?: string;
5
- constructor();
6
- withAccessPolicy(accessPolicy: AccessPolicy): TopicAttribute;
7
- set accessPolicy(accessPolicy: AccessPolicy | undefined);
8
- get accessPolicy(): AccessPolicy | undefined;
9
- withIntroduction(introduction: string): TopicAttribute;
10
- }