@aws-sdk/client-marketplace-catalog 3.933.0 → 3.935.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/dist-cjs/index.js +129 -128
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +128 -0
- package/dist-es/models/errors.js +113 -0
- package/dist-es/models/models_0.js +1 -241
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +288 -0
- package/dist-types/models/errors.d.ts +111 -0
- package/dist-types/models/models_0.d.ts +1 -399
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +162 -0
- package/dist-types/ts3.4/models/errors.d.ts +66 -0
- package/dist-types/ts3.4/models/models_0.d.ts +22 -228
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,241 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export class AccessDeniedException extends __BaseException {
|
|
3
|
-
name = "AccessDeniedException";
|
|
4
|
-
$fault = "client";
|
|
5
|
-
Message;
|
|
6
|
-
constructor(opts) {
|
|
7
|
-
super({
|
|
8
|
-
name: "AccessDeniedException",
|
|
9
|
-
$fault: "client",
|
|
10
|
-
...opts,
|
|
11
|
-
});
|
|
12
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
|
-
this.Message = opts.Message;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export const AmiProductVisibilityString = {
|
|
17
|
-
Draft: "Draft",
|
|
18
|
-
Limited: "Limited",
|
|
19
|
-
Public: "Public",
|
|
20
|
-
Restricted: "Restricted",
|
|
21
|
-
};
|
|
22
|
-
export const AmiProductSortBy = {
|
|
23
|
-
EntityId: "EntityId",
|
|
24
|
-
LastModifiedDate: "LastModifiedDate",
|
|
25
|
-
ProductTitle: "ProductTitle",
|
|
26
|
-
Visibility: "Visibility",
|
|
27
|
-
};
|
|
28
|
-
export const SortOrder = {
|
|
29
|
-
ASCENDING: "ASCENDING",
|
|
30
|
-
DESCENDING: "DESCENDING",
|
|
31
|
-
};
|
|
32
|
-
export class InternalServiceException extends __BaseException {
|
|
33
|
-
name = "InternalServiceException";
|
|
34
|
-
$fault = "server";
|
|
35
|
-
Message;
|
|
36
|
-
constructor(opts) {
|
|
37
|
-
super({
|
|
38
|
-
name: "InternalServiceException",
|
|
39
|
-
$fault: "server",
|
|
40
|
-
...opts,
|
|
41
|
-
});
|
|
42
|
-
Object.setPrototypeOf(this, InternalServiceException.prototype);
|
|
43
|
-
this.Message = opts.Message;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
export class ThrottlingException extends __BaseException {
|
|
47
|
-
name = "ThrottlingException";
|
|
48
|
-
$fault = "client";
|
|
49
|
-
Message;
|
|
50
|
-
constructor(opts) {
|
|
51
|
-
super({
|
|
52
|
-
name: "ThrottlingException",
|
|
53
|
-
$fault: "client",
|
|
54
|
-
...opts,
|
|
55
|
-
});
|
|
56
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
57
|
-
this.Message = opts.Message;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
export class ValidationException extends __BaseException {
|
|
61
|
-
name = "ValidationException";
|
|
62
|
-
$fault = "client";
|
|
63
|
-
Message;
|
|
64
|
-
constructor(opts) {
|
|
65
|
-
super({
|
|
66
|
-
name: "ValidationException",
|
|
67
|
-
$fault: "client",
|
|
68
|
-
...opts,
|
|
69
|
-
});
|
|
70
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
71
|
-
this.Message = opts.Message;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
export class ResourceInUseException extends __BaseException {
|
|
75
|
-
name = "ResourceInUseException";
|
|
76
|
-
$fault = "client";
|
|
77
|
-
Message;
|
|
78
|
-
constructor(opts) {
|
|
79
|
-
super({
|
|
80
|
-
name: "ResourceInUseException",
|
|
81
|
-
$fault: "client",
|
|
82
|
-
...opts,
|
|
83
|
-
});
|
|
84
|
-
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
85
|
-
this.Message = opts.Message;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
export class ResourceNotFoundException extends __BaseException {
|
|
89
|
-
name = "ResourceNotFoundException";
|
|
90
|
-
$fault = "client";
|
|
91
|
-
Message;
|
|
92
|
-
constructor(opts) {
|
|
93
|
-
super({
|
|
94
|
-
name: "ResourceNotFoundException",
|
|
95
|
-
$fault: "client",
|
|
96
|
-
...opts,
|
|
97
|
-
});
|
|
98
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
99
|
-
this.Message = opts.Message;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
export const FailureCode = {
|
|
103
|
-
ClientError: "CLIENT_ERROR",
|
|
104
|
-
ServerFault: "SERVER_FAULT",
|
|
105
|
-
};
|
|
106
|
-
export const Intent = {
|
|
107
|
-
APPLY: "APPLY",
|
|
108
|
-
VALIDATE: "VALIDATE",
|
|
109
|
-
};
|
|
110
|
-
export const ChangeStatus = {
|
|
111
|
-
APPLYING: "APPLYING",
|
|
112
|
-
CANCELLED: "CANCELLED",
|
|
113
|
-
FAILED: "FAILED",
|
|
114
|
-
PREPARING: "PREPARING",
|
|
115
|
-
SUCCEEDED: "SUCCEEDED",
|
|
116
|
-
};
|
|
117
|
-
export class ResourceNotSupportedException extends __BaseException {
|
|
118
|
-
name = "ResourceNotSupportedException";
|
|
119
|
-
$fault = "client";
|
|
120
|
-
Message;
|
|
121
|
-
constructor(opts) {
|
|
122
|
-
super({
|
|
123
|
-
name: "ResourceNotSupportedException",
|
|
124
|
-
$fault: "client",
|
|
125
|
-
...opts,
|
|
126
|
-
});
|
|
127
|
-
Object.setPrototypeOf(this, ResourceNotSupportedException.prototype);
|
|
128
|
-
this.Message = opts.Message;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
export const ContainerProductVisibilityString = {
|
|
132
|
-
Draft: "Draft",
|
|
133
|
-
Limited: "Limited",
|
|
134
|
-
Public: "Public",
|
|
135
|
-
Restricted: "Restricted",
|
|
136
|
-
};
|
|
137
|
-
export const DataProductVisibilityString = {
|
|
138
|
-
Draft: "Draft",
|
|
139
|
-
Limited: "Limited",
|
|
140
|
-
Public: "Public",
|
|
141
|
-
Restricted: "Restricted",
|
|
142
|
-
Unavailable: "Unavailable",
|
|
143
|
-
};
|
|
144
|
-
export const MachineLearningProductVisibilityString = {
|
|
145
|
-
Draft: "Draft",
|
|
146
|
-
Limited: "Limited",
|
|
147
|
-
Public: "Public",
|
|
148
|
-
Restricted: "Restricted",
|
|
149
|
-
};
|
|
150
|
-
export const OfferStateString = {
|
|
151
|
-
Draft: "Draft",
|
|
152
|
-
Released: "Released",
|
|
153
|
-
};
|
|
154
|
-
export const OfferTargetingString = {
|
|
155
|
-
BuyerAccounts: "BuyerAccounts",
|
|
156
|
-
CountryCodes: "CountryCodes",
|
|
157
|
-
None: "None",
|
|
158
|
-
ParticipatingPrograms: "ParticipatingPrograms",
|
|
159
|
-
};
|
|
160
|
-
export const ResaleAuthorizationStatusString = {
|
|
161
|
-
Active: "Active",
|
|
162
|
-
Draft: "Draft",
|
|
163
|
-
Restricted: "Restricted",
|
|
164
|
-
};
|
|
165
|
-
export const SaaSProductVisibilityString = {
|
|
166
|
-
Draft: "Draft",
|
|
167
|
-
Limited: "Limited",
|
|
168
|
-
Public: "Public",
|
|
169
|
-
Restricted: "Restricted",
|
|
170
|
-
};
|
|
171
|
-
export const ContainerProductSortBy = {
|
|
172
|
-
CompatibleAWSServices: "CompatibleAWSServices",
|
|
173
|
-
EntityId: "EntityId",
|
|
174
|
-
LastModifiedDate: "LastModifiedDate",
|
|
175
|
-
ProductTitle: "ProductTitle",
|
|
176
|
-
Visibility: "Visibility",
|
|
177
|
-
};
|
|
178
|
-
export const DataProductSortBy = {
|
|
179
|
-
EntityId: "EntityId",
|
|
180
|
-
LastModifiedDate: "LastModifiedDate",
|
|
181
|
-
ProductTitle: "ProductTitle",
|
|
182
|
-
Visibility: "Visibility",
|
|
183
|
-
};
|
|
184
|
-
export const MachineLearningProductSortBy = {
|
|
185
|
-
EntityId: "EntityId",
|
|
186
|
-
LastModifiedDate: "LastModifiedDate",
|
|
187
|
-
ProductTitle: "ProductTitle",
|
|
188
|
-
Visibility: "Visibility",
|
|
189
|
-
};
|
|
190
|
-
export const OfferSortBy = {
|
|
191
|
-
AvailabilityEndDate: "AvailabilityEndDate",
|
|
192
|
-
BuyerAccounts: "BuyerAccounts",
|
|
193
|
-
EntityId: "EntityId",
|
|
194
|
-
LastModifiedDate: "LastModifiedDate",
|
|
195
|
-
Name: "Name",
|
|
196
|
-
ProductId: "ProductId",
|
|
197
|
-
ReleaseDate: "ReleaseDate",
|
|
198
|
-
ResaleAuthorizationId: "ResaleAuthorizationId",
|
|
199
|
-
State: "State",
|
|
200
|
-
Targeting: "Targeting",
|
|
201
|
-
};
|
|
202
|
-
export const ResaleAuthorizationSortBy = {
|
|
203
|
-
AvailabilityEndDate: "AvailabilityEndDate",
|
|
204
|
-
CreatedDate: "CreatedDate",
|
|
205
|
-
EntityId: "EntityId",
|
|
206
|
-
LastModifiedDate: "LastModifiedDate",
|
|
207
|
-
ManufacturerAccountId: "ManufacturerAccountId",
|
|
208
|
-
ManufacturerLegalName: "ManufacturerLegalName",
|
|
209
|
-
Name: "Name",
|
|
210
|
-
OfferExtendedStatus: "OfferExtendedStatus",
|
|
211
|
-
ProductId: "ProductId",
|
|
212
|
-
ProductName: "ProductName",
|
|
213
|
-
ResellerAccountID: "ResellerAccountID",
|
|
214
|
-
ResellerLegalName: "ResellerLegalName",
|
|
215
|
-
Status: "Status",
|
|
216
|
-
};
|
|
217
|
-
export const SaaSProductSortBy = {
|
|
218
|
-
DeliveryOptionTypes: "DeliveryOptionTypes",
|
|
219
|
-
EntityId: "EntityId",
|
|
220
|
-
LastModifiedDate: "LastModifiedDate",
|
|
221
|
-
ProductTitle: "ProductTitle",
|
|
222
|
-
Visibility: "Visibility",
|
|
223
|
-
};
|
|
224
|
-
export const OwnershipType = {
|
|
225
|
-
SELF: "SELF",
|
|
226
|
-
SHARED: "SHARED",
|
|
227
|
-
};
|
|
228
|
-
export class ServiceQuotaExceededException extends __BaseException {
|
|
229
|
-
name = "ServiceQuotaExceededException";
|
|
230
|
-
$fault = "client";
|
|
231
|
-
Message;
|
|
232
|
-
constructor(opts) {
|
|
233
|
-
super({
|
|
234
|
-
name: "ServiceQuotaExceededException",
|
|
235
|
-
$fault: "client",
|
|
236
|
-
...opts,
|
|
237
|
-
});
|
|
238
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
239
|
-
this.Message = opts.Message;
|
|
240
|
-
}
|
|
241
|
-
}
|
|
1
|
+
export {};
|
|
@@ -219,7 +219,7 @@ const _s = "server";
|
|
|
219
219
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.marketplacecatalog";
|
|
220
220
|
const n0 = "com.amazonaws.marketplacecatalog";
|
|
221
221
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
222
|
-
import { AccessDeniedException as __AccessDeniedException, InternalServiceException as __InternalServiceException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ResourceNotSupportedException as __ResourceNotSupportedException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/
|
|
222
|
+
import { AccessDeniedException as __AccessDeniedException, InternalServiceException as __InternalServiceException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ResourceNotSupportedException as __ResourceNotSupportedException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
223
223
|
import { MarketplaceCatalogServiceException as __MarketplaceCatalogServiceException } from "../models/MarketplaceCatalogServiceException";
|
|
224
224
|
export var AccessDeniedException = [
|
|
225
225
|
-3,
|
package/dist-types/index.d.ts
CHANGED
|
@@ -15,5 +15,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
15
15
|
export type { MarketplaceCatalogExtensionConfiguration } from "./extensionConfiguration";
|
|
16
16
|
export * from "./commands";
|
|
17
17
|
export * from "./pagination";
|
|
18
|
-
export * from "./models";
|
|
18
|
+
export * from "./models/enums";
|
|
19
|
+
export * from "./models/errors";
|
|
20
|
+
export type * from "./models/models_0";
|
|
19
21
|
export { MarketplaceCatalogServiceException } from "./models/MarketplaceCatalogServiceException";
|
|
@@ -0,0 +1,288 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const AmiProductVisibilityString: {
|
|
6
|
+
readonly Draft: "Draft";
|
|
7
|
+
readonly Limited: "Limited";
|
|
8
|
+
readonly Public: "Public";
|
|
9
|
+
readonly Restricted: "Restricted";
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
export type AmiProductVisibilityString = (typeof AmiProductVisibilityString)[keyof typeof AmiProductVisibilityString];
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
* @enum
|
|
18
|
+
*/
|
|
19
|
+
export declare const AmiProductSortBy: {
|
|
20
|
+
readonly EntityId: "EntityId";
|
|
21
|
+
readonly LastModifiedDate: "LastModifiedDate";
|
|
22
|
+
readonly ProductTitle: "ProductTitle";
|
|
23
|
+
readonly Visibility: "Visibility";
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
export type AmiProductSortBy = (typeof AmiProductSortBy)[keyof typeof AmiProductSortBy];
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
* @enum
|
|
32
|
+
*/
|
|
33
|
+
export declare const SortOrder: {
|
|
34
|
+
readonly ASCENDING: "ASCENDING";
|
|
35
|
+
readonly DESCENDING: "DESCENDING";
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
* @enum
|
|
44
|
+
*/
|
|
45
|
+
export declare const FailureCode: {
|
|
46
|
+
readonly ClientError: "CLIENT_ERROR";
|
|
47
|
+
readonly ServerFault: "SERVER_FAULT";
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
export type FailureCode = (typeof FailureCode)[keyof typeof FailureCode];
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
* @enum
|
|
56
|
+
*/
|
|
57
|
+
export declare const Intent: {
|
|
58
|
+
readonly APPLY: "APPLY";
|
|
59
|
+
readonly VALIDATE: "VALIDATE";
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
export type Intent = (typeof Intent)[keyof typeof Intent];
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
* @enum
|
|
68
|
+
*/
|
|
69
|
+
export declare const ChangeStatus: {
|
|
70
|
+
readonly APPLYING: "APPLYING";
|
|
71
|
+
readonly CANCELLED: "CANCELLED";
|
|
72
|
+
readonly FAILED: "FAILED";
|
|
73
|
+
readonly PREPARING: "PREPARING";
|
|
74
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
export type ChangeStatus = (typeof ChangeStatus)[keyof typeof ChangeStatus];
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
* @enum
|
|
83
|
+
*/
|
|
84
|
+
export declare const ContainerProductVisibilityString: {
|
|
85
|
+
readonly Draft: "Draft";
|
|
86
|
+
readonly Limited: "Limited";
|
|
87
|
+
readonly Public: "Public";
|
|
88
|
+
readonly Restricted: "Restricted";
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
export type ContainerProductVisibilityString = (typeof ContainerProductVisibilityString)[keyof typeof ContainerProductVisibilityString];
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
* @enum
|
|
97
|
+
*/
|
|
98
|
+
export declare const DataProductVisibilityString: {
|
|
99
|
+
readonly Draft: "Draft";
|
|
100
|
+
readonly Limited: "Limited";
|
|
101
|
+
readonly Public: "Public";
|
|
102
|
+
readonly Restricted: "Restricted";
|
|
103
|
+
readonly Unavailable: "Unavailable";
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
export type DataProductVisibilityString = (typeof DataProductVisibilityString)[keyof typeof DataProductVisibilityString];
|
|
109
|
+
/**
|
|
110
|
+
* @public
|
|
111
|
+
* @enum
|
|
112
|
+
*/
|
|
113
|
+
export declare const MachineLearningProductVisibilityString: {
|
|
114
|
+
readonly Draft: "Draft";
|
|
115
|
+
readonly Limited: "Limited";
|
|
116
|
+
readonly Public: "Public";
|
|
117
|
+
readonly Restricted: "Restricted";
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
export type MachineLearningProductVisibilityString = (typeof MachineLearningProductVisibilityString)[keyof typeof MachineLearningProductVisibilityString];
|
|
123
|
+
/**
|
|
124
|
+
* @public
|
|
125
|
+
* @enum
|
|
126
|
+
*/
|
|
127
|
+
export declare const OfferStateString: {
|
|
128
|
+
readonly Draft: "Draft";
|
|
129
|
+
readonly Released: "Released";
|
|
130
|
+
};
|
|
131
|
+
/**
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
export type OfferStateString = (typeof OfferStateString)[keyof typeof OfferStateString];
|
|
135
|
+
/**
|
|
136
|
+
* @public
|
|
137
|
+
* @enum
|
|
138
|
+
*/
|
|
139
|
+
export declare const OfferTargetingString: {
|
|
140
|
+
readonly BuyerAccounts: "BuyerAccounts";
|
|
141
|
+
readonly CountryCodes: "CountryCodes";
|
|
142
|
+
readonly None: "None";
|
|
143
|
+
readonly ParticipatingPrograms: "ParticipatingPrograms";
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
148
|
+
export type OfferTargetingString = (typeof OfferTargetingString)[keyof typeof OfferTargetingString];
|
|
149
|
+
/**
|
|
150
|
+
* @public
|
|
151
|
+
* @enum
|
|
152
|
+
*/
|
|
153
|
+
export declare const ResaleAuthorizationStatusString: {
|
|
154
|
+
readonly Active: "Active";
|
|
155
|
+
readonly Draft: "Draft";
|
|
156
|
+
readonly Restricted: "Restricted";
|
|
157
|
+
};
|
|
158
|
+
/**
|
|
159
|
+
* @public
|
|
160
|
+
*/
|
|
161
|
+
export type ResaleAuthorizationStatusString = (typeof ResaleAuthorizationStatusString)[keyof typeof ResaleAuthorizationStatusString];
|
|
162
|
+
/**
|
|
163
|
+
* @public
|
|
164
|
+
* @enum
|
|
165
|
+
*/
|
|
166
|
+
export declare const SaaSProductVisibilityString: {
|
|
167
|
+
readonly Draft: "Draft";
|
|
168
|
+
readonly Limited: "Limited";
|
|
169
|
+
readonly Public: "Public";
|
|
170
|
+
readonly Restricted: "Restricted";
|
|
171
|
+
};
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
export type SaaSProductVisibilityString = (typeof SaaSProductVisibilityString)[keyof typeof SaaSProductVisibilityString];
|
|
176
|
+
/**
|
|
177
|
+
* @public
|
|
178
|
+
* @enum
|
|
179
|
+
*/
|
|
180
|
+
export declare const ContainerProductSortBy: {
|
|
181
|
+
readonly CompatibleAWSServices: "CompatibleAWSServices";
|
|
182
|
+
readonly EntityId: "EntityId";
|
|
183
|
+
readonly LastModifiedDate: "LastModifiedDate";
|
|
184
|
+
readonly ProductTitle: "ProductTitle";
|
|
185
|
+
readonly Visibility: "Visibility";
|
|
186
|
+
};
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
190
|
+
export type ContainerProductSortBy = (typeof ContainerProductSortBy)[keyof typeof ContainerProductSortBy];
|
|
191
|
+
/**
|
|
192
|
+
* @public
|
|
193
|
+
* @enum
|
|
194
|
+
*/
|
|
195
|
+
export declare const DataProductSortBy: {
|
|
196
|
+
readonly EntityId: "EntityId";
|
|
197
|
+
readonly LastModifiedDate: "LastModifiedDate";
|
|
198
|
+
readonly ProductTitle: "ProductTitle";
|
|
199
|
+
readonly Visibility: "Visibility";
|
|
200
|
+
};
|
|
201
|
+
/**
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
204
|
+
export type DataProductSortBy = (typeof DataProductSortBy)[keyof typeof DataProductSortBy];
|
|
205
|
+
/**
|
|
206
|
+
* @public
|
|
207
|
+
* @enum
|
|
208
|
+
*/
|
|
209
|
+
export declare const MachineLearningProductSortBy: {
|
|
210
|
+
readonly EntityId: "EntityId";
|
|
211
|
+
readonly LastModifiedDate: "LastModifiedDate";
|
|
212
|
+
readonly ProductTitle: "ProductTitle";
|
|
213
|
+
readonly Visibility: "Visibility";
|
|
214
|
+
};
|
|
215
|
+
/**
|
|
216
|
+
* @public
|
|
217
|
+
*/
|
|
218
|
+
export type MachineLearningProductSortBy = (typeof MachineLearningProductSortBy)[keyof typeof MachineLearningProductSortBy];
|
|
219
|
+
/**
|
|
220
|
+
* @public
|
|
221
|
+
* @enum
|
|
222
|
+
*/
|
|
223
|
+
export declare const OfferSortBy: {
|
|
224
|
+
readonly AvailabilityEndDate: "AvailabilityEndDate";
|
|
225
|
+
readonly BuyerAccounts: "BuyerAccounts";
|
|
226
|
+
readonly EntityId: "EntityId";
|
|
227
|
+
readonly LastModifiedDate: "LastModifiedDate";
|
|
228
|
+
readonly Name: "Name";
|
|
229
|
+
readonly ProductId: "ProductId";
|
|
230
|
+
readonly ReleaseDate: "ReleaseDate";
|
|
231
|
+
readonly ResaleAuthorizationId: "ResaleAuthorizationId";
|
|
232
|
+
readonly State: "State";
|
|
233
|
+
readonly Targeting: "Targeting";
|
|
234
|
+
};
|
|
235
|
+
/**
|
|
236
|
+
* @public
|
|
237
|
+
*/
|
|
238
|
+
export type OfferSortBy = (typeof OfferSortBy)[keyof typeof OfferSortBy];
|
|
239
|
+
/**
|
|
240
|
+
* @public
|
|
241
|
+
* @enum
|
|
242
|
+
*/
|
|
243
|
+
export declare const ResaleAuthorizationSortBy: {
|
|
244
|
+
readonly AvailabilityEndDate: "AvailabilityEndDate";
|
|
245
|
+
readonly CreatedDate: "CreatedDate";
|
|
246
|
+
readonly EntityId: "EntityId";
|
|
247
|
+
readonly LastModifiedDate: "LastModifiedDate";
|
|
248
|
+
readonly ManufacturerAccountId: "ManufacturerAccountId";
|
|
249
|
+
readonly ManufacturerLegalName: "ManufacturerLegalName";
|
|
250
|
+
readonly Name: "Name";
|
|
251
|
+
readonly OfferExtendedStatus: "OfferExtendedStatus";
|
|
252
|
+
readonly ProductId: "ProductId";
|
|
253
|
+
readonly ProductName: "ProductName";
|
|
254
|
+
readonly ResellerAccountID: "ResellerAccountID";
|
|
255
|
+
readonly ResellerLegalName: "ResellerLegalName";
|
|
256
|
+
readonly Status: "Status";
|
|
257
|
+
};
|
|
258
|
+
/**
|
|
259
|
+
* @public
|
|
260
|
+
*/
|
|
261
|
+
export type ResaleAuthorizationSortBy = (typeof ResaleAuthorizationSortBy)[keyof typeof ResaleAuthorizationSortBy];
|
|
262
|
+
/**
|
|
263
|
+
* @public
|
|
264
|
+
* @enum
|
|
265
|
+
*/
|
|
266
|
+
export declare const SaaSProductSortBy: {
|
|
267
|
+
readonly DeliveryOptionTypes: "DeliveryOptionTypes";
|
|
268
|
+
readonly EntityId: "EntityId";
|
|
269
|
+
readonly LastModifiedDate: "LastModifiedDate";
|
|
270
|
+
readonly ProductTitle: "ProductTitle";
|
|
271
|
+
readonly Visibility: "Visibility";
|
|
272
|
+
};
|
|
273
|
+
/**
|
|
274
|
+
* @public
|
|
275
|
+
*/
|
|
276
|
+
export type SaaSProductSortBy = (typeof SaaSProductSortBy)[keyof typeof SaaSProductSortBy];
|
|
277
|
+
/**
|
|
278
|
+
* @public
|
|
279
|
+
* @enum
|
|
280
|
+
*/
|
|
281
|
+
export declare const OwnershipType: {
|
|
282
|
+
readonly SELF: "SELF";
|
|
283
|
+
readonly SHARED: "SHARED";
|
|
284
|
+
};
|
|
285
|
+
/**
|
|
286
|
+
* @public
|
|
287
|
+
*/
|
|
288
|
+
export type OwnershipType = (typeof OwnershipType)[keyof typeof OwnershipType];
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { MarketplaceCatalogServiceException as __BaseException } from "./MarketplaceCatalogServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Access is denied.</p>
|
|
5
|
+
* <p>HTTP status code: 403</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
9
|
+
readonly name: "AccessDeniedException";
|
|
10
|
+
readonly $fault: "client";
|
|
11
|
+
Message?: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* @internal
|
|
14
|
+
*/
|
|
15
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* <p>There was an internal service exception.</p>
|
|
19
|
+
* <p>HTTP status code: 500</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
export declare class InternalServiceException extends __BaseException {
|
|
23
|
+
readonly name: "InternalServiceException";
|
|
24
|
+
readonly $fault: "server";
|
|
25
|
+
Message?: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* @internal
|
|
28
|
+
*/
|
|
29
|
+
constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* <p>Too many requests.</p>
|
|
33
|
+
* <p>HTTP status code: 429</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export declare class ThrottlingException extends __BaseException {
|
|
37
|
+
readonly name: "ThrottlingException";
|
|
38
|
+
readonly $fault: "client";
|
|
39
|
+
Message?: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* @internal
|
|
42
|
+
*/
|
|
43
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* <p>An error occurred during validation.</p>
|
|
47
|
+
* <p>HTTP status code: 422</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
export declare class ValidationException extends __BaseException {
|
|
51
|
+
readonly name: "ValidationException";
|
|
52
|
+
readonly $fault: "client";
|
|
53
|
+
Message?: string | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* @internal
|
|
56
|
+
*/
|
|
57
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* <p>The resource is currently in use.</p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
64
|
+
readonly name: "ResourceInUseException";
|
|
65
|
+
readonly $fault: "client";
|
|
66
|
+
Message?: string | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
70
|
+
constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* <p>The specified resource wasn't found.</p>
|
|
74
|
+
* <p>HTTP status code: 404</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
78
|
+
readonly name: "ResourceNotFoundException";
|
|
79
|
+
readonly $fault: "client";
|
|
80
|
+
Message?: string | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
84
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* <p>Currently, the specified resource is not supported.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export declare class ResourceNotSupportedException extends __BaseException {
|
|
91
|
+
readonly name: "ResourceNotSupportedException";
|
|
92
|
+
readonly $fault: "client";
|
|
93
|
+
Message?: string | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
|
+
constructor(opts: __ExceptionOptionType<ResourceNotSupportedException, __BaseException>);
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* <p>The maximum number of open requests per account has been exceeded.</p>
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
104
|
+
readonly name: "ServiceQuotaExceededException";
|
|
105
|
+
readonly $fault: "client";
|
|
106
|
+
Message?: string | undefined;
|
|
107
|
+
/**
|
|
108
|
+
* @internal
|
|
109
|
+
*/
|
|
110
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
111
|
+
}
|