@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,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteTopicRequest = void 0;
|
|
4
|
+
var DeleteTopicRequest = /** @class */ (function () {
|
|
5
|
+
function DeleteTopicRequest(topicUrn) {
|
|
6
|
+
this['topic_urn'] = topicUrn;
|
|
7
|
+
}
|
|
8
|
+
DeleteTopicRequest.prototype.withTopicUrn = function (topicUrn) {
|
|
9
|
+
this['topic_urn'] = topicUrn;
|
|
10
|
+
return this;
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(DeleteTopicRequest.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 DeleteTopicRequest;
|
|
23
|
+
}());
|
|
24
|
+
exports.DeleteTopicRequest = DeleteTopicRequest;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class DeleteTopicResponse extends SdkResponse {
|
|
3
|
+
private 'request_id'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withRequestId(requestId: string): DeleteTopicResponse;
|
|
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.DeleteTopicResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var DeleteTopicResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(DeleteTopicResponse, _super);
|
|
22
|
+
function DeleteTopicResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
DeleteTopicResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
+
this['request_id'] = requestId;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(DeleteTopicResponse.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 DeleteTopicResponse;
|
|
40
|
+
}(SdkResponse_1.SdkResponse));
|
|
41
|
+
exports.DeleteTopicResponse = DeleteTopicResponse;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LinksItem = void 0;
|
|
4
|
+
var LinksItem = /** @class */ (function () {
|
|
5
|
+
function LinksItem(href, rel) {
|
|
6
|
+
this['href'] = href;
|
|
7
|
+
this['rel'] = rel;
|
|
8
|
+
}
|
|
9
|
+
LinksItem.prototype.withHref = function (href) {
|
|
10
|
+
this['href'] = href;
|
|
11
|
+
return this;
|
|
12
|
+
};
|
|
13
|
+
LinksItem.prototype.withRel = function (rel) {
|
|
14
|
+
this['rel'] = rel;
|
|
15
|
+
return this;
|
|
16
|
+
};
|
|
17
|
+
return LinksItem;
|
|
18
|
+
}());
|
|
19
|
+
exports.LinksItem = LinksItem;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare class ListApplicationAttributesRequest {
|
|
2
|
+
private 'application_urn';
|
|
3
|
+
constructor(applicationUrn?: any);
|
|
4
|
+
withApplicationUrn(applicationUrn: string): ListApplicationAttributesRequest;
|
|
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.ListApplicationAttributesRequest = void 0;
|
|
4
|
+
var ListApplicationAttributesRequest = /** @class */ (function () {
|
|
5
|
+
function ListApplicationAttributesRequest(applicationUrn) {
|
|
6
|
+
this['application_urn'] = applicationUrn;
|
|
7
|
+
}
|
|
8
|
+
ListApplicationAttributesRequest.prototype.withApplicationUrn = function (applicationUrn) {
|
|
9
|
+
this['application_urn'] = applicationUrn;
|
|
10
|
+
return this;
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(ListApplicationAttributesRequest.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 ListApplicationAttributesRequest;
|
|
23
|
+
}());
|
|
24
|
+
exports.ListApplicationAttributesRequest = ListApplicationAttributesRequest;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ListApplicationAttributesResponseBodyAttributes } from './ListApplicationAttributesResponseBodyAttributes';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ListApplicationAttributesResponse extends SdkResponse {
|
|
4
|
+
private 'request_id'?;
|
|
5
|
+
private 'application_id'?;
|
|
6
|
+
attributes?: ListApplicationAttributesResponseBodyAttributes;
|
|
7
|
+
constructor();
|
|
8
|
+
withRequestId(requestId: string): ListApplicationAttributesResponse;
|
|
9
|
+
set requestId(requestId: string | undefined);
|
|
10
|
+
get requestId(): string | undefined;
|
|
11
|
+
withApplicationId(applicationId: string): ListApplicationAttributesResponse;
|
|
12
|
+
set applicationId(applicationId: string | undefined);
|
|
13
|
+
get applicationId(): string | undefined;
|
|
14
|
+
withAttributes(attributes: ListApplicationAttributesResponseBodyAttributes): ListApplicationAttributesResponse;
|
|
15
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
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.ListApplicationAttributesResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var ListApplicationAttributesResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(ListApplicationAttributesResponse, _super);
|
|
22
|
+
function ListApplicationAttributesResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
ListApplicationAttributesResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
+
this['request_id'] = requestId;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(ListApplicationAttributesResponse.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
|
+
ListApplicationAttributesResponse.prototype.withApplicationId = function (applicationId) {
|
|
40
|
+
this['application_id'] = applicationId;
|
|
41
|
+
return this;
|
|
42
|
+
};
|
|
43
|
+
Object.defineProperty(ListApplicationAttributesResponse.prototype, "applicationId", {
|
|
44
|
+
get: function () {
|
|
45
|
+
return this['application_id'];
|
|
46
|
+
},
|
|
47
|
+
set: function (applicationId) {
|
|
48
|
+
this['application_id'] = applicationId;
|
|
49
|
+
},
|
|
50
|
+
enumerable: false,
|
|
51
|
+
configurable: true
|
|
52
|
+
});
|
|
53
|
+
ListApplicationAttributesResponse.prototype.withAttributes = function (attributes) {
|
|
54
|
+
this['attributes'] = attributes;
|
|
55
|
+
return this;
|
|
56
|
+
};
|
|
57
|
+
return ListApplicationAttributesResponse;
|
|
58
|
+
}(SdkResponse_1.SdkResponse));
|
|
59
|
+
exports.ListApplicationAttributesResponse = ListApplicationAttributesResponse;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare class ListApplicationAttributesResponseBodyAttributes {
|
|
2
|
+
enabled: string;
|
|
3
|
+
private 'apple_certificate_expiration_date'?;
|
|
4
|
+
constructor(enabled?: any);
|
|
5
|
+
withEnabled(enabled: string): ListApplicationAttributesResponseBodyAttributes;
|
|
6
|
+
withAppleCertificateExpirationDate(appleCertificateExpirationDate: string): ListApplicationAttributesResponseBodyAttributes;
|
|
7
|
+
set appleCertificateExpirationDate(appleCertificateExpirationDate: string | undefined);
|
|
8
|
+
get appleCertificateExpirationDate(): string | undefined;
|
|
9
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListApplicationAttributesResponseBodyAttributes = void 0;
|
|
4
|
+
var ListApplicationAttributesResponseBodyAttributes = /** @class */ (function () {
|
|
5
|
+
function ListApplicationAttributesResponseBodyAttributes(enabled) {
|
|
6
|
+
this['enabled'] = enabled;
|
|
7
|
+
}
|
|
8
|
+
ListApplicationAttributesResponseBodyAttributes.prototype.withEnabled = function (enabled) {
|
|
9
|
+
this['enabled'] = enabled;
|
|
10
|
+
return this;
|
|
11
|
+
};
|
|
12
|
+
ListApplicationAttributesResponseBodyAttributes.prototype.withAppleCertificateExpirationDate = function (appleCertificateExpirationDate) {
|
|
13
|
+
this['apple_certificate_expiration_date'] = appleCertificateExpirationDate;
|
|
14
|
+
return this;
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(ListApplicationAttributesResponseBodyAttributes.prototype, "appleCertificateExpirationDate", {
|
|
17
|
+
get: function () {
|
|
18
|
+
return this['apple_certificate_expiration_date'];
|
|
19
|
+
},
|
|
20
|
+
set: function (appleCertificateExpirationDate) {
|
|
21
|
+
this['apple_certificate_expiration_date'] = appleCertificateExpirationDate;
|
|
22
|
+
},
|
|
23
|
+
enumerable: false,
|
|
24
|
+
configurable: true
|
|
25
|
+
});
|
|
26
|
+
return ListApplicationAttributesResponseBodyAttributes;
|
|
27
|
+
}());
|
|
28
|
+
exports.ListApplicationAttributesResponseBodyAttributes = ListApplicationAttributesResponseBodyAttributes;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare class ListApplicationEndpointAttributesRequest {
|
|
2
|
+
private 'endpoint_urn';
|
|
3
|
+
constructor(endpointUrn?: any);
|
|
4
|
+
withEndpointUrn(endpointUrn: string): ListApplicationEndpointAttributesRequest;
|
|
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.ListApplicationEndpointAttributesRequest = void 0;
|
|
4
|
+
var ListApplicationEndpointAttributesRequest = /** @class */ (function () {
|
|
5
|
+
function ListApplicationEndpointAttributesRequest(endpointUrn) {
|
|
6
|
+
this['endpoint_urn'] = endpointUrn;
|
|
7
|
+
}
|
|
8
|
+
ListApplicationEndpointAttributesRequest.prototype.withEndpointUrn = function (endpointUrn) {
|
|
9
|
+
this['endpoint_urn'] = endpointUrn;
|
|
10
|
+
return this;
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(ListApplicationEndpointAttributesRequest.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 ListApplicationEndpointAttributesRequest;
|
|
23
|
+
}());
|
|
24
|
+
exports.ListApplicationEndpointAttributesRequest = ListApplicationEndpointAttributesRequest;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ListApplicationEndpointAttributesResponseBodyAttributes } from './ListApplicationEndpointAttributesResponseBodyAttributes';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ListApplicationEndpointAttributesResponse extends SdkResponse {
|
|
4
|
+
private 'request_id'?;
|
|
5
|
+
attributes?: ListApplicationEndpointAttributesResponseBodyAttributes;
|
|
6
|
+
constructor();
|
|
7
|
+
withRequestId(requestId: string): ListApplicationEndpointAttributesResponse;
|
|
8
|
+
set requestId(requestId: string | undefined);
|
|
9
|
+
get requestId(): string | undefined;
|
|
10
|
+
withAttributes(attributes: ListApplicationEndpointAttributesResponseBodyAttributes): ListApplicationEndpointAttributesResponse;
|
|
11
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ListApplicationEndpointAttributesResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var ListApplicationEndpointAttributesResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(ListApplicationEndpointAttributesResponse, _super);
|
|
22
|
+
function ListApplicationEndpointAttributesResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
ListApplicationEndpointAttributesResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
+
this['request_id'] = requestId;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(ListApplicationEndpointAttributesResponse.prototype, "requestId", {
|
|
30
|
+
get: function () {
|
|
31
|
+
return this['request_id'];
|
|
32
|
+
},
|
|
33
|
+
set: function (requestId) {
|
|
34
|
+
this['request_id'] = requestId;
|
|
35
|
+
},
|
|
36
|
+
enumerable: false,
|
|
37
|
+
configurable: true
|
|
38
|
+
});
|
|
39
|
+
ListApplicationEndpointAttributesResponse.prototype.withAttributes = function (attributes) {
|
|
40
|
+
this['attributes'] = attributes;
|
|
41
|
+
return this;
|
|
42
|
+
};
|
|
43
|
+
return ListApplicationEndpointAttributesResponse;
|
|
44
|
+
}(SdkResponse_1.SdkResponse));
|
|
45
|
+
exports.ListApplicationEndpointAttributesResponse = ListApplicationEndpointAttributesResponse;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare class ListApplicationEndpointAttributesResponseBodyAttributes {
|
|
2
|
+
enabled: string;
|
|
3
|
+
token: string;
|
|
4
|
+
private 'user_data';
|
|
5
|
+
constructor(enabled?: any, token?: any, userData?: any);
|
|
6
|
+
withEnabled(enabled: string): ListApplicationEndpointAttributesResponseBodyAttributes;
|
|
7
|
+
withToken(token: string): ListApplicationEndpointAttributesResponseBodyAttributes;
|
|
8
|
+
withUserData(userData: string): ListApplicationEndpointAttributesResponseBodyAttributes;
|
|
9
|
+
set userData(userData: string | undefined);
|
|
10
|
+
get userData(): string | undefined;
|
|
11
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListApplicationEndpointAttributesResponseBodyAttributes = void 0;
|
|
4
|
+
var ListApplicationEndpointAttributesResponseBodyAttributes = /** @class */ (function () {
|
|
5
|
+
function ListApplicationEndpointAttributesResponseBodyAttributes(enabled, token, userData) {
|
|
6
|
+
this['enabled'] = enabled;
|
|
7
|
+
this['token'] = token;
|
|
8
|
+
this['user_data'] = userData;
|
|
9
|
+
}
|
|
10
|
+
ListApplicationEndpointAttributesResponseBodyAttributes.prototype.withEnabled = function (enabled) {
|
|
11
|
+
this['enabled'] = enabled;
|
|
12
|
+
return this;
|
|
13
|
+
};
|
|
14
|
+
ListApplicationEndpointAttributesResponseBodyAttributes.prototype.withToken = function (token) {
|
|
15
|
+
this['token'] = token;
|
|
16
|
+
return this;
|
|
17
|
+
};
|
|
18
|
+
ListApplicationEndpointAttributesResponseBodyAttributes.prototype.withUserData = function (userData) {
|
|
19
|
+
this['user_data'] = userData;
|
|
20
|
+
return this;
|
|
21
|
+
};
|
|
22
|
+
Object.defineProperty(ListApplicationEndpointAttributesResponseBodyAttributes.prototype, "userData", {
|
|
23
|
+
get: function () {
|
|
24
|
+
return this['user_data'];
|
|
25
|
+
},
|
|
26
|
+
set: function (userData) {
|
|
27
|
+
this['user_data'] = userData;
|
|
28
|
+
},
|
|
29
|
+
enumerable: false,
|
|
30
|
+
configurable: true
|
|
31
|
+
});
|
|
32
|
+
return ListApplicationEndpointAttributesResponseBodyAttributes;
|
|
33
|
+
}());
|
|
34
|
+
exports.ListApplicationEndpointAttributesResponseBodyAttributes = ListApplicationEndpointAttributesResponseBodyAttributes;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare class ListApplicationEndpointsRequest {
|
|
2
|
+
private 'application_urn';
|
|
3
|
+
offset?: number;
|
|
4
|
+
limit?: number;
|
|
5
|
+
enabled?: string;
|
|
6
|
+
token?: string;
|
|
7
|
+
private 'user_data'?;
|
|
8
|
+
constructor(applicationUrn?: any);
|
|
9
|
+
withApplicationUrn(applicationUrn: string): ListApplicationEndpointsRequest;
|
|
10
|
+
set applicationUrn(applicationUrn: string | undefined);
|
|
11
|
+
get applicationUrn(): string | undefined;
|
|
12
|
+
withOffset(offset: number): ListApplicationEndpointsRequest;
|
|
13
|
+
withLimit(limit: number): ListApplicationEndpointsRequest;
|
|
14
|
+
withEnabled(enabled: string): ListApplicationEndpointsRequest;
|
|
15
|
+
withToken(token: string): ListApplicationEndpointsRequest;
|
|
16
|
+
withUserData(userData: string): ListApplicationEndpointsRequest;
|
|
17
|
+
set userData(userData: string | undefined);
|
|
18
|
+
get userData(): string | undefined;
|
|
19
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListApplicationEndpointsRequest = void 0;
|
|
4
|
+
var ListApplicationEndpointsRequest = /** @class */ (function () {
|
|
5
|
+
function ListApplicationEndpointsRequest(applicationUrn) {
|
|
6
|
+
this['application_urn'] = applicationUrn;
|
|
7
|
+
}
|
|
8
|
+
ListApplicationEndpointsRequest.prototype.withApplicationUrn = function (applicationUrn) {
|
|
9
|
+
this['application_urn'] = applicationUrn;
|
|
10
|
+
return this;
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(ListApplicationEndpointsRequest.prototype, "applicationUrn", {
|
|
13
|
+
get: function () {
|
|
14
|
+
return this['application_urn'];
|
|
15
|
+
},
|
|
16
|
+
set: function (applicationUrn) {
|
|
17
|
+
this['application_urn'] = applicationUrn;
|
|
18
|
+
},
|
|
19
|
+
enumerable: false,
|
|
20
|
+
configurable: true
|
|
21
|
+
});
|
|
22
|
+
ListApplicationEndpointsRequest.prototype.withOffset = function (offset) {
|
|
23
|
+
this['offset'] = offset;
|
|
24
|
+
return this;
|
|
25
|
+
};
|
|
26
|
+
ListApplicationEndpointsRequest.prototype.withLimit = function (limit) {
|
|
27
|
+
this['limit'] = limit;
|
|
28
|
+
return this;
|
|
29
|
+
};
|
|
30
|
+
ListApplicationEndpointsRequest.prototype.withEnabled = function (enabled) {
|
|
31
|
+
this['enabled'] = enabled;
|
|
32
|
+
return this;
|
|
33
|
+
};
|
|
34
|
+
ListApplicationEndpointsRequest.prototype.withToken = function (token) {
|
|
35
|
+
this['token'] = token;
|
|
36
|
+
return this;
|
|
37
|
+
};
|
|
38
|
+
ListApplicationEndpointsRequest.prototype.withUserData = function (userData) {
|
|
39
|
+
this['user_data'] = userData;
|
|
40
|
+
return this;
|
|
41
|
+
};
|
|
42
|
+
Object.defineProperty(ListApplicationEndpointsRequest.prototype, "userData", {
|
|
43
|
+
get: function () {
|
|
44
|
+
return this['user_data'];
|
|
45
|
+
},
|
|
46
|
+
set: function (userData) {
|
|
47
|
+
this['user_data'] = userData;
|
|
48
|
+
},
|
|
49
|
+
enumerable: false,
|
|
50
|
+
configurable: true
|
|
51
|
+
});
|
|
52
|
+
return ListApplicationEndpointsRequest;
|
|
53
|
+
}());
|
|
54
|
+
exports.ListApplicationEndpointsRequest = ListApplicationEndpointsRequest;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ApplicationEndpoint } from './ApplicationEndpoint';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ListApplicationEndpointsResponse extends SdkResponse {
|
|
4
|
+
private 'request_id'?;
|
|
5
|
+
private 'next_page_flag'?;
|
|
6
|
+
endpoints?: Array<ApplicationEndpoint>;
|
|
7
|
+
constructor();
|
|
8
|
+
withRequestId(requestId: string): ListApplicationEndpointsResponse;
|
|
9
|
+
set requestId(requestId: string | undefined);
|
|
10
|
+
get requestId(): string | undefined;
|
|
11
|
+
withNextPageFlag(nextPageFlag: boolean): ListApplicationEndpointsResponse;
|
|
12
|
+
set nextPageFlag(nextPageFlag: boolean | undefined);
|
|
13
|
+
get nextPageFlag(): boolean | undefined;
|
|
14
|
+
withEndpoints(endpoints: Array<ApplicationEndpoint>): ListApplicationEndpointsResponse;
|
|
15
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ListApplicationEndpointsResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var ListApplicationEndpointsResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(ListApplicationEndpointsResponse, _super);
|
|
22
|
+
function ListApplicationEndpointsResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
ListApplicationEndpointsResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
+
this['request_id'] = requestId;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(ListApplicationEndpointsResponse.prototype, "requestId", {
|
|
30
|
+
get: function () {
|
|
31
|
+
return this['request_id'];
|
|
32
|
+
},
|
|
33
|
+
set: function (requestId) {
|
|
34
|
+
this['request_id'] = requestId;
|
|
35
|
+
},
|
|
36
|
+
enumerable: false,
|
|
37
|
+
configurable: true
|
|
38
|
+
});
|
|
39
|
+
ListApplicationEndpointsResponse.prototype.withNextPageFlag = function (nextPageFlag) {
|
|
40
|
+
this['next_page_flag'] = nextPageFlag;
|
|
41
|
+
return this;
|
|
42
|
+
};
|
|
43
|
+
Object.defineProperty(ListApplicationEndpointsResponse.prototype, "nextPageFlag", {
|
|
44
|
+
get: function () {
|
|
45
|
+
return this['next_page_flag'];
|
|
46
|
+
},
|
|
47
|
+
set: function (nextPageFlag) {
|
|
48
|
+
this['next_page_flag'] = nextPageFlag;
|
|
49
|
+
},
|
|
50
|
+
enumerable: false,
|
|
51
|
+
configurable: true
|
|
52
|
+
});
|
|
53
|
+
ListApplicationEndpointsResponse.prototype.withEndpoints = function (endpoints) {
|
|
54
|
+
this['endpoints'] = endpoints;
|
|
55
|
+
return this;
|
|
56
|
+
};
|
|
57
|
+
return ListApplicationEndpointsResponse;
|
|
58
|
+
}(SdkResponse_1.SdkResponse));
|
|
59
|
+
exports.ListApplicationEndpointsResponse = ListApplicationEndpointsResponse;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare class ListApplicationsRequest {
|
|
2
|
+
offset?: number;
|
|
3
|
+
limit?: number;
|
|
4
|
+
name?: string;
|
|
5
|
+
platform?: string;
|
|
6
|
+
constructor();
|
|
7
|
+
withOffset(offset: number): ListApplicationsRequest;
|
|
8
|
+
withLimit(limit: number): ListApplicationsRequest;
|
|
9
|
+
withName(name: string): ListApplicationsRequest;
|
|
10
|
+
withPlatform(platform: string): ListApplicationsRequest;
|
|
11
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListApplicationsRequest = void 0;
|
|
4
|
+
var ListApplicationsRequest = /** @class */ (function () {
|
|
5
|
+
function ListApplicationsRequest() {
|
|
6
|
+
}
|
|
7
|
+
ListApplicationsRequest.prototype.withOffset = function (offset) {
|
|
8
|
+
this['offset'] = offset;
|
|
9
|
+
return this;
|
|
10
|
+
};
|
|
11
|
+
ListApplicationsRequest.prototype.withLimit = function (limit) {
|
|
12
|
+
this['limit'] = limit;
|
|
13
|
+
return this;
|
|
14
|
+
};
|
|
15
|
+
ListApplicationsRequest.prototype.withName = function (name) {
|
|
16
|
+
this['name'] = name;
|
|
17
|
+
return this;
|
|
18
|
+
};
|
|
19
|
+
ListApplicationsRequest.prototype.withPlatform = function (platform) {
|
|
20
|
+
this['platform'] = platform;
|
|
21
|
+
return this;
|
|
22
|
+
};
|
|
23
|
+
return ListApplicationsRequest;
|
|
24
|
+
}());
|
|
25
|
+
exports.ListApplicationsRequest = ListApplicationsRequest;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ApplicationItem } from './ApplicationItem';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ListApplicationsResponse extends SdkResponse {
|
|
4
|
+
private 'request_id'?;
|
|
5
|
+
private 'application_count'?;
|
|
6
|
+
applications?: Array<ApplicationItem>;
|
|
7
|
+
constructor();
|
|
8
|
+
withRequestId(requestId: string): ListApplicationsResponse;
|
|
9
|
+
set requestId(requestId: string | undefined);
|
|
10
|
+
get requestId(): string | undefined;
|
|
11
|
+
withApplicationCount(applicationCount: number): ListApplicationsResponse;
|
|
12
|
+
set applicationCount(applicationCount: number | undefined);
|
|
13
|
+
get applicationCount(): number | undefined;
|
|
14
|
+
withApplications(applications: Array<ApplicationItem>): ListApplicationsResponse;
|
|
15
|
+
}
|