@huaweicloud/huaweicloud-sdk-smn 3.1.46 → 3.1.48
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,32 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class ListMessageTemplatesRequest {
|
|
4
|
-
public offset?: number;
|
|
5
|
-
public limit?: number;
|
|
6
|
-
private 'message_template_name'?: string | undefined;
|
|
7
|
-
public protocol?: string;
|
|
8
|
-
public constructor() {
|
|
9
|
-
}
|
|
10
|
-
public withOffset(offset: number): ListMessageTemplatesRequest {
|
|
11
|
-
this['offset'] = offset;
|
|
12
|
-
return this;
|
|
13
|
-
}
|
|
14
|
-
public withLimit(limit: number): ListMessageTemplatesRequest {
|
|
15
|
-
this['limit'] = limit;
|
|
16
|
-
return this;
|
|
17
|
-
}
|
|
18
|
-
public withMessageTemplateName(messageTemplateName: string): ListMessageTemplatesRequest {
|
|
19
|
-
this['message_template_name'] = messageTemplateName;
|
|
20
|
-
return this;
|
|
21
|
-
}
|
|
22
|
-
public set messageTemplateName(messageTemplateName: string | undefined) {
|
|
23
|
-
this['message_template_name'] = messageTemplateName;
|
|
24
|
-
}
|
|
25
|
-
public get messageTemplateName() {
|
|
26
|
-
return this['message_template_name'];
|
|
27
|
-
}
|
|
28
|
-
public withProtocol(protocol: string): ListMessageTemplatesRequest {
|
|
29
|
-
this['protocol'] = protocol;
|
|
30
|
-
return this;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { MessageTemplate } from './MessageTemplate';
|
|
2
|
-
|
|
3
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
4
|
-
|
|
5
|
-
export class ListMessageTemplatesResponse extends SdkResponse {
|
|
6
|
-
private 'request_id'?: string | undefined;
|
|
7
|
-
private 'message_template_count'?: number | undefined;
|
|
8
|
-
private 'message_templates'?: Array<MessageTemplate> | undefined;
|
|
9
|
-
public constructor() {
|
|
10
|
-
super();
|
|
11
|
-
}
|
|
12
|
-
public withRequestId(requestId: string): ListMessageTemplatesResponse {
|
|
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 withMessageTemplateCount(messageTemplateCount: number): ListMessageTemplatesResponse {
|
|
23
|
-
this['message_template_count'] = messageTemplateCount;
|
|
24
|
-
return this;
|
|
25
|
-
}
|
|
26
|
-
public set messageTemplateCount(messageTemplateCount: number | undefined) {
|
|
27
|
-
this['message_template_count'] = messageTemplateCount;
|
|
28
|
-
}
|
|
29
|
-
public get messageTemplateCount() {
|
|
30
|
-
return this['message_template_count'];
|
|
31
|
-
}
|
|
32
|
-
public withMessageTemplates(messageTemplates: Array<MessageTemplate>): ListMessageTemplatesResponse {
|
|
33
|
-
this['message_templates'] = messageTemplates;
|
|
34
|
-
return this;
|
|
35
|
-
}
|
|
36
|
-
public set messageTemplates(messageTemplates: Array<MessageTemplate> | undefined) {
|
|
37
|
-
this['message_templates'] = messageTemplates;
|
|
38
|
-
}
|
|
39
|
-
public get messageTemplates() {
|
|
40
|
-
return this['message_templates'];
|
|
41
|
-
}
|
|
42
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class ListProjectTagsRequest {
|
|
4
|
-
private 'resource_type': string | undefined;
|
|
5
|
-
public constructor(resourceType?: any) {
|
|
6
|
-
this['resource_type'] = resourceType;
|
|
7
|
-
}
|
|
8
|
-
public withResourceType(resourceType: string): ListProjectTagsRequest {
|
|
9
|
-
this['resource_type'] = resourceType;
|
|
10
|
-
return this;
|
|
11
|
-
}
|
|
12
|
-
public set resourceType(resourceType: string | undefined) {
|
|
13
|
-
this['resource_type'] = resourceType;
|
|
14
|
-
}
|
|
15
|
-
public get resourceType() {
|
|
16
|
-
return this['resource_type'];
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ResourceTags } from './ResourceTags';
|
|
2
|
-
|
|
3
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
4
|
-
|
|
5
|
-
export class ListProjectTagsResponse extends SdkResponse {
|
|
6
|
-
public tags?: Array<ResourceTags>;
|
|
7
|
-
public constructor() {
|
|
8
|
-
super();
|
|
9
|
-
}
|
|
10
|
-
public withTags(tags: Array<ResourceTags>): ListProjectTagsResponse {
|
|
11
|
-
this['tags'] = tags;
|
|
12
|
-
return this;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { ListInstanceRequestBody } from './ListInstanceRequestBody';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export class ListResourceInstancesRequest {
|
|
5
|
-
private 'resource_type': string | undefined;
|
|
6
|
-
public body?: ListInstanceRequestBody;
|
|
7
|
-
public constructor(resourceType?: any) {
|
|
8
|
-
this['resource_type'] = resourceType;
|
|
9
|
-
}
|
|
10
|
-
public withResourceType(resourceType: string): ListResourceInstancesRequest {
|
|
11
|
-
this['resource_type'] = resourceType;
|
|
12
|
-
return this;
|
|
13
|
-
}
|
|
14
|
-
public set resourceType(resourceType: string | undefined) {
|
|
15
|
-
this['resource_type'] = resourceType;
|
|
16
|
-
}
|
|
17
|
-
public get resourceType() {
|
|
18
|
-
return this['resource_type'];
|
|
19
|
-
}
|
|
20
|
-
public withBody(body: ListInstanceRequestBody): ListResourceInstancesRequest {
|
|
21
|
-
this['body'] = body;
|
|
22
|
-
return this;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { TagResource } from './TagResource';
|
|
2
|
-
|
|
3
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
4
|
-
|
|
5
|
-
export class ListResourceInstancesResponse extends SdkResponse {
|
|
6
|
-
public resources?: Array<TagResource>;
|
|
7
|
-
private 'total_count'?: number | undefined;
|
|
8
|
-
public constructor() {
|
|
9
|
-
super();
|
|
10
|
-
}
|
|
11
|
-
public withResources(resources: Array<TagResource>): ListResourceInstancesResponse {
|
|
12
|
-
this['resources'] = resources;
|
|
13
|
-
return this;
|
|
14
|
-
}
|
|
15
|
-
public withTotalCount(totalCount: number): ListResourceInstancesResponse {
|
|
16
|
-
this['total_count'] = totalCount;
|
|
17
|
-
return this;
|
|
18
|
-
}
|
|
19
|
-
public set totalCount(totalCount: number | undefined) {
|
|
20
|
-
this['total_count'] = totalCount;
|
|
21
|
-
}
|
|
22
|
-
public get totalCount() {
|
|
23
|
-
return this['total_count'];
|
|
24
|
-
}
|
|
25
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class ListResourceTagsRequest {
|
|
4
|
-
private 'resource_type': string | undefined;
|
|
5
|
-
private 'resource_id': string | undefined;
|
|
6
|
-
public constructor(resourceType?: any, resourceId?: any) {
|
|
7
|
-
this['resource_type'] = resourceType;
|
|
8
|
-
this['resource_id'] = resourceId;
|
|
9
|
-
}
|
|
10
|
-
public withResourceType(resourceType: string): ListResourceTagsRequest {
|
|
11
|
-
this['resource_type'] = resourceType;
|
|
12
|
-
return this;
|
|
13
|
-
}
|
|
14
|
-
public set resourceType(resourceType: string | undefined) {
|
|
15
|
-
this['resource_type'] = resourceType;
|
|
16
|
-
}
|
|
17
|
-
public get resourceType() {
|
|
18
|
-
return this['resource_type'];
|
|
19
|
-
}
|
|
20
|
-
public withResourceId(resourceId: string): ListResourceTagsRequest {
|
|
21
|
-
this['resource_id'] = resourceId;
|
|
22
|
-
return this;
|
|
23
|
-
}
|
|
24
|
-
public set resourceId(resourceId: string | undefined) {
|
|
25
|
-
this['resource_id'] = resourceId;
|
|
26
|
-
}
|
|
27
|
-
public get resourceId() {
|
|
28
|
-
return this['resource_id'];
|
|
29
|
-
}
|
|
30
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ResourceTag } from './ResourceTag';
|
|
2
|
-
|
|
3
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
4
|
-
|
|
5
|
-
export class ListResourceTagsResponse extends SdkResponse {
|
|
6
|
-
public tags?: Array<ResourceTag>;
|
|
7
|
-
public constructor() {
|
|
8
|
-
super();
|
|
9
|
-
}
|
|
10
|
-
public withTags(tags: Array<ResourceTag>): ListResourceTagsResponse {
|
|
11
|
-
this['tags'] = tags;
|
|
12
|
-
return this;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class ListSubscriptionsByTopicRequest {
|
|
4
|
-
private 'topic_urn': string | undefined;
|
|
5
|
-
public offset?: number;
|
|
6
|
-
public limit?: number;
|
|
7
|
-
public constructor(topicUrn?: any) {
|
|
8
|
-
this['topic_urn'] = topicUrn;
|
|
9
|
-
}
|
|
10
|
-
public withTopicUrn(topicUrn: string): ListSubscriptionsByTopicRequest {
|
|
11
|
-
this['topic_urn'] = topicUrn;
|
|
12
|
-
return this;
|
|
13
|
-
}
|
|
14
|
-
public set topicUrn(topicUrn: string | undefined) {
|
|
15
|
-
this['topic_urn'] = topicUrn;
|
|
16
|
-
}
|
|
17
|
-
public get topicUrn() {
|
|
18
|
-
return this['topic_urn'];
|
|
19
|
-
}
|
|
20
|
-
public withOffset(offset: number): ListSubscriptionsByTopicRequest {
|
|
21
|
-
this['offset'] = offset;
|
|
22
|
-
return this;
|
|
23
|
-
}
|
|
24
|
-
public withLimit(limit: number): ListSubscriptionsByTopicRequest {
|
|
25
|
-
this['limit'] = limit;
|
|
26
|
-
return this;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ListSubscriptionsItem } from './ListSubscriptionsItem';
|
|
2
|
-
|
|
3
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
4
|
-
|
|
5
|
-
export class ListSubscriptionsByTopicResponse extends SdkResponse {
|
|
6
|
-
private 'request_id'?: string | undefined;
|
|
7
|
-
private 'subscription_count'?: number | undefined;
|
|
8
|
-
public subscriptions?: Array<ListSubscriptionsItem>;
|
|
9
|
-
public constructor() {
|
|
10
|
-
super();
|
|
11
|
-
}
|
|
12
|
-
public withRequestId(requestId: string): ListSubscriptionsByTopicResponse {
|
|
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 withSubscriptionCount(subscriptionCount: number): ListSubscriptionsByTopicResponse {
|
|
23
|
-
this['subscription_count'] = subscriptionCount;
|
|
24
|
-
return this;
|
|
25
|
-
}
|
|
26
|
-
public set subscriptionCount(subscriptionCount: number | undefined) {
|
|
27
|
-
this['subscription_count'] = subscriptionCount;
|
|
28
|
-
}
|
|
29
|
-
public get subscriptionCount() {
|
|
30
|
-
return this['subscription_count'];
|
|
31
|
-
}
|
|
32
|
-
public withSubscriptions(subscriptions: Array<ListSubscriptionsItem>): ListSubscriptionsByTopicResponse {
|
|
33
|
-
this['subscriptions'] = subscriptions;
|
|
34
|
-
return this;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class ListSubscriptionsItem {
|
|
4
|
-
private 'topic_urn': string | undefined;
|
|
5
|
-
public protocol: string;
|
|
6
|
-
private 'subscription_urn': string | undefined;
|
|
7
|
-
public owner: string;
|
|
8
|
-
public endpoint: string;
|
|
9
|
-
public remark: string;
|
|
10
|
-
public status: number;
|
|
11
|
-
public constructor(topicUrn?: any, protocol?: any, subscriptionUrn?: any, owner?: any, endpoint?: any, remark?: any, status?: any) {
|
|
12
|
-
this['topic_urn'] = topicUrn;
|
|
13
|
-
this['protocol'] = protocol;
|
|
14
|
-
this['subscription_urn'] = subscriptionUrn;
|
|
15
|
-
this['owner'] = owner;
|
|
16
|
-
this['endpoint'] = endpoint;
|
|
17
|
-
this['remark'] = remark;
|
|
18
|
-
this['status'] = status;
|
|
19
|
-
}
|
|
20
|
-
public withTopicUrn(topicUrn: string): ListSubscriptionsItem {
|
|
21
|
-
this['topic_urn'] = topicUrn;
|
|
22
|
-
return this;
|
|
23
|
-
}
|
|
24
|
-
public set topicUrn(topicUrn: string | undefined) {
|
|
25
|
-
this['topic_urn'] = topicUrn;
|
|
26
|
-
}
|
|
27
|
-
public get topicUrn() {
|
|
28
|
-
return this['topic_urn'];
|
|
29
|
-
}
|
|
30
|
-
public withProtocol(protocol: string): ListSubscriptionsItem {
|
|
31
|
-
this['protocol'] = protocol;
|
|
32
|
-
return this;
|
|
33
|
-
}
|
|
34
|
-
public withSubscriptionUrn(subscriptionUrn: string): ListSubscriptionsItem {
|
|
35
|
-
this['subscription_urn'] = subscriptionUrn;
|
|
36
|
-
return this;
|
|
37
|
-
}
|
|
38
|
-
public set subscriptionUrn(subscriptionUrn: string | undefined) {
|
|
39
|
-
this['subscription_urn'] = subscriptionUrn;
|
|
40
|
-
}
|
|
41
|
-
public get subscriptionUrn() {
|
|
42
|
-
return this['subscription_urn'];
|
|
43
|
-
}
|
|
44
|
-
public withOwner(owner: string): ListSubscriptionsItem {
|
|
45
|
-
this['owner'] = owner;
|
|
46
|
-
return this;
|
|
47
|
-
}
|
|
48
|
-
public withEndpoint(endpoint: string): ListSubscriptionsItem {
|
|
49
|
-
this['endpoint'] = endpoint;
|
|
50
|
-
return this;
|
|
51
|
-
}
|
|
52
|
-
public withRemark(remark: string): ListSubscriptionsItem {
|
|
53
|
-
this['remark'] = remark;
|
|
54
|
-
return this;
|
|
55
|
-
}
|
|
56
|
-
public withStatus(status: number): ListSubscriptionsItem {
|
|
57
|
-
this['status'] = status;
|
|
58
|
-
return this;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class ListSubscriptionsRequest {
|
|
4
|
-
public offset?: number;
|
|
5
|
-
public limit?: number;
|
|
6
|
-
public protocol?: string;
|
|
7
|
-
public status?: number;
|
|
8
|
-
public endpoint?: string;
|
|
9
|
-
public constructor() {
|
|
10
|
-
}
|
|
11
|
-
public withOffset(offset: number): ListSubscriptionsRequest {
|
|
12
|
-
this['offset'] = offset;
|
|
13
|
-
return this;
|
|
14
|
-
}
|
|
15
|
-
public withLimit(limit: number): ListSubscriptionsRequest {
|
|
16
|
-
this['limit'] = limit;
|
|
17
|
-
return this;
|
|
18
|
-
}
|
|
19
|
-
public withProtocol(protocol: string): ListSubscriptionsRequest {
|
|
20
|
-
this['protocol'] = protocol;
|
|
21
|
-
return this;
|
|
22
|
-
}
|
|
23
|
-
public withStatus(status: number): ListSubscriptionsRequest {
|
|
24
|
-
this['status'] = status;
|
|
25
|
-
return this;
|
|
26
|
-
}
|
|
27
|
-
public withEndpoint(endpoint: string): ListSubscriptionsRequest {
|
|
28
|
-
this['endpoint'] = endpoint;
|
|
29
|
-
return this;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ListSubscriptionsItem } from './ListSubscriptionsItem';
|
|
2
|
-
|
|
3
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
4
|
-
|
|
5
|
-
export class ListSubscriptionsResponse extends SdkResponse {
|
|
6
|
-
private 'request_id'?: string | undefined;
|
|
7
|
-
private 'subscription_count'?: number | undefined;
|
|
8
|
-
public subscriptions?: Array<ListSubscriptionsItem>;
|
|
9
|
-
public constructor() {
|
|
10
|
-
super();
|
|
11
|
-
}
|
|
12
|
-
public withRequestId(requestId: string): ListSubscriptionsResponse {
|
|
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 withSubscriptionCount(subscriptionCount: number): ListSubscriptionsResponse {
|
|
23
|
-
this['subscription_count'] = subscriptionCount;
|
|
24
|
-
return this;
|
|
25
|
-
}
|
|
26
|
-
public set subscriptionCount(subscriptionCount: number | undefined) {
|
|
27
|
-
this['subscription_count'] = subscriptionCount;
|
|
28
|
-
}
|
|
29
|
-
public get subscriptionCount() {
|
|
30
|
-
return this['subscription_count'];
|
|
31
|
-
}
|
|
32
|
-
public withSubscriptions(subscriptions: Array<ListSubscriptionsItem>): ListSubscriptionsResponse {
|
|
33
|
-
this['subscriptions'] = subscriptions;
|
|
34
|
-
return this;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class ListTopicAttributesRequest {
|
|
4
|
-
private 'topic_urn': string | undefined;
|
|
5
|
-
public name: string;
|
|
6
|
-
public constructor(topicUrn?: any, name?: any) {
|
|
7
|
-
this['topic_urn'] = topicUrn;
|
|
8
|
-
this['name'] = name;
|
|
9
|
-
}
|
|
10
|
-
public withTopicUrn(topicUrn: string): ListTopicAttributesRequest {
|
|
11
|
-
this['topic_urn'] = topicUrn;
|
|
12
|
-
return this;
|
|
13
|
-
}
|
|
14
|
-
public set topicUrn(topicUrn: string | undefined) {
|
|
15
|
-
this['topic_urn'] = topicUrn;
|
|
16
|
-
}
|
|
17
|
-
public get topicUrn() {
|
|
18
|
-
return this['topic_urn'];
|
|
19
|
-
}
|
|
20
|
-
public withName(name: string): ListTopicAttributesRequest {
|
|
21
|
-
this['name'] = name;
|
|
22
|
-
return this;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { TopicAttribute } from './TopicAttribute';
|
|
2
|
-
|
|
3
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
4
|
-
|
|
5
|
-
export class ListTopicAttributesResponse extends SdkResponse {
|
|
6
|
-
private 'request_id'?: string | undefined;
|
|
7
|
-
public attributes?: TopicAttribute;
|
|
8
|
-
public constructor() {
|
|
9
|
-
super();
|
|
10
|
-
}
|
|
11
|
-
public withRequestId(requestId: string): ListTopicAttributesResponse {
|
|
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: TopicAttribute): ListTopicAttributesResponse {
|
|
22
|
-
this['attributes'] = attributes;
|
|
23
|
-
return this;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class ListTopicDetailsRequest {
|
|
4
|
-
private 'topic_urn': string | undefined;
|
|
5
|
-
public constructor(topicUrn?: any) {
|
|
6
|
-
this['topic_urn'] = topicUrn;
|
|
7
|
-
}
|
|
8
|
-
public withTopicUrn(topicUrn: string): ListTopicDetailsRequest {
|
|
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,101 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
-
|
|
4
|
-
export class ListTopicDetailsResponse extends SdkResponse {
|
|
5
|
-
private 'update_time'?: string | undefined;
|
|
6
|
-
private 'push_policy'?: number | undefined;
|
|
7
|
-
private 'create_time'?: string | undefined;
|
|
8
|
-
public name?: string;
|
|
9
|
-
private 'topic_urn'?: string | undefined;
|
|
10
|
-
private 'display_name'?: string | undefined;
|
|
11
|
-
private 'request_id'?: string | undefined;
|
|
12
|
-
private 'enterprise_project_id'?: string | undefined;
|
|
13
|
-
private 'topic_id'?: string | undefined;
|
|
14
|
-
public constructor() {
|
|
15
|
-
super();
|
|
16
|
-
}
|
|
17
|
-
public withUpdateTime(updateTime: string): ListTopicDetailsResponse {
|
|
18
|
-
this['update_time'] = updateTime;
|
|
19
|
-
return this;
|
|
20
|
-
}
|
|
21
|
-
public set updateTime(updateTime: string | undefined) {
|
|
22
|
-
this['update_time'] = updateTime;
|
|
23
|
-
}
|
|
24
|
-
public get updateTime() {
|
|
25
|
-
return this['update_time'];
|
|
26
|
-
}
|
|
27
|
-
public withPushPolicy(pushPolicy: number): ListTopicDetailsResponse {
|
|
28
|
-
this['push_policy'] = pushPolicy;
|
|
29
|
-
return this;
|
|
30
|
-
}
|
|
31
|
-
public set pushPolicy(pushPolicy: number | undefined) {
|
|
32
|
-
this['push_policy'] = pushPolicy;
|
|
33
|
-
}
|
|
34
|
-
public get pushPolicy() {
|
|
35
|
-
return this['push_policy'];
|
|
36
|
-
}
|
|
37
|
-
public withCreateTime(createTime: string): ListTopicDetailsResponse {
|
|
38
|
-
this['create_time'] = createTime;
|
|
39
|
-
return this;
|
|
40
|
-
}
|
|
41
|
-
public set createTime(createTime: string | undefined) {
|
|
42
|
-
this['create_time'] = createTime;
|
|
43
|
-
}
|
|
44
|
-
public get createTime() {
|
|
45
|
-
return this['create_time'];
|
|
46
|
-
}
|
|
47
|
-
public withName(name: string): ListTopicDetailsResponse {
|
|
48
|
-
this['name'] = name;
|
|
49
|
-
return this;
|
|
50
|
-
}
|
|
51
|
-
public withTopicUrn(topicUrn: string): ListTopicDetailsResponse {
|
|
52
|
-
this['topic_urn'] = topicUrn;
|
|
53
|
-
return this;
|
|
54
|
-
}
|
|
55
|
-
public set topicUrn(topicUrn: string | undefined) {
|
|
56
|
-
this['topic_urn'] = topicUrn;
|
|
57
|
-
}
|
|
58
|
-
public get topicUrn() {
|
|
59
|
-
return this['topic_urn'];
|
|
60
|
-
}
|
|
61
|
-
public withDisplayName(displayName: string): ListTopicDetailsResponse {
|
|
62
|
-
this['display_name'] = displayName;
|
|
63
|
-
return this;
|
|
64
|
-
}
|
|
65
|
-
public set displayName(displayName: string | undefined) {
|
|
66
|
-
this['display_name'] = displayName;
|
|
67
|
-
}
|
|
68
|
-
public get displayName() {
|
|
69
|
-
return this['display_name'];
|
|
70
|
-
}
|
|
71
|
-
public withRequestId(requestId: string): ListTopicDetailsResponse {
|
|
72
|
-
this['request_id'] = requestId;
|
|
73
|
-
return this;
|
|
74
|
-
}
|
|
75
|
-
public set requestId(requestId: string | undefined) {
|
|
76
|
-
this['request_id'] = requestId;
|
|
77
|
-
}
|
|
78
|
-
public get requestId() {
|
|
79
|
-
return this['request_id'];
|
|
80
|
-
}
|
|
81
|
-
public withEnterpriseProjectId(enterpriseProjectId: string): ListTopicDetailsResponse {
|
|
82
|
-
this['enterprise_project_id'] = enterpriseProjectId;
|
|
83
|
-
return this;
|
|
84
|
-
}
|
|
85
|
-
public set enterpriseProjectId(enterpriseProjectId: string | undefined) {
|
|
86
|
-
this['enterprise_project_id'] = enterpriseProjectId;
|
|
87
|
-
}
|
|
88
|
-
public get enterpriseProjectId() {
|
|
89
|
-
return this['enterprise_project_id'];
|
|
90
|
-
}
|
|
91
|
-
public withTopicId(topicId: string): ListTopicDetailsResponse {
|
|
92
|
-
this['topic_id'] = topicId;
|
|
93
|
-
return this;
|
|
94
|
-
}
|
|
95
|
-
public set topicId(topicId: string | undefined) {
|
|
96
|
-
this['topic_id'] = topicId;
|
|
97
|
-
}
|
|
98
|
-
public get topicId() {
|
|
99
|
-
return this['topic_id'];
|
|
100
|
-
}
|
|
101
|
-
}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export class ListTopicsItem {
|
|
4
|
-
private 'topic_urn': string | undefined;
|
|
5
|
-
public name: string;
|
|
6
|
-
private 'display_name': string | undefined;
|
|
7
|
-
private 'push_policy': number | undefined;
|
|
8
|
-
private 'enterprise_project_id': string | undefined;
|
|
9
|
-
private 'topic_id': string | undefined;
|
|
10
|
-
public constructor(topicUrn?: any, name?: any, displayName?: any, pushPolicy?: any, enterpriseProjectId?: any, topicId?: any) {
|
|
11
|
-
this['topic_urn'] = topicUrn;
|
|
12
|
-
this['name'] = name;
|
|
13
|
-
this['display_name'] = displayName;
|
|
14
|
-
this['push_policy'] = pushPolicy;
|
|
15
|
-
this['enterprise_project_id'] = enterpriseProjectId;
|
|
16
|
-
this['topic_id'] = topicId;
|
|
17
|
-
}
|
|
18
|
-
public withTopicUrn(topicUrn: string): ListTopicsItem {
|
|
19
|
-
this['topic_urn'] = topicUrn;
|
|
20
|
-
return this;
|
|
21
|
-
}
|
|
22
|
-
public set topicUrn(topicUrn: string | undefined) {
|
|
23
|
-
this['topic_urn'] = topicUrn;
|
|
24
|
-
}
|
|
25
|
-
public get topicUrn() {
|
|
26
|
-
return this['topic_urn'];
|
|
27
|
-
}
|
|
28
|
-
public withName(name: string): ListTopicsItem {
|
|
29
|
-
this['name'] = name;
|
|
30
|
-
return this;
|
|
31
|
-
}
|
|
32
|
-
public withDisplayName(displayName: string): ListTopicsItem {
|
|
33
|
-
this['display_name'] = displayName;
|
|
34
|
-
return this;
|
|
35
|
-
}
|
|
36
|
-
public set displayName(displayName: string | undefined) {
|
|
37
|
-
this['display_name'] = displayName;
|
|
38
|
-
}
|
|
39
|
-
public get displayName() {
|
|
40
|
-
return this['display_name'];
|
|
41
|
-
}
|
|
42
|
-
public withPushPolicy(pushPolicy: number): ListTopicsItem {
|
|
43
|
-
this['push_policy'] = pushPolicy;
|
|
44
|
-
return this;
|
|
45
|
-
}
|
|
46
|
-
public set pushPolicy(pushPolicy: number | undefined) {
|
|
47
|
-
this['push_policy'] = pushPolicy;
|
|
48
|
-
}
|
|
49
|
-
public get pushPolicy() {
|
|
50
|
-
return this['push_policy'];
|
|
51
|
-
}
|
|
52
|
-
public withEnterpriseProjectId(enterpriseProjectId: string): ListTopicsItem {
|
|
53
|
-
this['enterprise_project_id'] = enterpriseProjectId;
|
|
54
|
-
return this;
|
|
55
|
-
}
|
|
56
|
-
public set enterpriseProjectId(enterpriseProjectId: string | undefined) {
|
|
57
|
-
this['enterprise_project_id'] = enterpriseProjectId;
|
|
58
|
-
}
|
|
59
|
-
public get enterpriseProjectId() {
|
|
60
|
-
return this['enterprise_project_id'];
|
|
61
|
-
}
|
|
62
|
-
public withTopicId(topicId: string): ListTopicsItem {
|
|
63
|
-
this['topic_id'] = topicId;
|
|
64
|
-
return this;
|
|
65
|
-
}
|
|
66
|
-
public set topicId(topicId: string | undefined) {
|
|
67
|
-
this['topic_id'] = topicId;
|
|
68
|
-
}
|
|
69
|
-
public get topicId() {
|
|
70
|
-
return this['topic_id'];
|
|
71
|
-
}
|
|
72
|
-
}
|