@huaweicloud/huaweicloud-sdk-smn 3.1.10
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/LICENSE +13 -0
- package/README.md +1 -0
- package/huaweicloud-sdk-smn.d.ts +1 -0
- package/huaweicloud-sdk-smn.js +17 -0
- package/package.json +19 -0
- package/v2/SmnClient.d.ts +1187 -0
- package/v2/SmnClient.js +2299 -0
- package/v2/SmnRegion.d.ts +22 -0
- package/v2/SmnRegion.js +59 -0
- package/v2/model/AddSubscriptionRequest.d.ts +10 -0
- package/v2/model/AddSubscriptionRequest.js +28 -0
- package/v2/model/AddSubscriptionRequestBody.d.ts +9 -0
- package/v2/model/AddSubscriptionRequestBody.js +23 -0
- package/v2/model/AddSubscriptionResponse.d.ts +12 -0
- package/v2/model/AddSubscriptionResponse.js +55 -0
- package/v2/model/ApplicationEndpoint.d.ts +19 -0
- package/v2/model/ApplicationEndpoint.js +64 -0
- package/v2/model/ApplicationItem.d.ts +25 -0
- package/v2/model/ApplicationItem.js +83 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsRequest.d.ts +14 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsRequest.js +43 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsRequestBody.d.ts +8 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsRequestBody.js +19 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsResponse.d.ts +4 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsResponse.js +27 -0
- package/v2/model/CancelSubscriptionRequest.d.ts +7 -0
- package/v2/model/CancelSubscriptionRequest.js +24 -0
- package/v2/model/CancelSubscriptionResponse.d.ts +8 -0
- package/v2/model/CancelSubscriptionResponse.js +41 -0
- package/v2/model/CreateApplicationEndpointRequest.d.ts +10 -0
- package/v2/model/CreateApplicationEndpointRequest.js +28 -0
- package/v2/model/CreateApplicationEndpointRequestBody.d.ts +9 -0
- package/v2/model/CreateApplicationEndpointRequestBody.js +29 -0
- package/v2/model/CreateApplicationEndpointResponse.d.ts +12 -0
- package/v2/model/CreateApplicationEndpointResponse.js +55 -0
- package/v2/model/CreateApplicationRequest.d.ts +6 -0
- package/v2/model/CreateApplicationRequest.js +13 -0
- package/v2/model/CreateApplicationRequestBody.d.ts +15 -0
- package/v2/model/CreateApplicationRequestBody.js +49 -0
- package/v2/model/CreateApplicationResponse.d.ts +16 -0
- package/v2/model/CreateApplicationResponse.js +69 -0
- package/v2/model/CreateMessageTemplateRequest.d.ts +6 -0
- package/v2/model/CreateMessageTemplateRequest.js +13 -0
- package/v2/model/CreateMessageTemplateRequestBody.d.ts +11 -0
- package/v2/model/CreateMessageTemplateRequestBody.js +34 -0
- package/v2/model/CreateMessageTemplateResponse.d.ts +12 -0
- package/v2/model/CreateMessageTemplateResponse.js +55 -0
- package/v2/model/CreateResourceTagRequest.d.ts +14 -0
- package/v2/model/CreateResourceTagRequest.js +43 -0
- package/v2/model/CreateResourceTagRequestBody.d.ts +6 -0
- package/v2/model/CreateResourceTagRequestBody.js +14 -0
- package/v2/model/CreateResourceTagRequestBodyTag.d.ts +7 -0
- package/v2/model/CreateResourceTagRequestBodyTag.js +19 -0
- package/v2/model/CreateResourceTagResponse.d.ts +4 -0
- package/v2/model/CreateResourceTagResponse.js +27 -0
- package/v2/model/CreateTopicRequest.d.ts +6 -0
- package/v2/model/CreateTopicRequest.js +13 -0
- package/v2/model/CreateTopicRequestBody.d.ts +13 -0
- package/v2/model/CreateTopicRequestBody.js +43 -0
- package/v2/model/CreateTopicResponse.d.ts +12 -0
- package/v2/model/CreateTopicResponse.js +55 -0
- package/v2/model/DeleteApplicationEndpointRequest.d.ts +7 -0
- package/v2/model/DeleteApplicationEndpointRequest.js +24 -0
- package/v2/model/DeleteApplicationEndpointResponse.d.ts +8 -0
- package/v2/model/DeleteApplicationEndpointResponse.js +41 -0
- package/v2/model/DeleteApplicationRequest.d.ts +7 -0
- package/v2/model/DeleteApplicationRequest.js +24 -0
- package/v2/model/DeleteApplicationResponse.d.ts +8 -0
- package/v2/model/DeleteApplicationResponse.js +41 -0
- package/v2/model/DeleteMessageTemplateRequest.d.ts +7 -0
- package/v2/model/DeleteMessageTemplateRequest.js +24 -0
- package/v2/model/DeleteMessageTemplateResponse.d.ts +8 -0
- package/v2/model/DeleteMessageTemplateResponse.js +41 -0
- package/v2/model/DeleteResourceTagRequest.d.ts +13 -0
- package/v2/model/DeleteResourceTagRequest.js +44 -0
- package/v2/model/DeleteResourceTagResponse.d.ts +4 -0
- package/v2/model/DeleteResourceTagResponse.js +27 -0
- package/v2/model/DeleteTopicAttributeByNameRequest.d.ts +9 -0
- package/v2/model/DeleteTopicAttributeByNameRequest.js +29 -0
- package/v2/model/DeleteTopicAttributeByNameResponse.d.ts +8 -0
- package/v2/model/DeleteTopicAttributeByNameResponse.js +41 -0
- package/v2/model/DeleteTopicAttributesRequest.d.ts +7 -0
- package/v2/model/DeleteTopicAttributesRequest.js +24 -0
- package/v2/model/DeleteTopicAttributesResponse.d.ts +8 -0
- package/v2/model/DeleteTopicAttributesResponse.js +41 -0
- package/v2/model/DeleteTopicRequest.d.ts +7 -0
- package/v2/model/DeleteTopicRequest.js +24 -0
- package/v2/model/DeleteTopicResponse.d.ts +8 -0
- package/v2/model/DeleteTopicResponse.js +41 -0
- package/v2/model/LinksItem.d.ts +7 -0
- package/v2/model/LinksItem.js +19 -0
- package/v2/model/ListApplicationAttributesRequest.d.ts +7 -0
- package/v2/model/ListApplicationAttributesRequest.js +24 -0
- package/v2/model/ListApplicationAttributesResponse.d.ts +15 -0
- package/v2/model/ListApplicationAttributesResponse.js +59 -0
- package/v2/model/ListApplicationAttributesResponseBodyAttributes.d.ts +9 -0
- package/v2/model/ListApplicationAttributesResponseBodyAttributes.js +28 -0
- package/v2/model/ListApplicationEndpointAttributesRequest.d.ts +7 -0
- package/v2/model/ListApplicationEndpointAttributesRequest.js +24 -0
- package/v2/model/ListApplicationEndpointAttributesResponse.d.ts +11 -0
- package/v2/model/ListApplicationEndpointAttributesResponse.js +45 -0
- package/v2/model/ListApplicationEndpointAttributesResponseBodyAttributes.d.ts +11 -0
- package/v2/model/ListApplicationEndpointAttributesResponseBodyAttributes.js +34 -0
- package/v2/model/ListApplicationEndpointsRequest.d.ts +19 -0
- package/v2/model/ListApplicationEndpointsRequest.js +54 -0
- package/v2/model/ListApplicationEndpointsResponse.d.ts +15 -0
- package/v2/model/ListApplicationEndpointsResponse.js +59 -0
- package/v2/model/ListApplicationsRequest.d.ts +11 -0
- package/v2/model/ListApplicationsRequest.js +25 -0
- package/v2/model/ListApplicationsResponse.d.ts +15 -0
- package/v2/model/ListApplicationsResponse.js +59 -0
- package/v2/model/ListInstanceRequestBody.d.ts +27 -0
- package/v2/model/ListInstanceRequestBody.js +72 -0
- package/v2/model/ListMessageTemplateDetailsRequest.d.ts +7 -0
- package/v2/model/ListMessageTemplateDetailsRequest.js +24 -0
- package/v2/model/ListMessageTemplateDetailsResponse.d.ts +32 -0
- package/v2/model/ListMessageTemplateDetailsResponse.js +119 -0
- package/v2/model/ListMessageTemplatesRequest.d.ts +13 -0
- package/v2/model/ListMessageTemplatesRequest.js +35 -0
- package/v2/model/ListMessageTemplatesResponse.d.ts +17 -0
- package/v2/model/ListMessageTemplatesResponse.js +69 -0
- package/v2/model/ListProjectTagsRequest.d.ts +7 -0
- package/v2/model/ListProjectTagsRequest.js +24 -0
- package/v2/model/ListProjectTagsResponse.d.ts +7 -0
- package/v2/model/ListProjectTagsResponse.js +31 -0
- package/v2/model/ListResourceInstancesRequest.d.ts +10 -0
- package/v2/model/ListResourceInstancesRequest.js +28 -0
- package/v2/model/ListResourceInstancesResponse.d.ts +11 -0
- package/v2/model/ListResourceInstancesResponse.js +45 -0
- package/v2/model/ListResourceTagsRequest.d.ts +11 -0
- package/v2/model/ListResourceTagsRequest.js +39 -0
- package/v2/model/ListResourceTagsResponse.d.ts +7 -0
- package/v2/model/ListResourceTagsResponse.js +31 -0
- package/v2/model/ListSubscriptionsByTopicRequest.d.ts +11 -0
- package/v2/model/ListSubscriptionsByTopicRequest.js +32 -0
- package/v2/model/ListSubscriptionsByTopicResponse.d.ts +15 -0
- package/v2/model/ListSubscriptionsByTopicResponse.js +59 -0
- package/v2/model/ListSubscriptionsItem.d.ts +21 -0
- package/v2/model/ListSubscriptionsItem.js +64 -0
- package/v2/model/ListSubscriptionsRequest.d.ts +13 -0
- package/v2/model/ListSubscriptionsRequest.js +29 -0
- package/v2/model/ListSubscriptionsResponse.d.ts +15 -0
- package/v2/model/ListSubscriptionsResponse.js +59 -0
- package/v2/model/ListTopicAttributesRequest.d.ts +9 -0
- package/v2/model/ListTopicAttributesRequest.js +29 -0
- package/v2/model/ListTopicAttributesResponse.d.ts +11 -0
- package/v2/model/ListTopicAttributesResponse.js +45 -0
- package/v2/model/ListTopicDetailsRequest.d.ts +7 -0
- package/v2/model/ListTopicDetailsRequest.js +24 -0
- package/v2/model/ListTopicDetailsResponse.d.ts +34 -0
- package/v2/model/ListTopicDetailsResponse.js +129 -0
- package/v2/model/ListTopicsItem.d.ts +21 -0
- package/v2/model/ListTopicsItem.js +74 -0
- package/v2/model/ListTopicsRequest.d.ts +17 -0
- package/v2/model/ListTopicsRequest.js +49 -0
- package/v2/model/ListTopicsResponse.d.ts +15 -0
- package/v2/model/ListTopicsResponse.js +59 -0
- package/v2/model/ListVersionRequest.d.ts +7 -0
- package/v2/model/ListVersionRequest.js +24 -0
- package/v2/model/ListVersionResponse.d.ts +6 -0
- package/v2/model/ListVersionResponse.js +31 -0
- package/v2/model/ListVersionsRequest.d.ts +3 -0
- package/v2/model/ListVersionsRequest.js +9 -0
- package/v2/model/ListVersionsResponse.d.ts +7 -0
- package/v2/model/ListVersionsResponse.js +31 -0
- package/v2/model/MessageTemplate.d.ts +25 -0
- package/v2/model/MessageTemplate.js +89 -0
- package/v2/model/PublishAppMessageRequest.d.ts +10 -0
- package/v2/model/PublishAppMessageRequest.js +28 -0
- package/v2/model/PublishAppMessageRequestBody.d.ts +13 -0
- package/v2/model/PublishAppMessageRequestBody.js +41 -0
- package/v2/model/PublishAppMessageResponse.d.ts +12 -0
- package/v2/model/PublishAppMessageResponse.js +55 -0
- package/v2/model/PublishMessageRequest.d.ts +10 -0
- package/v2/model/PublishMessageRequest.js +28 -0
- package/v2/model/PublishMessageRequestBody.d.ts +25 -0
- package/v2/model/PublishMessageRequestBody.js +63 -0
- package/v2/model/PublishMessageResponse.d.ts +12 -0
- package/v2/model/PublishMessageResponse.js +55 -0
- package/v2/model/ResourceDetail.d.ts +17 -0
- package/v2/model/ResourceDetail.js +59 -0
- package/v2/model/ResourceTag.d.ts +7 -0
- package/v2/model/ResourceTag.js +19 -0
- package/v2/model/ResourceTags.d.ts +7 -0
- package/v2/model/ResourceTags.js +19 -0
- package/v2/model/Statement.d.ts +35 -0
- package/v2/model/Statement.js +123 -0
- package/v2/model/TagMatch.d.ts +7 -0
- package/v2/model/TagMatch.js +19 -0
- package/v2/model/TagResource.d.ts +19 -0
- package/v2/model/TagResource.js +59 -0
- package/v2/model/TopicAttribute.d.ts +16 -0
- package/v2/model/TopicAttribute.js +54 -0
- package/v2/model/UpdateApplicationEndpointRequest.d.ts +10 -0
- package/v2/model/UpdateApplicationEndpointRequest.js +28 -0
- package/v2/model/UpdateApplicationEndpointRequestBody.d.ts +9 -0
- package/v2/model/UpdateApplicationEndpointRequestBody.js +27 -0
- package/v2/model/UpdateApplicationEndpointResponse.d.ts +8 -0
- package/v2/model/UpdateApplicationEndpointResponse.js +41 -0
- package/v2/model/UpdateApplicationRequest.d.ts +10 -0
- package/v2/model/UpdateApplicationRequest.js +28 -0
- package/v2/model/UpdateApplicationRequestBody.d.ts +11 -0
- package/v2/model/UpdateApplicationRequestBody.js +39 -0
- package/v2/model/UpdateApplicationResponse.d.ts +8 -0
- package/v2/model/UpdateApplicationResponse.js +41 -0
- package/v2/model/UpdateMessageTemplateRequest.d.ts +10 -0
- package/v2/model/UpdateMessageTemplateRequest.js +28 -0
- package/v2/model/UpdateMessageTemplateRequestBody.d.ts +5 -0
- package/v2/model/UpdateMessageTemplateRequestBody.js +14 -0
- package/v2/model/UpdateMessageTemplateResponse.d.ts +8 -0
- package/v2/model/UpdateMessageTemplateResponse.js +41 -0
- package/v2/model/UpdateTopicAttributeRequest.d.ts +12 -0
- package/v2/model/UpdateTopicAttributeRequest.js +33 -0
- package/v2/model/UpdateTopicAttributeRequestBody.d.ts +5 -0
- package/v2/model/UpdateTopicAttributeRequestBody.js +14 -0
- package/v2/model/UpdateTopicAttributeResponse.d.ts +8 -0
- package/v2/model/UpdateTopicAttributeResponse.js +41 -0
- package/v2/model/UpdateTopicRequest.d.ts +10 -0
- package/v2/model/UpdateTopicRequest.js +28 -0
- package/v2/model/UpdateTopicRequestBody.d.ts +7 -0
- package/v2/model/UpdateTopicRequestBody.js +24 -0
- package/v2/model/UpdateTopicResponse.d.ts +8 -0
- package/v2/model/UpdateTopicResponse.js +41 -0
- package/v2/model/VersionItem.d.ts +18 -0
- package/v2/model/VersionItem.js +49 -0
- package/v2/public-api.d.ts +110 -0
- package/v2/public-api.js +126 -0
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateTopicRequestBody = void 0;
|
|
4
|
+
var CreateTopicRequestBody = /** @class */ (function () {
|
|
5
|
+
function CreateTopicRequestBody(name, displayName) {
|
|
6
|
+
this['name'] = name;
|
|
7
|
+
this['display_name'] = displayName;
|
|
8
|
+
}
|
|
9
|
+
CreateTopicRequestBody.prototype.withName = function (name) {
|
|
10
|
+
this['name'] = name;
|
|
11
|
+
return this;
|
|
12
|
+
};
|
|
13
|
+
CreateTopicRequestBody.prototype.withDisplayName = function (displayName) {
|
|
14
|
+
this['display_name'] = displayName;
|
|
15
|
+
return this;
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperty(CreateTopicRequestBody.prototype, "displayName", {
|
|
18
|
+
get: function () {
|
|
19
|
+
return this['display_name'];
|
|
20
|
+
},
|
|
21
|
+
set: function (displayName) {
|
|
22
|
+
this['display_name'] = displayName;
|
|
23
|
+
},
|
|
24
|
+
enumerable: false,
|
|
25
|
+
configurable: true
|
|
26
|
+
});
|
|
27
|
+
CreateTopicRequestBody.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
|
|
28
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
|
29
|
+
return this;
|
|
30
|
+
};
|
|
31
|
+
Object.defineProperty(CreateTopicRequestBody.prototype, "enterpriseProjectId", {
|
|
32
|
+
get: function () {
|
|
33
|
+
return this['enterprise_project_id'];
|
|
34
|
+
},
|
|
35
|
+
set: function (enterpriseProjectId) {
|
|
36
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
|
37
|
+
},
|
|
38
|
+
enumerable: false,
|
|
39
|
+
configurable: true
|
|
40
|
+
});
|
|
41
|
+
return CreateTopicRequestBody;
|
|
42
|
+
}());
|
|
43
|
+
exports.CreateTopicRequestBody = CreateTopicRequestBody;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class CreateTopicResponse extends SdkResponse {
|
|
3
|
+
private 'request_id'?;
|
|
4
|
+
private 'topic_urn'?;
|
|
5
|
+
constructor();
|
|
6
|
+
withRequestId(requestId: string): CreateTopicResponse;
|
|
7
|
+
set requestId(requestId: string | undefined);
|
|
8
|
+
get requestId(): string | undefined;
|
|
9
|
+
withTopicUrn(topicUrn: string): CreateTopicResponse;
|
|
10
|
+
set topicUrn(topicUrn: string | undefined);
|
|
11
|
+
get topicUrn(): string | undefined;
|
|
12
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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.CreateTopicResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var CreateTopicResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(CreateTopicResponse, _super);
|
|
22
|
+
function CreateTopicResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
CreateTopicResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
+
this['request_id'] = requestId;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(CreateTopicResponse.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
|
+
CreateTopicResponse.prototype.withTopicUrn = function (topicUrn) {
|
|
40
|
+
this['topic_urn'] = topicUrn;
|
|
41
|
+
return this;
|
|
42
|
+
};
|
|
43
|
+
Object.defineProperty(CreateTopicResponse.prototype, "topicUrn", {
|
|
44
|
+
get: function () {
|
|
45
|
+
return this['topic_urn'];
|
|
46
|
+
},
|
|
47
|
+
set: function (topicUrn) {
|
|
48
|
+
this['topic_urn'] = topicUrn;
|
|
49
|
+
},
|
|
50
|
+
enumerable: false,
|
|
51
|
+
configurable: true
|
|
52
|
+
});
|
|
53
|
+
return CreateTopicResponse;
|
|
54
|
+
}(SdkResponse_1.SdkResponse));
|
|
55
|
+
exports.CreateTopicResponse = CreateTopicResponse;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare class DeleteApplicationEndpointRequest {
|
|
2
|
+
private 'endpoint_urn';
|
|
3
|
+
constructor(endpointUrn?: any);
|
|
4
|
+
withEndpointUrn(endpointUrn: string): DeleteApplicationEndpointRequest;
|
|
5
|
+
set endpointUrn(endpointUrn: string | undefined);
|
|
6
|
+
get endpointUrn(): string | undefined;
|
|
7
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteApplicationEndpointRequest = void 0;
|
|
4
|
+
var DeleteApplicationEndpointRequest = /** @class */ (function () {
|
|
5
|
+
function DeleteApplicationEndpointRequest(endpointUrn) {
|
|
6
|
+
this['endpoint_urn'] = endpointUrn;
|
|
7
|
+
}
|
|
8
|
+
DeleteApplicationEndpointRequest.prototype.withEndpointUrn = function (endpointUrn) {
|
|
9
|
+
this['endpoint_urn'] = endpointUrn;
|
|
10
|
+
return this;
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(DeleteApplicationEndpointRequest.prototype, "endpointUrn", {
|
|
13
|
+
get: function () {
|
|
14
|
+
return this['endpoint_urn'];
|
|
15
|
+
},
|
|
16
|
+
set: function (endpointUrn) {
|
|
17
|
+
this['endpoint_urn'] = endpointUrn;
|
|
18
|
+
},
|
|
19
|
+
enumerable: false,
|
|
20
|
+
configurable: true
|
|
21
|
+
});
|
|
22
|
+
return DeleteApplicationEndpointRequest;
|
|
23
|
+
}());
|
|
24
|
+
exports.DeleteApplicationEndpointRequest = DeleteApplicationEndpointRequest;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class DeleteApplicationEndpointResponse extends SdkResponse {
|
|
3
|
+
private 'request_id'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withRequestId(requestId: string): DeleteApplicationEndpointResponse;
|
|
6
|
+
set requestId(requestId: string | undefined);
|
|
7
|
+
get requestId(): string | undefined;
|
|
8
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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.DeleteApplicationEndpointResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var DeleteApplicationEndpointResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(DeleteApplicationEndpointResponse, _super);
|
|
22
|
+
function DeleteApplicationEndpointResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
DeleteApplicationEndpointResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
+
this['request_id'] = requestId;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(DeleteApplicationEndpointResponse.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
|
+
return DeleteApplicationEndpointResponse;
|
|
40
|
+
}(SdkResponse_1.SdkResponse));
|
|
41
|
+
exports.DeleteApplicationEndpointResponse = DeleteApplicationEndpointResponse;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare class DeleteApplicationRequest {
|
|
2
|
+
private 'application_urn';
|
|
3
|
+
constructor(applicationUrn?: any);
|
|
4
|
+
withApplicationUrn(applicationUrn: string): DeleteApplicationRequest;
|
|
5
|
+
set applicationUrn(applicationUrn: string | undefined);
|
|
6
|
+
get applicationUrn(): string | undefined;
|
|
7
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteApplicationRequest = void 0;
|
|
4
|
+
var DeleteApplicationRequest = /** @class */ (function () {
|
|
5
|
+
function DeleteApplicationRequest(applicationUrn) {
|
|
6
|
+
this['application_urn'] = applicationUrn;
|
|
7
|
+
}
|
|
8
|
+
DeleteApplicationRequest.prototype.withApplicationUrn = function (applicationUrn) {
|
|
9
|
+
this['application_urn'] = applicationUrn;
|
|
10
|
+
return this;
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(DeleteApplicationRequest.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
|
+
return DeleteApplicationRequest;
|
|
23
|
+
}());
|
|
24
|
+
exports.DeleteApplicationRequest = DeleteApplicationRequest;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class DeleteApplicationResponse extends SdkResponse {
|
|
3
|
+
private 'request_id'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withRequestId(requestId: string): DeleteApplicationResponse;
|
|
6
|
+
set requestId(requestId: string | undefined);
|
|
7
|
+
get requestId(): string | undefined;
|
|
8
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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.DeleteApplicationResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var DeleteApplicationResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(DeleteApplicationResponse, _super);
|
|
22
|
+
function DeleteApplicationResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
DeleteApplicationResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
+
this['request_id'] = requestId;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(DeleteApplicationResponse.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
|
+
return DeleteApplicationResponse;
|
|
40
|
+
}(SdkResponse_1.SdkResponse));
|
|
41
|
+
exports.DeleteApplicationResponse = DeleteApplicationResponse;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare class DeleteMessageTemplateRequest {
|
|
2
|
+
private 'message_template_id';
|
|
3
|
+
constructor(messageTemplateId?: any);
|
|
4
|
+
withMessageTemplateId(messageTemplateId: string): DeleteMessageTemplateRequest;
|
|
5
|
+
set messageTemplateId(messageTemplateId: string | undefined);
|
|
6
|
+
get messageTemplateId(): string | undefined;
|
|
7
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteMessageTemplateRequest = void 0;
|
|
4
|
+
var DeleteMessageTemplateRequest = /** @class */ (function () {
|
|
5
|
+
function DeleteMessageTemplateRequest(messageTemplateId) {
|
|
6
|
+
this['message_template_id'] = messageTemplateId;
|
|
7
|
+
}
|
|
8
|
+
DeleteMessageTemplateRequest.prototype.withMessageTemplateId = function (messageTemplateId) {
|
|
9
|
+
this['message_template_id'] = messageTemplateId;
|
|
10
|
+
return this;
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(DeleteMessageTemplateRequest.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 DeleteMessageTemplateRequest;
|
|
23
|
+
}());
|
|
24
|
+
exports.DeleteMessageTemplateRequest = DeleteMessageTemplateRequest;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class DeleteMessageTemplateResponse extends SdkResponse {
|
|
3
|
+
private 'request_id'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withRequestId(requestId: string): DeleteMessageTemplateResponse;
|
|
6
|
+
set requestId(requestId: string | undefined);
|
|
7
|
+
get requestId(): string | undefined;
|
|
8
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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.DeleteMessageTemplateResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var DeleteMessageTemplateResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(DeleteMessageTemplateResponse, _super);
|
|
22
|
+
function DeleteMessageTemplateResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
DeleteMessageTemplateResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
+
this['request_id'] = requestId;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(DeleteMessageTemplateResponse.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
|
+
return DeleteMessageTemplateResponse;
|
|
40
|
+
}(SdkResponse_1.SdkResponse));
|
|
41
|
+
exports.DeleteMessageTemplateResponse = DeleteMessageTemplateResponse;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare class DeleteResourceTagRequest {
|
|
2
|
+
private 'resource_type';
|
|
3
|
+
private 'resource_id';
|
|
4
|
+
key: string;
|
|
5
|
+
constructor(resourceType?: any, resourceId?: any, key?: any);
|
|
6
|
+
withResourceType(resourceType: string): DeleteResourceTagRequest;
|
|
7
|
+
set resourceType(resourceType: string | undefined);
|
|
8
|
+
get resourceType(): string | undefined;
|
|
9
|
+
withResourceId(resourceId: string): DeleteResourceTagRequest;
|
|
10
|
+
set resourceId(resourceId: string | undefined);
|
|
11
|
+
get resourceId(): string | undefined;
|
|
12
|
+
withKey(key: string): DeleteResourceTagRequest;
|
|
13
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteResourceTagRequest = void 0;
|
|
4
|
+
var DeleteResourceTagRequest = /** @class */ (function () {
|
|
5
|
+
function DeleteResourceTagRequest(resourceType, resourceId, key) {
|
|
6
|
+
this['resource_type'] = resourceType;
|
|
7
|
+
this['resource_id'] = resourceId;
|
|
8
|
+
this['key'] = key;
|
|
9
|
+
}
|
|
10
|
+
DeleteResourceTagRequest.prototype.withResourceType = function (resourceType) {
|
|
11
|
+
this['resource_type'] = resourceType;
|
|
12
|
+
return this;
|
|
13
|
+
};
|
|
14
|
+
Object.defineProperty(DeleteResourceTagRequest.prototype, "resourceType", {
|
|
15
|
+
get: function () {
|
|
16
|
+
return this['resource_type'];
|
|
17
|
+
},
|
|
18
|
+
set: function (resourceType) {
|
|
19
|
+
this['resource_type'] = resourceType;
|
|
20
|
+
},
|
|
21
|
+
enumerable: false,
|
|
22
|
+
configurable: true
|
|
23
|
+
});
|
|
24
|
+
DeleteResourceTagRequest.prototype.withResourceId = function (resourceId) {
|
|
25
|
+
this['resource_id'] = resourceId;
|
|
26
|
+
return this;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(DeleteResourceTagRequest.prototype, "resourceId", {
|
|
29
|
+
get: function () {
|
|
30
|
+
return this['resource_id'];
|
|
31
|
+
},
|
|
32
|
+
set: function (resourceId) {
|
|
33
|
+
this['resource_id'] = resourceId;
|
|
34
|
+
},
|
|
35
|
+
enumerable: false,
|
|
36
|
+
configurable: true
|
|
37
|
+
});
|
|
38
|
+
DeleteResourceTagRequest.prototype.withKey = function (key) {
|
|
39
|
+
this['key'] = key;
|
|
40
|
+
return this;
|
|
41
|
+
};
|
|
42
|
+
return DeleteResourceTagRequest;
|
|
43
|
+
}());
|
|
44
|
+
exports.DeleteResourceTagRequest = DeleteResourceTagRequest;
|
|
@@ -0,0 +1,27 @@
|
|
|
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.DeleteResourceTagResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var DeleteResourceTagResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(DeleteResourceTagResponse, _super);
|
|
22
|
+
function DeleteResourceTagResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
return DeleteResourceTagResponse;
|
|
26
|
+
}(SdkResponse_1.SdkResponse));
|
|
27
|
+
exports.DeleteResourceTagResponse = DeleteResourceTagResponse;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare class DeleteTopicAttributeByNameRequest {
|
|
2
|
+
private 'topic_urn';
|
|
3
|
+
name: string;
|
|
4
|
+
constructor(topicUrn?: any, name?: any);
|
|
5
|
+
withTopicUrn(topicUrn: string): DeleteTopicAttributeByNameRequest;
|
|
6
|
+
set topicUrn(topicUrn: string | undefined);
|
|
7
|
+
get topicUrn(): string | undefined;
|
|
8
|
+
withName(name: string): DeleteTopicAttributeByNameRequest;
|
|
9
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteTopicAttributeByNameRequest = void 0;
|
|
4
|
+
var DeleteTopicAttributeByNameRequest = /** @class */ (function () {
|
|
5
|
+
function DeleteTopicAttributeByNameRequest(topicUrn, name) {
|
|
6
|
+
this['topic_urn'] = topicUrn;
|
|
7
|
+
this['name'] = name;
|
|
8
|
+
}
|
|
9
|
+
DeleteTopicAttributeByNameRequest.prototype.withTopicUrn = function (topicUrn) {
|
|
10
|
+
this['topic_urn'] = topicUrn;
|
|
11
|
+
return this;
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(DeleteTopicAttributeByNameRequest.prototype, "topicUrn", {
|
|
14
|
+
get: function () {
|
|
15
|
+
return this['topic_urn'];
|
|
16
|
+
},
|
|
17
|
+
set: function (topicUrn) {
|
|
18
|
+
this['topic_urn'] = topicUrn;
|
|
19
|
+
},
|
|
20
|
+
enumerable: false,
|
|
21
|
+
configurable: true
|
|
22
|
+
});
|
|
23
|
+
DeleteTopicAttributeByNameRequest.prototype.withName = function (name) {
|
|
24
|
+
this['name'] = name;
|
|
25
|
+
return this;
|
|
26
|
+
};
|
|
27
|
+
return DeleteTopicAttributeByNameRequest;
|
|
28
|
+
}());
|
|
29
|
+
exports.DeleteTopicAttributeByNameRequest = DeleteTopicAttributeByNameRequest;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class DeleteTopicAttributeByNameResponse extends SdkResponse {
|
|
3
|
+
private 'request_id'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withRequestId(requestId: string): DeleteTopicAttributeByNameResponse;
|
|
6
|
+
set requestId(requestId: string | undefined);
|
|
7
|
+
get requestId(): string | undefined;
|
|
8
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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.DeleteTopicAttributeByNameResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var DeleteTopicAttributeByNameResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(DeleteTopicAttributeByNameResponse, _super);
|
|
22
|
+
function DeleteTopicAttributeByNameResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
DeleteTopicAttributeByNameResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
+
this['request_id'] = requestId;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(DeleteTopicAttributeByNameResponse.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
|
+
return DeleteTopicAttributeByNameResponse;
|
|
40
|
+
}(SdkResponse_1.SdkResponse));
|
|
41
|
+
exports.DeleteTopicAttributeByNameResponse = DeleteTopicAttributeByNameResponse;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteTopicAttributesRequest = void 0;
|
|
4
|
+
var DeleteTopicAttributesRequest = /** @class */ (function () {
|
|
5
|
+
function DeleteTopicAttributesRequest(topicUrn) {
|
|
6
|
+
this['topic_urn'] = topicUrn;
|
|
7
|
+
}
|
|
8
|
+
DeleteTopicAttributesRequest.prototype.withTopicUrn = function (topicUrn) {
|
|
9
|
+
this['topic_urn'] = topicUrn;
|
|
10
|
+
return this;
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(DeleteTopicAttributesRequest.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 DeleteTopicAttributesRequest;
|
|
23
|
+
}());
|
|
24
|
+
exports.DeleteTopicAttributesRequest = DeleteTopicAttributesRequest;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class DeleteTopicAttributesResponse extends SdkResponse {
|
|
3
|
+
private 'request_id'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withRequestId(requestId: string): DeleteTopicAttributesResponse;
|
|
6
|
+
set requestId(requestId: string | undefined);
|
|
7
|
+
get requestId(): string | undefined;
|
|
8
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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.DeleteTopicAttributesResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var DeleteTopicAttributesResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(DeleteTopicAttributesResponse, _super);
|
|
22
|
+
function DeleteTopicAttributesResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
DeleteTopicAttributesResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
+
this['request_id'] = requestId;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(DeleteTopicAttributesResponse.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
|
+
return DeleteTopicAttributesResponse;
|
|
40
|
+
}(SdkResponse_1.SdkResponse));
|
|
41
|
+
exports.DeleteTopicAttributesResponse = DeleteTopicAttributesResponse;
|