@aws-sdk/client-marketplace-catalog 3.131.0 → 3.141.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CancelChangeSetCommand.js +2 -2
- package/dist-cjs/commands/DescribeChangeSetCommand.js +2 -2
- package/dist-cjs/commands/DescribeEntityCommand.js +2 -2
- package/dist-cjs/commands/ListChangeSetsCommand.js +2 -2
- package/dist-cjs/commands/ListEntitiesCommand.js +2 -2
- package/dist-cjs/commands/StartChangeSetCommand.js +2 -2
- package/dist-cjs/models/models_0.js +81 -121
- package/dist-cjs/protocols/Aws_restJson1.js +3 -1
- package/dist-es/commands/CancelChangeSetCommand.js +3 -3
- package/dist-es/commands/DescribeChangeSetCommand.js +3 -3
- package/dist-es/commands/DescribeEntityCommand.js +3 -3
- package/dist-es/commands/ListChangeSetsCommand.js +3 -3
- package/dist-es/commands/ListEntitiesCommand.js +3 -3
- package/dist-es/commands/StartChangeSetCommand.js +3 -3
- package/dist-es/models/models_0.js +20 -80
- package/dist-es/protocols/Aws_restJson1.js +6 -4
- package/dist-types/models/models_0.d.ts +81 -121
- package/dist-types/ts3.4/models/models_0.d.ts +40 -80
- package/package.json +9 -7
|
@@ -13,14 +13,6 @@ var AccessDeniedException = (function (_super) {
|
|
|
13
13
|
return AccessDeniedException;
|
|
14
14
|
}(__BaseException));
|
|
15
15
|
export { AccessDeniedException };
|
|
16
|
-
export var CancelChangeSetRequest;
|
|
17
|
-
(function (CancelChangeSetRequest) {
|
|
18
|
-
CancelChangeSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
19
|
-
})(CancelChangeSetRequest || (CancelChangeSetRequest = {}));
|
|
20
|
-
export var CancelChangeSetResponse;
|
|
21
|
-
(function (CancelChangeSetResponse) {
|
|
22
|
-
CancelChangeSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
23
|
-
})(CancelChangeSetResponse || (CancelChangeSetResponse = {}));
|
|
24
16
|
var InternalServiceException = (function (_super) {
|
|
25
17
|
__extends(InternalServiceException, _super);
|
|
26
18
|
function InternalServiceException(opts) {
|
|
@@ -86,22 +78,6 @@ var ValidationException = (function (_super) {
|
|
|
86
78
|
return ValidationException;
|
|
87
79
|
}(__BaseException));
|
|
88
80
|
export { ValidationException };
|
|
89
|
-
export var DescribeChangeSetRequest;
|
|
90
|
-
(function (DescribeChangeSetRequest) {
|
|
91
|
-
DescribeChangeSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
|
-
})(DescribeChangeSetRequest || (DescribeChangeSetRequest = {}));
|
|
93
|
-
export var Entity;
|
|
94
|
-
(function (Entity) {
|
|
95
|
-
Entity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
-
})(Entity || (Entity = {}));
|
|
97
|
-
export var ErrorDetail;
|
|
98
|
-
(function (ErrorDetail) {
|
|
99
|
-
ErrorDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
-
})(ErrorDetail || (ErrorDetail = {}));
|
|
101
|
-
export var ChangeSummary;
|
|
102
|
-
(function (ChangeSummary) {
|
|
103
|
-
ChangeSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
-
})(ChangeSummary || (ChangeSummary = {}));
|
|
105
81
|
export var FailureCode;
|
|
106
82
|
(function (FailureCode) {
|
|
107
83
|
FailureCode["ClientError"] = "CLIENT_ERROR";
|
|
@@ -115,18 +91,6 @@ export var ChangeStatus;
|
|
|
115
91
|
ChangeStatus["PREPARING"] = "PREPARING";
|
|
116
92
|
ChangeStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
117
93
|
})(ChangeStatus || (ChangeStatus = {}));
|
|
118
|
-
export var DescribeChangeSetResponse;
|
|
119
|
-
(function (DescribeChangeSetResponse) {
|
|
120
|
-
DescribeChangeSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
|
-
})(DescribeChangeSetResponse || (DescribeChangeSetResponse = {}));
|
|
122
|
-
export var DescribeEntityRequest;
|
|
123
|
-
(function (DescribeEntityRequest) {
|
|
124
|
-
DescribeEntityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
|
-
})(DescribeEntityRequest || (DescribeEntityRequest = {}));
|
|
126
|
-
export var DescribeEntityResponse;
|
|
127
|
-
(function (DescribeEntityResponse) {
|
|
128
|
-
DescribeEntityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
-
})(DescribeEntityResponse || (DescribeEntityResponse = {}));
|
|
130
94
|
var ResourceNotSupportedException = (function (_super) {
|
|
131
95
|
__extends(ResourceNotSupportedException, _super);
|
|
132
96
|
function ResourceNotSupportedException(opts) {
|
|
@@ -140,43 +104,11 @@ var ResourceNotSupportedException = (function (_super) {
|
|
|
140
104
|
return ResourceNotSupportedException;
|
|
141
105
|
}(__BaseException));
|
|
142
106
|
export { ResourceNotSupportedException };
|
|
143
|
-
export var Filter;
|
|
144
|
-
(function (Filter) {
|
|
145
|
-
Filter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
-
})(Filter || (Filter = {}));
|
|
147
107
|
export var SortOrder;
|
|
148
108
|
(function (SortOrder) {
|
|
149
109
|
SortOrder["ASCENDING"] = "ASCENDING";
|
|
150
110
|
SortOrder["DESCENDING"] = "DESCENDING";
|
|
151
111
|
})(SortOrder || (SortOrder = {}));
|
|
152
|
-
export var Sort;
|
|
153
|
-
(function (Sort) {
|
|
154
|
-
Sort.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
-
})(Sort || (Sort = {}));
|
|
156
|
-
export var ListChangeSetsRequest;
|
|
157
|
-
(function (ListChangeSetsRequest) {
|
|
158
|
-
ListChangeSetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
-
})(ListChangeSetsRequest || (ListChangeSetsRequest = {}));
|
|
160
|
-
export var ChangeSetSummaryListItem;
|
|
161
|
-
(function (ChangeSetSummaryListItem) {
|
|
162
|
-
ChangeSetSummaryListItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
-
})(ChangeSetSummaryListItem || (ChangeSetSummaryListItem = {}));
|
|
164
|
-
export var ListChangeSetsResponse;
|
|
165
|
-
(function (ListChangeSetsResponse) {
|
|
166
|
-
ListChangeSetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
-
})(ListChangeSetsResponse || (ListChangeSetsResponse = {}));
|
|
168
|
-
export var ListEntitiesRequest;
|
|
169
|
-
(function (ListEntitiesRequest) {
|
|
170
|
-
ListEntitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
-
})(ListEntitiesRequest || (ListEntitiesRequest = {}));
|
|
172
|
-
export var EntitySummary;
|
|
173
|
-
(function (EntitySummary) {
|
|
174
|
-
EntitySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
-
})(EntitySummary || (EntitySummary = {}));
|
|
176
|
-
export var ListEntitiesResponse;
|
|
177
|
-
(function (ListEntitiesResponse) {
|
|
178
|
-
ListEntitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
-
})(ListEntitiesResponse || (ListEntitiesResponse = {}));
|
|
180
112
|
var ServiceQuotaExceededException = (function (_super) {
|
|
181
113
|
__extends(ServiceQuotaExceededException, _super);
|
|
182
114
|
function ServiceQuotaExceededException(opts) {
|
|
@@ -190,15 +122,23 @@ var ServiceQuotaExceededException = (function (_super) {
|
|
|
190
122
|
return ServiceQuotaExceededException;
|
|
191
123
|
}(__BaseException));
|
|
192
124
|
export { ServiceQuotaExceededException };
|
|
193
|
-
export var
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
export var
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
export var
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
125
|
+
export var CancelChangeSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
126
|
+
export var CancelChangeSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
+
export var DescribeChangeSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
+
export var EntityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
+
export var ErrorDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
|
+
export var ChangeSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
+
export var DescribeChangeSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
+
export var DescribeEntityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
+
export var DescribeEntityResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
|
+
export var FilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
+
export var SortFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
+
export var ListChangeSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
+
export var ChangeSetSummaryListItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
+
export var ListChangeSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
|
+
export var ListEntitiesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
+
export var EntitySummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
|
+
export var ListEntitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
+
export var ChangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
|
+
export var StartChangeSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
+
export var StartChangeSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
2
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
3
3
|
import { decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { v4 as generateIdempotencyToken } from "uuid";
|
|
4
5
|
import { MarketplaceCatalogServiceException as __BaseException } from "../models/MarketplaceCatalogServiceException";
|
|
5
6
|
import { AccessDeniedException, InternalServiceException, ResourceInUseException, ResourceNotFoundException, ResourceNotSupportedException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/models_0";
|
|
6
7
|
export var serializeAws_restJson1CancelChangeSetCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
@@ -122,16 +123,17 @@ export var serializeAws_restJson1ListEntitiesCommand = function (input, context)
|
|
|
122
123
|
}); };
|
|
123
124
|
export var serializeAws_restJson1StartChangeSetCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
124
125
|
var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, body;
|
|
125
|
-
|
|
126
|
-
|
|
126
|
+
var _c;
|
|
127
|
+
return __generator(this, function (_d) {
|
|
128
|
+
switch (_d.label) {
|
|
127
129
|
case 0: return [4, context.endpoint()];
|
|
128
130
|
case 1:
|
|
129
|
-
_a =
|
|
131
|
+
_a = _d.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
130
132
|
headers = {
|
|
131
133
|
"content-type": "application/json",
|
|
132
134
|
};
|
|
133
135
|
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/StartChangeSet";
|
|
134
|
-
body = JSON.stringify(__assign(__assign(__assign(__assign({}, (input.Catalog != null && { Catalog: input.Catalog })), (input.ChangeSet != null && { ChangeSet: serializeAws_restJson1RequestedChangeList(input.ChangeSet, context) })), (input.ChangeSetName != null && { ChangeSetName: input.ChangeSetName })), (input.ClientRequestToken
|
|
136
|
+
body = JSON.stringify(__assign(__assign(__assign(__assign({}, (input.Catalog != null && { Catalog: input.Catalog })), (input.ChangeSet != null && { ChangeSet: serializeAws_restJson1RequestedChangeList(input.ChangeSet, context) })), (input.ChangeSetName != null && { ChangeSetName: input.ChangeSetName })), { ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }));
|
|
135
137
|
return [2, new __HttpRequest({
|
|
136
138
|
protocol: protocol,
|
|
137
139
|
hostname: hostname,
|
|
@@ -24,12 +24,6 @@ export interface CancelChangeSetRequest {
|
|
|
24
24
|
*/
|
|
25
25
|
ChangeSetId: string | undefined;
|
|
26
26
|
}
|
|
27
|
-
export declare namespace CancelChangeSetRequest {
|
|
28
|
-
/**
|
|
29
|
-
* @internal
|
|
30
|
-
*/
|
|
31
|
-
const filterSensitiveLog: (obj: CancelChangeSetRequest) => any;
|
|
32
|
-
}
|
|
33
27
|
export interface CancelChangeSetResponse {
|
|
34
28
|
/**
|
|
35
29
|
* <p>The unique identifier for the change set referenced in this request.</p>
|
|
@@ -40,12 +34,6 @@ export interface CancelChangeSetResponse {
|
|
|
40
34
|
*/
|
|
41
35
|
ChangeSetArn?: string;
|
|
42
36
|
}
|
|
43
|
-
export declare namespace CancelChangeSetResponse {
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
|
-
const filterSensitiveLog: (obj: CancelChangeSetResponse) => any;
|
|
48
|
-
}
|
|
49
37
|
/**
|
|
50
38
|
* <p>There was an internal service exception.</p>
|
|
51
39
|
*/
|
|
@@ -119,12 +107,6 @@ export interface DescribeChangeSetRequest {
|
|
|
119
107
|
*/
|
|
120
108
|
ChangeSetId: string | undefined;
|
|
121
109
|
}
|
|
122
|
-
export declare namespace DescribeChangeSetRequest {
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
const filterSensitiveLog: (obj: DescribeChangeSetRequest) => any;
|
|
127
|
-
}
|
|
128
110
|
/**
|
|
129
111
|
* <p>An entity contains data that describes your product, its supported features,
|
|
130
112
|
* and how it can be used or launched by your customer. </p>
|
|
@@ -139,12 +121,6 @@ export interface Entity {
|
|
|
139
121
|
*/
|
|
140
122
|
Identifier?: string;
|
|
141
123
|
}
|
|
142
|
-
export declare namespace Entity {
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
|
-
const filterSensitiveLog: (obj: Entity) => any;
|
|
147
|
-
}
|
|
148
124
|
/**
|
|
149
125
|
* <p>Details about the error.</p>
|
|
150
126
|
*/
|
|
@@ -158,12 +134,6 @@ export interface ErrorDetail {
|
|
|
158
134
|
*/
|
|
159
135
|
ErrorMessage?: string;
|
|
160
136
|
}
|
|
161
|
-
export declare namespace ErrorDetail {
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
|
-
const filterSensitiveLog: (obj: ErrorDetail) => any;
|
|
166
|
-
}
|
|
167
137
|
/**
|
|
168
138
|
* <p>This object is a container for common summary information about the change. The
|
|
169
139
|
* summary doesn't contain the whole change structure.</p>
|
|
@@ -191,12 +161,6 @@ export interface ChangeSummary {
|
|
|
191
161
|
*/
|
|
192
162
|
ChangeName?: string;
|
|
193
163
|
}
|
|
194
|
-
export declare namespace ChangeSummary {
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
|
-
const filterSensitiveLog: (obj: ChangeSummary) => any;
|
|
199
|
-
}
|
|
200
164
|
export declare enum FailureCode {
|
|
201
165
|
ClientError = "CLIENT_ERROR",
|
|
202
166
|
ServerFault = "SERVER_FAULT"
|
|
@@ -255,12 +219,6 @@ export interface DescribeChangeSetResponse {
|
|
|
255
219
|
*/
|
|
256
220
|
ChangeSet?: ChangeSummary[];
|
|
257
221
|
}
|
|
258
|
-
export declare namespace DescribeChangeSetResponse {
|
|
259
|
-
/**
|
|
260
|
-
* @internal
|
|
261
|
-
*/
|
|
262
|
-
const filterSensitiveLog: (obj: DescribeChangeSetResponse) => any;
|
|
263
|
-
}
|
|
264
222
|
export interface DescribeEntityRequest {
|
|
265
223
|
/**
|
|
266
224
|
* <p>Required. The catalog related to the request. Fixed value:
|
|
@@ -273,12 +231,6 @@ export interface DescribeEntityRequest {
|
|
|
273
231
|
*/
|
|
274
232
|
EntityId: string | undefined;
|
|
275
233
|
}
|
|
276
|
-
export declare namespace DescribeEntityRequest {
|
|
277
|
-
/**
|
|
278
|
-
* @internal
|
|
279
|
-
*/
|
|
280
|
-
const filterSensitiveLog: (obj: DescribeEntityRequest) => any;
|
|
281
|
-
}
|
|
282
234
|
export interface DescribeEntityResponse {
|
|
283
235
|
/**
|
|
284
236
|
* <p>The named type of the entity, in the format of <code>EntityType@Version</code>.</p>
|
|
@@ -290,7 +242,7 @@ export interface DescribeEntityResponse {
|
|
|
290
242
|
*/
|
|
291
243
|
EntityIdentifier?: string;
|
|
292
244
|
/**
|
|
293
|
-
* <p>The ARN associated to the unique identifier for the
|
|
245
|
+
* <p>The ARN associated to the unique identifier for the entity referenced in this
|
|
294
246
|
* request.</p>
|
|
295
247
|
*/
|
|
296
248
|
EntityArn?: string;
|
|
@@ -304,12 +256,6 @@ export interface DescribeEntityResponse {
|
|
|
304
256
|
*/
|
|
305
257
|
Details?: string;
|
|
306
258
|
}
|
|
307
|
-
export declare namespace DescribeEntityResponse {
|
|
308
|
-
/**
|
|
309
|
-
* @internal
|
|
310
|
-
*/
|
|
311
|
-
const filterSensitiveLog: (obj: DescribeEntityResponse) => any;
|
|
312
|
-
}
|
|
313
259
|
/**
|
|
314
260
|
* <p>Currently, the specified resource is not supported.</p>
|
|
315
261
|
*/
|
|
@@ -381,12 +327,6 @@ export interface Filter {
|
|
|
381
327
|
*/
|
|
382
328
|
ValueList?: string[];
|
|
383
329
|
}
|
|
384
|
-
export declare namespace Filter {
|
|
385
|
-
/**
|
|
386
|
-
* @internal
|
|
387
|
-
*/
|
|
388
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
389
|
-
}
|
|
390
330
|
export declare enum SortOrder {
|
|
391
331
|
ASCENDING = "ASCENDING",
|
|
392
332
|
DESCENDING = "DESCENDING"
|
|
@@ -411,12 +351,6 @@ export interface Sort {
|
|
|
411
351
|
*/
|
|
412
352
|
SortOrder?: SortOrder | string;
|
|
413
353
|
}
|
|
414
|
-
export declare namespace Sort {
|
|
415
|
-
/**
|
|
416
|
-
* @internal
|
|
417
|
-
*/
|
|
418
|
-
const filterSensitiveLog: (obj: Sort) => any;
|
|
419
|
-
}
|
|
420
354
|
export interface ListChangeSetsRequest {
|
|
421
355
|
/**
|
|
422
356
|
* <p>The catalog related to the request. Fixed value: <code>AWSMarketplace</code>
|
|
@@ -444,12 +378,6 @@ export interface ListChangeSetsRequest {
|
|
|
444
378
|
*/
|
|
445
379
|
NextToken?: string;
|
|
446
380
|
}
|
|
447
|
-
export declare namespace ListChangeSetsRequest {
|
|
448
|
-
/**
|
|
449
|
-
* @internal
|
|
450
|
-
*/
|
|
451
|
-
const filterSensitiveLog: (obj: ListChangeSetsRequest) => any;
|
|
452
|
-
}
|
|
453
381
|
/**
|
|
454
382
|
* <p>A summary of a change set returned in a list of change sets when the
|
|
455
383
|
* <code>ListChangeSets</code> action is called.</p>
|
|
@@ -495,12 +423,6 @@ export interface ChangeSetSummaryListItem {
|
|
|
495
423
|
*/
|
|
496
424
|
FailureCode?: FailureCode | string;
|
|
497
425
|
}
|
|
498
|
-
export declare namespace ChangeSetSummaryListItem {
|
|
499
|
-
/**
|
|
500
|
-
* @internal
|
|
501
|
-
*/
|
|
502
|
-
const filterSensitiveLog: (obj: ChangeSetSummaryListItem) => any;
|
|
503
|
-
}
|
|
504
426
|
export interface ListChangeSetsResponse {
|
|
505
427
|
/**
|
|
506
428
|
* <p> Array of <code>ChangeSetSummaryListItem</code> objects.</p>
|
|
@@ -511,12 +433,6 @@ export interface ListChangeSetsResponse {
|
|
|
511
433
|
*/
|
|
512
434
|
NextToken?: string;
|
|
513
435
|
}
|
|
514
|
-
export declare namespace ListChangeSetsResponse {
|
|
515
|
-
/**
|
|
516
|
-
* @internal
|
|
517
|
-
*/
|
|
518
|
-
const filterSensitiveLog: (obj: ListChangeSetsResponse) => any;
|
|
519
|
-
}
|
|
520
436
|
export interface ListEntitiesRequest {
|
|
521
437
|
/**
|
|
522
438
|
* <p>The catalog related to the request. Fixed value: <code>AWSMarketplace</code>
|
|
@@ -547,12 +463,6 @@ export interface ListEntitiesRequest {
|
|
|
547
463
|
*/
|
|
548
464
|
MaxResults?: number;
|
|
549
465
|
}
|
|
550
|
-
export declare namespace ListEntitiesRequest {
|
|
551
|
-
/**
|
|
552
|
-
* @internal
|
|
553
|
-
*/
|
|
554
|
-
const filterSensitiveLog: (obj: ListEntitiesRequest) => any;
|
|
555
|
-
}
|
|
556
466
|
/**
|
|
557
467
|
* <p>This object is a container for common summary information about the entity. The
|
|
558
468
|
* summary doesn't contain the whole entity structure, but it does contain information
|
|
@@ -593,12 +503,6 @@ export interface EntitySummary {
|
|
|
593
503
|
*/
|
|
594
504
|
Visibility?: string;
|
|
595
505
|
}
|
|
596
|
-
export declare namespace EntitySummary {
|
|
597
|
-
/**
|
|
598
|
-
* @internal
|
|
599
|
-
*/
|
|
600
|
-
const filterSensitiveLog: (obj: EntitySummary) => any;
|
|
601
|
-
}
|
|
602
506
|
export interface ListEntitiesResponse {
|
|
603
507
|
/**
|
|
604
508
|
* <p> Array of <code>EntitySummary</code> object.</p>
|
|
@@ -609,12 +513,6 @@ export interface ListEntitiesResponse {
|
|
|
609
513
|
*/
|
|
610
514
|
NextToken?: string;
|
|
611
515
|
}
|
|
612
|
-
export declare namespace ListEntitiesResponse {
|
|
613
|
-
/**
|
|
614
|
-
* @internal
|
|
615
|
-
*/
|
|
616
|
-
const filterSensitiveLog: (obj: ListEntitiesResponse) => any;
|
|
617
|
-
}
|
|
618
516
|
/**
|
|
619
517
|
* <p>The maximum number of open requests per account has been exceeded.</p>
|
|
620
518
|
*/
|
|
@@ -652,12 +550,6 @@ export interface Change {
|
|
|
652
550
|
*/
|
|
653
551
|
ChangeName?: string;
|
|
654
552
|
}
|
|
655
|
-
export declare namespace Change {
|
|
656
|
-
/**
|
|
657
|
-
* @internal
|
|
658
|
-
*/
|
|
659
|
-
const filterSensitiveLog: (obj: Change) => any;
|
|
660
|
-
}
|
|
661
553
|
export interface StartChangeSetRequest {
|
|
662
554
|
/**
|
|
663
555
|
* <p>The catalog related to the request. Fixed value: <code>AWSMarketplace</code>
|
|
@@ -678,12 +570,6 @@ export interface StartChangeSetRequest {
|
|
|
678
570
|
*/
|
|
679
571
|
ClientRequestToken?: string;
|
|
680
572
|
}
|
|
681
|
-
export declare namespace StartChangeSetRequest {
|
|
682
|
-
/**
|
|
683
|
-
* @internal
|
|
684
|
-
*/
|
|
685
|
-
const filterSensitiveLog: (obj: StartChangeSetRequest) => any;
|
|
686
|
-
}
|
|
687
573
|
export interface StartChangeSetResponse {
|
|
688
574
|
/**
|
|
689
575
|
* <p>Unique identifier generated for the request.</p>
|
|
@@ -694,9 +580,83 @@ export interface StartChangeSetResponse {
|
|
|
694
580
|
*/
|
|
695
581
|
ChangeSetArn?: string;
|
|
696
582
|
}
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
583
|
+
/**
|
|
584
|
+
* @internal
|
|
585
|
+
*/
|
|
586
|
+
export declare const CancelChangeSetRequestFilterSensitiveLog: (obj: CancelChangeSetRequest) => any;
|
|
587
|
+
/**
|
|
588
|
+
* @internal
|
|
589
|
+
*/
|
|
590
|
+
export declare const CancelChangeSetResponseFilterSensitiveLog: (obj: CancelChangeSetResponse) => any;
|
|
591
|
+
/**
|
|
592
|
+
* @internal
|
|
593
|
+
*/
|
|
594
|
+
export declare const DescribeChangeSetRequestFilterSensitiveLog: (obj: DescribeChangeSetRequest) => any;
|
|
595
|
+
/**
|
|
596
|
+
* @internal
|
|
597
|
+
*/
|
|
598
|
+
export declare const EntityFilterSensitiveLog: (obj: Entity) => any;
|
|
599
|
+
/**
|
|
600
|
+
* @internal
|
|
601
|
+
*/
|
|
602
|
+
export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
|
|
603
|
+
/**
|
|
604
|
+
* @internal
|
|
605
|
+
*/
|
|
606
|
+
export declare const ChangeSummaryFilterSensitiveLog: (obj: ChangeSummary) => any;
|
|
607
|
+
/**
|
|
608
|
+
* @internal
|
|
609
|
+
*/
|
|
610
|
+
export declare const DescribeChangeSetResponseFilterSensitiveLog: (obj: DescribeChangeSetResponse) => any;
|
|
611
|
+
/**
|
|
612
|
+
* @internal
|
|
613
|
+
*/
|
|
614
|
+
export declare const DescribeEntityRequestFilterSensitiveLog: (obj: DescribeEntityRequest) => any;
|
|
615
|
+
/**
|
|
616
|
+
* @internal
|
|
617
|
+
*/
|
|
618
|
+
export declare const DescribeEntityResponseFilterSensitiveLog: (obj: DescribeEntityResponse) => any;
|
|
619
|
+
/**
|
|
620
|
+
* @internal
|
|
621
|
+
*/
|
|
622
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
623
|
+
/**
|
|
624
|
+
* @internal
|
|
625
|
+
*/
|
|
626
|
+
export declare const SortFilterSensitiveLog: (obj: Sort) => any;
|
|
627
|
+
/**
|
|
628
|
+
* @internal
|
|
629
|
+
*/
|
|
630
|
+
export declare const ListChangeSetsRequestFilterSensitiveLog: (obj: ListChangeSetsRequest) => any;
|
|
631
|
+
/**
|
|
632
|
+
* @internal
|
|
633
|
+
*/
|
|
634
|
+
export declare const ChangeSetSummaryListItemFilterSensitiveLog: (obj: ChangeSetSummaryListItem) => any;
|
|
635
|
+
/**
|
|
636
|
+
* @internal
|
|
637
|
+
*/
|
|
638
|
+
export declare const ListChangeSetsResponseFilterSensitiveLog: (obj: ListChangeSetsResponse) => any;
|
|
639
|
+
/**
|
|
640
|
+
* @internal
|
|
641
|
+
*/
|
|
642
|
+
export declare const ListEntitiesRequestFilterSensitiveLog: (obj: ListEntitiesRequest) => any;
|
|
643
|
+
/**
|
|
644
|
+
* @internal
|
|
645
|
+
*/
|
|
646
|
+
export declare const EntitySummaryFilterSensitiveLog: (obj: EntitySummary) => any;
|
|
647
|
+
/**
|
|
648
|
+
* @internal
|
|
649
|
+
*/
|
|
650
|
+
export declare const ListEntitiesResponseFilterSensitiveLog: (obj: ListEntitiesResponse) => any;
|
|
651
|
+
/**
|
|
652
|
+
* @internal
|
|
653
|
+
*/
|
|
654
|
+
export declare const ChangeFilterSensitiveLog: (obj: Change) => any;
|
|
655
|
+
/**
|
|
656
|
+
* @internal
|
|
657
|
+
*/
|
|
658
|
+
export declare const StartChangeSetRequestFilterSensitiveLog: (obj: StartChangeSetRequest) => any;
|
|
659
|
+
/**
|
|
660
|
+
* @internal
|
|
661
|
+
*/
|
|
662
|
+
export declare const StartChangeSetResponseFilterSensitiveLog: (obj: StartChangeSetResponse) => any;
|