@huaweicloud/huaweicloud-sdk-smn 3.1.44 → 3.1.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/huaweicloud-sdk-smn.ts +4 -0
- package/package.json +4 -4
- package/v2/{SmnClient.js → SmnClient.ts} +1260 -788
- package/v2/SmnRegion.ts +62 -0
- package/v2/model/AccessPolicy.ts +43 -0
- package/v2/model/AddSubscriptionRequest.ts +24 -0
- package/v2/model/AddSubscriptionRequestBody.ts +29 -0
- package/v2/model/AddSubscriptionResponse.ts +30 -0
- package/v2/model/ApplicationEndpoint.ts +54 -0
- package/v2/model/ApplicationItem.ts +71 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsRequest.ts +36 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsRequestBody.ts +19 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsResponse.ts +8 -0
- package/v2/model/CancelSubscriptionRequest.ts +18 -0
- package/v2/model/CancelSubscriptionResponse.ts +19 -0
- package/v2/model/CreateApplicationEndpointRequest.ts +24 -0
- package/v2/model/CreateApplicationEndpointRequestBody.ts +24 -0
- package/v2/model/CreateApplicationEndpointResponse.ts +30 -0
- package/v2/model/CreateApplicationRequest.ts +12 -0
- package/v2/model/CreateApplicationRequestBody.ts +42 -0
- package/v2/model/CreateApplicationResponse.ts +41 -0
- package/v2/model/CreateLogtankRequest.ts +24 -0
- package/v2/model/CreateLogtankRequestBody.ts +30 -0
- package/v2/model/CreateLogtankResponse.ts +24 -0
- package/v2/model/CreateMessageTemplateRequest.ts +12 -0
- package/v2/model/CreateMessageTemplateRequestBody.ts +30 -0
- package/v2/model/CreateMessageTemplateResponse.ts +30 -0
- package/v2/model/CreateResourceTagRequest.ts +36 -0
- package/v2/model/CreateResourceTagRequestBody.ts +13 -0
- package/v2/model/CreateResourceTagResponse.ts +8 -0
- package/v2/model/CreateTopicRequest.ts +12 -0
- package/v2/model/CreateTopicRequestBody.ts +35 -0
- package/v2/model/CreateTopicResponse.ts +30 -0
- package/v2/model/DeleteApplicationEndpointRequest.ts +18 -0
- package/v2/model/DeleteApplicationEndpointResponse.ts +19 -0
- package/v2/model/DeleteApplicationRequest.ts +18 -0
- package/v2/model/DeleteApplicationResponse.ts +19 -0
- package/v2/model/DeleteLogtankRequest.ts +30 -0
- package/v2/model/DeleteLogtankResponse.ts +19 -0
- package/v2/model/DeleteMessageTemplateRequest.ts +18 -0
- package/v2/model/DeleteMessageTemplateResponse.ts +19 -0
- package/v2/model/DeleteResourceTagRequest.ts +36 -0
- package/v2/model/DeleteResourceTagResponse.ts +8 -0
- package/v2/model/DeleteTopicAttributeByNameRequest.ts +24 -0
- package/v2/model/DeleteTopicAttributeByNameResponse.ts +19 -0
- package/v2/model/DeleteTopicAttributesRequest.ts +18 -0
- package/v2/model/DeleteTopicAttributesResponse.ts +19 -0
- package/v2/model/DeleteTopicRequest.ts +18 -0
- package/v2/model/DeleteTopicResponse.ts +19 -0
- package/v2/model/LinksItem.ts +18 -0
- package/v2/model/ListApplicationAttributesRequest.ts +18 -0
- package/v2/model/ListApplicationAttributesResponse.ts +36 -0
- package/v2/model/ListApplicationAttributesResponseBodyAttributes.ts +23 -0
- package/v2/model/ListApplicationEndpointAttributesRequest.ts +18 -0
- package/v2/model/ListApplicationEndpointAttributesResponse.ts +25 -0
- package/v2/model/ListApplicationEndpointAttributesResponseBodyAttributes.ts +30 -0
- package/v2/model/ListApplicationEndpointsRequest.ts +49 -0
- package/v2/model/ListApplicationEndpointsResponse.ts +36 -0
- package/v2/model/ListApplicationsRequest.ts +26 -0
- package/v2/model/ListApplicationsResponse.ts +36 -0
- package/v2/model/ListInstanceRequestBody.ts +67 -0
- package/v2/model/ListLogtankRequest.ts +18 -0
- package/v2/model/ListLogtankResponse.ts +30 -0
- package/v2/model/ListMessageTemplateDetailsRequest.ts +18 -0
- package/v2/model/ListMessageTemplateDetailsResponse.ts +84 -0
- package/v2/model/ListMessageTemplatesRequest.ts +32 -0
- package/v2/model/ListMessageTemplatesResponse.ts +42 -0
- package/v2/model/ListProjectTagsRequest.ts +18 -0
- package/v2/model/ListProjectTagsResponse.ts +14 -0
- package/v2/model/ListResourceInstancesRequest.ts +24 -0
- package/v2/model/ListResourceInstancesResponse.ts +25 -0
- package/v2/model/ListResourceTagsRequest.ts +30 -0
- package/v2/model/ListResourceTagsResponse.ts +14 -0
- package/v2/model/ListSubscriptionsByTopicRequest.ts +28 -0
- package/v2/model/ListSubscriptionsByTopicResponse.ts +36 -0
- package/v2/model/ListSubscriptionsItem.ts +60 -0
- package/v2/model/ListSubscriptionsRequest.ts +31 -0
- package/v2/model/ListSubscriptionsResponse.ts +36 -0
- package/v2/model/ListTopicAttributesRequest.ts +24 -0
- package/v2/model/ListTopicAttributesResponse.ts +25 -0
- package/v2/model/ListTopicDetailsRequest.ts +18 -0
- package/v2/model/ListTopicDetailsResponse.ts +101 -0
- package/v2/model/ListTopicsItem.ts +72 -0
- package/v2/model/ListTopicsRequest.ts +54 -0
- package/v2/model/ListTopicsResponse.ts +36 -0
- package/v2/model/ListVersionRequest.ts +6 -0
- package/v2/model/ListVersionResponse.ts +14 -0
- package/v2/model/ListVersionsRequest.ts +6 -0
- package/v2/model/ListVersionsResponse.ts +14 -0
- package/v2/model/LogtankItem.ts +60 -0
- package/v2/model/MessageTemplate.ts +72 -0
- package/v2/model/PublishAppMessageRequest.ts +24 -0
- package/v2/model/PublishAppMessageRequestBody.ts +33 -0
- package/v2/model/PublishAppMessageResponse.ts +30 -0
- package/v2/model/PublishMessageRequest.ts +24 -0
- package/v2/model/PublishMessageRequestBody.ts +54 -0
- package/v2/model/PublishMessageResponse.ts +30 -0
- package/v2/model/ResourceDetail.ts +48 -0
- package/v2/model/ResourceTag.ts +18 -0
- package/v2/model/ResourceTags.ts +18 -0
- package/v2/model/Statement.ts +96 -0
- package/v2/model/SubscriptionExtension.ts +44 -0
- package/v2/model/TagMatch.ts +18 -0
- package/v2/model/TagResource.ts +50 -0
- package/v2/model/TopicAttribute.ts +23 -0
- package/v2/model/UpdateApplicationEndpointRequest.ts +24 -0
- package/v2/model/UpdateApplicationEndpointRequestBody.ts +22 -0
- package/v2/model/UpdateApplicationEndpointResponse.ts +19 -0
- package/v2/model/UpdateApplicationRequest.ts +24 -0
- package/v2/model/UpdateApplicationRequestBody.ts +30 -0
- package/v2/model/UpdateApplicationResponse.ts +19 -0
- package/v2/model/UpdateLogtankRequest.ts +36 -0
- package/v2/model/UpdateLogtankRequestBody.ts +30 -0
- package/v2/model/UpdateLogtankResponse.ts +25 -0
- package/v2/model/UpdateMessageTemplateRequest.ts +24 -0
- package/v2/model/UpdateMessageTemplateRequestBody.ts +12 -0
- package/v2/model/UpdateMessageTemplateResponse.ts +19 -0
- package/v2/model/UpdateSubscriptionRequest.ts +36 -0
- package/v2/model/UpdateSubscriptionRequestBody.ts +12 -0
- package/v2/model/UpdateSubscriptionResponse.ts +30 -0
- package/v2/model/UpdateTopicAttributeRequest.ts +30 -0
- package/v2/model/UpdateTopicAttributeRequestBody.ts +12 -0
- package/v2/model/UpdateTopicAttributeResponse.ts +19 -0
- package/v2/model/UpdateTopicRequest.ts +24 -0
- package/v2/model/UpdateTopicRequestBody.ts +18 -0
- package/v2/model/UpdateTopicResponse.ts +19 -0
- package/v2/model/VersionItem.ts +49 -0
- package/v2/{public-api.d.ts → public-api.ts} +1 -0
- package/LICENSE +0 -13
- package/README.md +0 -1
- package/huaweicloud-sdk-smn.d.ts +0 -2
- package/huaweicloud-sdk-smn.js +0 -31
- package/v2/SmnClient.d.ts +0 -1229
- package/v2/SmnRegion.d.ts +0 -23
- package/v2/SmnRegion.js +0 -59
- package/v2/model/AccessPolicy.d.ts +0 -16
- package/v2/model/AccessPolicy.js +0 -54
- package/v2/model/AddSubscriptionRequest.d.ts +0 -10
- package/v2/model/AddSubscriptionRequest.js +0 -28
- package/v2/model/AddSubscriptionRequestBody.d.ts +0 -12
- package/v2/model/AddSubscriptionRequestBody.js +0 -27
- package/v2/model/AddSubscriptionResponse.d.ts +0 -12
- package/v2/model/AddSubscriptionResponse.js +0 -55
- package/v2/model/ApplicationEndpoint.d.ts +0 -19
- package/v2/model/ApplicationEndpoint.js +0 -64
- package/v2/model/ApplicationItem.d.ts +0 -25
- package/v2/model/ApplicationItem.js +0 -83
- package/v2/model/BatchCreateOrDeleteResourceTagsRequest.d.ts +0 -14
- package/v2/model/BatchCreateOrDeleteResourceTagsRequest.js +0 -43
- package/v2/model/BatchCreateOrDeleteResourceTagsRequestBody.d.ts +0 -8
- package/v2/model/BatchCreateOrDeleteResourceTagsRequestBody.js +0 -19
- package/v2/model/BatchCreateOrDeleteResourceTagsResponse.d.ts +0 -4
- package/v2/model/BatchCreateOrDeleteResourceTagsResponse.js +0 -27
- package/v2/model/CancelSubscriptionRequest.d.ts +0 -7
- package/v2/model/CancelSubscriptionRequest.js +0 -24
- package/v2/model/CancelSubscriptionResponse.d.ts +0 -8
- package/v2/model/CancelSubscriptionResponse.js +0 -41
- package/v2/model/CreateApplicationEndpointRequest.d.ts +0 -10
- package/v2/model/CreateApplicationEndpointRequest.js +0 -28
- package/v2/model/CreateApplicationEndpointRequestBody.d.ts +0 -9
- package/v2/model/CreateApplicationEndpointRequestBody.js +0 -29
- package/v2/model/CreateApplicationEndpointResponse.d.ts +0 -12
- package/v2/model/CreateApplicationEndpointResponse.js +0 -55
- package/v2/model/CreateApplicationRequest.d.ts +0 -6
- package/v2/model/CreateApplicationRequest.js +0 -13
- package/v2/model/CreateApplicationRequestBody.d.ts +0 -15
- package/v2/model/CreateApplicationRequestBody.js +0 -49
- package/v2/model/CreateApplicationResponse.d.ts +0 -16
- package/v2/model/CreateApplicationResponse.js +0 -69
- package/v2/model/CreateLogtankRequest.d.ts +0 -10
- package/v2/model/CreateLogtankRequest.js +0 -28
- package/v2/model/CreateLogtankRequestBody.d.ts +0 -11
- package/v2/model/CreateLogtankRequestBody.js +0 -39
- package/v2/model/CreateLogtankResponse.d.ts +0 -10
- package/v2/model/CreateLogtankResponse.js +0 -45
- package/v2/model/CreateMessageTemplateRequest.d.ts +0 -6
- package/v2/model/CreateMessageTemplateRequest.js +0 -13
- package/v2/model/CreateMessageTemplateRequestBody.d.ts +0 -11
- package/v2/model/CreateMessageTemplateRequestBody.js +0 -34
- package/v2/model/CreateMessageTemplateResponse.d.ts +0 -12
- package/v2/model/CreateMessageTemplateResponse.js +0 -55
- package/v2/model/CreateResourceTagRequest.d.ts +0 -14
- package/v2/model/CreateResourceTagRequest.js +0 -43
- package/v2/model/CreateResourceTagRequestBody.d.ts +0 -6
- package/v2/model/CreateResourceTagRequestBody.js +0 -14
- package/v2/model/CreateResourceTagResponse.d.ts +0 -4
- package/v2/model/CreateResourceTagResponse.js +0 -27
- package/v2/model/CreateTopicRequest.d.ts +0 -6
- package/v2/model/CreateTopicRequest.js +0 -13
- package/v2/model/CreateTopicRequestBody.d.ts +0 -13
- package/v2/model/CreateTopicRequestBody.js +0 -43
- package/v2/model/CreateTopicResponse.d.ts +0 -12
- package/v2/model/CreateTopicResponse.js +0 -55
- package/v2/model/DeleteApplicationEndpointRequest.d.ts +0 -7
- package/v2/model/DeleteApplicationEndpointRequest.js +0 -24
- package/v2/model/DeleteApplicationEndpointResponse.d.ts +0 -8
- package/v2/model/DeleteApplicationEndpointResponse.js +0 -41
- package/v2/model/DeleteApplicationRequest.d.ts +0 -7
- package/v2/model/DeleteApplicationRequest.js +0 -24
- package/v2/model/DeleteApplicationResponse.d.ts +0 -8
- package/v2/model/DeleteApplicationResponse.js +0 -41
- package/v2/model/DeleteLogtankRequest.d.ts +0 -11
- package/v2/model/DeleteLogtankRequest.js +0 -39
- package/v2/model/DeleteLogtankResponse.d.ts +0 -8
- package/v2/model/DeleteLogtankResponse.js +0 -41
- package/v2/model/DeleteMessageTemplateRequest.d.ts +0 -7
- package/v2/model/DeleteMessageTemplateRequest.js +0 -24
- package/v2/model/DeleteMessageTemplateResponse.d.ts +0 -8
- package/v2/model/DeleteMessageTemplateResponse.js +0 -41
- package/v2/model/DeleteResourceTagRequest.d.ts +0 -13
- package/v2/model/DeleteResourceTagRequest.js +0 -44
- package/v2/model/DeleteResourceTagResponse.d.ts +0 -4
- package/v2/model/DeleteResourceTagResponse.js +0 -27
- package/v2/model/DeleteTopicAttributeByNameRequest.d.ts +0 -9
- package/v2/model/DeleteTopicAttributeByNameRequest.js +0 -29
- package/v2/model/DeleteTopicAttributeByNameResponse.d.ts +0 -8
- package/v2/model/DeleteTopicAttributeByNameResponse.js +0 -41
- package/v2/model/DeleteTopicAttributesRequest.d.ts +0 -7
- package/v2/model/DeleteTopicAttributesRequest.js +0 -24
- package/v2/model/DeleteTopicAttributesResponse.d.ts +0 -8
- package/v2/model/DeleteTopicAttributesResponse.js +0 -41
- package/v2/model/DeleteTopicRequest.d.ts +0 -7
- package/v2/model/DeleteTopicRequest.js +0 -24
- package/v2/model/DeleteTopicResponse.d.ts +0 -8
- package/v2/model/DeleteTopicResponse.js +0 -41
- package/v2/model/LinksItem.d.ts +0 -7
- package/v2/model/LinksItem.js +0 -19
- package/v2/model/ListApplicationAttributesRequest.d.ts +0 -7
- package/v2/model/ListApplicationAttributesRequest.js +0 -24
- package/v2/model/ListApplicationAttributesResponse.d.ts +0 -15
- package/v2/model/ListApplicationAttributesResponse.js +0 -59
- package/v2/model/ListApplicationAttributesResponseBodyAttributes.d.ts +0 -9
- package/v2/model/ListApplicationAttributesResponseBodyAttributes.js +0 -28
- package/v2/model/ListApplicationEndpointAttributesRequest.d.ts +0 -7
- package/v2/model/ListApplicationEndpointAttributesRequest.js +0 -24
- package/v2/model/ListApplicationEndpointAttributesResponse.d.ts +0 -11
- package/v2/model/ListApplicationEndpointAttributesResponse.js +0 -45
- package/v2/model/ListApplicationEndpointAttributesResponseBodyAttributes.d.ts +0 -11
- package/v2/model/ListApplicationEndpointAttributesResponseBodyAttributes.js +0 -34
- package/v2/model/ListApplicationEndpointsRequest.d.ts +0 -19
- package/v2/model/ListApplicationEndpointsRequest.js +0 -54
- package/v2/model/ListApplicationEndpointsResponse.d.ts +0 -15
- package/v2/model/ListApplicationEndpointsResponse.js +0 -59
- package/v2/model/ListApplicationsRequest.d.ts +0 -11
- package/v2/model/ListApplicationsRequest.js +0 -25
- package/v2/model/ListApplicationsResponse.d.ts +0 -15
- package/v2/model/ListApplicationsResponse.js +0 -59
- package/v2/model/ListInstanceRequestBody.d.ts +0 -27
- package/v2/model/ListInstanceRequestBody.js +0 -72
- package/v2/model/ListLogtankRequest.d.ts +0 -7
- package/v2/model/ListLogtankRequest.js +0 -24
- package/v2/model/ListLogtankResponse.d.ts +0 -13
- package/v2/model/ListLogtankResponse.js +0 -49
- package/v2/model/ListMessageTemplateDetailsRequest.d.ts +0 -7
- package/v2/model/ListMessageTemplateDetailsRequest.js +0 -24
- package/v2/model/ListMessageTemplateDetailsResponse.d.ts +0 -32
- package/v2/model/ListMessageTemplateDetailsResponse.js +0 -119
- package/v2/model/ListMessageTemplatesRequest.d.ts +0 -13
- package/v2/model/ListMessageTemplatesRequest.js +0 -35
- package/v2/model/ListMessageTemplatesResponse.d.ts +0 -17
- package/v2/model/ListMessageTemplatesResponse.js +0 -69
- package/v2/model/ListProjectTagsRequest.d.ts +0 -7
- package/v2/model/ListProjectTagsRequest.js +0 -24
- package/v2/model/ListProjectTagsResponse.d.ts +0 -7
- package/v2/model/ListProjectTagsResponse.js +0 -31
- package/v2/model/ListResourceInstancesRequest.d.ts +0 -10
- package/v2/model/ListResourceInstancesRequest.js +0 -28
- package/v2/model/ListResourceInstancesResponse.d.ts +0 -11
- package/v2/model/ListResourceInstancesResponse.js +0 -45
- package/v2/model/ListResourceTagsRequest.d.ts +0 -11
- package/v2/model/ListResourceTagsRequest.js +0 -39
- package/v2/model/ListResourceTagsResponse.d.ts +0 -7
- package/v2/model/ListResourceTagsResponse.js +0 -31
- package/v2/model/ListSubscriptionsByTopicRequest.d.ts +0 -11
- package/v2/model/ListSubscriptionsByTopicRequest.js +0 -32
- package/v2/model/ListSubscriptionsByTopicResponse.d.ts +0 -15
- package/v2/model/ListSubscriptionsByTopicResponse.js +0 -59
- package/v2/model/ListSubscriptionsItem.d.ts +0 -21
- package/v2/model/ListSubscriptionsItem.js +0 -64
- package/v2/model/ListSubscriptionsRequest.d.ts +0 -13
- package/v2/model/ListSubscriptionsRequest.js +0 -29
- package/v2/model/ListSubscriptionsResponse.d.ts +0 -15
- package/v2/model/ListSubscriptionsResponse.js +0 -59
- package/v2/model/ListTopicAttributesRequest.d.ts +0 -9
- package/v2/model/ListTopicAttributesRequest.js +0 -29
- package/v2/model/ListTopicAttributesResponse.d.ts +0 -11
- package/v2/model/ListTopicAttributesResponse.js +0 -45
- package/v2/model/ListTopicDetailsRequest.d.ts +0 -7
- package/v2/model/ListTopicDetailsRequest.js +0 -24
- package/v2/model/ListTopicDetailsResponse.d.ts +0 -38
- package/v2/model/ListTopicDetailsResponse.js +0 -143
- package/v2/model/ListTopicsItem.d.ts +0 -25
- package/v2/model/ListTopicsItem.js +0 -89
- package/v2/model/ListTopicsRequest.d.ts +0 -21
- package/v2/model/ListTopicsRequest.js +0 -63
- package/v2/model/ListTopicsResponse.d.ts +0 -15
- package/v2/model/ListTopicsResponse.js +0 -59
- package/v2/model/ListVersionRequest.d.ts +0 -3
- package/v2/model/ListVersionRequest.js +0 -9
- package/v2/model/ListVersionResponse.d.ts +0 -7
- package/v2/model/ListVersionResponse.js +0 -31
- package/v2/model/ListVersionsRequest.d.ts +0 -3
- package/v2/model/ListVersionsRequest.js +0 -9
- package/v2/model/ListVersionsResponse.d.ts +0 -7
- package/v2/model/ListVersionsResponse.js +0 -31
- package/v2/model/LogtankItem.d.ts +0 -21
- package/v2/model/LogtankItem.js +0 -74
- package/v2/model/MessageTemplate.d.ts +0 -25
- package/v2/model/MessageTemplate.js +0 -89
- package/v2/model/PublishAppMessageRequest.d.ts +0 -10
- package/v2/model/PublishAppMessageRequest.js +0 -28
- package/v2/model/PublishAppMessageRequestBody.d.ts +0 -13
- package/v2/model/PublishAppMessageRequestBody.js +0 -41
- package/v2/model/PublishAppMessageResponse.d.ts +0 -12
- package/v2/model/PublishAppMessageResponse.js +0 -55
- package/v2/model/PublishMessageRequest.d.ts +0 -10
- package/v2/model/PublishMessageRequest.js +0 -28
- package/v2/model/PublishMessageRequestBody.d.ts +0 -25
- package/v2/model/PublishMessageRequestBody.js +0 -63
- package/v2/model/PublishMessageResponse.d.ts +0 -12
- package/v2/model/PublishMessageResponse.js +0 -55
- package/v2/model/ResourceDetail.d.ts +0 -17
- package/v2/model/ResourceDetail.js +0 -59
- package/v2/model/ResourceTag.d.ts +0 -7
- package/v2/model/ResourceTag.js +0 -19
- package/v2/model/ResourceTags.d.ts +0 -7
- package/v2/model/ResourceTags.js +0 -19
- package/v2/model/Statement.d.ts +0 -35
- package/v2/model/Statement.js +0 -123
- package/v2/model/SubscriptionExtension.d.ts +0 -17
- package/v2/model/SubscriptionExtension.js +0 -55
- package/v2/model/TagMatch.d.ts +0 -7
- package/v2/model/TagMatch.js +0 -19
- package/v2/model/TagResource.d.ts +0 -19
- package/v2/model/TagResource.js +0 -59
- package/v2/model/TopicAttribute.d.ts +0 -10
- package/v2/model/TopicAttribute.js +0 -27
- package/v2/model/UpdateApplicationEndpointRequest.d.ts +0 -10
- package/v2/model/UpdateApplicationEndpointRequest.js +0 -28
- package/v2/model/UpdateApplicationEndpointRequestBody.d.ts +0 -9
- package/v2/model/UpdateApplicationEndpointRequestBody.js +0 -27
- package/v2/model/UpdateApplicationEndpointResponse.d.ts +0 -8
- package/v2/model/UpdateApplicationEndpointResponse.js +0 -41
- package/v2/model/UpdateApplicationRequest.d.ts +0 -10
- package/v2/model/UpdateApplicationRequest.js +0 -28
- package/v2/model/UpdateApplicationRequestBody.d.ts +0 -11
- package/v2/model/UpdateApplicationRequestBody.js +0 -39
- package/v2/model/UpdateApplicationResponse.d.ts +0 -8
- package/v2/model/UpdateApplicationResponse.js +0 -41
- package/v2/model/UpdateLogtankRequest.d.ts +0 -14
- package/v2/model/UpdateLogtankRequest.js +0 -43
- package/v2/model/UpdateLogtankRequestBody.d.ts +0 -11
- package/v2/model/UpdateLogtankRequestBody.js +0 -39
- package/v2/model/UpdateLogtankResponse.d.ts +0 -11
- package/v2/model/UpdateLogtankResponse.js +0 -45
- package/v2/model/UpdateMessageTemplateRequest.d.ts +0 -10
- package/v2/model/UpdateMessageTemplateRequest.js +0 -28
- package/v2/model/UpdateMessageTemplateRequestBody.d.ts +0 -5
- package/v2/model/UpdateMessageTemplateRequestBody.js +0 -14
- package/v2/model/UpdateMessageTemplateResponse.d.ts +0 -8
- package/v2/model/UpdateMessageTemplateResponse.js +0 -41
- package/v2/model/UpdateSubscriptionRequest.d.ts +0 -14
- package/v2/model/UpdateSubscriptionRequest.js +0 -43
- package/v2/model/UpdateSubscriptionRequestBody.d.ts +0 -5
- package/v2/model/UpdateSubscriptionRequestBody.js +0 -14
- package/v2/model/UpdateSubscriptionResponse.d.ts +0 -12
- package/v2/model/UpdateSubscriptionResponse.js +0 -55
- package/v2/model/UpdateTopicAttributeRequest.d.ts +0 -12
- package/v2/model/UpdateTopicAttributeRequest.js +0 -33
- package/v2/model/UpdateTopicAttributeRequestBody.d.ts +0 -5
- package/v2/model/UpdateTopicAttributeRequestBody.js +0 -14
- package/v2/model/UpdateTopicAttributeResponse.d.ts +0 -8
- package/v2/model/UpdateTopicAttributeResponse.js +0 -41
- package/v2/model/UpdateTopicRequest.d.ts +0 -10
- package/v2/model/UpdateTopicRequest.js +0 -28
- package/v2/model/UpdateTopicRequestBody.d.ts +0 -7
- package/v2/model/UpdateTopicRequestBody.js +0 -24
- package/v2/model/UpdateTopicResponse.d.ts +0 -8
- package/v2/model/UpdateTopicResponse.js +0 -41
- package/v2/model/VersionItem.d.ts +0 -18
- package/v2/model/VersionItem.js +0 -49
- package/v2/public-api.js +0 -141
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export declare class ListSubscriptionsItem {
|
|
2
|
-
private 'topic_urn';
|
|
3
|
-
protocol: string;
|
|
4
|
-
private 'subscription_urn';
|
|
5
|
-
owner: string;
|
|
6
|
-
endpoint: string;
|
|
7
|
-
remark: string;
|
|
8
|
-
status: number;
|
|
9
|
-
constructor(topicUrn?: any, protocol?: any, subscriptionUrn?: any, owner?: any, endpoint?: any, remark?: any, status?: any);
|
|
10
|
-
withTopicUrn(topicUrn: string): ListSubscriptionsItem;
|
|
11
|
-
set topicUrn(topicUrn: string | undefined);
|
|
12
|
-
get topicUrn(): string | undefined;
|
|
13
|
-
withProtocol(protocol: string): ListSubscriptionsItem;
|
|
14
|
-
withSubscriptionUrn(subscriptionUrn: string): ListSubscriptionsItem;
|
|
15
|
-
set subscriptionUrn(subscriptionUrn: string | undefined);
|
|
16
|
-
get subscriptionUrn(): string | undefined;
|
|
17
|
-
withOwner(owner: string): ListSubscriptionsItem;
|
|
18
|
-
withEndpoint(endpoint: string): ListSubscriptionsItem;
|
|
19
|
-
withRemark(remark: string): ListSubscriptionsItem;
|
|
20
|
-
withStatus(status: number): ListSubscriptionsItem;
|
|
21
|
-
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListSubscriptionsItem = void 0;
|
|
4
|
-
var ListSubscriptionsItem = /** @class */ (function () {
|
|
5
|
-
function ListSubscriptionsItem(topicUrn, protocol, subscriptionUrn, owner, endpoint, remark, status) {
|
|
6
|
-
this['topic_urn'] = topicUrn;
|
|
7
|
-
this['protocol'] = protocol;
|
|
8
|
-
this['subscription_urn'] = subscriptionUrn;
|
|
9
|
-
this['owner'] = owner;
|
|
10
|
-
this['endpoint'] = endpoint;
|
|
11
|
-
this['remark'] = remark;
|
|
12
|
-
this['status'] = status;
|
|
13
|
-
}
|
|
14
|
-
ListSubscriptionsItem.prototype.withTopicUrn = function (topicUrn) {
|
|
15
|
-
this['topic_urn'] = topicUrn;
|
|
16
|
-
return this;
|
|
17
|
-
};
|
|
18
|
-
Object.defineProperty(ListSubscriptionsItem.prototype, "topicUrn", {
|
|
19
|
-
get: function () {
|
|
20
|
-
return this['topic_urn'];
|
|
21
|
-
},
|
|
22
|
-
set: function (topicUrn) {
|
|
23
|
-
this['topic_urn'] = topicUrn;
|
|
24
|
-
},
|
|
25
|
-
enumerable: false,
|
|
26
|
-
configurable: true
|
|
27
|
-
});
|
|
28
|
-
ListSubscriptionsItem.prototype.withProtocol = function (protocol) {
|
|
29
|
-
this['protocol'] = protocol;
|
|
30
|
-
return this;
|
|
31
|
-
};
|
|
32
|
-
ListSubscriptionsItem.prototype.withSubscriptionUrn = function (subscriptionUrn) {
|
|
33
|
-
this['subscription_urn'] = subscriptionUrn;
|
|
34
|
-
return this;
|
|
35
|
-
};
|
|
36
|
-
Object.defineProperty(ListSubscriptionsItem.prototype, "subscriptionUrn", {
|
|
37
|
-
get: function () {
|
|
38
|
-
return this['subscription_urn'];
|
|
39
|
-
},
|
|
40
|
-
set: function (subscriptionUrn) {
|
|
41
|
-
this['subscription_urn'] = subscriptionUrn;
|
|
42
|
-
},
|
|
43
|
-
enumerable: false,
|
|
44
|
-
configurable: true
|
|
45
|
-
});
|
|
46
|
-
ListSubscriptionsItem.prototype.withOwner = function (owner) {
|
|
47
|
-
this['owner'] = owner;
|
|
48
|
-
return this;
|
|
49
|
-
};
|
|
50
|
-
ListSubscriptionsItem.prototype.withEndpoint = function (endpoint) {
|
|
51
|
-
this['endpoint'] = endpoint;
|
|
52
|
-
return this;
|
|
53
|
-
};
|
|
54
|
-
ListSubscriptionsItem.prototype.withRemark = function (remark) {
|
|
55
|
-
this['remark'] = remark;
|
|
56
|
-
return this;
|
|
57
|
-
};
|
|
58
|
-
ListSubscriptionsItem.prototype.withStatus = function (status) {
|
|
59
|
-
this['status'] = status;
|
|
60
|
-
return this;
|
|
61
|
-
};
|
|
62
|
-
return ListSubscriptionsItem;
|
|
63
|
-
}());
|
|
64
|
-
exports.ListSubscriptionsItem = ListSubscriptionsItem;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export declare class ListSubscriptionsRequest {
|
|
2
|
-
offset?: number;
|
|
3
|
-
limit?: number;
|
|
4
|
-
protocol?: string;
|
|
5
|
-
status?: number;
|
|
6
|
-
endpoint?: string;
|
|
7
|
-
constructor();
|
|
8
|
-
withOffset(offset: number): ListSubscriptionsRequest;
|
|
9
|
-
withLimit(limit: number): ListSubscriptionsRequest;
|
|
10
|
-
withProtocol(protocol: string): ListSubscriptionsRequest;
|
|
11
|
-
withStatus(status: number): ListSubscriptionsRequest;
|
|
12
|
-
withEndpoint(endpoint: string): ListSubscriptionsRequest;
|
|
13
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListSubscriptionsRequest = void 0;
|
|
4
|
-
var ListSubscriptionsRequest = /** @class */ (function () {
|
|
5
|
-
function ListSubscriptionsRequest() {
|
|
6
|
-
}
|
|
7
|
-
ListSubscriptionsRequest.prototype.withOffset = function (offset) {
|
|
8
|
-
this['offset'] = offset;
|
|
9
|
-
return this;
|
|
10
|
-
};
|
|
11
|
-
ListSubscriptionsRequest.prototype.withLimit = function (limit) {
|
|
12
|
-
this['limit'] = limit;
|
|
13
|
-
return this;
|
|
14
|
-
};
|
|
15
|
-
ListSubscriptionsRequest.prototype.withProtocol = function (protocol) {
|
|
16
|
-
this['protocol'] = protocol;
|
|
17
|
-
return this;
|
|
18
|
-
};
|
|
19
|
-
ListSubscriptionsRequest.prototype.withStatus = function (status) {
|
|
20
|
-
this['status'] = status;
|
|
21
|
-
return this;
|
|
22
|
-
};
|
|
23
|
-
ListSubscriptionsRequest.prototype.withEndpoint = function (endpoint) {
|
|
24
|
-
this['endpoint'] = endpoint;
|
|
25
|
-
return this;
|
|
26
|
-
};
|
|
27
|
-
return ListSubscriptionsRequest;
|
|
28
|
-
}());
|
|
29
|
-
exports.ListSubscriptionsRequest = ListSubscriptionsRequest;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ListSubscriptionsItem } from './ListSubscriptionsItem';
|
|
2
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
-
export declare class ListSubscriptionsResponse extends SdkResponse {
|
|
4
|
-
private 'request_id'?;
|
|
5
|
-
private 'subscription_count'?;
|
|
6
|
-
subscriptions?: Array<ListSubscriptionsItem>;
|
|
7
|
-
constructor();
|
|
8
|
-
withRequestId(requestId: string): ListSubscriptionsResponse;
|
|
9
|
-
set requestId(requestId: string | undefined);
|
|
10
|
-
get requestId(): string | undefined;
|
|
11
|
-
withSubscriptionCount(subscriptionCount: number): ListSubscriptionsResponse;
|
|
12
|
-
set subscriptionCount(subscriptionCount: number | undefined);
|
|
13
|
-
get subscriptionCount(): number | undefined;
|
|
14
|
-
withSubscriptions(subscriptions: Array<ListSubscriptionsItem>): ListSubscriptionsResponse;
|
|
15
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.ListSubscriptionsResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var ListSubscriptionsResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(ListSubscriptionsResponse, _super);
|
|
22
|
-
function ListSubscriptionsResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
ListSubscriptionsResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
-
this['request_id'] = requestId;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(ListSubscriptionsResponse.prototype, "requestId", {
|
|
30
|
-
get: function () {
|
|
31
|
-
return this['request_id'];
|
|
32
|
-
},
|
|
33
|
-
set: function (requestId) {
|
|
34
|
-
this['request_id'] = requestId;
|
|
35
|
-
},
|
|
36
|
-
enumerable: false,
|
|
37
|
-
configurable: true
|
|
38
|
-
});
|
|
39
|
-
ListSubscriptionsResponse.prototype.withSubscriptionCount = function (subscriptionCount) {
|
|
40
|
-
this['subscription_count'] = subscriptionCount;
|
|
41
|
-
return this;
|
|
42
|
-
};
|
|
43
|
-
Object.defineProperty(ListSubscriptionsResponse.prototype, "subscriptionCount", {
|
|
44
|
-
get: function () {
|
|
45
|
-
return this['subscription_count'];
|
|
46
|
-
},
|
|
47
|
-
set: function (subscriptionCount) {
|
|
48
|
-
this['subscription_count'] = subscriptionCount;
|
|
49
|
-
},
|
|
50
|
-
enumerable: false,
|
|
51
|
-
configurable: true
|
|
52
|
-
});
|
|
53
|
-
ListSubscriptionsResponse.prototype.withSubscriptions = function (subscriptions) {
|
|
54
|
-
this['subscriptions'] = subscriptions;
|
|
55
|
-
return this;
|
|
56
|
-
};
|
|
57
|
-
return ListSubscriptionsResponse;
|
|
58
|
-
}(SdkResponse_1.SdkResponse));
|
|
59
|
-
exports.ListSubscriptionsResponse = ListSubscriptionsResponse;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export declare class ListTopicAttributesRequest {
|
|
2
|
-
private 'topic_urn';
|
|
3
|
-
name: string;
|
|
4
|
-
constructor(topicUrn?: any, name?: any);
|
|
5
|
-
withTopicUrn(topicUrn: string): ListTopicAttributesRequest;
|
|
6
|
-
set topicUrn(topicUrn: string | undefined);
|
|
7
|
-
get topicUrn(): string | undefined;
|
|
8
|
-
withName(name: string): ListTopicAttributesRequest;
|
|
9
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTopicAttributesRequest = void 0;
|
|
4
|
-
var ListTopicAttributesRequest = /** @class */ (function () {
|
|
5
|
-
function ListTopicAttributesRequest(topicUrn, name) {
|
|
6
|
-
this['topic_urn'] = topicUrn;
|
|
7
|
-
this['name'] = name;
|
|
8
|
-
}
|
|
9
|
-
ListTopicAttributesRequest.prototype.withTopicUrn = function (topicUrn) {
|
|
10
|
-
this['topic_urn'] = topicUrn;
|
|
11
|
-
return this;
|
|
12
|
-
};
|
|
13
|
-
Object.defineProperty(ListTopicAttributesRequest.prototype, "topicUrn", {
|
|
14
|
-
get: function () {
|
|
15
|
-
return this['topic_urn'];
|
|
16
|
-
},
|
|
17
|
-
set: function (topicUrn) {
|
|
18
|
-
this['topic_urn'] = topicUrn;
|
|
19
|
-
},
|
|
20
|
-
enumerable: false,
|
|
21
|
-
configurable: true
|
|
22
|
-
});
|
|
23
|
-
ListTopicAttributesRequest.prototype.withName = function (name) {
|
|
24
|
-
this['name'] = name;
|
|
25
|
-
return this;
|
|
26
|
-
};
|
|
27
|
-
return ListTopicAttributesRequest;
|
|
28
|
-
}());
|
|
29
|
-
exports.ListTopicAttributesRequest = ListTopicAttributesRequest;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { TopicAttribute } from './TopicAttribute';
|
|
2
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
-
export declare class ListTopicAttributesResponse extends SdkResponse {
|
|
4
|
-
private 'request_id'?;
|
|
5
|
-
attributes?: TopicAttribute;
|
|
6
|
-
constructor();
|
|
7
|
-
withRequestId(requestId: string): ListTopicAttributesResponse;
|
|
8
|
-
set requestId(requestId: string | undefined);
|
|
9
|
-
get requestId(): string | undefined;
|
|
10
|
-
withAttributes(attributes: TopicAttribute): ListTopicAttributesResponse;
|
|
11
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.ListTopicAttributesResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var ListTopicAttributesResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(ListTopicAttributesResponse, _super);
|
|
22
|
-
function ListTopicAttributesResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
ListTopicAttributesResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
-
this['request_id'] = requestId;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(ListTopicAttributesResponse.prototype, "requestId", {
|
|
30
|
-
get: function () {
|
|
31
|
-
return this['request_id'];
|
|
32
|
-
},
|
|
33
|
-
set: function (requestId) {
|
|
34
|
-
this['request_id'] = requestId;
|
|
35
|
-
},
|
|
36
|
-
enumerable: false,
|
|
37
|
-
configurable: true
|
|
38
|
-
});
|
|
39
|
-
ListTopicAttributesResponse.prototype.withAttributes = function (attributes) {
|
|
40
|
-
this['attributes'] = attributes;
|
|
41
|
-
return this;
|
|
42
|
-
};
|
|
43
|
-
return ListTopicAttributesResponse;
|
|
44
|
-
}(SdkResponse_1.SdkResponse));
|
|
45
|
-
exports.ListTopicAttributesResponse = ListTopicAttributesResponse;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTopicDetailsRequest = void 0;
|
|
4
|
-
var ListTopicDetailsRequest = /** @class */ (function () {
|
|
5
|
-
function ListTopicDetailsRequest(topicUrn) {
|
|
6
|
-
this['topic_urn'] = topicUrn;
|
|
7
|
-
}
|
|
8
|
-
ListTopicDetailsRequest.prototype.withTopicUrn = function (topicUrn) {
|
|
9
|
-
this['topic_urn'] = topicUrn;
|
|
10
|
-
return this;
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(ListTopicDetailsRequest.prototype, "topicUrn", {
|
|
13
|
-
get: function () {
|
|
14
|
-
return this['topic_urn'];
|
|
15
|
-
},
|
|
16
|
-
set: function (topicUrn) {
|
|
17
|
-
this['topic_urn'] = topicUrn;
|
|
18
|
-
},
|
|
19
|
-
enumerable: false,
|
|
20
|
-
configurable: true
|
|
21
|
-
});
|
|
22
|
-
return ListTopicDetailsRequest;
|
|
23
|
-
}());
|
|
24
|
-
exports.ListTopicDetailsRequest = ListTopicDetailsRequest;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
-
export declare class ListTopicDetailsResponse extends SdkResponse {
|
|
3
|
-
private 'update_time'?;
|
|
4
|
-
private 'push_policy'?;
|
|
5
|
-
private 'create_time'?;
|
|
6
|
-
name?: string;
|
|
7
|
-
private 'topic_urn'?;
|
|
8
|
-
private 'display_name'?;
|
|
9
|
-
private 'request_id'?;
|
|
10
|
-
private 'enterprise_project_id'?;
|
|
11
|
-
private 'topic_id'?;
|
|
12
|
-
constructor();
|
|
13
|
-
withUpdateTime(updateTime: string): ListTopicDetailsResponse;
|
|
14
|
-
set updateTime(updateTime: string | undefined);
|
|
15
|
-
get updateTime(): string | undefined;
|
|
16
|
-
withPushPolicy(pushPolicy: number): ListTopicDetailsResponse;
|
|
17
|
-
set pushPolicy(pushPolicy: number | undefined);
|
|
18
|
-
get pushPolicy(): number | undefined;
|
|
19
|
-
withCreateTime(createTime: string): ListTopicDetailsResponse;
|
|
20
|
-
set createTime(createTime: string | undefined);
|
|
21
|
-
get createTime(): string | undefined;
|
|
22
|
-
withName(name: string): ListTopicDetailsResponse;
|
|
23
|
-
withTopicUrn(topicUrn: string): ListTopicDetailsResponse;
|
|
24
|
-
set topicUrn(topicUrn: string | undefined);
|
|
25
|
-
get topicUrn(): string | undefined;
|
|
26
|
-
withDisplayName(displayName: string): ListTopicDetailsResponse;
|
|
27
|
-
set displayName(displayName: string | undefined);
|
|
28
|
-
get displayName(): string | undefined;
|
|
29
|
-
withRequestId(requestId: string): ListTopicDetailsResponse;
|
|
30
|
-
set requestId(requestId: string | undefined);
|
|
31
|
-
get requestId(): string | undefined;
|
|
32
|
-
withEnterpriseProjectId(enterpriseProjectId: string): ListTopicDetailsResponse;
|
|
33
|
-
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
|
34
|
-
get enterpriseProjectId(): string | undefined;
|
|
35
|
-
withTopicId(topicId: string): ListTopicDetailsResponse;
|
|
36
|
-
set topicId(topicId: string | undefined);
|
|
37
|
-
get topicId(): string | undefined;
|
|
38
|
-
}
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.ListTopicDetailsResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var ListTopicDetailsResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(ListTopicDetailsResponse, _super);
|
|
22
|
-
function ListTopicDetailsResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
ListTopicDetailsResponse.prototype.withUpdateTime = function (updateTime) {
|
|
26
|
-
this['update_time'] = updateTime;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(ListTopicDetailsResponse.prototype, "updateTime", {
|
|
30
|
-
get: function () {
|
|
31
|
-
return this['update_time'];
|
|
32
|
-
},
|
|
33
|
-
set: function (updateTime) {
|
|
34
|
-
this['update_time'] = updateTime;
|
|
35
|
-
},
|
|
36
|
-
enumerable: false,
|
|
37
|
-
configurable: true
|
|
38
|
-
});
|
|
39
|
-
ListTopicDetailsResponse.prototype.withPushPolicy = function (pushPolicy) {
|
|
40
|
-
this['push_policy'] = pushPolicy;
|
|
41
|
-
return this;
|
|
42
|
-
};
|
|
43
|
-
Object.defineProperty(ListTopicDetailsResponse.prototype, "pushPolicy", {
|
|
44
|
-
get: function () {
|
|
45
|
-
return this['push_policy'];
|
|
46
|
-
},
|
|
47
|
-
set: function (pushPolicy) {
|
|
48
|
-
this['push_policy'] = pushPolicy;
|
|
49
|
-
},
|
|
50
|
-
enumerable: false,
|
|
51
|
-
configurable: true
|
|
52
|
-
});
|
|
53
|
-
ListTopicDetailsResponse.prototype.withCreateTime = function (createTime) {
|
|
54
|
-
this['create_time'] = createTime;
|
|
55
|
-
return this;
|
|
56
|
-
};
|
|
57
|
-
Object.defineProperty(ListTopicDetailsResponse.prototype, "createTime", {
|
|
58
|
-
get: function () {
|
|
59
|
-
return this['create_time'];
|
|
60
|
-
},
|
|
61
|
-
set: function (createTime) {
|
|
62
|
-
this['create_time'] = createTime;
|
|
63
|
-
},
|
|
64
|
-
enumerable: false,
|
|
65
|
-
configurable: true
|
|
66
|
-
});
|
|
67
|
-
ListTopicDetailsResponse.prototype.withName = function (name) {
|
|
68
|
-
this['name'] = name;
|
|
69
|
-
return this;
|
|
70
|
-
};
|
|
71
|
-
ListTopicDetailsResponse.prototype.withTopicUrn = function (topicUrn) {
|
|
72
|
-
this['topic_urn'] = topicUrn;
|
|
73
|
-
return this;
|
|
74
|
-
};
|
|
75
|
-
Object.defineProperty(ListTopicDetailsResponse.prototype, "topicUrn", {
|
|
76
|
-
get: function () {
|
|
77
|
-
return this['topic_urn'];
|
|
78
|
-
},
|
|
79
|
-
set: function (topicUrn) {
|
|
80
|
-
this['topic_urn'] = topicUrn;
|
|
81
|
-
},
|
|
82
|
-
enumerable: false,
|
|
83
|
-
configurable: true
|
|
84
|
-
});
|
|
85
|
-
ListTopicDetailsResponse.prototype.withDisplayName = function (displayName) {
|
|
86
|
-
this['display_name'] = displayName;
|
|
87
|
-
return this;
|
|
88
|
-
};
|
|
89
|
-
Object.defineProperty(ListTopicDetailsResponse.prototype, "displayName", {
|
|
90
|
-
get: function () {
|
|
91
|
-
return this['display_name'];
|
|
92
|
-
},
|
|
93
|
-
set: function (displayName) {
|
|
94
|
-
this['display_name'] = displayName;
|
|
95
|
-
},
|
|
96
|
-
enumerable: false,
|
|
97
|
-
configurable: true
|
|
98
|
-
});
|
|
99
|
-
ListTopicDetailsResponse.prototype.withRequestId = function (requestId) {
|
|
100
|
-
this['request_id'] = requestId;
|
|
101
|
-
return this;
|
|
102
|
-
};
|
|
103
|
-
Object.defineProperty(ListTopicDetailsResponse.prototype, "requestId", {
|
|
104
|
-
get: function () {
|
|
105
|
-
return this['request_id'];
|
|
106
|
-
},
|
|
107
|
-
set: function (requestId) {
|
|
108
|
-
this['request_id'] = requestId;
|
|
109
|
-
},
|
|
110
|
-
enumerable: false,
|
|
111
|
-
configurable: true
|
|
112
|
-
});
|
|
113
|
-
ListTopicDetailsResponse.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
|
|
114
|
-
this['enterprise_project_id'] = enterpriseProjectId;
|
|
115
|
-
return this;
|
|
116
|
-
};
|
|
117
|
-
Object.defineProperty(ListTopicDetailsResponse.prototype, "enterpriseProjectId", {
|
|
118
|
-
get: function () {
|
|
119
|
-
return this['enterprise_project_id'];
|
|
120
|
-
},
|
|
121
|
-
set: function (enterpriseProjectId) {
|
|
122
|
-
this['enterprise_project_id'] = enterpriseProjectId;
|
|
123
|
-
},
|
|
124
|
-
enumerable: false,
|
|
125
|
-
configurable: true
|
|
126
|
-
});
|
|
127
|
-
ListTopicDetailsResponse.prototype.withTopicId = function (topicId) {
|
|
128
|
-
this['topic_id'] = topicId;
|
|
129
|
-
return this;
|
|
130
|
-
};
|
|
131
|
-
Object.defineProperty(ListTopicDetailsResponse.prototype, "topicId", {
|
|
132
|
-
get: function () {
|
|
133
|
-
return this['topic_id'];
|
|
134
|
-
},
|
|
135
|
-
set: function (topicId) {
|
|
136
|
-
this['topic_id'] = topicId;
|
|
137
|
-
},
|
|
138
|
-
enumerable: false,
|
|
139
|
-
configurable: true
|
|
140
|
-
});
|
|
141
|
-
return ListTopicDetailsResponse;
|
|
142
|
-
}(SdkResponse_1.SdkResponse));
|
|
143
|
-
exports.ListTopicDetailsResponse = ListTopicDetailsResponse;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export declare class ListTopicsItem {
|
|
2
|
-
private 'topic_urn';
|
|
3
|
-
name: string;
|
|
4
|
-
private 'display_name';
|
|
5
|
-
private 'push_policy';
|
|
6
|
-
private 'enterprise_project_id';
|
|
7
|
-
private 'topic_id';
|
|
8
|
-
constructor(topicUrn?: any, name?: any, displayName?: any, pushPolicy?: any, enterpriseProjectId?: any, topicId?: any);
|
|
9
|
-
withTopicUrn(topicUrn: string): ListTopicsItem;
|
|
10
|
-
set topicUrn(topicUrn: string | undefined);
|
|
11
|
-
get topicUrn(): string | undefined;
|
|
12
|
-
withName(name: string): ListTopicsItem;
|
|
13
|
-
withDisplayName(displayName: string): ListTopicsItem;
|
|
14
|
-
set displayName(displayName: string | undefined);
|
|
15
|
-
get displayName(): string | undefined;
|
|
16
|
-
withPushPolicy(pushPolicy: number): ListTopicsItem;
|
|
17
|
-
set pushPolicy(pushPolicy: number | undefined);
|
|
18
|
-
get pushPolicy(): number | undefined;
|
|
19
|
-
withEnterpriseProjectId(enterpriseProjectId: string): ListTopicsItem;
|
|
20
|
-
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
|
21
|
-
get enterpriseProjectId(): string | undefined;
|
|
22
|
-
withTopicId(topicId: string): ListTopicsItem;
|
|
23
|
-
set topicId(topicId: string | undefined);
|
|
24
|
-
get topicId(): string | undefined;
|
|
25
|
-
}
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTopicsItem = void 0;
|
|
4
|
-
var ListTopicsItem = /** @class */ (function () {
|
|
5
|
-
function ListTopicsItem(topicUrn, name, displayName, pushPolicy, enterpriseProjectId, topicId) {
|
|
6
|
-
this['topic_urn'] = topicUrn;
|
|
7
|
-
this['name'] = name;
|
|
8
|
-
this['display_name'] = displayName;
|
|
9
|
-
this['push_policy'] = pushPolicy;
|
|
10
|
-
this['enterprise_project_id'] = enterpriseProjectId;
|
|
11
|
-
this['topic_id'] = topicId;
|
|
12
|
-
}
|
|
13
|
-
ListTopicsItem.prototype.withTopicUrn = function (topicUrn) {
|
|
14
|
-
this['topic_urn'] = topicUrn;
|
|
15
|
-
return this;
|
|
16
|
-
};
|
|
17
|
-
Object.defineProperty(ListTopicsItem.prototype, "topicUrn", {
|
|
18
|
-
get: function () {
|
|
19
|
-
return this['topic_urn'];
|
|
20
|
-
},
|
|
21
|
-
set: function (topicUrn) {
|
|
22
|
-
this['topic_urn'] = topicUrn;
|
|
23
|
-
},
|
|
24
|
-
enumerable: false,
|
|
25
|
-
configurable: true
|
|
26
|
-
});
|
|
27
|
-
ListTopicsItem.prototype.withName = function (name) {
|
|
28
|
-
this['name'] = name;
|
|
29
|
-
return this;
|
|
30
|
-
};
|
|
31
|
-
ListTopicsItem.prototype.withDisplayName = function (displayName) {
|
|
32
|
-
this['display_name'] = displayName;
|
|
33
|
-
return this;
|
|
34
|
-
};
|
|
35
|
-
Object.defineProperty(ListTopicsItem.prototype, "displayName", {
|
|
36
|
-
get: function () {
|
|
37
|
-
return this['display_name'];
|
|
38
|
-
},
|
|
39
|
-
set: function (displayName) {
|
|
40
|
-
this['display_name'] = displayName;
|
|
41
|
-
},
|
|
42
|
-
enumerable: false,
|
|
43
|
-
configurable: true
|
|
44
|
-
});
|
|
45
|
-
ListTopicsItem.prototype.withPushPolicy = function (pushPolicy) {
|
|
46
|
-
this['push_policy'] = pushPolicy;
|
|
47
|
-
return this;
|
|
48
|
-
};
|
|
49
|
-
Object.defineProperty(ListTopicsItem.prototype, "pushPolicy", {
|
|
50
|
-
get: function () {
|
|
51
|
-
return this['push_policy'];
|
|
52
|
-
},
|
|
53
|
-
set: function (pushPolicy) {
|
|
54
|
-
this['push_policy'] = pushPolicy;
|
|
55
|
-
},
|
|
56
|
-
enumerable: false,
|
|
57
|
-
configurable: true
|
|
58
|
-
});
|
|
59
|
-
ListTopicsItem.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
|
|
60
|
-
this['enterprise_project_id'] = enterpriseProjectId;
|
|
61
|
-
return this;
|
|
62
|
-
};
|
|
63
|
-
Object.defineProperty(ListTopicsItem.prototype, "enterpriseProjectId", {
|
|
64
|
-
get: function () {
|
|
65
|
-
return this['enterprise_project_id'];
|
|
66
|
-
},
|
|
67
|
-
set: function (enterpriseProjectId) {
|
|
68
|
-
this['enterprise_project_id'] = enterpriseProjectId;
|
|
69
|
-
},
|
|
70
|
-
enumerable: false,
|
|
71
|
-
configurable: true
|
|
72
|
-
});
|
|
73
|
-
ListTopicsItem.prototype.withTopicId = function (topicId) {
|
|
74
|
-
this['topic_id'] = topicId;
|
|
75
|
-
return this;
|
|
76
|
-
};
|
|
77
|
-
Object.defineProperty(ListTopicsItem.prototype, "topicId", {
|
|
78
|
-
get: function () {
|
|
79
|
-
return this['topic_id'];
|
|
80
|
-
},
|
|
81
|
-
set: function (topicId) {
|
|
82
|
-
this['topic_id'] = topicId;
|
|
83
|
-
},
|
|
84
|
-
enumerable: false,
|
|
85
|
-
configurable: true
|
|
86
|
-
});
|
|
87
|
-
return ListTopicsItem;
|
|
88
|
-
}());
|
|
89
|
-
exports.ListTopicsItem = ListTopicsItem;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export declare class ListTopicsRequest {
|
|
2
|
-
offset?: number;
|
|
3
|
-
limit?: number;
|
|
4
|
-
private 'enterprise_project_id'?;
|
|
5
|
-
name?: string;
|
|
6
|
-
private 'fuzzy_name'?;
|
|
7
|
-
private 'topic_id'?;
|
|
8
|
-
constructor();
|
|
9
|
-
withOffset(offset: number): ListTopicsRequest;
|
|
10
|
-
withLimit(limit: number): ListTopicsRequest;
|
|
11
|
-
withEnterpriseProjectId(enterpriseProjectId: string): ListTopicsRequest;
|
|
12
|
-
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
|
13
|
-
get enterpriseProjectId(): string | undefined;
|
|
14
|
-
withName(name: string): ListTopicsRequest;
|
|
15
|
-
withFuzzyName(fuzzyName: string): ListTopicsRequest;
|
|
16
|
-
set fuzzyName(fuzzyName: string | undefined);
|
|
17
|
-
get fuzzyName(): string | undefined;
|
|
18
|
-
withTopicId(topicId: string): ListTopicsRequest;
|
|
19
|
-
set topicId(topicId: string | undefined);
|
|
20
|
-
get topicId(): string | undefined;
|
|
21
|
-
}
|