@huaweicloud/huaweicloud-sdk-smn 3.1.45 → 3.1.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
package/v2/SmnRegion.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export declare class SmnRegion {
|
|
2
|
-
static AF_SOUTH_1: any;
|
|
3
|
-
static CN_NORTH_4: any;
|
|
4
|
-
static CN_NORTH_1: any;
|
|
5
|
-
static CN_EAST_2: any;
|
|
6
|
-
static CN_EAST_3: any;
|
|
7
|
-
static CN_SOUTH_1: any;
|
|
8
|
-
static CN_SOUTHWEST_2: any;
|
|
9
|
-
static AP_SOUTHEAST_2: any;
|
|
10
|
-
static AP_SOUTHEAST_1: any;
|
|
11
|
-
static AP_SOUTHEAST_3: any;
|
|
12
|
-
static CN_NORTH_2: any;
|
|
13
|
-
static CN_SOUTH_2: any;
|
|
14
|
-
static NA_MEXICO_1: any;
|
|
15
|
-
static LA_NORTH_2: any;
|
|
16
|
-
static SA_BRAZIL_1: any;
|
|
17
|
-
static LA_SOUTH_2: any;
|
|
18
|
-
static CN_NORTH_9: any;
|
|
19
|
-
static AP_SOUTHEAST_4: any;
|
|
20
|
-
static TR_WEST_1: any;
|
|
21
|
-
private static REGION_MAP;
|
|
22
|
-
static valueOf(regionId: string): any;
|
|
23
|
-
}
|
package/v2/SmnRegion.js
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SmnRegion = void 0;
|
|
4
|
-
var region_1 = require("@huaweicloud/huaweicloud-sdk-core/region/region");
|
|
5
|
-
var SmnRegion = exports.SmnRegion = /** @class */ (function () {
|
|
6
|
-
function SmnRegion() {
|
|
7
|
-
}
|
|
8
|
-
SmnRegion.valueOf = function (regionId) {
|
|
9
|
-
if (!regionId) {
|
|
10
|
-
throw new Error("Unexpected empty parameter: regionId.");
|
|
11
|
-
}
|
|
12
|
-
var result = this.REGION_MAP[regionId];
|
|
13
|
-
if (result) {
|
|
14
|
-
return result;
|
|
15
|
-
}
|
|
16
|
-
throw new Error("Unexpected regionId: ".concat(regionId, "."));
|
|
17
|
-
};
|
|
18
|
-
SmnRegion.AF_SOUTH_1 = new region_1.Region("af-south-1", ["https://smn.af-south-1.myhuaweicloud.com"]);
|
|
19
|
-
SmnRegion.CN_NORTH_4 = new region_1.Region("cn-north-4", ["https://smn.cn-north-4.myhuaweicloud.com"]);
|
|
20
|
-
SmnRegion.CN_NORTH_1 = new region_1.Region("cn-north-1", ["https://smn.cn-north-1.myhuaweicloud.com"]);
|
|
21
|
-
SmnRegion.CN_EAST_2 = new region_1.Region("cn-east-2", ["https://smn.cn-east-2.myhuaweicloud.com"]);
|
|
22
|
-
SmnRegion.CN_EAST_3 = new region_1.Region("cn-east-3", ["https://smn.cn-east-3.myhuaweicloud.com"]);
|
|
23
|
-
SmnRegion.CN_SOUTH_1 = new region_1.Region("cn-south-1", ["https://smn.cn-south-1.myhuaweicloud.com"]);
|
|
24
|
-
SmnRegion.CN_SOUTHWEST_2 = new region_1.Region("cn-southwest-2", ["https://smn.cn-southwest-2.myhuaweicloud.com"]);
|
|
25
|
-
SmnRegion.AP_SOUTHEAST_2 = new region_1.Region("ap-southeast-2", ["https://smn.ap-southeast-2.myhuaweicloud.com"]);
|
|
26
|
-
SmnRegion.AP_SOUTHEAST_1 = new region_1.Region("ap-southeast-1", ["https://smn.ap-southeast-1.myhuaweicloud.com"]);
|
|
27
|
-
SmnRegion.AP_SOUTHEAST_3 = new region_1.Region("ap-southeast-3", ["https://smn.ap-southeast-3.myhuaweicloud.com"]);
|
|
28
|
-
SmnRegion.CN_NORTH_2 = new region_1.Region("cn-north-2", ["https://smn.cn-north-2.myhuaweicloud.cn"]);
|
|
29
|
-
SmnRegion.CN_SOUTH_2 = new region_1.Region("cn-south-2", ["https://smn.cn-south-2.myhuaweicloud.com"]);
|
|
30
|
-
SmnRegion.NA_MEXICO_1 = new region_1.Region("na-mexico-1", ["https://smn.na-mexico-1.myhuaweicloud.com"]);
|
|
31
|
-
SmnRegion.LA_NORTH_2 = new region_1.Region("la-north-2", ["https://smn.la-north-2.myhuaweicloud.com"]);
|
|
32
|
-
SmnRegion.SA_BRAZIL_1 = new region_1.Region("sa-brazil-1", ["https://smn.sa-brazil-1.myhuaweicloud.com"]);
|
|
33
|
-
SmnRegion.LA_SOUTH_2 = new region_1.Region("la-south-2", ["https://smn.la-south-2.myhuaweicloud.com"]);
|
|
34
|
-
SmnRegion.CN_NORTH_9 = new region_1.Region("cn-north-9", ["https://smn.cn-north-9.myhuaweicloud.com"]);
|
|
35
|
-
SmnRegion.AP_SOUTHEAST_4 = new region_1.Region("ap-southeast-4", ["https://smn.ap-southeast-4.myhuaweicloud.com"]);
|
|
36
|
-
SmnRegion.TR_WEST_1 = new region_1.Region("tr-west-1", ["https://smn.tr-west-1.myhuaweicloud.com"]);
|
|
37
|
-
SmnRegion.REGION_MAP = {
|
|
38
|
-
"af-south-1": SmnRegion.AF_SOUTH_1,
|
|
39
|
-
"cn-north-4": SmnRegion.CN_NORTH_4,
|
|
40
|
-
"cn-north-1": SmnRegion.CN_NORTH_1,
|
|
41
|
-
"cn-east-2": SmnRegion.CN_EAST_2,
|
|
42
|
-
"cn-east-3": SmnRegion.CN_EAST_3,
|
|
43
|
-
"cn-south-1": SmnRegion.CN_SOUTH_1,
|
|
44
|
-
"cn-southwest-2": SmnRegion.CN_SOUTHWEST_2,
|
|
45
|
-
"ap-southeast-2": SmnRegion.AP_SOUTHEAST_2,
|
|
46
|
-
"ap-southeast-1": SmnRegion.AP_SOUTHEAST_1,
|
|
47
|
-
"ap-southeast-3": SmnRegion.AP_SOUTHEAST_3,
|
|
48
|
-
"cn-north-2": SmnRegion.CN_NORTH_2,
|
|
49
|
-
"cn-south-2": SmnRegion.CN_SOUTH_2,
|
|
50
|
-
"na-mexico-1": SmnRegion.NA_MEXICO_1,
|
|
51
|
-
"la-north-2": SmnRegion.LA_NORTH_2,
|
|
52
|
-
"sa-brazil-1": SmnRegion.SA_BRAZIL_1,
|
|
53
|
-
"la-south-2": SmnRegion.LA_SOUTH_2,
|
|
54
|
-
"cn-north-9": SmnRegion.CN_NORTH_9,
|
|
55
|
-
"ap-southeast-4": SmnRegion.AP_SOUTHEAST_4,
|
|
56
|
-
"tr-west-1": SmnRegion.TR_WEST_1
|
|
57
|
-
};
|
|
58
|
-
return SmnRegion;
|
|
59
|
-
}());
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Statement } from './Statement';
|
|
2
|
-
export declare class AccessPolicy {
|
|
3
|
-
private 'Version';
|
|
4
|
-
private 'Id';
|
|
5
|
-
private 'Statement';
|
|
6
|
-
constructor(version?: any, id?: any, statement?: any);
|
|
7
|
-
withVersion(version: string): AccessPolicy;
|
|
8
|
-
set version(version: string | undefined);
|
|
9
|
-
get version(): string | undefined;
|
|
10
|
-
withId(id: string): AccessPolicy;
|
|
11
|
-
set id(id: string | undefined);
|
|
12
|
-
get id(): string | undefined;
|
|
13
|
-
withStatement(statement: Array<Statement>): AccessPolicy;
|
|
14
|
-
set statement(statement: Array<Statement> | undefined);
|
|
15
|
-
get statement(): Array<Statement> | undefined;
|
|
16
|
-
}
|
package/v2/model/AccessPolicy.js
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AccessPolicy = void 0;
|
|
4
|
-
var AccessPolicy = /** @class */ (function () {
|
|
5
|
-
function AccessPolicy(version, id, statement) {
|
|
6
|
-
this['Version'] = version;
|
|
7
|
-
this['Id'] = id;
|
|
8
|
-
this['Statement'] = statement;
|
|
9
|
-
}
|
|
10
|
-
AccessPolicy.prototype.withVersion = function (version) {
|
|
11
|
-
this['Version'] = version;
|
|
12
|
-
return this;
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(AccessPolicy.prototype, "version", {
|
|
15
|
-
get: function () {
|
|
16
|
-
return this['Version'];
|
|
17
|
-
},
|
|
18
|
-
set: function (version) {
|
|
19
|
-
this['Version'] = version;
|
|
20
|
-
},
|
|
21
|
-
enumerable: false,
|
|
22
|
-
configurable: true
|
|
23
|
-
});
|
|
24
|
-
AccessPolicy.prototype.withId = function (id) {
|
|
25
|
-
this['Id'] = id;
|
|
26
|
-
return this;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(AccessPolicy.prototype, "id", {
|
|
29
|
-
get: function () {
|
|
30
|
-
return this['Id'];
|
|
31
|
-
},
|
|
32
|
-
set: function (id) {
|
|
33
|
-
this['Id'] = id;
|
|
34
|
-
},
|
|
35
|
-
enumerable: false,
|
|
36
|
-
configurable: true
|
|
37
|
-
});
|
|
38
|
-
AccessPolicy.prototype.withStatement = function (statement) {
|
|
39
|
-
this['Statement'] = statement;
|
|
40
|
-
return this;
|
|
41
|
-
};
|
|
42
|
-
Object.defineProperty(AccessPolicy.prototype, "statement", {
|
|
43
|
-
get: function () {
|
|
44
|
-
return this['Statement'];
|
|
45
|
-
},
|
|
46
|
-
set: function (statement) {
|
|
47
|
-
this['Statement'] = statement;
|
|
48
|
-
},
|
|
49
|
-
enumerable: false,
|
|
50
|
-
configurable: true
|
|
51
|
-
});
|
|
52
|
-
return AccessPolicy;
|
|
53
|
-
}());
|
|
54
|
-
exports.AccessPolicy = AccessPolicy;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { AddSubscriptionRequestBody } from './AddSubscriptionRequestBody';
|
|
2
|
-
export declare class AddSubscriptionRequest {
|
|
3
|
-
private 'topic_urn';
|
|
4
|
-
body?: AddSubscriptionRequestBody;
|
|
5
|
-
constructor(topicUrn?: any);
|
|
6
|
-
withTopicUrn(topicUrn: string): AddSubscriptionRequest;
|
|
7
|
-
set topicUrn(topicUrn: string | undefined);
|
|
8
|
-
get topicUrn(): string | undefined;
|
|
9
|
-
withBody(body: AddSubscriptionRequestBody): AddSubscriptionRequest;
|
|
10
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AddSubscriptionRequest = void 0;
|
|
4
|
-
var AddSubscriptionRequest = /** @class */ (function () {
|
|
5
|
-
function AddSubscriptionRequest(topicUrn) {
|
|
6
|
-
this['topic_urn'] = topicUrn;
|
|
7
|
-
}
|
|
8
|
-
AddSubscriptionRequest.prototype.withTopicUrn = function (topicUrn) {
|
|
9
|
-
this['topic_urn'] = topicUrn;
|
|
10
|
-
return this;
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(AddSubscriptionRequest.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
|
-
AddSubscriptionRequest.prototype.withBody = function (body) {
|
|
23
|
-
this['body'] = body;
|
|
24
|
-
return this;
|
|
25
|
-
};
|
|
26
|
-
return AddSubscriptionRequest;
|
|
27
|
-
}());
|
|
28
|
-
exports.AddSubscriptionRequest = AddSubscriptionRequest;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SubscriptionExtension } from './SubscriptionExtension';
|
|
2
|
-
export declare class AddSubscriptionRequestBody {
|
|
3
|
-
protocol: string;
|
|
4
|
-
endpoint: string;
|
|
5
|
-
remark?: string;
|
|
6
|
-
extension?: SubscriptionExtension;
|
|
7
|
-
constructor(protocol?: any, endpoint?: any);
|
|
8
|
-
withProtocol(protocol: string): AddSubscriptionRequestBody;
|
|
9
|
-
withEndpoint(endpoint: string): AddSubscriptionRequestBody;
|
|
10
|
-
withRemark(remark: string): AddSubscriptionRequestBody;
|
|
11
|
-
withExtension(extension: SubscriptionExtension): AddSubscriptionRequestBody;
|
|
12
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AddSubscriptionRequestBody = void 0;
|
|
4
|
-
var AddSubscriptionRequestBody = /** @class */ (function () {
|
|
5
|
-
function AddSubscriptionRequestBody(protocol, endpoint) {
|
|
6
|
-
this['protocol'] = protocol;
|
|
7
|
-
this['endpoint'] = endpoint;
|
|
8
|
-
}
|
|
9
|
-
AddSubscriptionRequestBody.prototype.withProtocol = function (protocol) {
|
|
10
|
-
this['protocol'] = protocol;
|
|
11
|
-
return this;
|
|
12
|
-
};
|
|
13
|
-
AddSubscriptionRequestBody.prototype.withEndpoint = function (endpoint) {
|
|
14
|
-
this['endpoint'] = endpoint;
|
|
15
|
-
return this;
|
|
16
|
-
};
|
|
17
|
-
AddSubscriptionRequestBody.prototype.withRemark = function (remark) {
|
|
18
|
-
this['remark'] = remark;
|
|
19
|
-
return this;
|
|
20
|
-
};
|
|
21
|
-
AddSubscriptionRequestBody.prototype.withExtension = function (extension) {
|
|
22
|
-
this['extension'] = extension;
|
|
23
|
-
return this;
|
|
24
|
-
};
|
|
25
|
-
return AddSubscriptionRequestBody;
|
|
26
|
-
}());
|
|
27
|
-
exports.AddSubscriptionRequestBody = AddSubscriptionRequestBody;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
-
export declare class AddSubscriptionResponse extends SdkResponse {
|
|
3
|
-
private 'request_id'?;
|
|
4
|
-
private 'subscription_urn'?;
|
|
5
|
-
constructor();
|
|
6
|
-
withRequestId(requestId: string): AddSubscriptionResponse;
|
|
7
|
-
set requestId(requestId: string | undefined);
|
|
8
|
-
get requestId(): string | undefined;
|
|
9
|
-
withSubscriptionUrn(subscriptionUrn: string): AddSubscriptionResponse;
|
|
10
|
-
set subscriptionUrn(subscriptionUrn: string | undefined);
|
|
11
|
-
get subscriptionUrn(): string | undefined;
|
|
12
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.AddSubscriptionResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var AddSubscriptionResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(AddSubscriptionResponse, _super);
|
|
22
|
-
function AddSubscriptionResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
AddSubscriptionResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
-
this['request_id'] = requestId;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(AddSubscriptionResponse.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
|
-
AddSubscriptionResponse.prototype.withSubscriptionUrn = function (subscriptionUrn) {
|
|
40
|
-
this['subscription_urn'] = subscriptionUrn;
|
|
41
|
-
return this;
|
|
42
|
-
};
|
|
43
|
-
Object.defineProperty(AddSubscriptionResponse.prototype, "subscriptionUrn", {
|
|
44
|
-
get: function () {
|
|
45
|
-
return this['subscription_urn'];
|
|
46
|
-
},
|
|
47
|
-
set: function (subscriptionUrn) {
|
|
48
|
-
this['subscription_urn'] = subscriptionUrn;
|
|
49
|
-
},
|
|
50
|
-
enumerable: false,
|
|
51
|
-
configurable: true
|
|
52
|
-
});
|
|
53
|
-
return AddSubscriptionResponse;
|
|
54
|
-
}(SdkResponse_1.SdkResponse));
|
|
55
|
-
exports.AddSubscriptionResponse = AddSubscriptionResponse;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export declare class ApplicationEndpoint {
|
|
2
|
-
private 'create_time';
|
|
3
|
-
private 'endpoint_urn';
|
|
4
|
-
private 'user_data';
|
|
5
|
-
enabled: string;
|
|
6
|
-
token: string;
|
|
7
|
-
constructor(createTime?: any, endpointUrn?: any, userData?: any, enabled?: any, token?: any);
|
|
8
|
-
withCreateTime(createTime: string): ApplicationEndpoint;
|
|
9
|
-
set createTime(createTime: string | undefined);
|
|
10
|
-
get createTime(): string | undefined;
|
|
11
|
-
withEndpointUrn(endpointUrn: string): ApplicationEndpoint;
|
|
12
|
-
set endpointUrn(endpointUrn: string | undefined);
|
|
13
|
-
get endpointUrn(): string | undefined;
|
|
14
|
-
withUserData(userData: string): ApplicationEndpoint;
|
|
15
|
-
set userData(userData: string | undefined);
|
|
16
|
-
get userData(): string | undefined;
|
|
17
|
-
withEnabled(enabled: string): ApplicationEndpoint;
|
|
18
|
-
withToken(token: string): ApplicationEndpoint;
|
|
19
|
-
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ApplicationEndpoint = void 0;
|
|
4
|
-
var ApplicationEndpoint = /** @class */ (function () {
|
|
5
|
-
function ApplicationEndpoint(createTime, endpointUrn, userData, enabled, token) {
|
|
6
|
-
this['create_time'] = createTime;
|
|
7
|
-
this['endpoint_urn'] = endpointUrn;
|
|
8
|
-
this['user_data'] = userData;
|
|
9
|
-
this['enabled'] = enabled;
|
|
10
|
-
this['token'] = token;
|
|
11
|
-
}
|
|
12
|
-
ApplicationEndpoint.prototype.withCreateTime = function (createTime) {
|
|
13
|
-
this['create_time'] = createTime;
|
|
14
|
-
return this;
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(ApplicationEndpoint.prototype, "createTime", {
|
|
17
|
-
get: function () {
|
|
18
|
-
return this['create_time'];
|
|
19
|
-
},
|
|
20
|
-
set: function (createTime) {
|
|
21
|
-
this['create_time'] = createTime;
|
|
22
|
-
},
|
|
23
|
-
enumerable: false,
|
|
24
|
-
configurable: true
|
|
25
|
-
});
|
|
26
|
-
ApplicationEndpoint.prototype.withEndpointUrn = function (endpointUrn) {
|
|
27
|
-
this['endpoint_urn'] = endpointUrn;
|
|
28
|
-
return this;
|
|
29
|
-
};
|
|
30
|
-
Object.defineProperty(ApplicationEndpoint.prototype, "endpointUrn", {
|
|
31
|
-
get: function () {
|
|
32
|
-
return this['endpoint_urn'];
|
|
33
|
-
},
|
|
34
|
-
set: function (endpointUrn) {
|
|
35
|
-
this['endpoint_urn'] = endpointUrn;
|
|
36
|
-
},
|
|
37
|
-
enumerable: false,
|
|
38
|
-
configurable: true
|
|
39
|
-
});
|
|
40
|
-
ApplicationEndpoint.prototype.withUserData = function (userData) {
|
|
41
|
-
this['user_data'] = userData;
|
|
42
|
-
return this;
|
|
43
|
-
};
|
|
44
|
-
Object.defineProperty(ApplicationEndpoint.prototype, "userData", {
|
|
45
|
-
get: function () {
|
|
46
|
-
return this['user_data'];
|
|
47
|
-
},
|
|
48
|
-
set: function (userData) {
|
|
49
|
-
this['user_data'] = userData;
|
|
50
|
-
},
|
|
51
|
-
enumerable: false,
|
|
52
|
-
configurable: true
|
|
53
|
-
});
|
|
54
|
-
ApplicationEndpoint.prototype.withEnabled = function (enabled) {
|
|
55
|
-
this['enabled'] = enabled;
|
|
56
|
-
return this;
|
|
57
|
-
};
|
|
58
|
-
ApplicationEndpoint.prototype.withToken = function (token) {
|
|
59
|
-
this['token'] = token;
|
|
60
|
-
return this;
|
|
61
|
-
};
|
|
62
|
-
return ApplicationEndpoint;
|
|
63
|
-
}());
|
|
64
|
-
exports.ApplicationEndpoint = ApplicationEndpoint;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export declare class ApplicationItem {
|
|
2
|
-
name: string;
|
|
3
|
-
platform: string;
|
|
4
|
-
private 'create_time';
|
|
5
|
-
private 'application_urn';
|
|
6
|
-
private 'application_id';
|
|
7
|
-
enabled: string;
|
|
8
|
-
private 'apple_certificate_expiration_date'?;
|
|
9
|
-
constructor(name?: any, platform?: any, createTime?: any, applicationUrn?: any, applicationId?: any, enabled?: any);
|
|
10
|
-
withName(name: string): ApplicationItem;
|
|
11
|
-
withPlatform(platform: string): ApplicationItem;
|
|
12
|
-
withCreateTime(createTime: string): ApplicationItem;
|
|
13
|
-
set createTime(createTime: string | undefined);
|
|
14
|
-
get createTime(): string | undefined;
|
|
15
|
-
withApplicationUrn(applicationUrn: string): ApplicationItem;
|
|
16
|
-
set applicationUrn(applicationUrn: string | undefined);
|
|
17
|
-
get applicationUrn(): string | undefined;
|
|
18
|
-
withApplicationId(applicationId: string): ApplicationItem;
|
|
19
|
-
set applicationId(applicationId: string | undefined);
|
|
20
|
-
get applicationId(): string | undefined;
|
|
21
|
-
withEnabled(enabled: string): ApplicationItem;
|
|
22
|
-
withAppleCertificateExpirationDate(appleCertificateExpirationDate: string): ApplicationItem;
|
|
23
|
-
set appleCertificateExpirationDate(appleCertificateExpirationDate: string | undefined);
|
|
24
|
-
get appleCertificateExpirationDate(): string | undefined;
|
|
25
|
-
}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ApplicationItem = void 0;
|
|
4
|
-
var ApplicationItem = /** @class */ (function () {
|
|
5
|
-
function ApplicationItem(name, platform, createTime, applicationUrn, applicationId, enabled) {
|
|
6
|
-
this['name'] = name;
|
|
7
|
-
this['platform'] = platform;
|
|
8
|
-
this['create_time'] = createTime;
|
|
9
|
-
this['application_urn'] = applicationUrn;
|
|
10
|
-
this['application_id'] = applicationId;
|
|
11
|
-
this['enabled'] = enabled;
|
|
12
|
-
}
|
|
13
|
-
ApplicationItem.prototype.withName = function (name) {
|
|
14
|
-
this['name'] = name;
|
|
15
|
-
return this;
|
|
16
|
-
};
|
|
17
|
-
ApplicationItem.prototype.withPlatform = function (platform) {
|
|
18
|
-
this['platform'] = platform;
|
|
19
|
-
return this;
|
|
20
|
-
};
|
|
21
|
-
ApplicationItem.prototype.withCreateTime = function (createTime) {
|
|
22
|
-
this['create_time'] = createTime;
|
|
23
|
-
return this;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(ApplicationItem.prototype, "createTime", {
|
|
26
|
-
get: function () {
|
|
27
|
-
return this['create_time'];
|
|
28
|
-
},
|
|
29
|
-
set: function (createTime) {
|
|
30
|
-
this['create_time'] = createTime;
|
|
31
|
-
},
|
|
32
|
-
enumerable: false,
|
|
33
|
-
configurable: true
|
|
34
|
-
});
|
|
35
|
-
ApplicationItem.prototype.withApplicationUrn = function (applicationUrn) {
|
|
36
|
-
this['application_urn'] = applicationUrn;
|
|
37
|
-
return this;
|
|
38
|
-
};
|
|
39
|
-
Object.defineProperty(ApplicationItem.prototype, "applicationUrn", {
|
|
40
|
-
get: function () {
|
|
41
|
-
return this['application_urn'];
|
|
42
|
-
},
|
|
43
|
-
set: function (applicationUrn) {
|
|
44
|
-
this['application_urn'] = applicationUrn;
|
|
45
|
-
},
|
|
46
|
-
enumerable: false,
|
|
47
|
-
configurable: true
|
|
48
|
-
});
|
|
49
|
-
ApplicationItem.prototype.withApplicationId = function (applicationId) {
|
|
50
|
-
this['application_id'] = applicationId;
|
|
51
|
-
return this;
|
|
52
|
-
};
|
|
53
|
-
Object.defineProperty(ApplicationItem.prototype, "applicationId", {
|
|
54
|
-
get: function () {
|
|
55
|
-
return this['application_id'];
|
|
56
|
-
},
|
|
57
|
-
set: function (applicationId) {
|
|
58
|
-
this['application_id'] = applicationId;
|
|
59
|
-
},
|
|
60
|
-
enumerable: false,
|
|
61
|
-
configurable: true
|
|
62
|
-
});
|
|
63
|
-
ApplicationItem.prototype.withEnabled = function (enabled) {
|
|
64
|
-
this['enabled'] = enabled;
|
|
65
|
-
return this;
|
|
66
|
-
};
|
|
67
|
-
ApplicationItem.prototype.withAppleCertificateExpirationDate = function (appleCertificateExpirationDate) {
|
|
68
|
-
this['apple_certificate_expiration_date'] = appleCertificateExpirationDate;
|
|
69
|
-
return this;
|
|
70
|
-
};
|
|
71
|
-
Object.defineProperty(ApplicationItem.prototype, "appleCertificateExpirationDate", {
|
|
72
|
-
get: function () {
|
|
73
|
-
return this['apple_certificate_expiration_date'];
|
|
74
|
-
},
|
|
75
|
-
set: function (appleCertificateExpirationDate) {
|
|
76
|
-
this['apple_certificate_expiration_date'] = appleCertificateExpirationDate;
|
|
77
|
-
},
|
|
78
|
-
enumerable: false,
|
|
79
|
-
configurable: true
|
|
80
|
-
});
|
|
81
|
-
return ApplicationItem;
|
|
82
|
-
}());
|
|
83
|
-
exports.ApplicationItem = ApplicationItem;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { BatchCreateOrDeleteResourceTagsRequestBody } from './BatchCreateOrDeleteResourceTagsRequestBody';
|
|
2
|
-
export declare class BatchCreateOrDeleteResourceTagsRequest {
|
|
3
|
-
private 'resource_type';
|
|
4
|
-
private 'resource_id';
|
|
5
|
-
body?: BatchCreateOrDeleteResourceTagsRequestBody;
|
|
6
|
-
constructor(resourceType?: any, resourceId?: any);
|
|
7
|
-
withResourceType(resourceType: string): BatchCreateOrDeleteResourceTagsRequest;
|
|
8
|
-
set resourceType(resourceType: string | undefined);
|
|
9
|
-
get resourceType(): string | undefined;
|
|
10
|
-
withResourceId(resourceId: string): BatchCreateOrDeleteResourceTagsRequest;
|
|
11
|
-
set resourceId(resourceId: string | undefined);
|
|
12
|
-
get resourceId(): string | undefined;
|
|
13
|
-
withBody(body: BatchCreateOrDeleteResourceTagsRequestBody): BatchCreateOrDeleteResourceTagsRequest;
|
|
14
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchCreateOrDeleteResourceTagsRequest = void 0;
|
|
4
|
-
var BatchCreateOrDeleteResourceTagsRequest = /** @class */ (function () {
|
|
5
|
-
function BatchCreateOrDeleteResourceTagsRequest(resourceType, resourceId) {
|
|
6
|
-
this['resource_type'] = resourceType;
|
|
7
|
-
this['resource_id'] = resourceId;
|
|
8
|
-
}
|
|
9
|
-
BatchCreateOrDeleteResourceTagsRequest.prototype.withResourceType = function (resourceType) {
|
|
10
|
-
this['resource_type'] = resourceType;
|
|
11
|
-
return this;
|
|
12
|
-
};
|
|
13
|
-
Object.defineProperty(BatchCreateOrDeleteResourceTagsRequest.prototype, "resourceType", {
|
|
14
|
-
get: function () {
|
|
15
|
-
return this['resource_type'];
|
|
16
|
-
},
|
|
17
|
-
set: function (resourceType) {
|
|
18
|
-
this['resource_type'] = resourceType;
|
|
19
|
-
},
|
|
20
|
-
enumerable: false,
|
|
21
|
-
configurable: true
|
|
22
|
-
});
|
|
23
|
-
BatchCreateOrDeleteResourceTagsRequest.prototype.withResourceId = function (resourceId) {
|
|
24
|
-
this['resource_id'] = resourceId;
|
|
25
|
-
return this;
|
|
26
|
-
};
|
|
27
|
-
Object.defineProperty(BatchCreateOrDeleteResourceTagsRequest.prototype, "resourceId", {
|
|
28
|
-
get: function () {
|
|
29
|
-
return this['resource_id'];
|
|
30
|
-
},
|
|
31
|
-
set: function (resourceId) {
|
|
32
|
-
this['resource_id'] = resourceId;
|
|
33
|
-
},
|
|
34
|
-
enumerable: false,
|
|
35
|
-
configurable: true
|
|
36
|
-
});
|
|
37
|
-
BatchCreateOrDeleteResourceTagsRequest.prototype.withBody = function (body) {
|
|
38
|
-
this['body'] = body;
|
|
39
|
-
return this;
|
|
40
|
-
};
|
|
41
|
-
return BatchCreateOrDeleteResourceTagsRequest;
|
|
42
|
-
}());
|
|
43
|
-
exports.BatchCreateOrDeleteResourceTagsRequest = BatchCreateOrDeleteResourceTagsRequest;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ResourceTag } from './ResourceTag';
|
|
2
|
-
export declare class BatchCreateOrDeleteResourceTagsRequestBody {
|
|
3
|
-
tags: Array<ResourceTag>;
|
|
4
|
-
action: string;
|
|
5
|
-
constructor(tags?: any, action?: any);
|
|
6
|
-
withTags(tags: Array<ResourceTag>): BatchCreateOrDeleteResourceTagsRequestBody;
|
|
7
|
-
withAction(action: string): BatchCreateOrDeleteResourceTagsRequestBody;
|
|
8
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchCreateOrDeleteResourceTagsRequestBody = void 0;
|
|
4
|
-
var BatchCreateOrDeleteResourceTagsRequestBody = /** @class */ (function () {
|
|
5
|
-
function BatchCreateOrDeleteResourceTagsRequestBody(tags, action) {
|
|
6
|
-
this['tags'] = tags;
|
|
7
|
-
this['action'] = action;
|
|
8
|
-
}
|
|
9
|
-
BatchCreateOrDeleteResourceTagsRequestBody.prototype.withTags = function (tags) {
|
|
10
|
-
this['tags'] = tags;
|
|
11
|
-
return this;
|
|
12
|
-
};
|
|
13
|
-
BatchCreateOrDeleteResourceTagsRequestBody.prototype.withAction = function (action) {
|
|
14
|
-
this['action'] = action;
|
|
15
|
-
return this;
|
|
16
|
-
};
|
|
17
|
-
return BatchCreateOrDeleteResourceTagsRequestBody;
|
|
18
|
-
}());
|
|
19
|
-
exports.BatchCreateOrDeleteResourceTagsRequestBody = BatchCreateOrDeleteResourceTagsRequestBody;
|
|
@@ -1,27 +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.BatchCreateOrDeleteResourceTagsResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var BatchCreateOrDeleteResourceTagsResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(BatchCreateOrDeleteResourceTagsResponse, _super);
|
|
22
|
-
function BatchCreateOrDeleteResourceTagsResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
return BatchCreateOrDeleteResourceTagsResponse;
|
|
26
|
-
}(SdkResponse_1.SdkResponse));
|
|
27
|
-
exports.BatchCreateOrDeleteResourceTagsResponse = BatchCreateOrDeleteResourceTagsResponse;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare class CancelSubscriptionRequest {
|
|
2
|
-
private 'subscription_urn';
|
|
3
|
-
constructor(subscriptionUrn?: any);
|
|
4
|
-
withSubscriptionUrn(subscriptionUrn: string): CancelSubscriptionRequest;
|
|
5
|
-
set subscriptionUrn(subscriptionUrn: string | undefined);
|
|
6
|
-
get subscriptionUrn(): string | undefined;
|
|
7
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CancelSubscriptionRequest = void 0;
|
|
4
|
-
var CancelSubscriptionRequest = /** @class */ (function () {
|
|
5
|
-
function CancelSubscriptionRequest(subscriptionUrn) {
|
|
6
|
-
this['subscription_urn'] = subscriptionUrn;
|
|
7
|
-
}
|
|
8
|
-
CancelSubscriptionRequest.prototype.withSubscriptionUrn = function (subscriptionUrn) {
|
|
9
|
-
this['subscription_urn'] = subscriptionUrn;
|
|
10
|
-
return this;
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(CancelSubscriptionRequest.prototype, "subscriptionUrn", {
|
|
13
|
-
get: function () {
|
|
14
|
-
return this['subscription_urn'];
|
|
15
|
-
},
|
|
16
|
-
set: function (subscriptionUrn) {
|
|
17
|
-
this['subscription_urn'] = subscriptionUrn;
|
|
18
|
-
},
|
|
19
|
-
enumerable: false,
|
|
20
|
-
configurable: true
|
|
21
|
-
});
|
|
22
|
-
return CancelSubscriptionRequest;
|
|
23
|
-
}());
|
|
24
|
-
exports.CancelSubscriptionRequest = CancelSubscriptionRequest;
|