@huaweicloud/huaweicloud-sdk-smn 3.1.46 → 3.1.47
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.
- package/huaweicloud-sdk-smn.d.ts +3 -0
- package/huaweicloud-sdk-smn.d.ts.map +1 -0
- package/huaweicloud-sdk-smn.js +32 -0
- package/huaweicloud-sdk-smn.js.map +1 -0
- package/package.json +8 -4
- package/v2/SmnClient.d.ts +1232 -0
- package/v2/SmnClient.d.ts.map +1 -0
- package/v2/{SmnClient.ts → SmnClient.js} +607 -1097
- package/v2/SmnClient.js.map +1 -0
- package/v2/SmnRegion.d.ts +25 -0
- package/v2/SmnRegion.d.ts.map +1 -0
- package/v2/SmnRegion.js +58 -0
- package/v2/SmnRegion.js.map +1 -0
- package/v2/model/AccessPolicy.d.ts +17 -0
- package/v2/model/AccessPolicy.d.ts.map +1 -0
- package/v2/model/AccessPolicy.js +42 -0
- package/v2/model/AccessPolicy.js.map +1 -0
- package/v2/model/AddSubscriptionRequest.d.ts +11 -0
- package/v2/model/AddSubscriptionRequest.d.ts.map +1 -0
- package/v2/model/AddSubscriptionRequest.js +24 -0
- package/v2/model/AddSubscriptionRequest.js.map +1 -0
- package/v2/model/AddSubscriptionRequestBody.d.ts +13 -0
- package/v2/model/AddSubscriptionRequestBody.d.ts.map +1 -0
- package/v2/model/AddSubscriptionRequestBody.js +27 -0
- package/v2/model/AddSubscriptionRequestBody.js.map +1 -0
- package/v2/model/AddSubscriptionResponse.d.ts +13 -0
- package/v2/model/AddSubscriptionResponse.d.ts.map +1 -0
- package/v2/model/AddSubscriptionResponse.js +31 -0
- package/v2/model/AddSubscriptionResponse.js.map +1 -0
- package/v2/model/ApplicationEndpoint.d.ts +20 -0
- package/v2/model/ApplicationEndpoint.d.ts.map +1 -0
- package/v2/model/ApplicationEndpoint.js +52 -0
- package/v2/model/ApplicationEndpoint.js.map +1 -0
- package/v2/model/ApplicationItem.d.ts +26 -0
- package/v2/model/ApplicationItem.d.ts.map +1 -0
- package/v2/model/ApplicationItem.js +67 -0
- package/v2/model/ApplicationItem.js.map +1 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsRequest.d.ts +15 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsRequest.d.ts.map +1 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsRequest.js +35 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsRequest.js.map +1 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsRequestBody.d.ts +9 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsRequestBody.d.ts.map +1 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsRequestBody.js +19 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsRequestBody.js.map +1 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsResponse.d.ts +5 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsResponse.d.ts.map +1 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsResponse.js +11 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsResponse.js.map +1 -0
- package/v2/model/CancelSubscriptionRequest.d.ts +8 -0
- package/v2/model/CancelSubscriptionRequest.d.ts.map +1 -0
- package/v2/model/CancelSubscriptionRequest.js +20 -0
- package/v2/model/CancelSubscriptionRequest.js.map +1 -0
- package/v2/model/CancelSubscriptionResponse.d.ts +9 -0
- package/v2/model/CancelSubscriptionResponse.d.ts.map +1 -0
- package/v2/model/CancelSubscriptionResponse.js +21 -0
- package/v2/model/CancelSubscriptionResponse.js.map +1 -0
- package/v2/model/CreateApplicationEndpointRequest.d.ts +11 -0
- package/v2/model/CreateApplicationEndpointRequest.d.ts.map +1 -0
- package/v2/model/CreateApplicationEndpointRequest.js +24 -0
- package/v2/model/CreateApplicationEndpointRequest.js.map +1 -0
- package/v2/model/CreateApplicationEndpointRequestBody.d.ts +10 -0
- package/v2/model/CreateApplicationEndpointRequestBody.d.ts.map +1 -0
- package/v2/model/CreateApplicationEndpointRequestBody.js +25 -0
- package/v2/model/CreateApplicationEndpointRequestBody.js.map +1 -0
- package/v2/model/CreateApplicationEndpointResponse.d.ts +13 -0
- package/v2/model/CreateApplicationEndpointResponse.d.ts.map +1 -0
- package/v2/model/CreateApplicationEndpointResponse.js +31 -0
- package/v2/model/CreateApplicationEndpointResponse.js.map +1 -0
- package/v2/model/CreateApplicationRequest.d.ts +7 -0
- package/v2/model/CreateApplicationRequest.d.ts.map +1 -0
- package/v2/model/CreateApplicationRequest.js +13 -0
- package/v2/model/CreateApplicationRequest.js.map +1 -0
- package/v2/model/CreateApplicationRequestBody.d.ts +16 -0
- package/v2/model/CreateApplicationRequestBody.d.ts.map +1 -0
- package/v2/model/CreateApplicationRequestBody.js +41 -0
- package/v2/model/CreateApplicationRequestBody.js.map +1 -0
- package/v2/model/CreateApplicationResponse.d.ts +17 -0
- package/v2/model/CreateApplicationResponse.d.ts.map +1 -0
- package/v2/model/CreateApplicationResponse.js +41 -0
- package/v2/model/CreateApplicationResponse.js.map +1 -0
- package/v2/model/CreateLogtankRequest.d.ts +11 -0
- package/v2/model/CreateLogtankRequest.d.ts.map +1 -0
- package/v2/model/CreateLogtankRequest.js +24 -0
- package/v2/model/CreateLogtankRequest.js.map +1 -0
- package/v2/model/CreateLogtankRequestBody.d.ts +12 -0
- package/v2/model/CreateLogtankRequestBody.d.ts.map +1 -0
- package/v2/model/CreateLogtankRequestBody.js +31 -0
- package/v2/model/CreateLogtankRequestBody.js.map +1 -0
- package/v2/model/CreateLogtankResponse.d.ts +11 -0
- package/v2/model/CreateLogtankResponse.d.ts.map +1 -0
- package/v2/model/CreateLogtankResponse.js +25 -0
- package/v2/model/CreateLogtankResponse.js.map +1 -0
- package/v2/model/CreateMessageTemplateRequest.d.ts +7 -0
- package/v2/model/CreateMessageTemplateRequest.d.ts.map +1 -0
- package/v2/model/CreateMessageTemplateRequest.js +13 -0
- package/v2/model/CreateMessageTemplateRequest.js.map +1 -0
- package/v2/model/CreateMessageTemplateRequestBody.d.ts +12 -0
- package/v2/model/CreateMessageTemplateRequestBody.d.ts.map +1 -0
- package/v2/model/CreateMessageTemplateRequestBody.js +30 -0
- package/v2/model/CreateMessageTemplateRequestBody.js.map +1 -0
- package/v2/model/CreateMessageTemplateResponse.d.ts +13 -0
- package/v2/model/CreateMessageTemplateResponse.d.ts.map +1 -0
- package/v2/model/CreateMessageTemplateResponse.js +31 -0
- package/v2/model/CreateMessageTemplateResponse.js.map +1 -0
- package/v2/model/CreateResourceTagRequest.d.ts +15 -0
- package/v2/model/CreateResourceTagRequest.d.ts.map +1 -0
- package/v2/model/CreateResourceTagRequest.js +35 -0
- package/v2/model/CreateResourceTagRequest.js.map +1 -0
- package/v2/model/CreateResourceTagRequestBody.d.ts +7 -0
- package/v2/model/CreateResourceTagRequestBody.d.ts.map +1 -0
- package/v2/model/CreateResourceTagRequestBody.js +14 -0
- package/v2/model/CreateResourceTagRequestBody.js.map +1 -0
- package/v2/model/CreateResourceTagResponse.d.ts +5 -0
- package/v2/model/CreateResourceTagResponse.d.ts.map +1 -0
- package/v2/model/CreateResourceTagResponse.js +11 -0
- package/v2/model/CreateResourceTagResponse.js.map +1 -0
- package/v2/model/CreateTopicRequest.d.ts +7 -0
- package/v2/model/CreateTopicRequest.d.ts.map +1 -0
- package/v2/model/CreateTopicRequest.js +13 -0
- package/v2/model/CreateTopicRequest.js.map +1 -0
- package/v2/model/CreateTopicRequestBody.d.ts +14 -0
- package/v2/model/CreateTopicRequestBody.d.ts.map +1 -0
- package/v2/model/CreateTopicRequestBody.js +35 -0
- package/v2/model/CreateTopicRequestBody.js.map +1 -0
- package/v2/model/CreateTopicResponse.d.ts +13 -0
- package/v2/model/CreateTopicResponse.d.ts.map +1 -0
- package/v2/model/CreateTopicResponse.js +31 -0
- package/v2/model/CreateTopicResponse.js.map +1 -0
- package/v2/model/DeleteApplicationEndpointRequest.d.ts +8 -0
- package/v2/model/DeleteApplicationEndpointRequest.d.ts.map +1 -0
- package/v2/model/DeleteApplicationEndpointRequest.js +20 -0
- package/v2/model/DeleteApplicationEndpointRequest.js.map +1 -0
- package/v2/model/DeleteApplicationEndpointResponse.d.ts +9 -0
- package/v2/model/DeleteApplicationEndpointResponse.d.ts.map +1 -0
- package/v2/model/DeleteApplicationEndpointResponse.js +21 -0
- package/v2/model/DeleteApplicationEndpointResponse.js.map +1 -0
- package/v2/model/DeleteApplicationRequest.d.ts +8 -0
- package/v2/model/DeleteApplicationRequest.d.ts.map +1 -0
- package/v2/model/DeleteApplicationRequest.js +20 -0
- package/v2/model/DeleteApplicationRequest.js.map +1 -0
- package/v2/model/DeleteApplicationResponse.d.ts +9 -0
- package/v2/model/DeleteApplicationResponse.d.ts.map +1 -0
- package/v2/model/DeleteApplicationResponse.js +21 -0
- package/v2/model/DeleteApplicationResponse.js.map +1 -0
- package/v2/model/DeleteLogtankRequest.d.ts +12 -0
- package/v2/model/DeleteLogtankRequest.d.ts.map +1 -0
- package/v2/model/DeleteLogtankRequest.js +31 -0
- package/v2/model/DeleteLogtankRequest.js.map +1 -0
- package/v2/model/DeleteLogtankResponse.d.ts +9 -0
- package/v2/model/DeleteLogtankResponse.d.ts.map +1 -0
- package/v2/model/DeleteLogtankResponse.js +21 -0
- package/v2/model/DeleteLogtankResponse.js.map +1 -0
- package/v2/model/DeleteMessageTemplateRequest.d.ts +8 -0
- package/v2/model/DeleteMessageTemplateRequest.d.ts.map +1 -0
- package/v2/model/DeleteMessageTemplateRequest.js +20 -0
- package/v2/model/DeleteMessageTemplateRequest.js.map +1 -0
- package/v2/model/DeleteMessageTemplateResponse.d.ts +9 -0
- package/v2/model/DeleteMessageTemplateResponse.d.ts.map +1 -0
- package/v2/model/DeleteMessageTemplateResponse.js +21 -0
- package/v2/model/DeleteMessageTemplateResponse.js.map +1 -0
- package/v2/model/DeleteResourceTagRequest.d.ts +14 -0
- package/v2/model/DeleteResourceTagRequest.d.ts.map +1 -0
- package/v2/model/DeleteResourceTagRequest.js +36 -0
- package/v2/model/DeleteResourceTagRequest.js.map +1 -0
- package/v2/model/DeleteResourceTagResponse.d.ts +5 -0
- package/v2/model/DeleteResourceTagResponse.d.ts.map +1 -0
- package/v2/model/DeleteResourceTagResponse.js +11 -0
- package/v2/model/DeleteResourceTagResponse.js.map +1 -0
- package/v2/model/DeleteTopicAttributeByNameRequest.d.ts +10 -0
- package/v2/model/DeleteTopicAttributeByNameRequest.d.ts.map +1 -0
- package/v2/model/DeleteTopicAttributeByNameRequest.js +25 -0
- package/v2/model/DeleteTopicAttributeByNameRequest.js.map +1 -0
- package/v2/model/DeleteTopicAttributeByNameResponse.d.ts +9 -0
- package/v2/model/DeleteTopicAttributeByNameResponse.d.ts.map +1 -0
- package/v2/model/DeleteTopicAttributeByNameResponse.js +21 -0
- package/v2/model/DeleteTopicAttributeByNameResponse.js.map +1 -0
- package/v2/model/DeleteTopicAttributesRequest.d.ts +8 -0
- package/v2/model/DeleteTopicAttributesRequest.d.ts.map +1 -0
- package/v2/model/DeleteTopicAttributesRequest.js +20 -0
- package/v2/model/DeleteTopicAttributesRequest.js.map +1 -0
- package/v2/model/DeleteTopicAttributesResponse.d.ts +9 -0
- package/v2/model/DeleteTopicAttributesResponse.d.ts.map +1 -0
- package/v2/model/DeleteTopicAttributesResponse.js +21 -0
- package/v2/model/DeleteTopicAttributesResponse.js.map +1 -0
- package/v2/model/DeleteTopicRequest.d.ts +8 -0
- package/v2/model/DeleteTopicRequest.d.ts.map +1 -0
- package/v2/model/DeleteTopicRequest.js +20 -0
- package/v2/model/DeleteTopicRequest.js.map +1 -0
- package/v2/model/DeleteTopicResponse.d.ts +9 -0
- package/v2/model/DeleteTopicResponse.d.ts.map +1 -0
- package/v2/model/DeleteTopicResponse.js +21 -0
- package/v2/model/DeleteTopicResponse.js.map +1 -0
- package/v2/model/LinksItem.d.ts +8 -0
- package/v2/model/LinksItem.d.ts.map +1 -0
- package/v2/model/LinksItem.js +19 -0
- package/v2/model/LinksItem.js.map +1 -0
- package/v2/model/ListApplicationAttributesRequest.d.ts +8 -0
- package/v2/model/ListApplicationAttributesRequest.d.ts.map +1 -0
- package/v2/model/ListApplicationAttributesRequest.js +20 -0
- package/v2/model/ListApplicationAttributesRequest.js.map +1 -0
- package/v2/model/ListApplicationAttributesResponse.d.ts +16 -0
- package/v2/model/ListApplicationAttributesResponse.d.ts.map +1 -0
- package/v2/model/ListApplicationAttributesResponse.js +35 -0
- package/v2/model/ListApplicationAttributesResponse.js.map +1 -0
- package/v2/model/ListApplicationAttributesResponseBodyAttributes.d.ts +10 -0
- package/v2/model/ListApplicationAttributesResponseBodyAttributes.d.ts.map +1 -0
- package/v2/model/ListApplicationAttributesResponseBodyAttributes.js +24 -0
- package/v2/model/ListApplicationAttributesResponseBodyAttributes.js.map +1 -0
- package/v2/model/ListApplicationEndpointAttributesRequest.d.ts +8 -0
- package/v2/model/ListApplicationEndpointAttributesRequest.d.ts.map +1 -0
- package/v2/model/ListApplicationEndpointAttributesRequest.js +20 -0
- package/v2/model/ListApplicationEndpointAttributesRequest.js.map +1 -0
- package/v2/model/ListApplicationEndpointAttributesResponse.d.ts +12 -0
- package/v2/model/ListApplicationEndpointAttributesResponse.d.ts.map +1 -0
- package/v2/model/ListApplicationEndpointAttributesResponse.js +25 -0
- package/v2/model/ListApplicationEndpointAttributesResponse.js.map +1 -0
- package/v2/model/ListApplicationEndpointAttributesResponseBodyAttributes.d.ts +12 -0
- package/v2/model/ListApplicationEndpointAttributesResponseBodyAttributes.d.ts.map +1 -0
- package/v2/model/ListApplicationEndpointAttributesResponseBodyAttributes.js +30 -0
- package/v2/model/ListApplicationEndpointAttributesResponseBodyAttributes.js.map +1 -0
- package/v2/model/ListApplicationEndpointsRequest.d.ts +20 -0
- package/v2/model/ListApplicationEndpointsRequest.d.ts.map +1 -0
- package/v2/model/ListApplicationEndpointsRequest.js +46 -0
- package/v2/model/ListApplicationEndpointsRequest.js.map +1 -0
- package/v2/model/ListApplicationEndpointsResponse.d.ts +16 -0
- package/v2/model/ListApplicationEndpointsResponse.d.ts.map +1 -0
- package/v2/model/ListApplicationEndpointsResponse.js +35 -0
- package/v2/model/ListApplicationEndpointsResponse.js.map +1 -0
- package/v2/model/ListApplicationsRequest.d.ts +12 -0
- package/v2/model/ListApplicationsRequest.d.ts.map +1 -0
- package/v2/model/ListApplicationsRequest.js +25 -0
- package/v2/model/ListApplicationsRequest.js.map +1 -0
- package/v2/model/ListApplicationsResponse.d.ts +16 -0
- package/v2/model/ListApplicationsResponse.d.ts.map +1 -0
- package/v2/model/ListApplicationsResponse.js +35 -0
- package/v2/model/ListApplicationsResponse.js.map +1 -0
- package/v2/model/ListInstanceRequestBody.d.ts +28 -0
- package/v2/model/ListInstanceRequestBody.d.ts.map +1 -0
- package/v2/model/ListInstanceRequestBody.js +60 -0
- package/v2/model/ListInstanceRequestBody.js.map +1 -0
- package/v2/model/ListLogtankRequest.d.ts +8 -0
- package/v2/model/ListLogtankRequest.d.ts.map +1 -0
- package/v2/model/ListLogtankRequest.js +20 -0
- package/v2/model/ListLogtankRequest.js.map +1 -0
- package/v2/model/ListLogtankResponse.d.ts +14 -0
- package/v2/model/ListLogtankResponse.d.ts.map +1 -0
- package/v2/model/ListLogtankResponse.js +29 -0
- package/v2/model/ListLogtankResponse.js.map +1 -0
- package/v2/model/ListMessageTemplateDetailsRequest.d.ts +8 -0
- package/v2/model/ListMessageTemplateDetailsRequest.d.ts.map +1 -0
- package/v2/model/ListMessageTemplateDetailsRequest.js +20 -0
- package/v2/model/ListMessageTemplateDetailsRequest.js.map +1 -0
- package/v2/model/ListMessageTemplateDetailsResponse.d.ts +33 -0
- package/v2/model/ListMessageTemplateDetailsResponse.d.ts.map +1 -0
- package/v2/model/ListMessageTemplateDetailsResponse.js +79 -0
- package/v2/model/ListMessageTemplateDetailsResponse.js.map +1 -0
- package/v2/model/ListMessageTemplatesRequest.d.ts +14 -0
- package/v2/model/ListMessageTemplatesRequest.d.ts.map +1 -0
- package/v2/model/ListMessageTemplatesRequest.js +31 -0
- package/v2/model/ListMessageTemplatesRequest.js.map +1 -0
- package/v2/model/ListMessageTemplatesResponse.d.ts +18 -0
- package/v2/model/ListMessageTemplatesResponse.d.ts.map +1 -0
- package/v2/model/ListMessageTemplatesResponse.js +41 -0
- package/v2/model/ListMessageTemplatesResponse.js.map +1 -0
- package/v2/model/ListProjectTagsRequest.d.ts +8 -0
- package/v2/model/ListProjectTagsRequest.d.ts.map +1 -0
- package/v2/model/ListProjectTagsRequest.js +20 -0
- package/v2/model/ListProjectTagsRequest.js.map +1 -0
- package/v2/model/ListProjectTagsResponse.d.ts +8 -0
- package/v2/model/ListProjectTagsResponse.d.ts.map +1 -0
- package/v2/model/ListProjectTagsResponse.js +15 -0
- package/v2/model/ListProjectTagsResponse.js.map +1 -0
- package/v2/model/ListResourceInstancesRequest.d.ts +11 -0
- package/v2/model/ListResourceInstancesRequest.d.ts.map +1 -0
- package/v2/model/ListResourceInstancesRequest.js +24 -0
- package/v2/model/ListResourceInstancesRequest.js.map +1 -0
- package/v2/model/ListResourceInstancesResponse.d.ts +12 -0
- package/v2/model/ListResourceInstancesResponse.d.ts.map +1 -0
- package/v2/model/ListResourceInstancesResponse.js +25 -0
- package/v2/model/ListResourceInstancesResponse.js.map +1 -0
- package/v2/model/ListResourceTagsRequest.d.ts +12 -0
- package/v2/model/ListResourceTagsRequest.d.ts.map +1 -0
- package/v2/model/ListResourceTagsRequest.js +31 -0
- package/v2/model/ListResourceTagsRequest.js.map +1 -0
- package/v2/model/ListResourceTagsResponse.d.ts +8 -0
- package/v2/model/ListResourceTagsResponse.d.ts.map +1 -0
- package/v2/model/ListResourceTagsResponse.js +15 -0
- package/v2/model/ListResourceTagsResponse.js.map +1 -0
- package/v2/model/ListSubscriptionsByTopicRequest.d.ts +12 -0
- package/v2/model/ListSubscriptionsByTopicRequest.d.ts.map +1 -0
- package/v2/model/ListSubscriptionsByTopicRequest.js +28 -0
- package/v2/model/ListSubscriptionsByTopicRequest.js.map +1 -0
- package/v2/model/ListSubscriptionsByTopicResponse.d.ts +16 -0
- package/v2/model/ListSubscriptionsByTopicResponse.d.ts.map +1 -0
- package/v2/model/ListSubscriptionsByTopicResponse.js +35 -0
- package/v2/model/ListSubscriptionsByTopicResponse.js.map +1 -0
- package/v2/model/ListSubscriptionsItem.d.ts +22 -0
- package/v2/model/ListSubscriptionsItem.d.ts.map +1 -0
- package/v2/model/ListSubscriptionsItem.js +56 -0
- package/v2/model/ListSubscriptionsItem.js.map +1 -0
- package/v2/model/ListSubscriptionsRequest.d.ts +14 -0
- package/v2/model/ListSubscriptionsRequest.d.ts.map +1 -0
- package/v2/model/ListSubscriptionsRequest.js +29 -0
- package/v2/model/ListSubscriptionsRequest.js.map +1 -0
- package/v2/model/ListSubscriptionsResponse.d.ts +16 -0
- package/v2/model/ListSubscriptionsResponse.d.ts.map +1 -0
- package/v2/model/ListSubscriptionsResponse.js +35 -0
- package/v2/model/ListSubscriptionsResponse.js.map +1 -0
- package/v2/model/ListTopicAttributesRequest.d.ts +10 -0
- package/v2/model/ListTopicAttributesRequest.d.ts.map +1 -0
- package/v2/model/ListTopicAttributesRequest.js +25 -0
- package/v2/model/ListTopicAttributesRequest.js.map +1 -0
- package/v2/model/ListTopicAttributesResponse.d.ts +12 -0
- package/v2/model/ListTopicAttributesResponse.d.ts.map +1 -0
- package/v2/model/ListTopicAttributesResponse.js +25 -0
- package/v2/model/ListTopicAttributesResponse.js.map +1 -0
- package/v2/model/ListTopicDetailsRequest.d.ts +8 -0
- package/v2/model/ListTopicDetailsRequest.d.ts.map +1 -0
- package/v2/model/ListTopicDetailsRequest.js +20 -0
- package/v2/model/ListTopicDetailsRequest.js.map +1 -0
- package/v2/model/ListTopicDetailsResponse.d.ts +39 -0
- package/v2/model/ListTopicDetailsResponse.d.ts.map +1 -0
- package/v2/model/ListTopicDetailsResponse.js +95 -0
- package/v2/model/ListTopicDetailsResponse.js.map +1 -0
- package/v2/model/ListTopicsItem.d.ts +26 -0
- package/v2/model/ListTopicsItem.d.ts.map +1 -0
- package/v2/model/ListTopicsItem.js +69 -0
- package/v2/model/ListTopicsItem.js.map +1 -0
- package/v2/model/ListTopicsRequest.d.ts +22 -0
- package/v2/model/ListTopicsRequest.d.ts.map +1 -0
- package/v2/model/ListTopicsRequest.js +51 -0
- package/v2/model/ListTopicsRequest.js.map +1 -0
- package/v2/model/ListTopicsResponse.d.ts +16 -0
- package/v2/model/ListTopicsResponse.d.ts.map +1 -0
- package/v2/model/ListTopicsResponse.js +35 -0
- package/v2/model/ListTopicsResponse.js.map +1 -0
- package/v2/model/ListVersionRequest.d.ts +4 -0
- package/v2/model/ListVersionRequest.d.ts.map +1 -0
- package/v2/model/ListVersionRequest.js +9 -0
- package/v2/model/ListVersionRequest.js.map +1 -0
- package/v2/model/ListVersionResponse.d.ts +8 -0
- package/v2/model/ListVersionResponse.d.ts.map +1 -0
- package/v2/model/ListVersionResponse.js +15 -0
- package/v2/model/ListVersionResponse.js.map +1 -0
- package/v2/model/ListVersionsRequest.d.ts +4 -0
- package/v2/model/ListVersionsRequest.d.ts.map +1 -0
- package/v2/model/ListVersionsRequest.js +9 -0
- package/v2/model/ListVersionsRequest.js.map +1 -0
- package/v2/model/ListVersionsResponse.d.ts +8 -0
- package/v2/model/ListVersionsResponse.d.ts.map +1 -0
- package/v2/model/ListVersionsResponse.js +15 -0
- package/v2/model/ListVersionsResponse.js.map +1 -0
- package/v2/model/LogtankItem.d.ts +22 -0
- package/v2/model/LogtankItem.d.ts.map +1 -0
- package/v2/model/LogtankItem.js +58 -0
- package/v2/model/LogtankItem.js.map +1 -0
- package/v2/model/MessageTemplate.d.ts +26 -0
- package/v2/model/MessageTemplate.d.ts.map +1 -0
- package/v2/model/MessageTemplate.js +69 -0
- package/v2/model/MessageTemplate.js.map +1 -0
- package/v2/model/PublishAppMessageRequest.d.ts +11 -0
- package/v2/model/PublishAppMessageRequest.d.ts.map +1 -0
- package/v2/model/PublishAppMessageRequest.js +24 -0
- package/v2/model/PublishAppMessageRequest.js.map +1 -0
- package/v2/model/PublishAppMessageRequestBody.d.ts +14 -0
- package/v2/model/PublishAppMessageRequestBody.d.ts.map +1 -0
- package/v2/model/PublishAppMessageRequestBody.js +33 -0
- package/v2/model/PublishAppMessageRequestBody.js.map +1 -0
- package/v2/model/PublishAppMessageResponse.d.ts +13 -0
- package/v2/model/PublishAppMessageResponse.d.ts.map +1 -0
- package/v2/model/PublishAppMessageResponse.js +31 -0
- package/v2/model/PublishAppMessageResponse.js.map +1 -0
- package/v2/model/PublishMessageRequest.d.ts +11 -0
- package/v2/model/PublishMessageRequest.d.ts.map +1 -0
- package/v2/model/PublishMessageRequest.js +24 -0
- package/v2/model/PublishMessageRequest.js.map +1 -0
- package/v2/model/PublishMessageRequestBody.d.ts +26 -0
- package/v2/model/PublishMessageRequestBody.d.ts.map +1 -0
- package/v2/model/PublishMessageRequestBody.js +51 -0
- package/v2/model/PublishMessageRequestBody.js.map +1 -0
- package/v2/model/PublishMessageResponse.d.ts +13 -0
- package/v2/model/PublishMessageResponse.d.ts.map +1 -0
- package/v2/model/PublishMessageResponse.js +31 -0
- package/v2/model/PublishMessageResponse.js.map +1 -0
- package/v2/model/ResourceDetail.d.ts +18 -0
- package/v2/model/ResourceDetail.d.ts.map +1 -0
- package/v2/model/ResourceDetail.js +47 -0
- package/v2/model/ResourceDetail.js.map +1 -0
- package/v2/model/ResourceTag.d.ts +8 -0
- package/v2/model/ResourceTag.d.ts.map +1 -0
- package/v2/model/ResourceTag.js +19 -0
- package/v2/model/ResourceTag.js.map +1 -0
- package/v2/model/ResourceTags.d.ts +8 -0
- package/v2/model/ResourceTags.d.ts.map +1 -0
- package/v2/model/ResourceTags.js +19 -0
- package/v2/model/ResourceTags.js.map +1 -0
- package/v2/model/Statement.d.ts +36 -0
- package/v2/model/Statement.d.ts.map +1 -0
- package/v2/model/Statement.js +91 -0
- package/v2/model/Statement.js.map +1 -0
- package/v2/model/SubscriptionExtension.d.ts +18 -0
- package/v2/model/SubscriptionExtension.d.ts.map +1 -0
- package/v2/model/SubscriptionExtension.js +43 -0
- package/v2/model/SubscriptionExtension.js.map +1 -0
- package/v2/model/TagMatch.d.ts +8 -0
- package/v2/model/TagMatch.d.ts.map +1 -0
- package/v2/model/TagMatch.js +19 -0
- package/v2/model/TagMatch.js.map +1 -0
- package/v2/model/TagResource.d.ts +20 -0
- package/v2/model/TagResource.d.ts.map +1 -0
- package/v2/model/TagResource.js +47 -0
- package/v2/model/TagResource.js.map +1 -0
- package/v2/model/TopicAttribute.d.ts +11 -0
- package/v2/model/TopicAttribute.d.ts.map +1 -0
- package/v2/model/TopicAttribute.js +23 -0
- package/v2/model/TopicAttribute.js.map +1 -0
- package/v2/model/UpdateApplicationEndpointRequest.d.ts +11 -0
- package/v2/model/UpdateApplicationEndpointRequest.d.ts.map +1 -0
- package/v2/model/UpdateApplicationEndpointRequest.js +24 -0
- package/v2/model/UpdateApplicationEndpointRequest.js.map +1 -0
- package/v2/model/UpdateApplicationEndpointRequestBody.d.ts +10 -0
- package/v2/model/UpdateApplicationEndpointRequestBody.d.ts.map +1 -0
- package/v2/model/UpdateApplicationEndpointRequestBody.js +23 -0
- package/v2/model/UpdateApplicationEndpointRequestBody.js.map +1 -0
- package/v2/model/UpdateApplicationEndpointResponse.d.ts +9 -0
- package/v2/model/UpdateApplicationEndpointResponse.d.ts.map +1 -0
- package/v2/model/UpdateApplicationEndpointResponse.js +21 -0
- package/v2/model/UpdateApplicationEndpointResponse.js.map +1 -0
- package/v2/model/UpdateApplicationRequest.d.ts +11 -0
- package/v2/model/UpdateApplicationRequest.d.ts.map +1 -0
- package/v2/model/UpdateApplicationRequest.js +24 -0
- package/v2/model/UpdateApplicationRequest.js.map +1 -0
- package/v2/model/UpdateApplicationRequestBody.d.ts +12 -0
- package/v2/model/UpdateApplicationRequestBody.d.ts.map +1 -0
- package/v2/model/UpdateApplicationRequestBody.js +31 -0
- package/v2/model/UpdateApplicationRequestBody.js.map +1 -0
- package/v2/model/UpdateApplicationResponse.d.ts +9 -0
- package/v2/model/UpdateApplicationResponse.d.ts.map +1 -0
- package/v2/model/UpdateApplicationResponse.js +21 -0
- package/v2/model/UpdateApplicationResponse.js.map +1 -0
- package/v2/model/UpdateLogtankRequest.d.ts +15 -0
- package/v2/model/UpdateLogtankRequest.d.ts.map +1 -0
- package/v2/model/UpdateLogtankRequest.js +35 -0
- package/v2/model/UpdateLogtankRequest.js.map +1 -0
- package/v2/model/UpdateLogtankRequestBody.d.ts +12 -0
- package/v2/model/UpdateLogtankRequestBody.d.ts.map +1 -0
- package/v2/model/UpdateLogtankRequestBody.js +31 -0
- package/v2/model/UpdateLogtankRequestBody.js.map +1 -0
- package/v2/model/UpdateLogtankResponse.d.ts +12 -0
- package/v2/model/UpdateLogtankResponse.d.ts.map +1 -0
- package/v2/model/UpdateLogtankResponse.js +25 -0
- package/v2/model/UpdateLogtankResponse.js.map +1 -0
- package/v2/model/UpdateMessageTemplateRequest.d.ts +11 -0
- package/v2/model/UpdateMessageTemplateRequest.d.ts.map +1 -0
- package/v2/model/UpdateMessageTemplateRequest.js +24 -0
- package/v2/model/UpdateMessageTemplateRequest.js.map +1 -0
- package/v2/model/UpdateMessageTemplateRequestBody.d.ts +6 -0
- package/v2/model/UpdateMessageTemplateRequestBody.d.ts.map +1 -0
- package/v2/model/UpdateMessageTemplateRequestBody.js +14 -0
- package/v2/model/UpdateMessageTemplateRequestBody.js.map +1 -0
- package/v2/model/UpdateMessageTemplateResponse.d.ts +9 -0
- package/v2/model/UpdateMessageTemplateResponse.d.ts.map +1 -0
- package/v2/model/UpdateMessageTemplateResponse.js +21 -0
- package/v2/model/UpdateMessageTemplateResponse.js.map +1 -0
- package/v2/model/UpdateSubscriptionRequest.d.ts +15 -0
- package/v2/model/UpdateSubscriptionRequest.d.ts.map +1 -0
- package/v2/model/UpdateSubscriptionRequest.js +35 -0
- package/v2/model/UpdateSubscriptionRequest.js.map +1 -0
- package/v2/model/UpdateSubscriptionRequestBody.d.ts +6 -0
- package/v2/model/UpdateSubscriptionRequestBody.d.ts.map +1 -0
- package/v2/model/UpdateSubscriptionRequestBody.js +14 -0
- package/v2/model/UpdateSubscriptionRequestBody.js.map +1 -0
- package/v2/model/UpdateSubscriptionResponse.d.ts +13 -0
- package/v2/model/UpdateSubscriptionResponse.d.ts.map +1 -0
- package/v2/model/UpdateSubscriptionResponse.js +31 -0
- package/v2/model/UpdateSubscriptionResponse.js.map +1 -0
- package/v2/model/UpdateTopicAttributeRequest.d.ts +13 -0
- package/v2/model/UpdateTopicAttributeRequest.d.ts.map +1 -0
- package/v2/model/UpdateTopicAttributeRequest.js +29 -0
- package/v2/model/UpdateTopicAttributeRequest.js.map +1 -0
- package/v2/model/UpdateTopicAttributeRequestBody.d.ts +6 -0
- package/v2/model/UpdateTopicAttributeRequestBody.d.ts.map +1 -0
- package/v2/model/UpdateTopicAttributeRequestBody.js +14 -0
- package/v2/model/UpdateTopicAttributeRequestBody.js.map +1 -0
- package/v2/model/UpdateTopicAttributeResponse.d.ts +9 -0
- package/v2/model/UpdateTopicAttributeResponse.d.ts.map +1 -0
- package/v2/model/UpdateTopicAttributeResponse.js +21 -0
- package/v2/model/UpdateTopicAttributeResponse.js.map +1 -0
- package/v2/model/UpdateTopicRequest.d.ts +11 -0
- package/v2/model/UpdateTopicRequest.d.ts.map +1 -0
- package/v2/model/UpdateTopicRequest.js +24 -0
- package/v2/model/UpdateTopicRequest.js.map +1 -0
- package/v2/model/UpdateTopicRequestBody.d.ts +8 -0
- package/v2/model/UpdateTopicRequestBody.d.ts.map +1 -0
- package/v2/model/UpdateTopicRequestBody.js +20 -0
- package/v2/model/UpdateTopicRequestBody.js.map +1 -0
- package/v2/model/UpdateTopicResponse.d.ts +9 -0
- package/v2/model/UpdateTopicResponse.d.ts.map +1 -0
- package/v2/model/UpdateTopicResponse.js +21 -0
- package/v2/model/UpdateTopicResponse.js.map +1 -0
- package/v2/model/VersionItem.d.ts +19 -0
- package/v2/model/VersionItem.d.ts.map +1 -0
- package/v2/model/VersionItem.js +45 -0
- package/v2/model/VersionItem.js.map +1 -0
- package/v2/{public-api.ts → public-api.d.ts} +1 -1
- package/v2/public-api.d.ts.map +1 -0
- package/v2/public-api.js +142 -0
- package/v2/public-api.js.map +1 -0
- package/huaweicloud-sdk-smn.ts +0 -4
- package/v2/SmnRegion.ts +0 -62
- package/v2/model/AccessPolicy.ts +0 -43
- package/v2/model/AddSubscriptionRequest.ts +0 -24
- package/v2/model/AddSubscriptionRequestBody.ts +0 -29
- package/v2/model/AddSubscriptionResponse.ts +0 -30
- package/v2/model/ApplicationEndpoint.ts +0 -54
- package/v2/model/ApplicationItem.ts +0 -71
- package/v2/model/BatchCreateOrDeleteResourceTagsRequest.ts +0 -36
- package/v2/model/BatchCreateOrDeleteResourceTagsRequestBody.ts +0 -19
- package/v2/model/BatchCreateOrDeleteResourceTagsResponse.ts +0 -8
- package/v2/model/CancelSubscriptionRequest.ts +0 -18
- package/v2/model/CancelSubscriptionResponse.ts +0 -19
- package/v2/model/CreateApplicationEndpointRequest.ts +0 -24
- package/v2/model/CreateApplicationEndpointRequestBody.ts +0 -24
- package/v2/model/CreateApplicationEndpointResponse.ts +0 -30
- package/v2/model/CreateApplicationRequest.ts +0 -12
- package/v2/model/CreateApplicationRequestBody.ts +0 -42
- package/v2/model/CreateApplicationResponse.ts +0 -41
- package/v2/model/CreateLogtankRequest.ts +0 -24
- package/v2/model/CreateLogtankRequestBody.ts +0 -30
- package/v2/model/CreateLogtankResponse.ts +0 -24
- package/v2/model/CreateMessageTemplateRequest.ts +0 -12
- package/v2/model/CreateMessageTemplateRequestBody.ts +0 -30
- package/v2/model/CreateMessageTemplateResponse.ts +0 -30
- package/v2/model/CreateResourceTagRequest.ts +0 -36
- package/v2/model/CreateResourceTagRequestBody.ts +0 -13
- package/v2/model/CreateResourceTagResponse.ts +0 -8
- package/v2/model/CreateTopicRequest.ts +0 -12
- package/v2/model/CreateTopicRequestBody.ts +0 -35
- package/v2/model/CreateTopicResponse.ts +0 -30
- package/v2/model/DeleteApplicationEndpointRequest.ts +0 -18
- package/v2/model/DeleteApplicationEndpointResponse.ts +0 -19
- package/v2/model/DeleteApplicationRequest.ts +0 -18
- package/v2/model/DeleteApplicationResponse.ts +0 -19
- package/v2/model/DeleteLogtankRequest.ts +0 -30
- package/v2/model/DeleteLogtankResponse.ts +0 -19
- package/v2/model/DeleteMessageTemplateRequest.ts +0 -18
- package/v2/model/DeleteMessageTemplateResponse.ts +0 -19
- package/v2/model/DeleteResourceTagRequest.ts +0 -36
- package/v2/model/DeleteResourceTagResponse.ts +0 -8
- package/v2/model/DeleteTopicAttributeByNameRequest.ts +0 -24
- package/v2/model/DeleteTopicAttributeByNameResponse.ts +0 -19
- package/v2/model/DeleteTopicAttributesRequest.ts +0 -18
- package/v2/model/DeleteTopicAttributesResponse.ts +0 -19
- package/v2/model/DeleteTopicRequest.ts +0 -18
- package/v2/model/DeleteTopicResponse.ts +0 -19
- package/v2/model/LinksItem.ts +0 -18
- package/v2/model/ListApplicationAttributesRequest.ts +0 -18
- package/v2/model/ListApplicationAttributesResponse.ts +0 -36
- package/v2/model/ListApplicationAttributesResponseBodyAttributes.ts +0 -23
- package/v2/model/ListApplicationEndpointAttributesRequest.ts +0 -18
- package/v2/model/ListApplicationEndpointAttributesResponse.ts +0 -25
- package/v2/model/ListApplicationEndpointAttributesResponseBodyAttributes.ts +0 -30
- package/v2/model/ListApplicationEndpointsRequest.ts +0 -49
- package/v2/model/ListApplicationEndpointsResponse.ts +0 -36
- package/v2/model/ListApplicationsRequest.ts +0 -26
- package/v2/model/ListApplicationsResponse.ts +0 -36
- package/v2/model/ListInstanceRequestBody.ts +0 -67
- package/v2/model/ListLogtankRequest.ts +0 -18
- package/v2/model/ListLogtankResponse.ts +0 -30
- package/v2/model/ListMessageTemplateDetailsRequest.ts +0 -18
- package/v2/model/ListMessageTemplateDetailsResponse.ts +0 -84
- package/v2/model/ListMessageTemplatesRequest.ts +0 -32
- package/v2/model/ListMessageTemplatesResponse.ts +0 -42
- package/v2/model/ListProjectTagsRequest.ts +0 -18
- package/v2/model/ListProjectTagsResponse.ts +0 -14
- package/v2/model/ListResourceInstancesRequest.ts +0 -24
- package/v2/model/ListResourceInstancesResponse.ts +0 -25
- package/v2/model/ListResourceTagsRequest.ts +0 -30
- package/v2/model/ListResourceTagsResponse.ts +0 -14
- package/v2/model/ListSubscriptionsByTopicRequest.ts +0 -28
- package/v2/model/ListSubscriptionsByTopicResponse.ts +0 -36
- package/v2/model/ListSubscriptionsItem.ts +0 -60
- package/v2/model/ListSubscriptionsRequest.ts +0 -31
- package/v2/model/ListSubscriptionsResponse.ts +0 -36
- package/v2/model/ListTopicAttributesRequest.ts +0 -24
- package/v2/model/ListTopicAttributesResponse.ts +0 -25
- package/v2/model/ListTopicDetailsRequest.ts +0 -18
- package/v2/model/ListTopicDetailsResponse.ts +0 -101
- package/v2/model/ListTopicsItem.ts +0 -72
- package/v2/model/ListTopicsRequest.ts +0 -54
- package/v2/model/ListTopicsResponse.ts +0 -36
- package/v2/model/ListVersionRequest.ts +0 -6
- package/v2/model/ListVersionResponse.ts +0 -14
- package/v2/model/ListVersionsRequest.ts +0 -6
- package/v2/model/ListVersionsResponse.ts +0 -14
- package/v2/model/LogtankItem.ts +0 -60
- package/v2/model/MessageTemplate.ts +0 -72
- package/v2/model/PublishAppMessageRequest.ts +0 -24
- package/v2/model/PublishAppMessageRequestBody.ts +0 -33
- package/v2/model/PublishAppMessageResponse.ts +0 -30
- package/v2/model/PublishMessageRequest.ts +0 -24
- package/v2/model/PublishMessageRequestBody.ts +0 -54
- package/v2/model/PublishMessageResponse.ts +0 -30
- package/v2/model/ResourceDetail.ts +0 -48
- package/v2/model/ResourceTag.ts +0 -18
- package/v2/model/ResourceTags.ts +0 -18
- package/v2/model/Statement.ts +0 -96
- package/v2/model/SubscriptionExtension.ts +0 -44
- package/v2/model/TagMatch.ts +0 -18
- package/v2/model/TagResource.ts +0 -50
- package/v2/model/TopicAttribute.ts +0 -23
- package/v2/model/UpdateApplicationEndpointRequest.ts +0 -24
- package/v2/model/UpdateApplicationEndpointRequestBody.ts +0 -22
- package/v2/model/UpdateApplicationEndpointResponse.ts +0 -19
- package/v2/model/UpdateApplicationRequest.ts +0 -24
- package/v2/model/UpdateApplicationRequestBody.ts +0 -30
- package/v2/model/UpdateApplicationResponse.ts +0 -19
- package/v2/model/UpdateLogtankRequest.ts +0 -36
- package/v2/model/UpdateLogtankRequestBody.ts +0 -30
- package/v2/model/UpdateLogtankResponse.ts +0 -25
- package/v2/model/UpdateMessageTemplateRequest.ts +0 -24
- package/v2/model/UpdateMessageTemplateRequestBody.ts +0 -12
- package/v2/model/UpdateMessageTemplateResponse.ts +0 -19
- package/v2/model/UpdateSubscriptionRequest.ts +0 -36
- package/v2/model/UpdateSubscriptionRequestBody.ts +0 -12
- package/v2/model/UpdateSubscriptionResponse.ts +0 -30
- package/v2/model/UpdateTopicAttributeRequest.ts +0 -30
- package/v2/model/UpdateTopicAttributeRequestBody.ts +0 -12
- package/v2/model/UpdateTopicAttributeResponse.ts +0 -19
- package/v2/model/UpdateTopicRequest.ts +0 -24
- package/v2/model/UpdateTopicRequestBody.ts +0 -18
- package/v2/model/UpdateTopicResponse.ts +0 -19
- package/v2/model/VersionItem.ts +0 -49
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
-
|
|
4
|
-
export class DeleteTopicAttributeByNameResponse extends SdkResponse {
|
|
5
|
-
private 'request_id'?: string | undefined;
|
|
6
|
-
public constructor() {
|
|
7
|
-
super();
|
|
8
|
-
}
|
|
9
|
-
public withRequestId(requestId: string): DeleteTopicAttributeByNameResponse {
|
|
10
|
-
this['request_id'] = requestId;
|
|
11
|
-
return this;
|
|
12
|
-
}
|
|
13
|
-
public set requestId(requestId: string | undefined) {
|
|
14
|
-
this['request_id'] = requestId;
|
|
15
|
-
}
|
|
16
|
-
public get requestId() {
|
|
17
|
-
return this['request_id'];
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class DeleteTopicAttributesRequest {
|
|
4
|
-
private 'topic_urn': string | undefined;
|
|
5
|
-
public constructor(topicUrn?: any) {
|
|
6
|
-
this['topic_urn'] = topicUrn;
|
|
7
|
-
}
|
|
8
|
-
public withTopicUrn(topicUrn: string): DeleteTopicAttributesRequest {
|
|
9
|
-
this['topic_urn'] = topicUrn;
|
|
10
|
-
return this;
|
|
11
|
-
}
|
|
12
|
-
public set topicUrn(topicUrn: string | undefined) {
|
|
13
|
-
this['topic_urn'] = topicUrn;
|
|
14
|
-
}
|
|
15
|
-
public get topicUrn() {
|
|
16
|
-
return this['topic_urn'];
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
-
|
|
4
|
-
export class DeleteTopicAttributesResponse extends SdkResponse {
|
|
5
|
-
private 'request_id'?: string | undefined;
|
|
6
|
-
public constructor() {
|
|
7
|
-
super();
|
|
8
|
-
}
|
|
9
|
-
public withRequestId(requestId: string): DeleteTopicAttributesResponse {
|
|
10
|
-
this['request_id'] = requestId;
|
|
11
|
-
return this;
|
|
12
|
-
}
|
|
13
|
-
public set requestId(requestId: string | undefined) {
|
|
14
|
-
this['request_id'] = requestId;
|
|
15
|
-
}
|
|
16
|
-
public get requestId() {
|
|
17
|
-
return this['request_id'];
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class DeleteTopicRequest {
|
|
4
|
-
private 'topic_urn': string | undefined;
|
|
5
|
-
public constructor(topicUrn?: any) {
|
|
6
|
-
this['topic_urn'] = topicUrn;
|
|
7
|
-
}
|
|
8
|
-
public withTopicUrn(topicUrn: string): DeleteTopicRequest {
|
|
9
|
-
this['topic_urn'] = topicUrn;
|
|
10
|
-
return this;
|
|
11
|
-
}
|
|
12
|
-
public set topicUrn(topicUrn: string | undefined) {
|
|
13
|
-
this['topic_urn'] = topicUrn;
|
|
14
|
-
}
|
|
15
|
-
public get topicUrn() {
|
|
16
|
-
return this['topic_urn'];
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
-
|
|
4
|
-
export class DeleteTopicResponse extends SdkResponse {
|
|
5
|
-
private 'request_id'?: string | undefined;
|
|
6
|
-
public constructor() {
|
|
7
|
-
super();
|
|
8
|
-
}
|
|
9
|
-
public withRequestId(requestId: string): DeleteTopicResponse {
|
|
10
|
-
this['request_id'] = requestId;
|
|
11
|
-
return this;
|
|
12
|
-
}
|
|
13
|
-
public set requestId(requestId: string | undefined) {
|
|
14
|
-
this['request_id'] = requestId;
|
|
15
|
-
}
|
|
16
|
-
public get requestId() {
|
|
17
|
-
return this['request_id'];
|
|
18
|
-
}
|
|
19
|
-
}
|
package/v2/model/LinksItem.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class LinksItem {
|
|
4
|
-
public href: string;
|
|
5
|
-
public rel: string;
|
|
6
|
-
public constructor(href?: any, rel?: any) {
|
|
7
|
-
this['href'] = href;
|
|
8
|
-
this['rel'] = rel;
|
|
9
|
-
}
|
|
10
|
-
public withHref(href: string): LinksItem {
|
|
11
|
-
this['href'] = href;
|
|
12
|
-
return this;
|
|
13
|
-
}
|
|
14
|
-
public withRel(rel: string): LinksItem {
|
|
15
|
-
this['rel'] = rel;
|
|
16
|
-
return this;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class ListApplicationAttributesRequest {
|
|
4
|
-
private 'application_urn': string | undefined;
|
|
5
|
-
public constructor(applicationUrn?: any) {
|
|
6
|
-
this['application_urn'] = applicationUrn;
|
|
7
|
-
}
|
|
8
|
-
public withApplicationUrn(applicationUrn: string): ListApplicationAttributesRequest {
|
|
9
|
-
this['application_urn'] = applicationUrn;
|
|
10
|
-
return this;
|
|
11
|
-
}
|
|
12
|
-
public set applicationUrn(applicationUrn: string | undefined) {
|
|
13
|
-
this['application_urn'] = applicationUrn;
|
|
14
|
-
}
|
|
15
|
-
public get applicationUrn() {
|
|
16
|
-
return this['application_urn'];
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ListApplicationAttributesResponseBodyAttributes } from './ListApplicationAttributesResponseBodyAttributes';
|
|
2
|
-
|
|
3
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
4
|
-
|
|
5
|
-
export class ListApplicationAttributesResponse extends SdkResponse {
|
|
6
|
-
private 'request_id'?: string | undefined;
|
|
7
|
-
private 'application_id'?: string | undefined;
|
|
8
|
-
public attributes?: ListApplicationAttributesResponseBodyAttributes;
|
|
9
|
-
public constructor() {
|
|
10
|
-
super();
|
|
11
|
-
}
|
|
12
|
-
public withRequestId(requestId: string): ListApplicationAttributesResponse {
|
|
13
|
-
this['request_id'] = requestId;
|
|
14
|
-
return this;
|
|
15
|
-
}
|
|
16
|
-
public set requestId(requestId: string | undefined) {
|
|
17
|
-
this['request_id'] = requestId;
|
|
18
|
-
}
|
|
19
|
-
public get requestId() {
|
|
20
|
-
return this['request_id'];
|
|
21
|
-
}
|
|
22
|
-
public withApplicationId(applicationId: string): ListApplicationAttributesResponse {
|
|
23
|
-
this['application_id'] = applicationId;
|
|
24
|
-
return this;
|
|
25
|
-
}
|
|
26
|
-
public set applicationId(applicationId: string | undefined) {
|
|
27
|
-
this['application_id'] = applicationId;
|
|
28
|
-
}
|
|
29
|
-
public get applicationId() {
|
|
30
|
-
return this['application_id'];
|
|
31
|
-
}
|
|
32
|
-
public withAttributes(attributes: ListApplicationAttributesResponseBodyAttributes): ListApplicationAttributesResponse {
|
|
33
|
-
this['attributes'] = attributes;
|
|
34
|
-
return this;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class ListApplicationAttributesResponseBodyAttributes {
|
|
4
|
-
public enabled: string;
|
|
5
|
-
private 'apple_certificate_expiration_date'?: string | undefined;
|
|
6
|
-
public constructor(enabled?: any) {
|
|
7
|
-
this['enabled'] = enabled;
|
|
8
|
-
}
|
|
9
|
-
public withEnabled(enabled: string): ListApplicationAttributesResponseBodyAttributes {
|
|
10
|
-
this['enabled'] = enabled;
|
|
11
|
-
return this;
|
|
12
|
-
}
|
|
13
|
-
public withAppleCertificateExpirationDate(appleCertificateExpirationDate: string): ListApplicationAttributesResponseBodyAttributes {
|
|
14
|
-
this['apple_certificate_expiration_date'] = appleCertificateExpirationDate;
|
|
15
|
-
return this;
|
|
16
|
-
}
|
|
17
|
-
public set appleCertificateExpirationDate(appleCertificateExpirationDate: string | undefined) {
|
|
18
|
-
this['apple_certificate_expiration_date'] = appleCertificateExpirationDate;
|
|
19
|
-
}
|
|
20
|
-
public get appleCertificateExpirationDate() {
|
|
21
|
-
return this['apple_certificate_expiration_date'];
|
|
22
|
-
}
|
|
23
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class ListApplicationEndpointAttributesRequest {
|
|
4
|
-
private 'endpoint_urn': string | undefined;
|
|
5
|
-
public constructor(endpointUrn?: any) {
|
|
6
|
-
this['endpoint_urn'] = endpointUrn;
|
|
7
|
-
}
|
|
8
|
-
public withEndpointUrn(endpointUrn: string): ListApplicationEndpointAttributesRequest {
|
|
9
|
-
this['endpoint_urn'] = endpointUrn;
|
|
10
|
-
return this;
|
|
11
|
-
}
|
|
12
|
-
public set endpointUrn(endpointUrn: string | undefined) {
|
|
13
|
-
this['endpoint_urn'] = endpointUrn;
|
|
14
|
-
}
|
|
15
|
-
public get endpointUrn() {
|
|
16
|
-
return this['endpoint_urn'];
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ListApplicationEndpointAttributesResponseBodyAttributes } from './ListApplicationEndpointAttributesResponseBodyAttributes';
|
|
2
|
-
|
|
3
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
4
|
-
|
|
5
|
-
export class ListApplicationEndpointAttributesResponse extends SdkResponse {
|
|
6
|
-
private 'request_id'?: string | undefined;
|
|
7
|
-
public attributes?: ListApplicationEndpointAttributesResponseBodyAttributes;
|
|
8
|
-
public constructor() {
|
|
9
|
-
super();
|
|
10
|
-
}
|
|
11
|
-
public withRequestId(requestId: string): ListApplicationEndpointAttributesResponse {
|
|
12
|
-
this['request_id'] = requestId;
|
|
13
|
-
return this;
|
|
14
|
-
}
|
|
15
|
-
public set requestId(requestId: string | undefined) {
|
|
16
|
-
this['request_id'] = requestId;
|
|
17
|
-
}
|
|
18
|
-
public get requestId() {
|
|
19
|
-
return this['request_id'];
|
|
20
|
-
}
|
|
21
|
-
public withAttributes(attributes: ListApplicationEndpointAttributesResponseBodyAttributes): ListApplicationEndpointAttributesResponse {
|
|
22
|
-
this['attributes'] = attributes;
|
|
23
|
-
return this;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class ListApplicationEndpointAttributesResponseBodyAttributes {
|
|
4
|
-
public enabled: string;
|
|
5
|
-
public token: string;
|
|
6
|
-
private 'user_data': string | undefined;
|
|
7
|
-
public constructor(enabled?: any, token?: any, userData?: any) {
|
|
8
|
-
this['enabled'] = enabled;
|
|
9
|
-
this['token'] = token;
|
|
10
|
-
this['user_data'] = userData;
|
|
11
|
-
}
|
|
12
|
-
public withEnabled(enabled: string): ListApplicationEndpointAttributesResponseBodyAttributes {
|
|
13
|
-
this['enabled'] = enabled;
|
|
14
|
-
return this;
|
|
15
|
-
}
|
|
16
|
-
public withToken(token: string): ListApplicationEndpointAttributesResponseBodyAttributes {
|
|
17
|
-
this['token'] = token;
|
|
18
|
-
return this;
|
|
19
|
-
}
|
|
20
|
-
public withUserData(userData: string): ListApplicationEndpointAttributesResponseBodyAttributes {
|
|
21
|
-
this['user_data'] = userData;
|
|
22
|
-
return this;
|
|
23
|
-
}
|
|
24
|
-
public set userData(userData: string | undefined) {
|
|
25
|
-
this['user_data'] = userData;
|
|
26
|
-
}
|
|
27
|
-
public get userData() {
|
|
28
|
-
return this['user_data'];
|
|
29
|
-
}
|
|
30
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class ListApplicationEndpointsRequest {
|
|
4
|
-
private 'application_urn': string | undefined;
|
|
5
|
-
public offset?: number;
|
|
6
|
-
public limit?: number;
|
|
7
|
-
public enabled?: string;
|
|
8
|
-
public token?: string;
|
|
9
|
-
private 'user_data'?: string | undefined;
|
|
10
|
-
public constructor(applicationUrn?: any) {
|
|
11
|
-
this['application_urn'] = applicationUrn;
|
|
12
|
-
}
|
|
13
|
-
public withApplicationUrn(applicationUrn: string): ListApplicationEndpointsRequest {
|
|
14
|
-
this['application_urn'] = applicationUrn;
|
|
15
|
-
return this;
|
|
16
|
-
}
|
|
17
|
-
public set applicationUrn(applicationUrn: string | undefined) {
|
|
18
|
-
this['application_urn'] = applicationUrn;
|
|
19
|
-
}
|
|
20
|
-
public get applicationUrn() {
|
|
21
|
-
return this['application_urn'];
|
|
22
|
-
}
|
|
23
|
-
public withOffset(offset: number): ListApplicationEndpointsRequest {
|
|
24
|
-
this['offset'] = offset;
|
|
25
|
-
return this;
|
|
26
|
-
}
|
|
27
|
-
public withLimit(limit: number): ListApplicationEndpointsRequest {
|
|
28
|
-
this['limit'] = limit;
|
|
29
|
-
return this;
|
|
30
|
-
}
|
|
31
|
-
public withEnabled(enabled: string): ListApplicationEndpointsRequest {
|
|
32
|
-
this['enabled'] = enabled;
|
|
33
|
-
return this;
|
|
34
|
-
}
|
|
35
|
-
public withToken(token: string): ListApplicationEndpointsRequest {
|
|
36
|
-
this['token'] = token;
|
|
37
|
-
return this;
|
|
38
|
-
}
|
|
39
|
-
public withUserData(userData: string): ListApplicationEndpointsRequest {
|
|
40
|
-
this['user_data'] = userData;
|
|
41
|
-
return this;
|
|
42
|
-
}
|
|
43
|
-
public set userData(userData: string | undefined) {
|
|
44
|
-
this['user_data'] = userData;
|
|
45
|
-
}
|
|
46
|
-
public get userData() {
|
|
47
|
-
return this['user_data'];
|
|
48
|
-
}
|
|
49
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ApplicationEndpoint } from './ApplicationEndpoint';
|
|
2
|
-
|
|
3
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
4
|
-
|
|
5
|
-
export class ListApplicationEndpointsResponse extends SdkResponse {
|
|
6
|
-
private 'request_id'?: string | undefined;
|
|
7
|
-
private 'next_page_flag'?: boolean | undefined;
|
|
8
|
-
public endpoints?: Array<ApplicationEndpoint>;
|
|
9
|
-
public constructor() {
|
|
10
|
-
super();
|
|
11
|
-
}
|
|
12
|
-
public withRequestId(requestId: string): ListApplicationEndpointsResponse {
|
|
13
|
-
this['request_id'] = requestId;
|
|
14
|
-
return this;
|
|
15
|
-
}
|
|
16
|
-
public set requestId(requestId: string | undefined) {
|
|
17
|
-
this['request_id'] = requestId;
|
|
18
|
-
}
|
|
19
|
-
public get requestId() {
|
|
20
|
-
return this['request_id'];
|
|
21
|
-
}
|
|
22
|
-
public withNextPageFlag(nextPageFlag: boolean): ListApplicationEndpointsResponse {
|
|
23
|
-
this['next_page_flag'] = nextPageFlag;
|
|
24
|
-
return this;
|
|
25
|
-
}
|
|
26
|
-
public set nextPageFlag(nextPageFlag: boolean | undefined) {
|
|
27
|
-
this['next_page_flag'] = nextPageFlag;
|
|
28
|
-
}
|
|
29
|
-
public get nextPageFlag() {
|
|
30
|
-
return this['next_page_flag'];
|
|
31
|
-
}
|
|
32
|
-
public withEndpoints(endpoints: Array<ApplicationEndpoint>): ListApplicationEndpointsResponse {
|
|
33
|
-
this['endpoints'] = endpoints;
|
|
34
|
-
return this;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class ListApplicationsRequest {
|
|
4
|
-
public offset?: number;
|
|
5
|
-
public limit?: number;
|
|
6
|
-
public name?: string;
|
|
7
|
-
public platform?: string;
|
|
8
|
-
public constructor() {
|
|
9
|
-
}
|
|
10
|
-
public withOffset(offset: number): ListApplicationsRequest {
|
|
11
|
-
this['offset'] = offset;
|
|
12
|
-
return this;
|
|
13
|
-
}
|
|
14
|
-
public withLimit(limit: number): ListApplicationsRequest {
|
|
15
|
-
this['limit'] = limit;
|
|
16
|
-
return this;
|
|
17
|
-
}
|
|
18
|
-
public withName(name: string): ListApplicationsRequest {
|
|
19
|
-
this['name'] = name;
|
|
20
|
-
return this;
|
|
21
|
-
}
|
|
22
|
-
public withPlatform(platform: string): ListApplicationsRequest {
|
|
23
|
-
this['platform'] = platform;
|
|
24
|
-
return this;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ApplicationItem } from './ApplicationItem';
|
|
2
|
-
|
|
3
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
4
|
-
|
|
5
|
-
export class ListApplicationsResponse extends SdkResponse {
|
|
6
|
-
private 'request_id'?: string | undefined;
|
|
7
|
-
private 'application_count'?: number | undefined;
|
|
8
|
-
public applications?: Array<ApplicationItem>;
|
|
9
|
-
public constructor() {
|
|
10
|
-
super();
|
|
11
|
-
}
|
|
12
|
-
public withRequestId(requestId: string): ListApplicationsResponse {
|
|
13
|
-
this['request_id'] = requestId;
|
|
14
|
-
return this;
|
|
15
|
-
}
|
|
16
|
-
public set requestId(requestId: string | undefined) {
|
|
17
|
-
this['request_id'] = requestId;
|
|
18
|
-
}
|
|
19
|
-
public get requestId() {
|
|
20
|
-
return this['request_id'];
|
|
21
|
-
}
|
|
22
|
-
public withApplicationCount(applicationCount: number): ListApplicationsResponse {
|
|
23
|
-
this['application_count'] = applicationCount;
|
|
24
|
-
return this;
|
|
25
|
-
}
|
|
26
|
-
public set applicationCount(applicationCount: number | undefined) {
|
|
27
|
-
this['application_count'] = applicationCount;
|
|
28
|
-
}
|
|
29
|
-
public get applicationCount() {
|
|
30
|
-
return this['application_count'];
|
|
31
|
-
}
|
|
32
|
-
public withApplications(applications: Array<ApplicationItem>): ListApplicationsResponse {
|
|
33
|
-
this['applications'] = applications;
|
|
34
|
-
return this;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { ResourceTags } from './ResourceTags';
|
|
2
|
-
import { TagMatch } from './TagMatch';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export class ListInstanceRequestBody {
|
|
6
|
-
public tags?: Array<ResourceTags>;
|
|
7
|
-
private 'tags_any'?: Array<ResourceTags> | undefined;
|
|
8
|
-
private 'not_tags'?: Array<ResourceTags> | undefined;
|
|
9
|
-
private 'not_tags_any'?: Array<ResourceTags> | undefined;
|
|
10
|
-
public offset?: string;
|
|
11
|
-
public limit?: string;
|
|
12
|
-
public action: string;
|
|
13
|
-
public matches?: Array<TagMatch>;
|
|
14
|
-
public constructor(action?: any) {
|
|
15
|
-
this['action'] = action;
|
|
16
|
-
}
|
|
17
|
-
public withTags(tags: Array<ResourceTags>): ListInstanceRequestBody {
|
|
18
|
-
this['tags'] = tags;
|
|
19
|
-
return this;
|
|
20
|
-
}
|
|
21
|
-
public withTagsAny(tagsAny: Array<ResourceTags>): ListInstanceRequestBody {
|
|
22
|
-
this['tags_any'] = tagsAny;
|
|
23
|
-
return this;
|
|
24
|
-
}
|
|
25
|
-
public set tagsAny(tagsAny: Array<ResourceTags> | undefined) {
|
|
26
|
-
this['tags_any'] = tagsAny;
|
|
27
|
-
}
|
|
28
|
-
public get tagsAny() {
|
|
29
|
-
return this['tags_any'];
|
|
30
|
-
}
|
|
31
|
-
public withNotTags(notTags: Array<ResourceTags>): ListInstanceRequestBody {
|
|
32
|
-
this['not_tags'] = notTags;
|
|
33
|
-
return this;
|
|
34
|
-
}
|
|
35
|
-
public set notTags(notTags: Array<ResourceTags> | undefined) {
|
|
36
|
-
this['not_tags'] = notTags;
|
|
37
|
-
}
|
|
38
|
-
public get notTags() {
|
|
39
|
-
return this['not_tags'];
|
|
40
|
-
}
|
|
41
|
-
public withNotTagsAny(notTagsAny: Array<ResourceTags>): ListInstanceRequestBody {
|
|
42
|
-
this['not_tags_any'] = notTagsAny;
|
|
43
|
-
return this;
|
|
44
|
-
}
|
|
45
|
-
public set notTagsAny(notTagsAny: Array<ResourceTags> | undefined) {
|
|
46
|
-
this['not_tags_any'] = notTagsAny;
|
|
47
|
-
}
|
|
48
|
-
public get notTagsAny() {
|
|
49
|
-
return this['not_tags_any'];
|
|
50
|
-
}
|
|
51
|
-
public withOffset(offset: string): ListInstanceRequestBody {
|
|
52
|
-
this['offset'] = offset;
|
|
53
|
-
return this;
|
|
54
|
-
}
|
|
55
|
-
public withLimit(limit: string): ListInstanceRequestBody {
|
|
56
|
-
this['limit'] = limit;
|
|
57
|
-
return this;
|
|
58
|
-
}
|
|
59
|
-
public withAction(action: string): ListInstanceRequestBody {
|
|
60
|
-
this['action'] = action;
|
|
61
|
-
return this;
|
|
62
|
-
}
|
|
63
|
-
public withMatches(matches: Array<TagMatch>): ListInstanceRequestBody {
|
|
64
|
-
this['matches'] = matches;
|
|
65
|
-
return this;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class ListLogtankRequest {
|
|
4
|
-
private 'topic_urn': string | undefined;
|
|
5
|
-
public constructor(topicUrn?: any) {
|
|
6
|
-
this['topic_urn'] = topicUrn;
|
|
7
|
-
}
|
|
8
|
-
public withTopicUrn(topicUrn: string): ListLogtankRequest {
|
|
9
|
-
this['topic_urn'] = topicUrn;
|
|
10
|
-
return this;
|
|
11
|
-
}
|
|
12
|
-
public set topicUrn(topicUrn: string | undefined) {
|
|
13
|
-
this['topic_urn'] = topicUrn;
|
|
14
|
-
}
|
|
15
|
-
public get topicUrn() {
|
|
16
|
-
return this['topic_urn'];
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { LogtankItem } from './LogtankItem';
|
|
2
|
-
|
|
3
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
4
|
-
|
|
5
|
-
export class ListLogtankResponse extends SdkResponse {
|
|
6
|
-
private 'request_id'?: string | undefined;
|
|
7
|
-
public count?: number;
|
|
8
|
-
public logtanks?: Array<LogtankItem>;
|
|
9
|
-
public constructor() {
|
|
10
|
-
super();
|
|
11
|
-
}
|
|
12
|
-
public withRequestId(requestId: string): ListLogtankResponse {
|
|
13
|
-
this['request_id'] = requestId;
|
|
14
|
-
return this;
|
|
15
|
-
}
|
|
16
|
-
public set requestId(requestId: string | undefined) {
|
|
17
|
-
this['request_id'] = requestId;
|
|
18
|
-
}
|
|
19
|
-
public get requestId() {
|
|
20
|
-
return this['request_id'];
|
|
21
|
-
}
|
|
22
|
-
public withCount(count: number): ListLogtankResponse {
|
|
23
|
-
this['count'] = count;
|
|
24
|
-
return this;
|
|
25
|
-
}
|
|
26
|
-
public withLogtanks(logtanks: Array<LogtankItem>): ListLogtankResponse {
|
|
27
|
-
this['logtanks'] = logtanks;
|
|
28
|
-
return this;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class ListMessageTemplateDetailsRequest {
|
|
4
|
-
private 'message_template_id': string | undefined;
|
|
5
|
-
public constructor(messageTemplateId?: any) {
|
|
6
|
-
this['message_template_id'] = messageTemplateId;
|
|
7
|
-
}
|
|
8
|
-
public withMessageTemplateId(messageTemplateId: string): ListMessageTemplateDetailsRequest {
|
|
9
|
-
this['message_template_id'] = messageTemplateId;
|
|
10
|
-
return this;
|
|
11
|
-
}
|
|
12
|
-
public set messageTemplateId(messageTemplateId: string | undefined) {
|
|
13
|
-
this['message_template_id'] = messageTemplateId;
|
|
14
|
-
}
|
|
15
|
-
public get messageTemplateId() {
|
|
16
|
-
return this['message_template_id'];
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
-
|
|
4
|
-
export class ListMessageTemplateDetailsResponse extends SdkResponse {
|
|
5
|
-
private 'message_template_id'?: string | undefined;
|
|
6
|
-
private 'message_template_name'?: string | undefined;
|
|
7
|
-
public protocol?: string;
|
|
8
|
-
private 'tag_names'?: Array<string> | undefined;
|
|
9
|
-
private 'create_time'?: string | undefined;
|
|
10
|
-
private 'update_time'?: string | undefined;
|
|
11
|
-
public content?: string;
|
|
12
|
-
private 'request_id'?: string | undefined;
|
|
13
|
-
public constructor() {
|
|
14
|
-
super();
|
|
15
|
-
}
|
|
16
|
-
public withMessageTemplateId(messageTemplateId: string): ListMessageTemplateDetailsResponse {
|
|
17
|
-
this['message_template_id'] = messageTemplateId;
|
|
18
|
-
return this;
|
|
19
|
-
}
|
|
20
|
-
public set messageTemplateId(messageTemplateId: string | undefined) {
|
|
21
|
-
this['message_template_id'] = messageTemplateId;
|
|
22
|
-
}
|
|
23
|
-
public get messageTemplateId() {
|
|
24
|
-
return this['message_template_id'];
|
|
25
|
-
}
|
|
26
|
-
public withMessageTemplateName(messageTemplateName: string): ListMessageTemplateDetailsResponse {
|
|
27
|
-
this['message_template_name'] = messageTemplateName;
|
|
28
|
-
return this;
|
|
29
|
-
}
|
|
30
|
-
public set messageTemplateName(messageTemplateName: string | undefined) {
|
|
31
|
-
this['message_template_name'] = messageTemplateName;
|
|
32
|
-
}
|
|
33
|
-
public get messageTemplateName() {
|
|
34
|
-
return this['message_template_name'];
|
|
35
|
-
}
|
|
36
|
-
public withProtocol(protocol: string): ListMessageTemplateDetailsResponse {
|
|
37
|
-
this['protocol'] = protocol;
|
|
38
|
-
return this;
|
|
39
|
-
}
|
|
40
|
-
public withTagNames(tagNames: Array<string>): ListMessageTemplateDetailsResponse {
|
|
41
|
-
this['tag_names'] = tagNames;
|
|
42
|
-
return this;
|
|
43
|
-
}
|
|
44
|
-
public set tagNames(tagNames: Array<string> | undefined) {
|
|
45
|
-
this['tag_names'] = tagNames;
|
|
46
|
-
}
|
|
47
|
-
public get tagNames() {
|
|
48
|
-
return this['tag_names'];
|
|
49
|
-
}
|
|
50
|
-
public withCreateTime(createTime: string): ListMessageTemplateDetailsResponse {
|
|
51
|
-
this['create_time'] = createTime;
|
|
52
|
-
return this;
|
|
53
|
-
}
|
|
54
|
-
public set createTime(createTime: string | undefined) {
|
|
55
|
-
this['create_time'] = createTime;
|
|
56
|
-
}
|
|
57
|
-
public get createTime() {
|
|
58
|
-
return this['create_time'];
|
|
59
|
-
}
|
|
60
|
-
public withUpdateTime(updateTime: string): ListMessageTemplateDetailsResponse {
|
|
61
|
-
this['update_time'] = updateTime;
|
|
62
|
-
return this;
|
|
63
|
-
}
|
|
64
|
-
public set updateTime(updateTime: string | undefined) {
|
|
65
|
-
this['update_time'] = updateTime;
|
|
66
|
-
}
|
|
67
|
-
public get updateTime() {
|
|
68
|
-
return this['update_time'];
|
|
69
|
-
}
|
|
70
|
-
public withContent(content: string): ListMessageTemplateDetailsResponse {
|
|
71
|
-
this['content'] = content;
|
|
72
|
-
return this;
|
|
73
|
-
}
|
|
74
|
-
public withRequestId(requestId: string): ListMessageTemplateDetailsResponse {
|
|
75
|
-
this['request_id'] = requestId;
|
|
76
|
-
return this;
|
|
77
|
-
}
|
|
78
|
-
public set requestId(requestId: string | undefined) {
|
|
79
|
-
this['request_id'] = requestId;
|
|
80
|
-
}
|
|
81
|
-
public get requestId() {
|
|
82
|
-
return this['request_id'];
|
|
83
|
-
}
|
|
84
|
-
}
|