oci-marketplacepublisher 2.77.0 → 2.78.0
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/lib/client.d.ts +78 -72
- package/lib/client.js +80 -71
- package/lib/client.js.map +1 -1
- package/lib/request/activate-term-version-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/cascading-delete-listing-request.d.ts +1 -1
- package/lib/request/cascading-delete-listing-revision-request.d.ts +1 -1
- package/lib/request/change-artifact-compartment-request.d.ts +1 -1
- package/lib/request/change-listing-compartment-request.d.ts +1 -1
- package/lib/request/change-listing-revision-to-new-status-request.d.ts +1 -1
- package/lib/request/change-term-compartment-request.d.ts +1 -1
- package/lib/request/clone-listing-revision-request.d.ts +1 -1
- package/lib/request/create-artifact-request.d.ts +1 -1
- package/lib/request/create-listing-request.d.ts +1 -1
- package/lib/request/create-listing-revision-attachment-request.d.ts +1 -1
- package/lib/request/create-listing-revision-note-request.d.ts +1 -1
- package/lib/request/create-listing-revision-package-request.d.ts +1 -1
- package/lib/request/create-listing-revision-request.d.ts +1 -1
- package/lib/request/create-term-request.d.ts +1 -1
- package/lib/request/create-term-version-request.d.ts +1 -1
- package/lib/request/delete-artifact-request.d.ts +1 -1
- package/lib/request/delete-listing-request.d.ts +1 -1
- package/lib/request/delete-listing-revision-attachment-request.d.ts +1 -1
- package/lib/request/delete-listing-revision-note-request.d.ts +1 -1
- package/lib/request/delete-listing-revision-package-request.d.ts +1 -1
- package/lib/request/delete-listing-revision-request.d.ts +1 -1
- package/lib/request/delete-term-request.d.ts +1 -1
- package/lib/request/delete-term-version-request.d.ts +1 -1
- package/lib/request/get-artifact-request.d.ts +1 -1
- package/lib/request/get-category-request.d.ts +1 -1
- package/lib/request/get-listing-request.d.ts +1 -1
- package/lib/request/get-listing-revision-attachment-request.d.ts +1 -1
- package/lib/request/get-listing-revision-note-request.d.ts +1 -1
- package/lib/request/get-listing-revision-package-request.d.ts +1 -1
- package/lib/request/get-listing-revision-request.d.ts +1 -1
- package/lib/request/get-market-request.d.ts +1 -1
- package/lib/request/get-product-request.d.ts +1 -1
- package/lib/request/get-publisher-request.d.ts +1 -1
- package/lib/request/get-term-request.d.ts +1 -1
- package/lib/request/get-term-version-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-artifacts-request.d.ts +1 -1
- package/lib/request/list-categories-request.d.ts +1 -1
- package/lib/request/list-listing-revision-attachments-request.d.ts +1 -1
- package/lib/request/list-listing-revision-notes-request.d.ts +1 -1
- package/lib/request/list-listing-revision-packages-request.d.ts +1 -1
- package/lib/request/list-listing-revisions-request.d.ts +1 -1
- package/lib/request/list-listings-request.d.ts +1 -1
- package/lib/request/list-markets-request.d.ts +1 -1
- package/lib/request/list-products-request.d.ts +1 -1
- package/lib/request/list-publishers-request.d.ts +1 -1
- package/lib/request/list-term-versions-request.d.ts +1 -1
- package/lib/request/list-terms-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/mark-listing-revision-package-as-default-request.d.ts +1 -1
- package/lib/request/publish-listing-revision-as-private-request.d.ts +1 -1
- package/lib/request/publish-listing-revision-package-request.d.ts +1 -1
- package/lib/request/publish-listing-revision-request.d.ts +1 -1
- package/lib/request/submit-listing-revision-for-review-request.d.ts +1 -1
- package/lib/request/un-publish-listing-revision-package-request.d.ts +1 -1
- package/lib/request/update-artifact-request.d.ts +1 -1
- package/lib/request/update-listing-request.d.ts +1 -1
- package/lib/request/update-listing-revision-attachment-content-request.d.ts +1 -1
- package/lib/request/update-listing-revision-attachment-request.d.ts +1 -1
- package/lib/request/update-listing-revision-icon-content-request.d.ts +1 -1
- package/lib/request/update-listing-revision-package-request.d.ts +1 -1
- package/lib/request/update-listing-revision-request.d.ts +1 -1
- package/lib/request/update-term-request.d.ts +1 -1
- package/lib/request/update-term-version-content-request.d.ts +1 -1
- package/lib/request/update-term-version-request.d.ts +1 -1
- package/lib/request/validate-and-publish-artifact-request.d.ts +1 -1
- package/lib/request/withdraw-listing-revision-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -45,6 +45,7 @@ const common = require("oci-common");
|
|
|
45
45
|
const model = __importStar(require("./model"));
|
|
46
46
|
const marketplacepublisher_waiter_1 = require("./marketplacepublisher-waiter");
|
|
47
47
|
const oci_common_1 = require("oci-common");
|
|
48
|
+
const Breaker = require("opossum");
|
|
48
49
|
// ===============================================
|
|
49
50
|
// This file is autogenerated - Please do not edit
|
|
50
51
|
// ===============================================
|
|
@@ -181,13 +182,21 @@ class MarketplacePublisherClient {
|
|
|
181
182
|
}
|
|
182
183
|
throw Error("Waiters do not exist. Please create waiters.");
|
|
183
184
|
}
|
|
185
|
+
/**
|
|
186
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
187
|
+
*/
|
|
188
|
+
shutdownCircuitBreaker() {
|
|
189
|
+
if (this._circuitBreaker) {
|
|
190
|
+
this._circuitBreaker.shutdown();
|
|
191
|
+
}
|
|
192
|
+
}
|
|
184
193
|
/**
|
|
185
194
|
* Mark the Term Version identified by the id as active
|
|
186
195
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
187
196
|
* @param ActivateTermVersionRequest
|
|
188
197
|
* @return ActivateTermVersionResponse
|
|
189
198
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ActivateTermVersion.ts.html |here} to see how to use ActivateTermVersion API.
|
|
191
200
|
*/
|
|
192
201
|
activateTermVersion(activateTermVersionRequest) {
|
|
193
202
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -251,7 +260,7 @@ class MarketplacePublisherClient {
|
|
|
251
260
|
* @param CancelWorkRequestRequest
|
|
252
261
|
* @return CancelWorkRequestResponse
|
|
253
262
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
255
264
|
*/
|
|
256
265
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
257
266
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -306,7 +315,7 @@ class MarketplacePublisherClient {
|
|
|
306
315
|
* @param CascadingDeleteListingRequest
|
|
307
316
|
* @return CascadingDeleteListingResponse
|
|
308
317
|
* @throws OciError when an error occurs
|
|
309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/CascadingDeleteListing.ts.html |here} to see how to use CascadingDeleteListing API.
|
|
310
319
|
*/
|
|
311
320
|
cascadingDeleteListing(cascadingDeleteListingRequest) {
|
|
312
321
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -367,7 +376,7 @@ class MarketplacePublisherClient {
|
|
|
367
376
|
* @param CascadingDeleteListingRevisionRequest
|
|
368
377
|
* @return CascadingDeleteListingRevisionResponse
|
|
369
378
|
* @throws OciError when an error occurs
|
|
370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/CascadingDeleteListingRevision.ts.html |here} to see how to use CascadingDeleteListingRevision API.
|
|
371
380
|
*/
|
|
372
381
|
cascadingDeleteListingRevision(cascadingDeleteListingRevisionRequest) {
|
|
373
382
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -428,7 +437,7 @@ class MarketplacePublisherClient {
|
|
|
428
437
|
* @param ChangeArtifactCompartmentRequest
|
|
429
438
|
* @return ChangeArtifactCompartmentResponse
|
|
430
439
|
* @throws OciError when an error occurs
|
|
431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ChangeArtifactCompartment.ts.html |here} to see how to use ChangeArtifactCompartment API.
|
|
432
441
|
*/
|
|
433
442
|
changeArtifactCompartment(changeArtifactCompartmentRequest) {
|
|
434
443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -485,7 +494,7 @@ class MarketplacePublisherClient {
|
|
|
485
494
|
* @param ChangeListingCompartmentRequest
|
|
486
495
|
* @return ChangeListingCompartmentResponse
|
|
487
496
|
* @throws OciError when an error occurs
|
|
488
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
497
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ChangeListingCompartment.ts.html |here} to see how to use ChangeListingCompartment API.
|
|
489
498
|
*/
|
|
490
499
|
changeListingCompartment(changeListingCompartmentRequest) {
|
|
491
500
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -542,7 +551,7 @@ class MarketplacePublisherClient {
|
|
|
542
551
|
* @param ChangeListingRevisionToNewStatusRequest
|
|
543
552
|
* @return ChangeListingRevisionToNewStatusResponse
|
|
544
553
|
* @throws OciError when an error occurs
|
|
545
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ChangeListingRevisionToNewStatus.ts.html |here} to see how to use ChangeListingRevisionToNewStatus API.
|
|
546
555
|
*/
|
|
547
556
|
changeListingRevisionToNewStatus(changeListingRevisionToNewStatusRequest) {
|
|
548
557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -606,7 +615,7 @@ class MarketplacePublisherClient {
|
|
|
606
615
|
* @param ChangeTermCompartmentRequest
|
|
607
616
|
* @return ChangeTermCompartmentResponse
|
|
608
617
|
* @throws OciError when an error occurs
|
|
609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ChangeTermCompartment.ts.html |here} to see how to use ChangeTermCompartment API.
|
|
610
619
|
*/
|
|
611
620
|
changeTermCompartment(changeTermCompartmentRequest) {
|
|
612
621
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -663,7 +672,7 @@ class MarketplacePublisherClient {
|
|
|
663
672
|
* @param CloneListingRevisionRequest
|
|
664
673
|
* @return CloneListingRevisionResponse
|
|
665
674
|
* @throws OciError when an error occurs
|
|
666
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
675
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/CloneListingRevision.ts.html |here} to see how to use CloneListingRevision API.
|
|
667
676
|
*/
|
|
668
677
|
cloneListingRevision(cloneListingRevisionRequest) {
|
|
669
678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -737,7 +746,7 @@ class MarketplacePublisherClient {
|
|
|
737
746
|
* @param CreateArtifactRequest
|
|
738
747
|
* @return CreateArtifactResponse
|
|
739
748
|
* @throws OciError when an error occurs
|
|
740
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
749
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/CreateArtifact.ts.html |here} to see how to use CreateArtifact API.
|
|
741
750
|
*/
|
|
742
751
|
createArtifact(createArtifactRequest) {
|
|
743
752
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -805,7 +814,7 @@ class MarketplacePublisherClient {
|
|
|
805
814
|
* @param CreateListingRequest
|
|
806
815
|
* @return CreateListingResponse
|
|
807
816
|
* @throws OciError when an error occurs
|
|
808
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
817
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/CreateListing.ts.html |here} to see how to use CreateListing API.
|
|
809
818
|
*/
|
|
810
819
|
createListing(createListingRequest) {
|
|
811
820
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -869,7 +878,7 @@ class MarketplacePublisherClient {
|
|
|
869
878
|
* @param CreateListingRevisionRequest
|
|
870
879
|
* @return CreateListingRevisionResponse
|
|
871
880
|
* @throws OciError when an error occurs
|
|
872
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
881
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/CreateListingRevision.ts.html |here} to see how to use CreateListingRevision API.
|
|
873
882
|
*/
|
|
874
883
|
createListingRevision(createListingRevisionRequest) {
|
|
875
884
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -933,7 +942,7 @@ class MarketplacePublisherClient {
|
|
|
933
942
|
* @param CreateListingRevisionAttachmentRequest
|
|
934
943
|
* @return CreateListingRevisionAttachmentResponse
|
|
935
944
|
* @throws OciError when an error occurs
|
|
936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
945
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/CreateListingRevisionAttachment.ts.html |here} to see how to use CreateListingRevisionAttachment API.
|
|
937
946
|
*/
|
|
938
947
|
createListingRevisionAttachment(createListingRevisionAttachmentRequest) {
|
|
939
948
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -997,7 +1006,7 @@ class MarketplacePublisherClient {
|
|
|
997
1006
|
* @param CreateListingRevisionNoteRequest
|
|
998
1007
|
* @return CreateListingRevisionNoteResponse
|
|
999
1008
|
* @throws OciError when an error occurs
|
|
1000
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1009
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/CreateListingRevisionNote.ts.html |here} to see how to use CreateListingRevisionNote API.
|
|
1001
1010
|
*/
|
|
1002
1011
|
createListingRevisionNote(createListingRevisionNoteRequest) {
|
|
1003
1012
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1061,7 +1070,7 @@ class MarketplacePublisherClient {
|
|
|
1061
1070
|
* @param CreateListingRevisionPackageRequest
|
|
1062
1071
|
* @return CreateListingRevisionPackageResponse
|
|
1063
1072
|
* @throws OciError when an error occurs
|
|
1064
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1073
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/CreateListingRevisionPackage.ts.html |here} to see how to use CreateListingRevisionPackage API.
|
|
1065
1074
|
*/
|
|
1066
1075
|
createListingRevisionPackage(createListingRevisionPackageRequest) {
|
|
1067
1076
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1125,7 +1134,7 @@ class MarketplacePublisherClient {
|
|
|
1125
1134
|
* @param CreateTermRequest
|
|
1126
1135
|
* @return CreateTermResponse
|
|
1127
1136
|
* @throws OciError when an error occurs
|
|
1128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/CreateTerm.ts.html |here} to see how to use CreateTerm API.
|
|
1129
1138
|
*/
|
|
1130
1139
|
createTerm(createTermRequest) {
|
|
1131
1140
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1188,7 +1197,7 @@ class MarketplacePublisherClient {
|
|
|
1188
1197
|
* @param CreateTermVersionRequest
|
|
1189
1198
|
* @return CreateTermVersionResponse
|
|
1190
1199
|
* @throws OciError when an error occurs
|
|
1191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/CreateTermVersion.ts.html |here} to see how to use CreateTermVersion API.
|
|
1192
1201
|
*/
|
|
1193
1202
|
createTermVersion(createTermVersionRequest) {
|
|
1194
1203
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1253,7 +1262,7 @@ class MarketplacePublisherClient {
|
|
|
1253
1262
|
* @param DeleteArtifactRequest
|
|
1254
1263
|
* @return DeleteArtifactResponse
|
|
1255
1264
|
* @throws OciError when an error occurs
|
|
1256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/DeleteArtifact.ts.html |here} to see how to use DeleteArtifact API.
|
|
1257
1266
|
*/
|
|
1258
1267
|
deleteArtifact(deleteArtifactRequest) {
|
|
1259
1268
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1314,7 +1323,7 @@ class MarketplacePublisherClient {
|
|
|
1314
1323
|
* @param DeleteListingRequest
|
|
1315
1324
|
* @return DeleteListingResponse
|
|
1316
1325
|
* @throws OciError when an error occurs
|
|
1317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/DeleteListing.ts.html |here} to see how to use DeleteListing API.
|
|
1318
1327
|
*/
|
|
1319
1328
|
deleteListing(deleteListingRequest) {
|
|
1320
1329
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1369,7 +1378,7 @@ class MarketplacePublisherClient {
|
|
|
1369
1378
|
* @param DeleteListingRevisionRequest
|
|
1370
1379
|
* @return DeleteListingRevisionResponse
|
|
1371
1380
|
* @throws OciError when an error occurs
|
|
1372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/DeleteListingRevision.ts.html |here} to see how to use DeleteListingRevision API.
|
|
1373
1382
|
*/
|
|
1374
1383
|
deleteListingRevision(deleteListingRevisionRequest) {
|
|
1375
1384
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1424,7 +1433,7 @@ class MarketplacePublisherClient {
|
|
|
1424
1433
|
* @param DeleteListingRevisionAttachmentRequest
|
|
1425
1434
|
* @return DeleteListingRevisionAttachmentResponse
|
|
1426
1435
|
* @throws OciError when an error occurs
|
|
1427
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/DeleteListingRevisionAttachment.ts.html |here} to see how to use DeleteListingRevisionAttachment API.
|
|
1428
1437
|
*/
|
|
1429
1438
|
deleteListingRevisionAttachment(deleteListingRevisionAttachmentRequest) {
|
|
1430
1439
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1479,7 +1488,7 @@ class MarketplacePublisherClient {
|
|
|
1479
1488
|
* @param DeleteListingRevisionNoteRequest
|
|
1480
1489
|
* @return DeleteListingRevisionNoteResponse
|
|
1481
1490
|
* @throws OciError when an error occurs
|
|
1482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/DeleteListingRevisionNote.ts.html |here} to see how to use DeleteListingRevisionNote API.
|
|
1483
1492
|
*/
|
|
1484
1493
|
deleteListingRevisionNote(deleteListingRevisionNoteRequest) {
|
|
1485
1494
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1534,7 +1543,7 @@ class MarketplacePublisherClient {
|
|
|
1534
1543
|
* @param DeleteListingRevisionPackageRequest
|
|
1535
1544
|
* @return DeleteListingRevisionPackageResponse
|
|
1536
1545
|
* @throws OciError when an error occurs
|
|
1537
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/DeleteListingRevisionPackage.ts.html |here} to see how to use DeleteListingRevisionPackage API.
|
|
1538
1547
|
*/
|
|
1539
1548
|
deleteListingRevisionPackage(deleteListingRevisionPackageRequest) {
|
|
1540
1549
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1589,7 +1598,7 @@ class MarketplacePublisherClient {
|
|
|
1589
1598
|
* @param DeleteTermRequest
|
|
1590
1599
|
* @return DeleteTermResponse
|
|
1591
1600
|
* @throws OciError when an error occurs
|
|
1592
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1601
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/DeleteTerm.ts.html |here} to see how to use DeleteTerm API.
|
|
1593
1602
|
*/
|
|
1594
1603
|
deleteTerm(deleteTermRequest) {
|
|
1595
1604
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1644,7 +1653,7 @@ class MarketplacePublisherClient {
|
|
|
1644
1653
|
* @param DeleteTermVersionRequest
|
|
1645
1654
|
* @return DeleteTermVersionResponse
|
|
1646
1655
|
* @throws OciError when an error occurs
|
|
1647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1656
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/DeleteTermVersion.ts.html |here} to see how to use DeleteTermVersion API.
|
|
1648
1657
|
*/
|
|
1649
1658
|
deleteTermVersion(deleteTermVersionRequest) {
|
|
1650
1659
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1699,7 +1708,7 @@ class MarketplacePublisherClient {
|
|
|
1699
1708
|
* @param GetArtifactRequest
|
|
1700
1709
|
* @return GetArtifactResponse
|
|
1701
1710
|
* @throws OciError when an error occurs
|
|
1702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1711
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/GetArtifact.ts.html |here} to see how to use GetArtifact API.
|
|
1703
1712
|
*/
|
|
1704
1713
|
getArtifact(getArtifactRequest) {
|
|
1705
1714
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1762,7 +1771,7 @@ class MarketplacePublisherClient {
|
|
|
1762
1771
|
* @param GetCategoryRequest
|
|
1763
1772
|
* @return GetCategoryResponse
|
|
1764
1773
|
* @throws OciError when an error occurs
|
|
1765
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/GetCategory.ts.html |here} to see how to use GetCategory API.
|
|
1766
1775
|
*/
|
|
1767
1776
|
getCategory(getCategoryRequest) {
|
|
1768
1777
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1828,7 +1837,7 @@ class MarketplacePublisherClient {
|
|
|
1828
1837
|
* @param GetListingRequest
|
|
1829
1838
|
* @return GetListingResponse
|
|
1830
1839
|
* @throws OciError when an error occurs
|
|
1831
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/GetListing.ts.html |here} to see how to use GetListing API.
|
|
1832
1841
|
*/
|
|
1833
1842
|
getListing(getListingRequest) {
|
|
1834
1843
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1892,7 +1901,7 @@ class MarketplacePublisherClient {
|
|
|
1892
1901
|
* @param GetListingRevisionRequest
|
|
1893
1902
|
* @return GetListingRevisionResponse
|
|
1894
1903
|
* @throws OciError when an error occurs
|
|
1895
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/GetListingRevision.ts.html |here} to see how to use GetListingRevision API.
|
|
1896
1905
|
*/
|
|
1897
1906
|
getListingRevision(getListingRevisionRequest) {
|
|
1898
1907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1956,7 +1965,7 @@ class MarketplacePublisherClient {
|
|
|
1956
1965
|
* @param GetListingRevisionAttachmentRequest
|
|
1957
1966
|
* @return GetListingRevisionAttachmentResponse
|
|
1958
1967
|
* @throws OciError when an error occurs
|
|
1959
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1968
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/GetListingRevisionAttachment.ts.html |here} to see how to use GetListingRevisionAttachment API.
|
|
1960
1969
|
*/
|
|
1961
1970
|
getListingRevisionAttachment(getListingRevisionAttachmentRequest) {
|
|
1962
1971
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2019,7 +2028,7 @@ class MarketplacePublisherClient {
|
|
|
2019
2028
|
* @param GetListingRevisionNoteRequest
|
|
2020
2029
|
* @return GetListingRevisionNoteResponse
|
|
2021
2030
|
* @throws OciError when an error occurs
|
|
2022
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2031
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/GetListingRevisionNote.ts.html |here} to see how to use GetListingRevisionNote API.
|
|
2023
2032
|
*/
|
|
2024
2033
|
getListingRevisionNote(getListingRevisionNoteRequest) {
|
|
2025
2034
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2083,7 +2092,7 @@ class MarketplacePublisherClient {
|
|
|
2083
2092
|
* @param GetListingRevisionPackageRequest
|
|
2084
2093
|
* @return GetListingRevisionPackageResponse
|
|
2085
2094
|
* @throws OciError when an error occurs
|
|
2086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2095
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/GetListingRevisionPackage.ts.html |here} to see how to use GetListingRevisionPackage API.
|
|
2087
2096
|
*/
|
|
2088
2097
|
getListingRevisionPackage(getListingRevisionPackageRequest) {
|
|
2089
2098
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2146,7 +2155,7 @@ class MarketplacePublisherClient {
|
|
|
2146
2155
|
* @param GetMarketRequest
|
|
2147
2156
|
* @return GetMarketResponse
|
|
2148
2157
|
* @throws OciError when an error occurs
|
|
2149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/GetMarket.ts.html |here} to see how to use GetMarket API.
|
|
2150
2159
|
*/
|
|
2151
2160
|
getMarket(getMarketRequest) {
|
|
2152
2161
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2209,7 +2218,7 @@ class MarketplacePublisherClient {
|
|
|
2209
2218
|
* @param GetProductRequest
|
|
2210
2219
|
* @return GetProductResponse
|
|
2211
2220
|
* @throws OciError when an error occurs
|
|
2212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/GetProduct.ts.html |here} to see how to use GetProduct API.
|
|
2213
2222
|
*/
|
|
2214
2223
|
getProduct(getProductRequest) {
|
|
2215
2224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2272,7 +2281,7 @@ class MarketplacePublisherClient {
|
|
|
2272
2281
|
* @param GetPublisherRequest
|
|
2273
2282
|
* @return GetPublisherResponse
|
|
2274
2283
|
* @throws OciError when an error occurs
|
|
2275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/GetPublisher.ts.html |here} to see how to use GetPublisher API.
|
|
2276
2285
|
*/
|
|
2277
2286
|
getPublisher(getPublisherRequest) {
|
|
2278
2287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2335,7 +2344,7 @@ class MarketplacePublisherClient {
|
|
|
2335
2344
|
* @param GetTermRequest
|
|
2336
2345
|
* @return GetTermResponse
|
|
2337
2346
|
* @throws OciError when an error occurs
|
|
2338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/GetTerm.ts.html |here} to see how to use GetTerm API.
|
|
2339
2348
|
*/
|
|
2340
2349
|
getTerm(getTermRequest) {
|
|
2341
2350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2398,7 +2407,7 @@ class MarketplacePublisherClient {
|
|
|
2398
2407
|
* @param GetTermVersionRequest
|
|
2399
2408
|
* @return GetTermVersionResponse
|
|
2400
2409
|
* @throws OciError when an error occurs
|
|
2401
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/GetTermVersion.ts.html |here} to see how to use GetTermVersion API.
|
|
2402
2411
|
*/
|
|
2403
2412
|
getTermVersion(getTermVersionRequest) {
|
|
2404
2413
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2461,7 +2470,7 @@ class MarketplacePublisherClient {
|
|
|
2461
2470
|
* @param GetWorkRequestRequest
|
|
2462
2471
|
* @return GetWorkRequestResponse
|
|
2463
2472
|
* @throws OciError when an error occurs
|
|
2464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2465
2474
|
*/
|
|
2466
2475
|
getWorkRequest(getWorkRequestRequest) {
|
|
2467
2476
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2532,7 +2541,7 @@ class MarketplacePublisherClient {
|
|
|
2532
2541
|
* @param ListArtifactsRequest
|
|
2533
2542
|
* @return ListArtifactsResponse
|
|
2534
2543
|
* @throws OciError when an error occurs
|
|
2535
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2544
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ListArtifacts.ts.html |here} to see how to use ListArtifacts API.
|
|
2536
2545
|
*/
|
|
2537
2546
|
listArtifacts(listArtifactsRequest) {
|
|
2538
2547
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2605,7 +2614,7 @@ class MarketplacePublisherClient {
|
|
|
2605
2614
|
* @param ListCategoriesRequest
|
|
2606
2615
|
* @return ListCategoriesResponse
|
|
2607
2616
|
* @throws OciError when an error occurs
|
|
2608
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ListCategories.ts.html |here} to see how to use ListCategories API.
|
|
2609
2618
|
*/
|
|
2610
2619
|
listCategories(listCategoriesRequest) {
|
|
2611
2620
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2675,7 +2684,7 @@ class MarketplacePublisherClient {
|
|
|
2675
2684
|
* @param ListListingRevisionAttachmentsRequest
|
|
2676
2685
|
* @return ListListingRevisionAttachmentsResponse
|
|
2677
2686
|
* @throws OciError when an error occurs
|
|
2678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2687
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ListListingRevisionAttachments.ts.html |here} to see how to use ListListingRevisionAttachments API.
|
|
2679
2688
|
*/
|
|
2680
2689
|
listListingRevisionAttachments(listListingRevisionAttachmentsRequest) {
|
|
2681
2690
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2746,7 +2755,7 @@ class MarketplacePublisherClient {
|
|
|
2746
2755
|
* @param ListListingRevisionNotesRequest
|
|
2747
2756
|
* @return ListListingRevisionNotesResponse
|
|
2748
2757
|
* @throws OciError when an error occurs
|
|
2749
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ListListingRevisionNotes.ts.html |here} to see how to use ListListingRevisionNotes API.
|
|
2750
2759
|
*/
|
|
2751
2760
|
listListingRevisionNotes(listListingRevisionNotesRequest) {
|
|
2752
2761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2815,7 +2824,7 @@ class MarketplacePublisherClient {
|
|
|
2815
2824
|
* @param ListListingRevisionPackagesRequest
|
|
2816
2825
|
* @return ListListingRevisionPackagesResponse
|
|
2817
2826
|
* @throws OciError when an error occurs
|
|
2818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2827
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ListListingRevisionPackages.ts.html |here} to see how to use ListListingRevisionPackages API.
|
|
2819
2828
|
*/
|
|
2820
2829
|
listListingRevisionPackages(listListingRevisionPackagesRequest) {
|
|
2821
2830
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2889,7 +2898,7 @@ class MarketplacePublisherClient {
|
|
|
2889
2898
|
* @param ListListingRevisionsRequest
|
|
2890
2899
|
* @return ListListingRevisionsResponse
|
|
2891
2900
|
* @throws OciError when an error occurs
|
|
2892
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2901
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ListListingRevisions.ts.html |here} to see how to use ListListingRevisions API.
|
|
2893
2902
|
*/
|
|
2894
2903
|
listListingRevisions(listListingRevisionsRequest) {
|
|
2895
2904
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2963,7 +2972,7 @@ class MarketplacePublisherClient {
|
|
|
2963
2972
|
* @param ListListingsRequest
|
|
2964
2973
|
* @return ListListingsResponse
|
|
2965
2974
|
* @throws OciError when an error occurs
|
|
2966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2975
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ListListings.ts.html |here} to see how to use ListListings API.
|
|
2967
2976
|
*/
|
|
2968
2977
|
listListings(listListingsRequest) {
|
|
2969
2978
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3035,7 +3044,7 @@ class MarketplacePublisherClient {
|
|
|
3035
3044
|
* @param ListMarketsRequest
|
|
3036
3045
|
* @return ListMarketsResponse
|
|
3037
3046
|
* @throws OciError when an error occurs
|
|
3038
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3047
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ListMarkets.ts.html |here} to see how to use ListMarkets API.
|
|
3039
3048
|
*/
|
|
3040
3049
|
listMarkets(listMarketsRequest) {
|
|
3041
3050
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3106,7 +3115,7 @@ class MarketplacePublisherClient {
|
|
|
3106
3115
|
* @param ListProductsRequest
|
|
3107
3116
|
* @return ListProductsResponse
|
|
3108
3117
|
* @throws OciError when an error occurs
|
|
3109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ListProducts.ts.html |here} to see how to use ListProducts API.
|
|
3110
3119
|
*/
|
|
3111
3120
|
listProducts(listProductsRequest) {
|
|
3112
3121
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3174,7 +3183,7 @@ class MarketplacePublisherClient {
|
|
|
3174
3183
|
* @param ListPublishersRequest
|
|
3175
3184
|
* @return ListPublishersResponse
|
|
3176
3185
|
* @throws OciError when an error occurs
|
|
3177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ListPublishers.ts.html |here} to see how to use ListPublishers API.
|
|
3178
3187
|
*/
|
|
3179
3188
|
listPublishers(listPublishersRequest) {
|
|
3180
3189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3242,7 +3251,7 @@ class MarketplacePublisherClient {
|
|
|
3242
3251
|
* @param ListTermVersionsRequest
|
|
3243
3252
|
* @return ListTermVersionsResponse
|
|
3244
3253
|
* @throws OciError when an error occurs
|
|
3245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ListTermVersions.ts.html |here} to see how to use ListTermVersions API.
|
|
3246
3255
|
*/
|
|
3247
3256
|
listTermVersions(listTermVersionsRequest) {
|
|
3248
3257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3311,7 +3320,7 @@ class MarketplacePublisherClient {
|
|
|
3311
3320
|
* @param ListTermsRequest
|
|
3312
3321
|
* @return ListTermsResponse
|
|
3313
3322
|
* @throws OciError when an error occurs
|
|
3314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ListTerms.ts.html |here} to see how to use ListTerms API.
|
|
3315
3324
|
*/
|
|
3316
3325
|
listTerms(listTermsRequest) {
|
|
3317
3326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3380,7 +3389,7 @@ class MarketplacePublisherClient {
|
|
|
3380
3389
|
* @param ListWorkRequestErrorsRequest
|
|
3381
3390
|
* @return ListWorkRequestErrorsResponse
|
|
3382
3391
|
* @throws OciError when an error occurs
|
|
3383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3384
3393
|
*/
|
|
3385
3394
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3386
3395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3449,7 +3458,7 @@ class MarketplacePublisherClient {
|
|
|
3449
3458
|
* @param ListWorkRequestLogsRequest
|
|
3450
3459
|
* @return ListWorkRequestLogsResponse
|
|
3451
3460
|
* @throws OciError when an error occurs
|
|
3452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3461
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3453
3462
|
*/
|
|
3454
3463
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3455
3464
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3518,7 +3527,7 @@ class MarketplacePublisherClient {
|
|
|
3518
3527
|
* @param ListWorkRequestsRequest
|
|
3519
3528
|
* @return ListWorkRequestsResponse
|
|
3520
3529
|
* @throws OciError when an error occurs
|
|
3521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3522
3531
|
*/
|
|
3523
3532
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3524
3533
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3588,7 +3597,7 @@ class MarketplacePublisherClient {
|
|
|
3588
3597
|
* @param MarkListingRevisionPackageAsDefaultRequest
|
|
3589
3598
|
* @return MarkListingRevisionPackageAsDefaultResponse
|
|
3590
3599
|
* @throws OciError when an error occurs
|
|
3591
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3600
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/MarkListingRevisionPackageAsDefault.ts.html |here} to see how to use MarkListingRevisionPackageAsDefault API.
|
|
3592
3601
|
*/
|
|
3593
3602
|
markListingRevisionPackageAsDefault(markListingRevisionPackageAsDefaultRequest) {
|
|
3594
3603
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3649,7 +3658,7 @@ class MarketplacePublisherClient {
|
|
|
3649
3658
|
* @param PublishListingRevisionRequest
|
|
3650
3659
|
* @return PublishListingRevisionResponse
|
|
3651
3660
|
* @throws OciError when an error occurs
|
|
3652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3661
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/PublishListingRevision.ts.html |here} to see how to use PublishListingRevision API.
|
|
3653
3662
|
*/
|
|
3654
3663
|
publishListingRevision(publishListingRevisionRequest) {
|
|
3655
3664
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3710,7 +3719,7 @@ class MarketplacePublisherClient {
|
|
|
3710
3719
|
* @param PublishListingRevisionAsPrivateRequest
|
|
3711
3720
|
* @return PublishListingRevisionAsPrivateResponse
|
|
3712
3721
|
* @throws OciError when an error occurs
|
|
3713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3722
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/PublishListingRevisionAsPrivate.ts.html |here} to see how to use PublishListingRevisionAsPrivate API.
|
|
3714
3723
|
*/
|
|
3715
3724
|
publishListingRevisionAsPrivate(publishListingRevisionAsPrivateRequest) {
|
|
3716
3725
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3772,7 +3781,7 @@ class MarketplacePublisherClient {
|
|
|
3772
3781
|
* @param PublishListingRevisionPackageRequest
|
|
3773
3782
|
* @return PublishListingRevisionPackageResponse
|
|
3774
3783
|
* @throws OciError when an error occurs
|
|
3775
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3784
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/PublishListingRevisionPackage.ts.html |here} to see how to use PublishListingRevisionPackage API.
|
|
3776
3785
|
*/
|
|
3777
3786
|
publishListingRevisionPackage(publishListingRevisionPackageRequest) {
|
|
3778
3787
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3833,7 +3842,7 @@ class MarketplacePublisherClient {
|
|
|
3833
3842
|
* @param SubmitListingRevisionForReviewRequest
|
|
3834
3843
|
* @return SubmitListingRevisionForReviewResponse
|
|
3835
3844
|
* @throws OciError when an error occurs
|
|
3836
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3845
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/SubmitListingRevisionForReview.ts.html |here} to see how to use SubmitListingRevisionForReview API.
|
|
3837
3846
|
*/
|
|
3838
3847
|
submitListingRevisionForReview(submitListingRevisionForReviewRequest) {
|
|
3839
3848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3899,7 +3908,7 @@ class MarketplacePublisherClient {
|
|
|
3899
3908
|
* @param UnPublishListingRevisionPackageRequest
|
|
3900
3909
|
* @return UnPublishListingRevisionPackageResponse
|
|
3901
3910
|
* @throws OciError when an error occurs
|
|
3902
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3911
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/UnPublishListingRevisionPackage.ts.html |here} to see how to use UnPublishListingRevisionPackage API.
|
|
3903
3912
|
*/
|
|
3904
3913
|
unPublishListingRevisionPackage(unPublishListingRevisionPackageRequest) {
|
|
3905
3914
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3960,7 +3969,7 @@ class MarketplacePublisherClient {
|
|
|
3960
3969
|
* @param UpdateArtifactRequest
|
|
3961
3970
|
* @return UpdateArtifactResponse
|
|
3962
3971
|
* @throws OciError when an error occurs
|
|
3963
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3972
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/UpdateArtifact.ts.html |here} to see how to use UpdateArtifact API.
|
|
3964
3973
|
*/
|
|
3965
3974
|
updateArtifact(updateArtifactRequest) {
|
|
3966
3975
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4021,7 +4030,7 @@ class MarketplacePublisherClient {
|
|
|
4021
4030
|
* @param UpdateListingRequest
|
|
4022
4031
|
* @return UpdateListingResponse
|
|
4023
4032
|
* @throws OciError when an error occurs
|
|
4024
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4033
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/UpdateListing.ts.html |here} to see how to use UpdateListing API.
|
|
4025
4034
|
*/
|
|
4026
4035
|
updateListing(updateListingRequest) {
|
|
4027
4036
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4086,7 +4095,7 @@ class MarketplacePublisherClient {
|
|
|
4086
4095
|
* @param UpdateListingRevisionRequest
|
|
4087
4096
|
* @return UpdateListingRevisionResponse
|
|
4088
4097
|
* @throws OciError when an error occurs
|
|
4089
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/UpdateListingRevision.ts.html |here} to see how to use UpdateListingRevision API.
|
|
4090
4099
|
*/
|
|
4091
4100
|
updateListingRevision(updateListingRevisionRequest) {
|
|
4092
4101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4151,7 +4160,7 @@ class MarketplacePublisherClient {
|
|
|
4151
4160
|
* @param UpdateListingRevisionAttachmentRequest
|
|
4152
4161
|
* @return UpdateListingRevisionAttachmentResponse
|
|
4153
4162
|
* @throws OciError when an error occurs
|
|
4154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/UpdateListingRevisionAttachment.ts.html |here} to see how to use UpdateListingRevisionAttachment API.
|
|
4155
4164
|
*/
|
|
4156
4165
|
updateListingRevisionAttachment(updateListingRevisionAttachmentRequest) {
|
|
4157
4166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4216,7 +4225,7 @@ class MarketplacePublisherClient {
|
|
|
4216
4225
|
* @param UpdateListingRevisionAttachmentContentRequest
|
|
4217
4226
|
* @return UpdateListingRevisionAttachmentContentResponse
|
|
4218
4227
|
* @throws OciError when an error occurs
|
|
4219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/UpdateListingRevisionAttachmentContent.ts.html |here} to see how to use UpdateListingRevisionAttachmentContent API.
|
|
4220
4229
|
*/
|
|
4221
4230
|
updateListingRevisionAttachmentContent(updateListingRevisionAttachmentContentRequest) {
|
|
4222
4231
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4281,7 +4290,7 @@ class MarketplacePublisherClient {
|
|
|
4281
4290
|
* @param UpdateListingRevisionIconContentRequest
|
|
4282
4291
|
* @return UpdateListingRevisionIconContentResponse
|
|
4283
4292
|
* @throws OciError when an error occurs
|
|
4284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4293
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/UpdateListingRevisionIconContent.ts.html |here} to see how to use UpdateListingRevisionIconContent API.
|
|
4285
4294
|
*/
|
|
4286
4295
|
updateListingRevisionIconContent(updateListingRevisionIconContentRequest) {
|
|
4287
4296
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4346,7 +4355,7 @@ class MarketplacePublisherClient {
|
|
|
4346
4355
|
* @param UpdateListingRevisionPackageRequest
|
|
4347
4356
|
* @return UpdateListingRevisionPackageResponse
|
|
4348
4357
|
* @throws OciError when an error occurs
|
|
4349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4358
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/UpdateListingRevisionPackage.ts.html |here} to see how to use UpdateListingRevisionPackage API.
|
|
4350
4359
|
*/
|
|
4351
4360
|
updateListingRevisionPackage(updateListingRevisionPackageRequest) {
|
|
4352
4361
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4411,7 +4420,7 @@ class MarketplacePublisherClient {
|
|
|
4411
4420
|
* @param UpdateTermRequest
|
|
4412
4421
|
* @return UpdateTermResponse
|
|
4413
4422
|
* @throws OciError when an error occurs
|
|
4414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/UpdateTerm.ts.html |here} to see how to use UpdateTerm API.
|
|
4415
4424
|
*/
|
|
4416
4425
|
updateTerm(updateTermRequest) {
|
|
4417
4426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4476,7 +4485,7 @@ class MarketplacePublisherClient {
|
|
|
4476
4485
|
* @param UpdateTermVersionRequest
|
|
4477
4486
|
* @return UpdateTermVersionResponse
|
|
4478
4487
|
* @throws OciError when an error occurs
|
|
4479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/UpdateTermVersion.ts.html |here} to see how to use UpdateTermVersion API.
|
|
4480
4489
|
*/
|
|
4481
4490
|
updateTermVersion(updateTermVersionRequest) {
|
|
4482
4491
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4541,7 +4550,7 @@ class MarketplacePublisherClient {
|
|
|
4541
4550
|
* @param UpdateTermVersionContentRequest
|
|
4542
4551
|
* @return UpdateTermVersionContentResponse
|
|
4543
4552
|
* @throws OciError when an error occurs
|
|
4544
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/UpdateTermVersionContent.ts.html |here} to see how to use UpdateTermVersionContent API.
|
|
4545
4554
|
*/
|
|
4546
4555
|
updateTermVersionContent(updateTermVersionContentRequest) {
|
|
4547
4556
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4607,7 +4616,7 @@ class MarketplacePublisherClient {
|
|
|
4607
4616
|
* @param ValidateAndPublishArtifactRequest
|
|
4608
4617
|
* @return ValidateAndPublishArtifactResponse
|
|
4609
4618
|
* @throws OciError when an error occurs
|
|
4610
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/ValidateAndPublishArtifact.ts.html |here} to see how to use ValidateAndPublishArtifact API.
|
|
4611
4620
|
*/
|
|
4612
4621
|
validateAndPublishArtifact(validateAndPublishArtifactRequest) {
|
|
4613
4622
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4668,7 +4677,7 @@ class MarketplacePublisherClient {
|
|
|
4668
4677
|
* @param WithdrawListingRevisionRequest
|
|
4669
4678
|
* @return WithdrawListingRevisionResponse
|
|
4670
4679
|
* @throws OciError when an error occurs
|
|
4671
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4680
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/marketplacepublisher/WithdrawListingRevision.ts.html |here} to see how to use WithdrawListingRevision API.
|
|
4672
4681
|
*/
|
|
4673
4682
|
withdrawListingRevision(withdrawListingRevisionRequest) {
|
|
4674
4683
|
return __awaiter(this, void 0, void 0, function* () {
|