@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,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.ListApplicationEndpointAttributesResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var ListApplicationEndpointAttributesResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(ListApplicationEndpointAttributesResponse, _super);
|
|
22
|
-
function ListApplicationEndpointAttributesResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
ListApplicationEndpointAttributesResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
-
this['request_id'] = requestId;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(ListApplicationEndpointAttributesResponse.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
|
-
ListApplicationEndpointAttributesResponse.prototype.withAttributes = function (attributes) {
|
|
40
|
-
this['attributes'] = attributes;
|
|
41
|
-
return this;
|
|
42
|
-
};
|
|
43
|
-
return ListApplicationEndpointAttributesResponse;
|
|
44
|
-
}(SdkResponse_1.SdkResponse));
|
|
45
|
-
exports.ListApplicationEndpointAttributesResponse = ListApplicationEndpointAttributesResponse;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare class ListApplicationEndpointAttributesResponseBodyAttributes {
|
|
2
|
-
enabled: string;
|
|
3
|
-
token: string;
|
|
4
|
-
private 'user_data';
|
|
5
|
-
constructor(enabled?: any, token?: any, userData?: any);
|
|
6
|
-
withEnabled(enabled: string): ListApplicationEndpointAttributesResponseBodyAttributes;
|
|
7
|
-
withToken(token: string): ListApplicationEndpointAttributesResponseBodyAttributes;
|
|
8
|
-
withUserData(userData: string): ListApplicationEndpointAttributesResponseBodyAttributes;
|
|
9
|
-
set userData(userData: string | undefined);
|
|
10
|
-
get userData(): string | undefined;
|
|
11
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListApplicationEndpointAttributesResponseBodyAttributes = void 0;
|
|
4
|
-
var ListApplicationEndpointAttributesResponseBodyAttributes = /** @class */ (function () {
|
|
5
|
-
function ListApplicationEndpointAttributesResponseBodyAttributes(enabled, token, userData) {
|
|
6
|
-
this['enabled'] = enabled;
|
|
7
|
-
this['token'] = token;
|
|
8
|
-
this['user_data'] = userData;
|
|
9
|
-
}
|
|
10
|
-
ListApplicationEndpointAttributesResponseBodyAttributes.prototype.withEnabled = function (enabled) {
|
|
11
|
-
this['enabled'] = enabled;
|
|
12
|
-
return this;
|
|
13
|
-
};
|
|
14
|
-
ListApplicationEndpointAttributesResponseBodyAttributes.prototype.withToken = function (token) {
|
|
15
|
-
this['token'] = token;
|
|
16
|
-
return this;
|
|
17
|
-
};
|
|
18
|
-
ListApplicationEndpointAttributesResponseBodyAttributes.prototype.withUserData = function (userData) {
|
|
19
|
-
this['user_data'] = userData;
|
|
20
|
-
return this;
|
|
21
|
-
};
|
|
22
|
-
Object.defineProperty(ListApplicationEndpointAttributesResponseBodyAttributes.prototype, "userData", {
|
|
23
|
-
get: function () {
|
|
24
|
-
return this['user_data'];
|
|
25
|
-
},
|
|
26
|
-
set: function (userData) {
|
|
27
|
-
this['user_data'] = userData;
|
|
28
|
-
},
|
|
29
|
-
enumerable: false,
|
|
30
|
-
configurable: true
|
|
31
|
-
});
|
|
32
|
-
return ListApplicationEndpointAttributesResponseBodyAttributes;
|
|
33
|
-
}());
|
|
34
|
-
exports.ListApplicationEndpointAttributesResponseBodyAttributes = ListApplicationEndpointAttributesResponseBodyAttributes;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export declare class ListApplicationEndpointsRequest {
|
|
2
|
-
private 'application_urn';
|
|
3
|
-
offset?: number;
|
|
4
|
-
limit?: number;
|
|
5
|
-
enabled?: string;
|
|
6
|
-
token?: string;
|
|
7
|
-
private 'user_data'?;
|
|
8
|
-
constructor(applicationUrn?: any);
|
|
9
|
-
withApplicationUrn(applicationUrn: string): ListApplicationEndpointsRequest;
|
|
10
|
-
set applicationUrn(applicationUrn: string | undefined);
|
|
11
|
-
get applicationUrn(): string | undefined;
|
|
12
|
-
withOffset(offset: number): ListApplicationEndpointsRequest;
|
|
13
|
-
withLimit(limit: number): ListApplicationEndpointsRequest;
|
|
14
|
-
withEnabled(enabled: string): ListApplicationEndpointsRequest;
|
|
15
|
-
withToken(token: string): ListApplicationEndpointsRequest;
|
|
16
|
-
withUserData(userData: string): ListApplicationEndpointsRequest;
|
|
17
|
-
set userData(userData: string | undefined);
|
|
18
|
-
get userData(): string | undefined;
|
|
19
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListApplicationEndpointsRequest = void 0;
|
|
4
|
-
var ListApplicationEndpointsRequest = /** @class */ (function () {
|
|
5
|
-
function ListApplicationEndpointsRequest(applicationUrn) {
|
|
6
|
-
this['application_urn'] = applicationUrn;
|
|
7
|
-
}
|
|
8
|
-
ListApplicationEndpointsRequest.prototype.withApplicationUrn = function (applicationUrn) {
|
|
9
|
-
this['application_urn'] = applicationUrn;
|
|
10
|
-
return this;
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(ListApplicationEndpointsRequest.prototype, "applicationUrn", {
|
|
13
|
-
get: function () {
|
|
14
|
-
return this['application_urn'];
|
|
15
|
-
},
|
|
16
|
-
set: function (applicationUrn) {
|
|
17
|
-
this['application_urn'] = applicationUrn;
|
|
18
|
-
},
|
|
19
|
-
enumerable: false,
|
|
20
|
-
configurable: true
|
|
21
|
-
});
|
|
22
|
-
ListApplicationEndpointsRequest.prototype.withOffset = function (offset) {
|
|
23
|
-
this['offset'] = offset;
|
|
24
|
-
return this;
|
|
25
|
-
};
|
|
26
|
-
ListApplicationEndpointsRequest.prototype.withLimit = function (limit) {
|
|
27
|
-
this['limit'] = limit;
|
|
28
|
-
return this;
|
|
29
|
-
};
|
|
30
|
-
ListApplicationEndpointsRequest.prototype.withEnabled = function (enabled) {
|
|
31
|
-
this['enabled'] = enabled;
|
|
32
|
-
return this;
|
|
33
|
-
};
|
|
34
|
-
ListApplicationEndpointsRequest.prototype.withToken = function (token) {
|
|
35
|
-
this['token'] = token;
|
|
36
|
-
return this;
|
|
37
|
-
};
|
|
38
|
-
ListApplicationEndpointsRequest.prototype.withUserData = function (userData) {
|
|
39
|
-
this['user_data'] = userData;
|
|
40
|
-
return this;
|
|
41
|
-
};
|
|
42
|
-
Object.defineProperty(ListApplicationEndpointsRequest.prototype, "userData", {
|
|
43
|
-
get: function () {
|
|
44
|
-
return this['user_data'];
|
|
45
|
-
},
|
|
46
|
-
set: function (userData) {
|
|
47
|
-
this['user_data'] = userData;
|
|
48
|
-
},
|
|
49
|
-
enumerable: false,
|
|
50
|
-
configurable: true
|
|
51
|
-
});
|
|
52
|
-
return ListApplicationEndpointsRequest;
|
|
53
|
-
}());
|
|
54
|
-
exports.ListApplicationEndpointsRequest = ListApplicationEndpointsRequest;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ApplicationEndpoint } from './ApplicationEndpoint';
|
|
2
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
-
export declare class ListApplicationEndpointsResponse extends SdkResponse {
|
|
4
|
-
private 'request_id'?;
|
|
5
|
-
private 'next_page_flag'?;
|
|
6
|
-
endpoints?: Array<ApplicationEndpoint>;
|
|
7
|
-
constructor();
|
|
8
|
-
withRequestId(requestId: string): ListApplicationEndpointsResponse;
|
|
9
|
-
set requestId(requestId: string | undefined);
|
|
10
|
-
get requestId(): string | undefined;
|
|
11
|
-
withNextPageFlag(nextPageFlag: boolean): ListApplicationEndpointsResponse;
|
|
12
|
-
set nextPageFlag(nextPageFlag: boolean | undefined);
|
|
13
|
-
get nextPageFlag(): boolean | undefined;
|
|
14
|
-
withEndpoints(endpoints: Array<ApplicationEndpoint>): ListApplicationEndpointsResponse;
|
|
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.ListApplicationEndpointsResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var ListApplicationEndpointsResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(ListApplicationEndpointsResponse, _super);
|
|
22
|
-
function ListApplicationEndpointsResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
ListApplicationEndpointsResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
-
this['request_id'] = requestId;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(ListApplicationEndpointsResponse.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
|
-
ListApplicationEndpointsResponse.prototype.withNextPageFlag = function (nextPageFlag) {
|
|
40
|
-
this['next_page_flag'] = nextPageFlag;
|
|
41
|
-
return this;
|
|
42
|
-
};
|
|
43
|
-
Object.defineProperty(ListApplicationEndpointsResponse.prototype, "nextPageFlag", {
|
|
44
|
-
get: function () {
|
|
45
|
-
return this['next_page_flag'];
|
|
46
|
-
},
|
|
47
|
-
set: function (nextPageFlag) {
|
|
48
|
-
this['next_page_flag'] = nextPageFlag;
|
|
49
|
-
},
|
|
50
|
-
enumerable: false,
|
|
51
|
-
configurable: true
|
|
52
|
-
});
|
|
53
|
-
ListApplicationEndpointsResponse.prototype.withEndpoints = function (endpoints) {
|
|
54
|
-
this['endpoints'] = endpoints;
|
|
55
|
-
return this;
|
|
56
|
-
};
|
|
57
|
-
return ListApplicationEndpointsResponse;
|
|
58
|
-
}(SdkResponse_1.SdkResponse));
|
|
59
|
-
exports.ListApplicationEndpointsResponse = ListApplicationEndpointsResponse;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare class ListApplicationsRequest {
|
|
2
|
-
offset?: number;
|
|
3
|
-
limit?: number;
|
|
4
|
-
name?: string;
|
|
5
|
-
platform?: string;
|
|
6
|
-
constructor();
|
|
7
|
-
withOffset(offset: number): ListApplicationsRequest;
|
|
8
|
-
withLimit(limit: number): ListApplicationsRequest;
|
|
9
|
-
withName(name: string): ListApplicationsRequest;
|
|
10
|
-
withPlatform(platform: string): ListApplicationsRequest;
|
|
11
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListApplicationsRequest = void 0;
|
|
4
|
-
var ListApplicationsRequest = /** @class */ (function () {
|
|
5
|
-
function ListApplicationsRequest() {
|
|
6
|
-
}
|
|
7
|
-
ListApplicationsRequest.prototype.withOffset = function (offset) {
|
|
8
|
-
this['offset'] = offset;
|
|
9
|
-
return this;
|
|
10
|
-
};
|
|
11
|
-
ListApplicationsRequest.prototype.withLimit = function (limit) {
|
|
12
|
-
this['limit'] = limit;
|
|
13
|
-
return this;
|
|
14
|
-
};
|
|
15
|
-
ListApplicationsRequest.prototype.withName = function (name) {
|
|
16
|
-
this['name'] = name;
|
|
17
|
-
return this;
|
|
18
|
-
};
|
|
19
|
-
ListApplicationsRequest.prototype.withPlatform = function (platform) {
|
|
20
|
-
this['platform'] = platform;
|
|
21
|
-
return this;
|
|
22
|
-
};
|
|
23
|
-
return ListApplicationsRequest;
|
|
24
|
-
}());
|
|
25
|
-
exports.ListApplicationsRequest = ListApplicationsRequest;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ApplicationItem } from './ApplicationItem';
|
|
2
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
-
export declare class ListApplicationsResponse extends SdkResponse {
|
|
4
|
-
private 'request_id'?;
|
|
5
|
-
private 'application_count'?;
|
|
6
|
-
applications?: Array<ApplicationItem>;
|
|
7
|
-
constructor();
|
|
8
|
-
withRequestId(requestId: string): ListApplicationsResponse;
|
|
9
|
-
set requestId(requestId: string | undefined);
|
|
10
|
-
get requestId(): string | undefined;
|
|
11
|
-
withApplicationCount(applicationCount: number): ListApplicationsResponse;
|
|
12
|
-
set applicationCount(applicationCount: number | undefined);
|
|
13
|
-
get applicationCount(): number | undefined;
|
|
14
|
-
withApplications(applications: Array<ApplicationItem>): ListApplicationsResponse;
|
|
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.ListApplicationsResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var ListApplicationsResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(ListApplicationsResponse, _super);
|
|
22
|
-
function ListApplicationsResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
ListApplicationsResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
-
this['request_id'] = requestId;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(ListApplicationsResponse.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
|
-
ListApplicationsResponse.prototype.withApplicationCount = function (applicationCount) {
|
|
40
|
-
this['application_count'] = applicationCount;
|
|
41
|
-
return this;
|
|
42
|
-
};
|
|
43
|
-
Object.defineProperty(ListApplicationsResponse.prototype, "applicationCount", {
|
|
44
|
-
get: function () {
|
|
45
|
-
return this['application_count'];
|
|
46
|
-
},
|
|
47
|
-
set: function (applicationCount) {
|
|
48
|
-
this['application_count'] = applicationCount;
|
|
49
|
-
},
|
|
50
|
-
enumerable: false,
|
|
51
|
-
configurable: true
|
|
52
|
-
});
|
|
53
|
-
ListApplicationsResponse.prototype.withApplications = function (applications) {
|
|
54
|
-
this['applications'] = applications;
|
|
55
|
-
return this;
|
|
56
|
-
};
|
|
57
|
-
return ListApplicationsResponse;
|
|
58
|
-
}(SdkResponse_1.SdkResponse));
|
|
59
|
-
exports.ListApplicationsResponse = ListApplicationsResponse;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { ResourceTags } from './ResourceTags';
|
|
2
|
-
import { TagMatch } from './TagMatch';
|
|
3
|
-
export declare class ListInstanceRequestBody {
|
|
4
|
-
tags?: Array<ResourceTags>;
|
|
5
|
-
private 'tags_any'?;
|
|
6
|
-
private 'not_tags'?;
|
|
7
|
-
private 'not_tags_any'?;
|
|
8
|
-
offset?: string;
|
|
9
|
-
limit?: string;
|
|
10
|
-
action: string;
|
|
11
|
-
matches?: Array<TagMatch>;
|
|
12
|
-
constructor(action?: any);
|
|
13
|
-
withTags(tags: Array<ResourceTags>): ListInstanceRequestBody;
|
|
14
|
-
withTagsAny(tagsAny: Array<ResourceTags>): ListInstanceRequestBody;
|
|
15
|
-
set tagsAny(tagsAny: Array<ResourceTags> | undefined);
|
|
16
|
-
get tagsAny(): Array<ResourceTags> | undefined;
|
|
17
|
-
withNotTags(notTags: Array<ResourceTags>): ListInstanceRequestBody;
|
|
18
|
-
set notTags(notTags: Array<ResourceTags> | undefined);
|
|
19
|
-
get notTags(): Array<ResourceTags> | undefined;
|
|
20
|
-
withNotTagsAny(notTagsAny: Array<ResourceTags>): ListInstanceRequestBody;
|
|
21
|
-
set notTagsAny(notTagsAny: Array<ResourceTags> | undefined);
|
|
22
|
-
get notTagsAny(): Array<ResourceTags> | undefined;
|
|
23
|
-
withOffset(offset: string): ListInstanceRequestBody;
|
|
24
|
-
withLimit(limit: string): ListInstanceRequestBody;
|
|
25
|
-
withAction(action: string): ListInstanceRequestBody;
|
|
26
|
-
withMatches(matches: Array<TagMatch>): ListInstanceRequestBody;
|
|
27
|
-
}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListInstanceRequestBody = void 0;
|
|
4
|
-
var ListInstanceRequestBody = /** @class */ (function () {
|
|
5
|
-
function ListInstanceRequestBody(action) {
|
|
6
|
-
this['action'] = action;
|
|
7
|
-
}
|
|
8
|
-
ListInstanceRequestBody.prototype.withTags = function (tags) {
|
|
9
|
-
this['tags'] = tags;
|
|
10
|
-
return this;
|
|
11
|
-
};
|
|
12
|
-
ListInstanceRequestBody.prototype.withTagsAny = function (tagsAny) {
|
|
13
|
-
this['tags_any'] = tagsAny;
|
|
14
|
-
return this;
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(ListInstanceRequestBody.prototype, "tagsAny", {
|
|
17
|
-
get: function () {
|
|
18
|
-
return this['tags_any'];
|
|
19
|
-
},
|
|
20
|
-
set: function (tagsAny) {
|
|
21
|
-
this['tags_any'] = tagsAny;
|
|
22
|
-
},
|
|
23
|
-
enumerable: false,
|
|
24
|
-
configurable: true
|
|
25
|
-
});
|
|
26
|
-
ListInstanceRequestBody.prototype.withNotTags = function (notTags) {
|
|
27
|
-
this['not_tags'] = notTags;
|
|
28
|
-
return this;
|
|
29
|
-
};
|
|
30
|
-
Object.defineProperty(ListInstanceRequestBody.prototype, "notTags", {
|
|
31
|
-
get: function () {
|
|
32
|
-
return this['not_tags'];
|
|
33
|
-
},
|
|
34
|
-
set: function (notTags) {
|
|
35
|
-
this['not_tags'] = notTags;
|
|
36
|
-
},
|
|
37
|
-
enumerable: false,
|
|
38
|
-
configurable: true
|
|
39
|
-
});
|
|
40
|
-
ListInstanceRequestBody.prototype.withNotTagsAny = function (notTagsAny) {
|
|
41
|
-
this['not_tags_any'] = notTagsAny;
|
|
42
|
-
return this;
|
|
43
|
-
};
|
|
44
|
-
Object.defineProperty(ListInstanceRequestBody.prototype, "notTagsAny", {
|
|
45
|
-
get: function () {
|
|
46
|
-
return this['not_tags_any'];
|
|
47
|
-
},
|
|
48
|
-
set: function (notTagsAny) {
|
|
49
|
-
this['not_tags_any'] = notTagsAny;
|
|
50
|
-
},
|
|
51
|
-
enumerable: false,
|
|
52
|
-
configurable: true
|
|
53
|
-
});
|
|
54
|
-
ListInstanceRequestBody.prototype.withOffset = function (offset) {
|
|
55
|
-
this['offset'] = offset;
|
|
56
|
-
return this;
|
|
57
|
-
};
|
|
58
|
-
ListInstanceRequestBody.prototype.withLimit = function (limit) {
|
|
59
|
-
this['limit'] = limit;
|
|
60
|
-
return this;
|
|
61
|
-
};
|
|
62
|
-
ListInstanceRequestBody.prototype.withAction = function (action) {
|
|
63
|
-
this['action'] = action;
|
|
64
|
-
return this;
|
|
65
|
-
};
|
|
66
|
-
ListInstanceRequestBody.prototype.withMatches = function (matches) {
|
|
67
|
-
this['matches'] = matches;
|
|
68
|
-
return this;
|
|
69
|
-
};
|
|
70
|
-
return ListInstanceRequestBody;
|
|
71
|
-
}());
|
|
72
|
-
exports.ListInstanceRequestBody = ListInstanceRequestBody;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListLogtankRequest = void 0;
|
|
4
|
-
var ListLogtankRequest = /** @class */ (function () {
|
|
5
|
-
function ListLogtankRequest(topicUrn) {
|
|
6
|
-
this['topic_urn'] = topicUrn;
|
|
7
|
-
}
|
|
8
|
-
ListLogtankRequest.prototype.withTopicUrn = function (topicUrn) {
|
|
9
|
-
this['topic_urn'] = topicUrn;
|
|
10
|
-
return this;
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(ListLogtankRequest.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 ListLogtankRequest;
|
|
23
|
-
}());
|
|
24
|
-
exports.ListLogtankRequest = ListLogtankRequest;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { LogtankItem } from './LogtankItem';
|
|
2
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
-
export declare class ListLogtankResponse extends SdkResponse {
|
|
4
|
-
private 'request_id'?;
|
|
5
|
-
count?: number;
|
|
6
|
-
logtanks?: Array<LogtankItem>;
|
|
7
|
-
constructor();
|
|
8
|
-
withRequestId(requestId: string): ListLogtankResponse;
|
|
9
|
-
set requestId(requestId: string | undefined);
|
|
10
|
-
get requestId(): string | undefined;
|
|
11
|
-
withCount(count: number): ListLogtankResponse;
|
|
12
|
-
withLogtanks(logtanks: Array<LogtankItem>): ListLogtankResponse;
|
|
13
|
-
}
|
|
@@ -1,49 +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.ListLogtankResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var ListLogtankResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(ListLogtankResponse, _super);
|
|
22
|
-
function ListLogtankResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
ListLogtankResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
-
this['request_id'] = requestId;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(ListLogtankResponse.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
|
-
ListLogtankResponse.prototype.withCount = function (count) {
|
|
40
|
-
this['count'] = count;
|
|
41
|
-
return this;
|
|
42
|
-
};
|
|
43
|
-
ListLogtankResponse.prototype.withLogtanks = function (logtanks) {
|
|
44
|
-
this['logtanks'] = logtanks;
|
|
45
|
-
return this;
|
|
46
|
-
};
|
|
47
|
-
return ListLogtankResponse;
|
|
48
|
-
}(SdkResponse_1.SdkResponse));
|
|
49
|
-
exports.ListLogtankResponse = ListLogtankResponse;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare class ListMessageTemplateDetailsRequest {
|
|
2
|
-
private 'message_template_id';
|
|
3
|
-
constructor(messageTemplateId?: any);
|
|
4
|
-
withMessageTemplateId(messageTemplateId: string): ListMessageTemplateDetailsRequest;
|
|
5
|
-
set messageTemplateId(messageTemplateId: string | undefined);
|
|
6
|
-
get messageTemplateId(): string | undefined;
|
|
7
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListMessageTemplateDetailsRequest = void 0;
|
|
4
|
-
var ListMessageTemplateDetailsRequest = /** @class */ (function () {
|
|
5
|
-
function ListMessageTemplateDetailsRequest(messageTemplateId) {
|
|
6
|
-
this['message_template_id'] = messageTemplateId;
|
|
7
|
-
}
|
|
8
|
-
ListMessageTemplateDetailsRequest.prototype.withMessageTemplateId = function (messageTemplateId) {
|
|
9
|
-
this['message_template_id'] = messageTemplateId;
|
|
10
|
-
return this;
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(ListMessageTemplateDetailsRequest.prototype, "messageTemplateId", {
|
|
13
|
-
get: function () {
|
|
14
|
-
return this['message_template_id'];
|
|
15
|
-
},
|
|
16
|
-
set: function (messageTemplateId) {
|
|
17
|
-
this['message_template_id'] = messageTemplateId;
|
|
18
|
-
},
|
|
19
|
-
enumerable: false,
|
|
20
|
-
configurable: true
|
|
21
|
-
});
|
|
22
|
-
return ListMessageTemplateDetailsRequest;
|
|
23
|
-
}());
|
|
24
|
-
exports.ListMessageTemplateDetailsRequest = ListMessageTemplateDetailsRequest;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
-
export declare class ListMessageTemplateDetailsResponse extends SdkResponse {
|
|
3
|
-
private 'message_template_id'?;
|
|
4
|
-
private 'message_template_name'?;
|
|
5
|
-
protocol?: string;
|
|
6
|
-
private 'tag_names'?;
|
|
7
|
-
private 'create_time'?;
|
|
8
|
-
private 'update_time'?;
|
|
9
|
-
content?: string;
|
|
10
|
-
private 'request_id'?;
|
|
11
|
-
constructor();
|
|
12
|
-
withMessageTemplateId(messageTemplateId: string): ListMessageTemplateDetailsResponse;
|
|
13
|
-
set messageTemplateId(messageTemplateId: string | undefined);
|
|
14
|
-
get messageTemplateId(): string | undefined;
|
|
15
|
-
withMessageTemplateName(messageTemplateName: string): ListMessageTemplateDetailsResponse;
|
|
16
|
-
set messageTemplateName(messageTemplateName: string | undefined);
|
|
17
|
-
get messageTemplateName(): string | undefined;
|
|
18
|
-
withProtocol(protocol: string): ListMessageTemplateDetailsResponse;
|
|
19
|
-
withTagNames(tagNames: Array<string>): ListMessageTemplateDetailsResponse;
|
|
20
|
-
set tagNames(tagNames: Array<string> | undefined);
|
|
21
|
-
get tagNames(): Array<string> | undefined;
|
|
22
|
-
withCreateTime(createTime: string): ListMessageTemplateDetailsResponse;
|
|
23
|
-
set createTime(createTime: string | undefined);
|
|
24
|
-
get createTime(): string | undefined;
|
|
25
|
-
withUpdateTime(updateTime: string): ListMessageTemplateDetailsResponse;
|
|
26
|
-
set updateTime(updateTime: string | undefined);
|
|
27
|
-
get updateTime(): string | undefined;
|
|
28
|
-
withContent(content: string): ListMessageTemplateDetailsResponse;
|
|
29
|
-
withRequestId(requestId: string): ListMessageTemplateDetailsResponse;
|
|
30
|
-
set requestId(requestId: string | undefined);
|
|
31
|
-
get requestId(): string | undefined;
|
|
32
|
-
}
|