@aws-sdk/client-marketplace-catalog 3.1075.0 → 3.1076.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 CHANGED
@@ -1,21 +1,57 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultMarketplaceCatalogHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { BatchDescribeEntities$, CancelChangeSet$, DeleteResourcePolicy$, DescribeChangeSet$, DescribeEntity$, GetResourcePolicy$, ListChangeSets$, ListEntities$, ListTagsForResource$, PutResourcePolicy$, StartChangeSet$, TagResource$, UntagResource$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { MarketplaceCatalogServiceException } = require("./models/MarketplaceCatalogServiceException");
18
- exports.MarketplaceCatalogServiceException = MarketplaceCatalogServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
16
+
17
+ const defaultMarketplaceCatalogHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
+ return {
19
+ operation: getSmithyContext(context).operation,
20
+ region: await normalizeProvider(config.region)() || (() => {
21
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
22
+ })(),
23
+ };
24
+ };
25
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
26
+ return {
27
+ schemeId: "aws.auth#sigv4",
28
+ signingProperties: {
29
+ name: "aws-marketplace",
30
+ region: authParameters.region,
31
+ },
32
+ propertiesExtractor: (config, context) => ({
33
+ signingProperties: {
34
+ config,
35
+ context,
36
+ },
37
+ }),
38
+ };
39
+ }
40
+ const defaultMarketplaceCatalogHttpAuthSchemeProvider = (authParameters) => {
41
+ const options = [];
42
+ switch (authParameters.operation) {
43
+ default: {
44
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
45
+ }
46
+ }
47
+ return options;
48
+ };
49
+ const resolveHttpAuthSchemeConfig = (config) => {
50
+ const config_0 = resolveAwsSdkSigV4Config(config);
51
+ return Object.assign(config_0, {
52
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
53
+ });
54
+ };
19
55
 
20
56
  const resolveClientEndpointParameters = (options) => {
21
57
  return Object.assign(options, {
@@ -31,6 +67,1259 @@ const commonParams = {
31
67
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
68
  };
33
69
 
70
+ var version = "3.1075.0";
71
+ var packageInfo = {
72
+ version: version};
73
+
74
+ const l = "ref";
75
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [l]: "Endpoint" }, h = { [l]: d }, i = { [l]: "Region" }, j = {}, k = [i];
76
+ const _data = {
77
+ conditions: [
78
+ [c, [g]],
79
+ [c, k],
80
+ ["aws.partition", k, d],
81
+ [e, [{ [l]: "UseFIPS" }, b]],
82
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
83
+ [e, [{ [l]: "UseDualStack" }, b]],
84
+ ["stringEquals", [i, "us-east-1"]],
85
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]]
86
+ ],
87
+ results: [
88
+ [a],
89
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
90
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
91
+ [g, j],
92
+ ["https://catalog-marketplace.{Region}.{PartitionResult#dualStackDnsSuffix}", j],
93
+ ["https://catalog.marketplace-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", j],
94
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
95
+ ["https://catalog.marketplace-fips.{Region}.{PartitionResult#dnsSuffix}", j],
96
+ [a, "FIPS is enabled but this partition does not support FIPS"],
97
+ ["https://catalog.marketplace.{Region}.{PartitionResult#dualStackDnsSuffix}", j],
98
+ [a, "DualStack is enabled but this partition does not support DualStack"],
99
+ ["https://catalog.marketplace.{Region}.{PartitionResult#dnsSuffix}", j],
100
+ [a, "Invalid Configuration: Missing Region"]
101
+ ]
102
+ };
103
+ const root = 2;
104
+ const r = 100_000_000;
105
+ const nodes = new Int32Array([
106
+ -1, 1, -1,
107
+ 0, 13, 3,
108
+ 1, 4, r + 12,
109
+ 2, 5, r + 12,
110
+ 3, 9, 6,
111
+ 5, 7, r + 11,
112
+ 6, r + 4, 8,
113
+ 7, r + 9, r + 10,
114
+ 4, 11, 10,
115
+ 5, r + 6, r + 8,
116
+ 5, 12, r + 7,
117
+ 7, r + 5, r + 6,
118
+ 3, r + 1, 14,
119
+ 5, r + 2, r + 3,
120
+ ]);
121
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
122
+
123
+ const cache = new EndpointCache({
124
+ size: 50,
125
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
126
+ });
127
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
128
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
129
+ endpointParams: endpointParams,
130
+ logger: context.logger,
131
+ }));
132
+ };
133
+ customEndpointFunctions.aws = awsEndpointFunctions;
134
+
135
+ class MarketplaceCatalogServiceException extends ServiceException {
136
+ constructor(options) {
137
+ super(options);
138
+ Object.setPrototypeOf(this, MarketplaceCatalogServiceException.prototype);
139
+ }
140
+ }
141
+
142
+ class AccessDeniedException extends MarketplaceCatalogServiceException {
143
+ name = "AccessDeniedException";
144
+ $fault = "client";
145
+ Message;
146
+ constructor(opts) {
147
+ super({
148
+ name: "AccessDeniedException",
149
+ $fault: "client",
150
+ ...opts,
151
+ });
152
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
153
+ this.Message = opts.Message;
154
+ }
155
+ }
156
+ class InternalServiceException extends MarketplaceCatalogServiceException {
157
+ name = "InternalServiceException";
158
+ $fault = "server";
159
+ Message;
160
+ constructor(opts) {
161
+ super({
162
+ name: "InternalServiceException",
163
+ $fault: "server",
164
+ ...opts,
165
+ });
166
+ Object.setPrototypeOf(this, InternalServiceException.prototype);
167
+ this.Message = opts.Message;
168
+ }
169
+ }
170
+ class ThrottlingException extends MarketplaceCatalogServiceException {
171
+ name = "ThrottlingException";
172
+ $fault = "client";
173
+ Message;
174
+ constructor(opts) {
175
+ super({
176
+ name: "ThrottlingException",
177
+ $fault: "client",
178
+ ...opts,
179
+ });
180
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
181
+ this.Message = opts.Message;
182
+ }
183
+ }
184
+ class ValidationException extends MarketplaceCatalogServiceException {
185
+ name = "ValidationException";
186
+ $fault = "client";
187
+ Message;
188
+ constructor(opts) {
189
+ super({
190
+ name: "ValidationException",
191
+ $fault: "client",
192
+ ...opts,
193
+ });
194
+ Object.setPrototypeOf(this, ValidationException.prototype);
195
+ this.Message = opts.Message;
196
+ }
197
+ }
198
+ class ResourceInUseException extends MarketplaceCatalogServiceException {
199
+ name = "ResourceInUseException";
200
+ $fault = "client";
201
+ Message;
202
+ constructor(opts) {
203
+ super({
204
+ name: "ResourceInUseException",
205
+ $fault: "client",
206
+ ...opts,
207
+ });
208
+ Object.setPrototypeOf(this, ResourceInUseException.prototype);
209
+ this.Message = opts.Message;
210
+ }
211
+ }
212
+ class ResourceNotFoundException extends MarketplaceCatalogServiceException {
213
+ name = "ResourceNotFoundException";
214
+ $fault = "client";
215
+ Message;
216
+ constructor(opts) {
217
+ super({
218
+ name: "ResourceNotFoundException",
219
+ $fault: "client",
220
+ ...opts,
221
+ });
222
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
223
+ this.Message = opts.Message;
224
+ }
225
+ }
226
+ class ResourceNotSupportedException extends MarketplaceCatalogServiceException {
227
+ name = "ResourceNotSupportedException";
228
+ $fault = "client";
229
+ Message;
230
+ constructor(opts) {
231
+ super({
232
+ name: "ResourceNotSupportedException",
233
+ $fault: "client",
234
+ ...opts,
235
+ });
236
+ Object.setPrototypeOf(this, ResourceNotSupportedException.prototype);
237
+ this.Message = opts.Message;
238
+ }
239
+ }
240
+ class ServiceQuotaExceededException extends MarketplaceCatalogServiceException {
241
+ name = "ServiceQuotaExceededException";
242
+ $fault = "client";
243
+ Message;
244
+ constructor(opts) {
245
+ super({
246
+ name: "ServiceQuotaExceededException",
247
+ $fault: "client",
248
+ ...opts,
249
+ });
250
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
251
+ this.Message = opts.Message;
252
+ }
253
+ }
254
+
255
+ const _ADE = "AccessDeniedException";
256
+ const _AED = "AvailabilityEndDate";
257
+ const _AOI = "AssociatedOfferIds";
258
+ const _APEIF = "AmiProductEntityIdFilter";
259
+ const _APF = "AmiProductFilters";
260
+ const _APLMDF = "AmiProductLastModifiedDateFilter";
261
+ const _APLMDFDR = "AmiProductLastModifiedDateFilterDateRange";
262
+ const _APS = "AmiProductSort";
263
+ const _APSm = "AmiProductSummary";
264
+ const _APTF = "AmiProductTitleFilter";
265
+ const _APVF = "AmiProductVisibilityFilter";
266
+ const _AV = "AfterValue";
267
+ const _BA = "BuyerAccounts";
268
+ const _BDE = "BatchDescribeEntities";
269
+ const _BDED = "BatchDescribeErrorDetail";
270
+ const _BDER = "BatchDescribeEntitiesRequest";
271
+ const _BDERa = "BatchDescribeEntitiesResponse";
272
+ const _BV = "BeforeValue";
273
+ const _C = "Catalog";
274
+ const _CCS = "CancelChangeSet";
275
+ const _CCSR = "CancelChangeSetRequest";
276
+ const _CCSRa = "CancelChangeSetResponse";
277
+ const _CD = "CreatedDate";
278
+ const _CN = "ChangeName";
279
+ const _CPEIF = "ContainerProductEntityIdFilter";
280
+ const _CPF = "ContainerProductFilters";
281
+ const _CPLMDF = "ContainerProductLastModifiedDateFilter";
282
+ const _CPLMDFDR = "ContainerProductLastModifiedDateFilterDateRange";
283
+ const _CPS = "ContainerProductSort";
284
+ const _CPSo = "ContainerProductSummary";
285
+ const _CPTF = "ContainerProductTitleFilter";
286
+ const _CPVF = "ContainerProductVisibilityFilter";
287
+ const _CRT = "ClientRequestToken";
288
+ const _CS = "ChangeSummary";
289
+ const _CSA = "ChangeSetArn";
290
+ const _CSD = "ChangeSetDescription";
291
+ const _CSI = "ChangeSetId";
292
+ const _CSN = "ChangeSetName";
293
+ const _CSSL = "ChangeSetSummaryList";
294
+ const _CSSLI = "ChangeSetSummaryListItem";
295
+ const _CST = "ChangeSetTags";
296
+ const _CSh = "ChangeSet";
297
+ const _CT = "ChangeType";
298
+ const _Ch = "Change";
299
+ const _D = "Details";
300
+ const _DCS = "DescribeChangeSet";
301
+ const _DCSR = "DescribeChangeSetRequest";
302
+ const _DCSRe = "DescribeChangeSetResponse";
303
+ const _DD = "DetailsDocument";
304
+ const _DE = "DescribeEntity";
305
+ const _DER = "DescribeEntityRequest";
306
+ const _DERe = "DescribeEntityResponse";
307
+ const _DPEIF = "DataProductEntityIdFilter";
308
+ const _DPF = "DataProductFilters";
309
+ const _DPLMDF = "DataProductLastModifiedDateFilter";
310
+ const _DPLMDFDR = "DataProductLastModifiedDateFilterDateRange";
311
+ const _DPS = "DataProductSort";
312
+ const _DPSa = "DataProductSummary";
313
+ const _DPTF = "DataProductTitleFilter";
314
+ const _DPVF = "DataProductVisibilityFilter";
315
+ const _DR = "DateRange";
316
+ const _DRP = "DeleteResourcePolicy";
317
+ const _DRPR = "DeleteResourcePolicyRequest";
318
+ const _DRPRe = "DeleteResourcePolicyResponse";
319
+ const _E = "Errors";
320
+ const _EA = "EntityArn";
321
+ const _EC = "ErrorCode";
322
+ const _ED = "EntityDetails";
323
+ const _EDL = "ErrorDetailList";
324
+ const _EDn = "EntityDetail";
325
+ const _EDr = "ErrorDetail";
326
+ const _EI = "EntityId";
327
+ const _EIL = "EntityIdList";
328
+ const _EIn = "EntityIdentifier";
329
+ const _EM = "ErrorMessage";
330
+ const _ER = "EntityRequest";
331
+ const _ERL = "EntityRequestList";
332
+ const _ES = "EntitySummary";
333
+ const _ESL = "EntitySummaryList";
334
+ const _ET = "EntityTags";
335
+ const _ETF = "EntityTypeFilters";
336
+ const _ETS = "EntityTypeSort";
337
+ const _ETn = "EndTime";
338
+ const _ETnt = "EntityType";
339
+ const _En = "Entity";
340
+ const _F = "Filter";
341
+ const _FC = "FailureCode";
342
+ const _FD = "FailureDescription";
343
+ const _FL = "FilterList";
344
+ const _GRP = "GetResourcePolicy";
345
+ const _GRPR = "GetResourcePolicyRequest";
346
+ const _GRPRe = "GetResourcePolicyResponse";
347
+ const _I = "Intent";
348
+ const _ISE = "InternalServiceException";
349
+ const _Id = "Identifier";
350
+ const _K = "Key";
351
+ const _LCS = "ListChangeSets";
352
+ const _LCSR = "ListChangeSetsRequest";
353
+ const _LCSRi = "ListChangeSetsResponse";
354
+ const _LE = "ListEntities";
355
+ const _LER = "ListEntitiesRequest";
356
+ const _LERi = "ListEntitiesResponse";
357
+ const _LMD = "LastModifiedDate";
358
+ const _LTFR = "ListTagsForResource";
359
+ const _LTFRR = "ListTagsForResourceRequest";
360
+ const _LTFRRi = "ListTagsForResourceResponse";
361
+ const _M = "Message";
362
+ const _MAI = "ManufacturerAccountId";
363
+ const _MLN = "ManufacturerLegalName";
364
+ const _MLPEIF = "MachineLearningProductEntityIdFilter";
365
+ const _MLPF = "MachineLearningProductFilters";
366
+ const _MLPLMDF = "MachineLearningProductLastModifiedDateFilter";
367
+ const _MLPLMDFDR = "MachineLearningProductLastModifiedDateFilterDateRange";
368
+ const _MLPS = "MachineLearningProductSummary";
369
+ const _MLPSa = "MachineLearningProductSort";
370
+ const _MLPTF = "MachineLearningProductTitleFilter";
371
+ const _MLPVF = "MachineLearningProductVisibilityFilter";
372
+ const _MR = "MaxResults";
373
+ const _N = "Name";
374
+ const _NT = "NextToken";
375
+ const _OAEDF = "OfferAvailabilityEndDateFilter";
376
+ const _OAEDFDR = "OfferAvailabilityEndDateFilterDateRange";
377
+ const _OBAF = "OfferBuyerAccountsFilter";
378
+ const _OEIF = "OfferEntityIdFilter";
379
+ const _OES = "OfferExtendedStatus";
380
+ const _OF = "OfferFilters";
381
+ const _OLMDF = "OfferLastModifiedDateFilter";
382
+ const _OLMDFDR = "OfferLastModifiedDateFilterDateRange";
383
+ const _ONF = "OfferNameFilter";
384
+ const _OPIF = "OfferProductIdFilter";
385
+ const _ORAIF = "OfferResaleAuthorizationIdFilter";
386
+ const _ORDF = "OfferReleaseDateFilter";
387
+ const _ORDFDR = "OfferReleaseDateFilterDateRange";
388
+ const _OS = "OfferSummary";
389
+ const _OSAOIF = "OfferSetAssociatedOfferIdsFilter";
390
+ const _OSEIF = "OfferSetEntityIdFilter";
391
+ const _OSF = "OfferSetFilters";
392
+ const _OSFf = "OfferStateFilter";
393
+ const _OSI = "OfferSetId";
394
+ const _OSIF = "OfferSetIdFilter";
395
+ const _OSLMDF = "OfferSetLastModifiedDateFilter";
396
+ const _OSLMDFDR = "OfferSetLastModifiedDateFilterDateRange";
397
+ const _OSNF = "OfferSetNameFilter";
398
+ const _OSRDF = "OfferSetReleaseDateFilter";
399
+ const _OSRDFDR = "OfferSetReleaseDateFilterDateRange";
400
+ const _OSS = "OfferSetSummary";
401
+ const _OSSF = "OfferSetStateFilter";
402
+ const _OSSIF = "OfferSetSolutionIdFilter";
403
+ const _OSSf = "OfferSetSort";
404
+ const _OSf = "OfferSort";
405
+ const _OT = "OwnershipType";
406
+ const _OTF = "OfferTargetingFilter";
407
+ const _P = "Policy";
408
+ const _PI = "ProductId";
409
+ const _PN = "ProductName";
410
+ const _PRP = "PutResourcePolicy";
411
+ const _PRPR = "PutResourcePolicyRequest";
412
+ const _PRPRu = "PutResourcePolicyResponse";
413
+ const _PT = "ProductTitle";
414
+ const _RA = "ResourceArn";
415
+ const _RAAEDF = "ResaleAuthorizationAvailabilityEndDateFilter";
416
+ const _RAAEDFDR = "ResaleAuthorizationAvailabilityEndDateFilterDateRange";
417
+ const _RACDF = "ResaleAuthorizationCreatedDateFilter";
418
+ const _RACDFDR = "ResaleAuthorizationCreatedDateFilterDateRange";
419
+ const _RAEIF = "ResaleAuthorizationEntityIdFilter";
420
+ const _RAF = "ResaleAuthorizationFilters";
421
+ const _RAI = "ResaleAuthorizationId";
422
+ const _RAID = "ResellerAccountID";
423
+ const _RALMDF = "ResaleAuthorizationLastModifiedDateFilter";
424
+ const _RALMDFDR = "ResaleAuthorizationLastModifiedDateFilterDateRange";
425
+ const _RAMAIF = "ResaleAuthorizationManufacturerAccountIdFilter";
426
+ const _RAMLNF = "ResaleAuthorizationManufacturerLegalNameFilter";
427
+ const _RANF = "ResaleAuthorizationNameFilter";
428
+ const _RAOESF = "ResaleAuthorizationOfferExtendedStatusFilter";
429
+ const _RAPIF = "ResaleAuthorizationProductIdFilter";
430
+ const _RAPNF = "ResaleAuthorizationProductNameFilter";
431
+ const _RARAIDF = "ResaleAuthorizationResellerAccountIDFilter";
432
+ const _RARLNF = "ResaleAuthorizationResellerLegalNameFilter";
433
+ const _RAS = "ResaleAuthorizationSummary";
434
+ const _RASF = "ResaleAuthorizationStatusFilter";
435
+ const _RASe = "ResaleAuthorizationSort";
436
+ const _RCL = "RequestedChangeList";
437
+ const _RD = "ReleaseDate";
438
+ const _RIUE = "ResourceInUseException";
439
+ const _RLN = "ResellerLegalName";
440
+ const _RNFE = "ResourceNotFoundException";
441
+ const _RNSE = "ResourceNotSupportedException";
442
+ const _S = "Status";
443
+ const _SB = "SortBy";
444
+ const _SCS = "StartChangeSet";
445
+ const _SCSR = "StartChangeSetRequest";
446
+ const _SCSRt = "StartChangeSetResponse";
447
+ const _SI = "SolutionId";
448
+ const _SO = "SortOrder";
449
+ const _SQEE = "ServiceQuotaExceededException";
450
+ const _SSPEIF = "SaaSProductEntityIdFilter";
451
+ const _SSPF = "SaaSProductFilters";
452
+ const _SSPLMDF = "SaaSProductLastModifiedDateFilter";
453
+ const _SSPLMDFDR = "SaaSProductLastModifiedDateFilterDateRange";
454
+ const _SSPS = "SaaSProductSummary";
455
+ const _SSPSa = "SaaSProductSort";
456
+ const _SSPTF = "SaaSProductTitleFilter";
457
+ const _SSPVF = "SaaSProductVisibilityFilter";
458
+ const _ST = "StartTime";
459
+ const _So = "Sort";
460
+ const _St = "State";
461
+ const _T = "Type";
462
+ const _TE = "ThrottlingException";
463
+ const _TK = "TagKeys";
464
+ const _TL = "TagList";
465
+ const _TR = "TagResource";
466
+ const _TRR = "TagResourceRequest";
467
+ const _TRRa = "TagResourceResponse";
468
+ const _Ta = "Tags";
469
+ const _Tag = "Tag";
470
+ const _Tar = "Targeting";
471
+ const _UR = "UntagResource";
472
+ const _URR = "UntagResourceRequest";
473
+ const _URRn = "UntagResourceResponse";
474
+ const _V = "Visibility";
475
+ const _VE = "ValidationException";
476
+ const _VL = "ValueList";
477
+ const _Va = "Value";
478
+ const _WCV = "WildCardValue";
479
+ const _c = "client";
480
+ const _cSI = "changeSetId";
481
+ const _ca = "catalog";
482
+ const _e = "error";
483
+ const _eI = "entityId";
484
+ const _h = "http";
485
+ const _hE = "httpError";
486
+ const _hQ = "httpQuery";
487
+ const _rA = "resourceArn";
488
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.marketplacecatalog";
489
+ const _se = "server";
490
+ const n0 = "com.amazonaws.marketplacecatalog";
491
+ const _s_registry = TypeRegistry.for(_s);
492
+ var MarketplaceCatalogServiceException$ = [-3, _s, "MarketplaceCatalogServiceException", 0, [], []];
493
+ _s_registry.registerError(MarketplaceCatalogServiceException$, MarketplaceCatalogServiceException);
494
+ const n0_registry = TypeRegistry.for(n0);
495
+ var AccessDeniedException$ = [-3, n0, _ADE,
496
+ { [_e]: _c, [_hE]: 403 },
497
+ [_M],
498
+ [0]
499
+ ];
500
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
501
+ var InternalServiceException$ = [-3, n0, _ISE,
502
+ { [_e]: _se, [_hE]: 500 },
503
+ [_M],
504
+ [0]
505
+ ];
506
+ n0_registry.registerError(InternalServiceException$, InternalServiceException);
507
+ var ResourceInUseException$ = [-3, n0, _RIUE,
508
+ { [_e]: _c, [_hE]: 423 },
509
+ [_M],
510
+ [0]
511
+ ];
512
+ n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
513
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
514
+ { [_e]: _c, [_hE]: 404 },
515
+ [_M],
516
+ [0]
517
+ ];
518
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
519
+ var ResourceNotSupportedException$ = [-3, n0, _RNSE,
520
+ { [_e]: _c, [_hE]: 415 },
521
+ [_M],
522
+ [0]
523
+ ];
524
+ n0_registry.registerError(ResourceNotSupportedException$, ResourceNotSupportedException);
525
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
526
+ { [_e]: _c, [_hE]: 402 },
527
+ [_M],
528
+ [0]
529
+ ];
530
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
531
+ var ThrottlingException$ = [-3, n0, _TE,
532
+ { [_e]: _c, [_hE]: 429 },
533
+ [_M],
534
+ [0]
535
+ ];
536
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
537
+ var ValidationException$ = [-3, n0, _VE,
538
+ { [_e]: _c, [_hE]: 422 },
539
+ [_M],
540
+ [0]
541
+ ];
542
+ n0_registry.registerError(ValidationException$, ValidationException);
543
+ const errorTypeRegistries = [
544
+ _s_registry,
545
+ n0_registry,
546
+ ];
547
+ var AmiProductEntityIdFilter$ = [3, n0, _APEIF,
548
+ 0,
549
+ [_VL],
550
+ [64 | 0]
551
+ ];
552
+ var AmiProductFilters$ = [3, n0, _APF,
553
+ 0,
554
+ [_EI, _LMD, _PT, _V],
555
+ [() => AmiProductEntityIdFilter$, () => AmiProductLastModifiedDateFilter$, () => AmiProductTitleFilter$, () => AmiProductVisibilityFilter$]
556
+ ];
557
+ var AmiProductLastModifiedDateFilter$ = [3, n0, _APLMDF,
558
+ 0,
559
+ [_DR],
560
+ [() => AmiProductLastModifiedDateFilterDateRange$]
561
+ ];
562
+ var AmiProductLastModifiedDateFilterDateRange$ = [3, n0, _APLMDFDR,
563
+ 0,
564
+ [_AV, _BV],
565
+ [0, 0]
566
+ ];
567
+ var AmiProductSort$ = [3, n0, _APS,
568
+ 0,
569
+ [_SB, _SO],
570
+ [0, 0]
571
+ ];
572
+ var AmiProductSummary$ = [3, n0, _APSm,
573
+ 0,
574
+ [_PT, _V],
575
+ [0, 0]
576
+ ];
577
+ var AmiProductTitleFilter$ = [3, n0, _APTF,
578
+ 0,
579
+ [_VL, _WCV],
580
+ [64 | 0, 0]
581
+ ];
582
+ var AmiProductVisibilityFilter$ = [3, n0, _APVF,
583
+ 0,
584
+ [_VL],
585
+ [64 | 0]
586
+ ];
587
+ var BatchDescribeEntitiesRequest$ = [3, n0, _BDER,
588
+ 0,
589
+ [_ERL],
590
+ [() => EntityRequestList], 1
591
+ ];
592
+ var BatchDescribeEntitiesResponse$ = [3, n0, _BDERa,
593
+ 0,
594
+ [_ED, _E],
595
+ [() => EntityDetails, () => Errors]
596
+ ];
597
+ var BatchDescribeErrorDetail$ = [3, n0, _BDED,
598
+ 0,
599
+ [_EC, _EM],
600
+ [0, 0]
601
+ ];
602
+ var CancelChangeSetRequest$ = [3, n0, _CCSR,
603
+ 0,
604
+ [_C, _CSI],
605
+ [[0, { [_hQ]: _ca }], [0, { [_hQ]: _cSI }]], 2
606
+ ];
607
+ var CancelChangeSetResponse$ = [3, n0, _CCSRa,
608
+ 0,
609
+ [_CSI, _CSA],
610
+ [0, 0]
611
+ ];
612
+ var Change$ = [3, n0, _Ch,
613
+ 0,
614
+ [_CT, _En, _ET, _D, _DD, _CN],
615
+ [0, () => Entity$, () => TagList, 0, 15, 0], 2
616
+ ];
617
+ var ChangeSetSummaryListItem$ = [3, n0, _CSSLI,
618
+ 0,
619
+ [_CSI, _CSA, _CSN, _ST, _ETn, _S, _EIL, _FC],
620
+ [0, 0, 0, 0, 0, 0, 64 | 0, 0]
621
+ ];
622
+ var ChangeSummary$ = [3, n0, _CS,
623
+ 0,
624
+ [_CT, _En, _D, _DD, _EDL, _CN],
625
+ [0, () => Entity$, 0, 15, () => ErrorDetailList, 0]
626
+ ];
627
+ var ContainerProductEntityIdFilter$ = [3, n0, _CPEIF,
628
+ 0,
629
+ [_VL],
630
+ [64 | 0]
631
+ ];
632
+ var ContainerProductFilters$ = [3, n0, _CPF,
633
+ 0,
634
+ [_EI, _LMD, _PT, _V],
635
+ [() => ContainerProductEntityIdFilter$, () => ContainerProductLastModifiedDateFilter$, () => ContainerProductTitleFilter$, () => ContainerProductVisibilityFilter$]
636
+ ];
637
+ var ContainerProductLastModifiedDateFilter$ = [3, n0, _CPLMDF,
638
+ 0,
639
+ [_DR],
640
+ [() => ContainerProductLastModifiedDateFilterDateRange$]
641
+ ];
642
+ var ContainerProductLastModifiedDateFilterDateRange$ = [3, n0, _CPLMDFDR,
643
+ 0,
644
+ [_AV, _BV],
645
+ [0, 0]
646
+ ];
647
+ var ContainerProductSort$ = [3, n0, _CPS,
648
+ 0,
649
+ [_SB, _SO],
650
+ [0, 0]
651
+ ];
652
+ var ContainerProductSummary$ = [3, n0, _CPSo,
653
+ 0,
654
+ [_PT, _V],
655
+ [0, 0]
656
+ ];
657
+ var ContainerProductTitleFilter$ = [3, n0, _CPTF,
658
+ 0,
659
+ [_VL, _WCV],
660
+ [64 | 0, 0]
661
+ ];
662
+ var ContainerProductVisibilityFilter$ = [3, n0, _CPVF,
663
+ 0,
664
+ [_VL],
665
+ [64 | 0]
666
+ ];
667
+ var DataProductEntityIdFilter$ = [3, n0, _DPEIF,
668
+ 0,
669
+ [_VL],
670
+ [64 | 0]
671
+ ];
672
+ var DataProductFilters$ = [3, n0, _DPF,
673
+ 0,
674
+ [_EI, _PT, _V, _LMD],
675
+ [() => DataProductEntityIdFilter$, () => DataProductTitleFilter$, () => DataProductVisibilityFilter$, () => DataProductLastModifiedDateFilter$]
676
+ ];
677
+ var DataProductLastModifiedDateFilter$ = [3, n0, _DPLMDF,
678
+ 0,
679
+ [_DR],
680
+ [() => DataProductLastModifiedDateFilterDateRange$]
681
+ ];
682
+ var DataProductLastModifiedDateFilterDateRange$ = [3, n0, _DPLMDFDR,
683
+ 0,
684
+ [_AV, _BV],
685
+ [0, 0]
686
+ ];
687
+ var DataProductSort$ = [3, n0, _DPS,
688
+ 0,
689
+ [_SB, _SO],
690
+ [0, 0]
691
+ ];
692
+ var DataProductSummary$ = [3, n0, _DPSa,
693
+ 0,
694
+ [_PT, _V],
695
+ [0, 0]
696
+ ];
697
+ var DataProductTitleFilter$ = [3, n0, _DPTF,
698
+ 0,
699
+ [_VL, _WCV],
700
+ [64 | 0, 0]
701
+ ];
702
+ var DataProductVisibilityFilter$ = [3, n0, _DPVF,
703
+ 0,
704
+ [_VL],
705
+ [64 | 0]
706
+ ];
707
+ var DeleteResourcePolicyRequest$ = [3, n0, _DRPR,
708
+ 0,
709
+ [_RA],
710
+ [[0, { [_hQ]: _rA }]], 1
711
+ ];
712
+ var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe,
713
+ 0,
714
+ [],
715
+ []
716
+ ];
717
+ var DescribeChangeSetRequest$ = [3, n0, _DCSR,
718
+ 0,
719
+ [_C, _CSI],
720
+ [[0, { [_hQ]: _ca }], [0, { [_hQ]: _cSI }]], 2
721
+ ];
722
+ var DescribeChangeSetResponse$ = [3, n0, _DCSRe,
723
+ 0,
724
+ [_CSI, _CSA, _CSN, _I, _ST, _ETn, _S, _FC, _FD, _CSh],
725
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, () => ChangeSetDescription]
726
+ ];
727
+ var DescribeEntityRequest$ = [3, n0, _DER,
728
+ 0,
729
+ [_C, _EI],
730
+ [[0, { [_hQ]: _ca }], [0, { [_hQ]: _eI }]], 2
731
+ ];
732
+ var DescribeEntityResponse$ = [3, n0, _DERe,
733
+ 0,
734
+ [_ETnt, _EIn, _EA, _LMD, _D, _DD],
735
+ [0, 0, 0, 0, 0, 15]
736
+ ];
737
+ var Entity$ = [3, n0, _En,
738
+ 0,
739
+ [_T, _Id],
740
+ [0, 0], 1
741
+ ];
742
+ var EntityDetail$ = [3, n0, _EDn,
743
+ 0,
744
+ [_ETnt, _EA, _EIn, _LMD, _DD],
745
+ [0, 0, 0, 0, 15]
746
+ ];
747
+ var EntityRequest$ = [3, n0, _ER,
748
+ 0,
749
+ [_C, _EI],
750
+ [0, 0], 2
751
+ ];
752
+ var EntitySummary$ = [3, n0, _ES,
753
+ 0,
754
+ [_N, _ETnt, _EI, _EA, _LMD, _V, _APSm, _CPSo, _DPSa, _SSPS, _OS, _RAS, _MLPS, _OSS],
755
+ [0, 0, 0, 0, 0, 0, () => AmiProductSummary$, () => ContainerProductSummary$, () => DataProductSummary$, () => SaaSProductSummary$, () => OfferSummary$, () => ResaleAuthorizationSummary$, () => MachineLearningProductSummary$, () => OfferSetSummary$]
756
+ ];
757
+ var ErrorDetail$ = [3, n0, _EDr,
758
+ 0,
759
+ [_EC, _EM],
760
+ [0, 0]
761
+ ];
762
+ var Filter$ = [3, n0, _F,
763
+ 0,
764
+ [_N, _VL],
765
+ [0, 64 | 0]
766
+ ];
767
+ var GetResourcePolicyRequest$ = [3, n0, _GRPR,
768
+ 0,
769
+ [_RA],
770
+ [[0, { [_hQ]: _rA }]], 1
771
+ ];
772
+ var GetResourcePolicyResponse$ = [3, n0, _GRPRe,
773
+ 0,
774
+ [_P],
775
+ [0]
776
+ ];
777
+ var ListChangeSetsRequest$ = [3, n0, _LCSR,
778
+ 0,
779
+ [_C, _FL, _So, _MR, _NT],
780
+ [0, () => FilterList, () => Sort$, 1, 0], 1
781
+ ];
782
+ var ListChangeSetsResponse$ = [3, n0, _LCSRi,
783
+ 0,
784
+ [_CSSL, _NT],
785
+ [() => ChangeSetSummaryList, 0]
786
+ ];
787
+ var ListEntitiesRequest$ = [3, n0, _LER,
788
+ 0,
789
+ [_C, _ETnt, _FL, _So, _NT, _MR, _OT, _ETF, _ETS],
790
+ [0, 0, () => FilterList, () => Sort$, 0, 1, 0, () => EntityTypeFilters$, () => EntityTypeSort$], 2
791
+ ];
792
+ var ListEntitiesResponse$ = [3, n0, _LERi,
793
+ 0,
794
+ [_ESL, _NT],
795
+ [() => EntitySummaryList, 0]
796
+ ];
797
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
798
+ 0,
799
+ [_RA],
800
+ [0], 1
801
+ ];
802
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
803
+ 0,
804
+ [_RA, _Ta],
805
+ [0, () => TagList]
806
+ ];
807
+ var MachineLearningProductEntityIdFilter$ = [3, n0, _MLPEIF,
808
+ 0,
809
+ [_VL],
810
+ [64 | 0]
811
+ ];
812
+ var MachineLearningProductFilters$ = [3, n0, _MLPF,
813
+ 0,
814
+ [_EI, _LMD, _PT, _V],
815
+ [() => MachineLearningProductEntityIdFilter$, () => MachineLearningProductLastModifiedDateFilter$, () => MachineLearningProductTitleFilter$, () => MachineLearningProductVisibilityFilter$]
816
+ ];
817
+ var MachineLearningProductLastModifiedDateFilter$ = [3, n0, _MLPLMDF,
818
+ 0,
819
+ [_DR],
820
+ [() => MachineLearningProductLastModifiedDateFilterDateRange$]
821
+ ];
822
+ var MachineLearningProductLastModifiedDateFilterDateRange$ = [3, n0, _MLPLMDFDR,
823
+ 0,
824
+ [_AV, _BV],
825
+ [0, 0]
826
+ ];
827
+ var MachineLearningProductSort$ = [3, n0, _MLPSa,
828
+ 0,
829
+ [_SB, _SO],
830
+ [0, 0]
831
+ ];
832
+ var MachineLearningProductSummary$ = [3, n0, _MLPS,
833
+ 0,
834
+ [_PT, _V],
835
+ [0, 0]
836
+ ];
837
+ var MachineLearningProductTitleFilter$ = [3, n0, _MLPTF,
838
+ 0,
839
+ [_VL, _WCV],
840
+ [64 | 0, 0]
841
+ ];
842
+ var MachineLearningProductVisibilityFilter$ = [3, n0, _MLPVF,
843
+ 0,
844
+ [_VL],
845
+ [64 | 0]
846
+ ];
847
+ var OfferAvailabilityEndDateFilter$ = [3, n0, _OAEDF,
848
+ 0,
849
+ [_DR],
850
+ [() => OfferAvailabilityEndDateFilterDateRange$]
851
+ ];
852
+ var OfferAvailabilityEndDateFilterDateRange$ = [3, n0, _OAEDFDR,
853
+ 0,
854
+ [_AV, _BV],
855
+ [0, 0]
856
+ ];
857
+ var OfferBuyerAccountsFilter$ = [3, n0, _OBAF,
858
+ 0,
859
+ [_WCV],
860
+ [0]
861
+ ];
862
+ var OfferEntityIdFilter$ = [3, n0, _OEIF,
863
+ 0,
864
+ [_VL],
865
+ [64 | 0]
866
+ ];
867
+ var OfferFilters$ = [3, n0, _OF,
868
+ 0,
869
+ [_EI, _N, _PI, _RAI, _RD, _AED, _BA, _St, _Tar, _LMD, _OSI],
870
+ [() => OfferEntityIdFilter$, () => OfferNameFilter$, () => OfferProductIdFilter$, () => OfferResaleAuthorizationIdFilter$, () => OfferReleaseDateFilter$, () => OfferAvailabilityEndDateFilter$, () => OfferBuyerAccountsFilter$, () => OfferStateFilter$, () => OfferTargetingFilter$, () => OfferLastModifiedDateFilter$, () => OfferSetIdFilter$]
871
+ ];
872
+ var OfferLastModifiedDateFilter$ = [3, n0, _OLMDF,
873
+ 0,
874
+ [_DR],
875
+ [() => OfferLastModifiedDateFilterDateRange$]
876
+ ];
877
+ var OfferLastModifiedDateFilterDateRange$ = [3, n0, _OLMDFDR,
878
+ 0,
879
+ [_AV, _BV],
880
+ [0, 0]
881
+ ];
882
+ var OfferNameFilter$ = [3, n0, _ONF,
883
+ 0,
884
+ [_VL, _WCV],
885
+ [64 | 0, 0]
886
+ ];
887
+ var OfferProductIdFilter$ = [3, n0, _OPIF,
888
+ 0,
889
+ [_VL],
890
+ [64 | 0]
891
+ ];
892
+ var OfferReleaseDateFilter$ = [3, n0, _ORDF,
893
+ 0,
894
+ [_DR],
895
+ [() => OfferReleaseDateFilterDateRange$]
896
+ ];
897
+ var OfferReleaseDateFilterDateRange$ = [3, n0, _ORDFDR,
898
+ 0,
899
+ [_AV, _BV],
900
+ [0, 0]
901
+ ];
902
+ var OfferResaleAuthorizationIdFilter$ = [3, n0, _ORAIF,
903
+ 0,
904
+ [_VL],
905
+ [64 | 0]
906
+ ];
907
+ var OfferSetAssociatedOfferIdsFilter$ = [3, n0, _OSAOIF,
908
+ 0,
909
+ [_VL],
910
+ [64 | 0]
911
+ ];
912
+ var OfferSetEntityIdFilter$ = [3, n0, _OSEIF,
913
+ 0,
914
+ [_VL],
915
+ [64 | 0]
916
+ ];
917
+ var OfferSetFilters$ = [3, n0, _OSF,
918
+ 0,
919
+ [_EI, _N, _St, _RD, _AOI, _SI, _LMD],
920
+ [() => OfferSetEntityIdFilter$, () => OfferSetNameFilter$, () => OfferSetStateFilter$, () => OfferSetReleaseDateFilter$, () => OfferSetAssociatedOfferIdsFilter$, () => OfferSetSolutionIdFilter$, () => OfferSetLastModifiedDateFilter$]
921
+ ];
922
+ var OfferSetIdFilter$ = [3, n0, _OSIF,
923
+ 0,
924
+ [_VL],
925
+ [64 | 0]
926
+ ];
927
+ var OfferSetLastModifiedDateFilter$ = [3, n0, _OSLMDF,
928
+ 0,
929
+ [_DR],
930
+ [() => OfferSetLastModifiedDateFilterDateRange$]
931
+ ];
932
+ var OfferSetLastModifiedDateFilterDateRange$ = [3, n0, _OSLMDFDR,
933
+ 0,
934
+ [_AV, _BV],
935
+ [0, 0]
936
+ ];
937
+ var OfferSetNameFilter$ = [3, n0, _OSNF,
938
+ 0,
939
+ [_VL],
940
+ [64 | 0]
941
+ ];
942
+ var OfferSetReleaseDateFilter$ = [3, n0, _OSRDF,
943
+ 0,
944
+ [_DR],
945
+ [() => OfferSetReleaseDateFilterDateRange$]
946
+ ];
947
+ var OfferSetReleaseDateFilterDateRange$ = [3, n0, _OSRDFDR,
948
+ 0,
949
+ [_AV, _BV],
950
+ [0, 0]
951
+ ];
952
+ var OfferSetSolutionIdFilter$ = [3, n0, _OSSIF,
953
+ 0,
954
+ [_VL],
955
+ [64 | 0]
956
+ ];
957
+ var OfferSetSort$ = [3, n0, _OSSf,
958
+ 0,
959
+ [_SB, _SO],
960
+ [0, 0]
961
+ ];
962
+ var OfferSetStateFilter$ = [3, n0, _OSSF,
963
+ 0,
964
+ [_VL],
965
+ [64 | 0]
966
+ ];
967
+ var OfferSetSummary$ = [3, n0, _OSS,
968
+ 0,
969
+ [_N, _St, _RD, _AOI, _SI],
970
+ [0, 0, 0, 64 | 0, 0]
971
+ ];
972
+ var OfferSort$ = [3, n0, _OSf,
973
+ 0,
974
+ [_SB, _SO],
975
+ [0, 0]
976
+ ];
977
+ var OfferStateFilter$ = [3, n0, _OSFf,
978
+ 0,
979
+ [_VL],
980
+ [64 | 0]
981
+ ];
982
+ var OfferSummary$ = [3, n0, _OS,
983
+ 0,
984
+ [_N, _PI, _RAI, _RD, _AED, _BA, _St, _Tar, _OSI],
985
+ [0, 0, 0, 0, 0, 64 | 0, 0, 64 | 0, 0]
986
+ ];
987
+ var OfferTargetingFilter$ = [3, n0, _OTF,
988
+ 0,
989
+ [_VL],
990
+ [64 | 0]
991
+ ];
992
+ var PutResourcePolicyRequest$ = [3, n0, _PRPR,
993
+ 0,
994
+ [_RA, _P],
995
+ [0, 0], 2
996
+ ];
997
+ var PutResourcePolicyResponse$ = [3, n0, _PRPRu,
998
+ 0,
999
+ [],
1000
+ []
1001
+ ];
1002
+ var ResaleAuthorizationAvailabilityEndDateFilter$ = [3, n0, _RAAEDF,
1003
+ 0,
1004
+ [_DR, _VL],
1005
+ [() => ResaleAuthorizationAvailabilityEndDateFilterDateRange$, 64 | 0]
1006
+ ];
1007
+ var ResaleAuthorizationAvailabilityEndDateFilterDateRange$ = [3, n0, _RAAEDFDR,
1008
+ 0,
1009
+ [_AV, _BV],
1010
+ [0, 0]
1011
+ ];
1012
+ var ResaleAuthorizationCreatedDateFilter$ = [3, n0, _RACDF,
1013
+ 0,
1014
+ [_DR, _VL],
1015
+ [() => ResaleAuthorizationCreatedDateFilterDateRange$, 64 | 0]
1016
+ ];
1017
+ var ResaleAuthorizationCreatedDateFilterDateRange$ = [3, n0, _RACDFDR,
1018
+ 0,
1019
+ [_AV, _BV],
1020
+ [0, 0]
1021
+ ];
1022
+ var ResaleAuthorizationEntityIdFilter$ = [3, n0, _RAEIF,
1023
+ 0,
1024
+ [_VL],
1025
+ [64 | 0]
1026
+ ];
1027
+ var ResaleAuthorizationFilters$ = [3, n0, _RAF,
1028
+ 0,
1029
+ [_EI, _N, _PI, _CD, _AED, _MAI, _PN, _MLN, _RAID, _RLN, _S, _OES, _LMD],
1030
+ [() => ResaleAuthorizationEntityIdFilter$, () => ResaleAuthorizationNameFilter$, () => ResaleAuthorizationProductIdFilter$, () => ResaleAuthorizationCreatedDateFilter$, () => ResaleAuthorizationAvailabilityEndDateFilter$, () => ResaleAuthorizationManufacturerAccountIdFilter$, () => ResaleAuthorizationProductNameFilter$, () => ResaleAuthorizationManufacturerLegalNameFilter$, () => ResaleAuthorizationResellerAccountIDFilter$, () => ResaleAuthorizationResellerLegalNameFilter$, () => ResaleAuthorizationStatusFilter$, () => ResaleAuthorizationOfferExtendedStatusFilter$, () => ResaleAuthorizationLastModifiedDateFilter$]
1031
+ ];
1032
+ var ResaleAuthorizationLastModifiedDateFilter$ = [3, n0, _RALMDF,
1033
+ 0,
1034
+ [_DR],
1035
+ [() => ResaleAuthorizationLastModifiedDateFilterDateRange$]
1036
+ ];
1037
+ var ResaleAuthorizationLastModifiedDateFilterDateRange$ = [3, n0, _RALMDFDR,
1038
+ 0,
1039
+ [_AV, _BV],
1040
+ [0, 0]
1041
+ ];
1042
+ var ResaleAuthorizationManufacturerAccountIdFilter$ = [3, n0, _RAMAIF,
1043
+ 0,
1044
+ [_VL, _WCV],
1045
+ [64 | 0, 0]
1046
+ ];
1047
+ var ResaleAuthorizationManufacturerLegalNameFilter$ = [3, n0, _RAMLNF,
1048
+ 0,
1049
+ [_VL, _WCV],
1050
+ [64 | 0, 0]
1051
+ ];
1052
+ var ResaleAuthorizationNameFilter$ = [3, n0, _RANF,
1053
+ 0,
1054
+ [_VL, _WCV],
1055
+ [64 | 0, 0]
1056
+ ];
1057
+ var ResaleAuthorizationOfferExtendedStatusFilter$ = [3, n0, _RAOESF,
1058
+ 0,
1059
+ [_VL],
1060
+ [64 | 0]
1061
+ ];
1062
+ var ResaleAuthorizationProductIdFilter$ = [3, n0, _RAPIF,
1063
+ 0,
1064
+ [_VL, _WCV],
1065
+ [64 | 0, 0]
1066
+ ];
1067
+ var ResaleAuthorizationProductNameFilter$ = [3, n0, _RAPNF,
1068
+ 0,
1069
+ [_VL, _WCV],
1070
+ [64 | 0, 0]
1071
+ ];
1072
+ var ResaleAuthorizationResellerAccountIDFilter$ = [3, n0, _RARAIDF,
1073
+ 0,
1074
+ [_VL, _WCV],
1075
+ [64 | 0, 0]
1076
+ ];
1077
+ var ResaleAuthorizationResellerLegalNameFilter$ = [3, n0, _RARLNF,
1078
+ 0,
1079
+ [_VL, _WCV],
1080
+ [64 | 0, 0]
1081
+ ];
1082
+ var ResaleAuthorizationSort$ = [3, n0, _RASe,
1083
+ 0,
1084
+ [_SB, _SO],
1085
+ [0, 0]
1086
+ ];
1087
+ var ResaleAuthorizationStatusFilter$ = [3, n0, _RASF,
1088
+ 0,
1089
+ [_VL],
1090
+ [64 | 0]
1091
+ ];
1092
+ var ResaleAuthorizationSummary$ = [3, n0, _RAS,
1093
+ 0,
1094
+ [_N, _PI, _PN, _MAI, _MLN, _RAID, _RLN, _S, _OES, _CD, _AED],
1095
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
1096
+ ];
1097
+ var SaaSProductEntityIdFilter$ = [3, n0, _SSPEIF,
1098
+ 0,
1099
+ [_VL],
1100
+ [64 | 0]
1101
+ ];
1102
+ var SaaSProductFilters$ = [3, n0, _SSPF,
1103
+ 0,
1104
+ [_EI, _PT, _V, _LMD],
1105
+ [() => SaaSProductEntityIdFilter$, () => SaaSProductTitleFilter$, () => SaaSProductVisibilityFilter$, () => SaaSProductLastModifiedDateFilter$]
1106
+ ];
1107
+ var SaaSProductLastModifiedDateFilter$ = [3, n0, _SSPLMDF,
1108
+ 0,
1109
+ [_DR],
1110
+ [() => SaaSProductLastModifiedDateFilterDateRange$]
1111
+ ];
1112
+ var SaaSProductLastModifiedDateFilterDateRange$ = [3, n0, _SSPLMDFDR,
1113
+ 0,
1114
+ [_AV, _BV],
1115
+ [0, 0]
1116
+ ];
1117
+ var SaaSProductSort$ = [3, n0, _SSPSa,
1118
+ 0,
1119
+ [_SB, _SO],
1120
+ [0, 0]
1121
+ ];
1122
+ var SaaSProductSummary$ = [3, n0, _SSPS,
1123
+ 0,
1124
+ [_PT, _V],
1125
+ [0, 0]
1126
+ ];
1127
+ var SaaSProductTitleFilter$ = [3, n0, _SSPTF,
1128
+ 0,
1129
+ [_VL, _WCV],
1130
+ [64 | 0, 0]
1131
+ ];
1132
+ var SaaSProductVisibilityFilter$ = [3, n0, _SSPVF,
1133
+ 0,
1134
+ [_VL],
1135
+ [64 | 0]
1136
+ ];
1137
+ var Sort$ = [3, n0, _So,
1138
+ 0,
1139
+ [_SB, _SO],
1140
+ [0, 0]
1141
+ ];
1142
+ var StartChangeSetRequest$ = [3, n0, _SCSR,
1143
+ 0,
1144
+ [_C, _CSh, _CSN, _CRT, _CST, _I],
1145
+ [0, () => RequestedChangeList, 0, [0, 4], () => TagList, 0], 2
1146
+ ];
1147
+ var StartChangeSetResponse$ = [3, n0, _SCSRt,
1148
+ 0,
1149
+ [_CSI, _CSA],
1150
+ [0, 0]
1151
+ ];
1152
+ var Tag$ = [3, n0, _Tag,
1153
+ 0,
1154
+ [_K, _Va],
1155
+ [0, 0], 2
1156
+ ];
1157
+ var TagResourceRequest$ = [3, n0, _TRR,
1158
+ 0,
1159
+ [_RA, _Ta],
1160
+ [0, () => TagList], 2
1161
+ ];
1162
+ var TagResourceResponse$ = [3, n0, _TRRa,
1163
+ 0,
1164
+ [],
1165
+ []
1166
+ ];
1167
+ var UntagResourceRequest$ = [3, n0, _URR,
1168
+ 0,
1169
+ [_RA, _TK],
1170
+ [0, 64 | 0], 2
1171
+ ];
1172
+ var UntagResourceResponse$ = [3, n0, _URRn,
1173
+ 0,
1174
+ [],
1175
+ []
1176
+ ];
1177
+ var ChangeSetDescription = [1, n0, _CSD,
1178
+ 0, () => ChangeSummary$
1179
+ ];
1180
+ var ChangeSetSummaryList = [1, n0, _CSSL,
1181
+ 0, () => ChangeSetSummaryListItem$
1182
+ ];
1183
+ var EntityRequestList = [1, n0, _ERL,
1184
+ 0, () => EntityRequest$
1185
+ ];
1186
+ var EntitySummaryList = [1, n0, _ESL,
1187
+ 0, () => EntitySummary$
1188
+ ];
1189
+ var ErrorDetailList = [1, n0, _EDL,
1190
+ 0, () => ErrorDetail$
1191
+ ];
1192
+ var FilterList = [1, n0, _FL,
1193
+ 0, () => Filter$
1194
+ ];
1195
+ var RequestedChangeList = [1, n0, _RCL,
1196
+ 0, () => Change$
1197
+ ];
1198
+ var TagList = [1, n0, _TL,
1199
+ 0, () => Tag$
1200
+ ];
1201
+ var EntityDetails = [2, n0, _ED,
1202
+ 0, 0, () => EntityDetail$
1203
+ ];
1204
+ var Errors = [2, n0, _E,
1205
+ 0, 0, () => BatchDescribeErrorDetail$
1206
+ ];
1207
+ var EntityTypeFilters$ = [4, n0, _ETF,
1208
+ 0,
1209
+ [_DPF, _SSPF, _APF, _OF, _CPF, _RAF, _MLPF, _OSF],
1210
+ [() => DataProductFilters$, () => SaaSProductFilters$, () => AmiProductFilters$, () => OfferFilters$, () => ContainerProductFilters$, () => ResaleAuthorizationFilters$, () => MachineLearningProductFilters$, () => OfferSetFilters$]
1211
+ ];
1212
+ var EntityTypeSort$ = [4, n0, _ETS,
1213
+ 0,
1214
+ [_DPS, _SSPSa, _APS, _OSf, _CPS, _RASe, _MLPSa, _OSSf],
1215
+ [() => DataProductSort$, () => SaaSProductSort$, () => AmiProductSort$, () => OfferSort$, () => ContainerProductSort$, () => ResaleAuthorizationSort$, () => MachineLearningProductSort$, () => OfferSetSort$]
1216
+ ];
1217
+ var BatchDescribeEntities$ = [9, n0, _BDE,
1218
+ { [_h]: ["POST", "/BatchDescribeEntities", 200] }, () => BatchDescribeEntitiesRequest$, () => BatchDescribeEntitiesResponse$
1219
+ ];
1220
+ var CancelChangeSet$ = [9, n0, _CCS,
1221
+ { [_h]: ["PATCH", "/CancelChangeSet", 200] }, () => CancelChangeSetRequest$, () => CancelChangeSetResponse$
1222
+ ];
1223
+ var DeleteResourcePolicy$ = [9, n0, _DRP,
1224
+ { [_h]: ["DELETE", "/DeleteResourcePolicy", 200] }, () => DeleteResourcePolicyRequest$, () => DeleteResourcePolicyResponse$
1225
+ ];
1226
+ var DescribeChangeSet$ = [9, n0, _DCS,
1227
+ { [_h]: ["GET", "/DescribeChangeSet", 200] }, () => DescribeChangeSetRequest$, () => DescribeChangeSetResponse$
1228
+ ];
1229
+ var DescribeEntity$ = [9, n0, _DE,
1230
+ { [_h]: ["GET", "/DescribeEntity", 200] }, () => DescribeEntityRequest$, () => DescribeEntityResponse$
1231
+ ];
1232
+ var GetResourcePolicy$ = [9, n0, _GRP,
1233
+ { [_h]: ["GET", "/GetResourcePolicy", 200] }, () => GetResourcePolicyRequest$, () => GetResourcePolicyResponse$
1234
+ ];
1235
+ var ListChangeSets$ = [9, n0, _LCS,
1236
+ { [_h]: ["POST", "/ListChangeSets", 200] }, () => ListChangeSetsRequest$, () => ListChangeSetsResponse$
1237
+ ];
1238
+ var ListEntities$ = [9, n0, _LE,
1239
+ { [_h]: ["POST", "/ListEntities", 200] }, () => ListEntitiesRequest$, () => ListEntitiesResponse$
1240
+ ];
1241
+ var ListTagsForResource$ = [9, n0, _LTFR,
1242
+ { [_h]: ["POST", "/ListTagsForResource", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1243
+ ];
1244
+ var PutResourcePolicy$ = [9, n0, _PRP,
1245
+ { [_h]: ["POST", "/PutResourcePolicy", 200] }, () => PutResourcePolicyRequest$, () => PutResourcePolicyResponse$
1246
+ ];
1247
+ var StartChangeSet$ = [9, n0, _SCS,
1248
+ { [_h]: ["POST", "/StartChangeSet", 200] }, () => StartChangeSetRequest$, () => StartChangeSetResponse$
1249
+ ];
1250
+ var TagResource$ = [9, n0, _TR,
1251
+ { [_h]: ["POST", "/TagResource", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
1252
+ ];
1253
+ var UntagResource$ = [9, n0, _UR,
1254
+ { [_h]: ["POST", "/UntagResource", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
1255
+ ];
1256
+
1257
+ const getRuntimeConfig$1 = (config) => {
1258
+ return {
1259
+ apiVersion: "2018-09-17",
1260
+ base64Decoder: config?.base64Decoder ?? fromBase64,
1261
+ base64Encoder: config?.base64Encoder ?? toBase64,
1262
+ disableHostPrefix: config?.disableHostPrefix ?? false,
1263
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
1264
+ extensions: config?.extensions ?? [],
1265
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultMarketplaceCatalogHttpAuthSchemeProvider,
1266
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
1267
+ {
1268
+ schemeId: "aws.auth#sigv4",
1269
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
1270
+ signer: new AwsSdkSigV4Signer(),
1271
+ },
1272
+ ],
1273
+ logger: config?.logger ?? new NoOpLogger(),
1274
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
1275
+ protocolSettings: config?.protocolSettings ?? {
1276
+ defaultNamespace: "com.amazonaws.marketplacecatalog",
1277
+ errorTypeRegistries,
1278
+ version: "2018-09-17",
1279
+ serviceTarget: "AWSMPSeymour",
1280
+ },
1281
+ serviceId: config?.serviceId ?? "Marketplace Catalog",
1282
+ urlParser: config?.urlParser ?? parseUrl,
1283
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1284
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
1285
+ };
1286
+ };
1287
+
1288
+ const getRuntimeConfig = (config) => {
1289
+ emitWarningIfUnsupportedVersion(process.version);
1290
+ const defaultsMode = resolveDefaultsModeConfig(config);
1291
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
1292
+ const clientSharedValues = getRuntimeConfig$1(config);
1293
+ emitWarningIfUnsupportedVersion$1(process.version);
1294
+ const loaderConfig = {
1295
+ profile: config?.profile,
1296
+ logger: clientSharedValues.logger,
1297
+ };
1298
+ return {
1299
+ ...clientSharedValues,
1300
+ ...config,
1301
+ runtime: "node",
1302
+ defaultsMode,
1303
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
1304
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
1305
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
1306
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
1307
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
1308
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
1309
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
1310
+ retryMode: config?.retryMode ??
1311
+ loadConfig({
1312
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1313
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1314
+ }, config),
1315
+ sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
1316
+ streamCollector: config?.streamCollector ?? streamCollector,
1317
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1318
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1319
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
1320
+ };
1321
+ };
1322
+
34
1323
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
1324
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
1325
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -436,42 +1725,202 @@ const OwnershipType = {
436
1725
  SHARED: "SHARED",
437
1726
  };
438
1727
 
1728
+ exports.AccessDeniedException = AccessDeniedException;
1729
+ exports.AccessDeniedException$ = AccessDeniedException$;
1730
+ exports.AmiProductEntityIdFilter$ = AmiProductEntityIdFilter$;
1731
+ exports.AmiProductFilters$ = AmiProductFilters$;
1732
+ exports.AmiProductLastModifiedDateFilter$ = AmiProductLastModifiedDateFilter$;
1733
+ exports.AmiProductLastModifiedDateFilterDateRange$ = AmiProductLastModifiedDateFilterDateRange$;
1734
+ exports.AmiProductSort$ = AmiProductSort$;
439
1735
  exports.AmiProductSortBy = AmiProductSortBy;
1736
+ exports.AmiProductSummary$ = AmiProductSummary$;
1737
+ exports.AmiProductTitleFilter$ = AmiProductTitleFilter$;
1738
+ exports.AmiProductVisibilityFilter$ = AmiProductVisibilityFilter$;
440
1739
  exports.AmiProductVisibilityString = AmiProductVisibilityString;
1740
+ exports.BatchDescribeEntities$ = BatchDescribeEntities$;
441
1741
  exports.BatchDescribeEntitiesCommand = BatchDescribeEntitiesCommand;
1742
+ exports.BatchDescribeEntitiesRequest$ = BatchDescribeEntitiesRequest$;
1743
+ exports.BatchDescribeEntitiesResponse$ = BatchDescribeEntitiesResponse$;
1744
+ exports.BatchDescribeErrorDetail$ = BatchDescribeErrorDetail$;
1745
+ exports.CancelChangeSet$ = CancelChangeSet$;
442
1746
  exports.CancelChangeSetCommand = CancelChangeSetCommand;
1747
+ exports.CancelChangeSetRequest$ = CancelChangeSetRequest$;
1748
+ exports.CancelChangeSetResponse$ = CancelChangeSetResponse$;
1749
+ exports.Change$ = Change$;
1750
+ exports.ChangeSetSummaryListItem$ = ChangeSetSummaryListItem$;
443
1751
  exports.ChangeStatus = ChangeStatus;
1752
+ exports.ChangeSummary$ = ChangeSummary$;
1753
+ exports.ContainerProductEntityIdFilter$ = ContainerProductEntityIdFilter$;
1754
+ exports.ContainerProductFilters$ = ContainerProductFilters$;
1755
+ exports.ContainerProductLastModifiedDateFilter$ = ContainerProductLastModifiedDateFilter$;
1756
+ exports.ContainerProductLastModifiedDateFilterDateRange$ = ContainerProductLastModifiedDateFilterDateRange$;
1757
+ exports.ContainerProductSort$ = ContainerProductSort$;
444
1758
  exports.ContainerProductSortBy = ContainerProductSortBy;
1759
+ exports.ContainerProductSummary$ = ContainerProductSummary$;
1760
+ exports.ContainerProductTitleFilter$ = ContainerProductTitleFilter$;
1761
+ exports.ContainerProductVisibilityFilter$ = ContainerProductVisibilityFilter$;
445
1762
  exports.ContainerProductVisibilityString = ContainerProductVisibilityString;
1763
+ exports.DataProductEntityIdFilter$ = DataProductEntityIdFilter$;
1764
+ exports.DataProductFilters$ = DataProductFilters$;
1765
+ exports.DataProductLastModifiedDateFilter$ = DataProductLastModifiedDateFilter$;
1766
+ exports.DataProductLastModifiedDateFilterDateRange$ = DataProductLastModifiedDateFilterDateRange$;
1767
+ exports.DataProductSort$ = DataProductSort$;
446
1768
  exports.DataProductSortBy = DataProductSortBy;
1769
+ exports.DataProductSummary$ = DataProductSummary$;
1770
+ exports.DataProductTitleFilter$ = DataProductTitleFilter$;
1771
+ exports.DataProductVisibilityFilter$ = DataProductVisibilityFilter$;
447
1772
  exports.DataProductVisibilityString = DataProductVisibilityString;
1773
+ exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
448
1774
  exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
1775
+ exports.DeleteResourcePolicyRequest$ = DeleteResourcePolicyRequest$;
1776
+ exports.DeleteResourcePolicyResponse$ = DeleteResourcePolicyResponse$;
1777
+ exports.DescribeChangeSet$ = DescribeChangeSet$;
449
1778
  exports.DescribeChangeSetCommand = DescribeChangeSetCommand;
1779
+ exports.DescribeChangeSetRequest$ = DescribeChangeSetRequest$;
1780
+ exports.DescribeChangeSetResponse$ = DescribeChangeSetResponse$;
1781
+ exports.DescribeEntity$ = DescribeEntity$;
450
1782
  exports.DescribeEntityCommand = DescribeEntityCommand;
1783
+ exports.DescribeEntityRequest$ = DescribeEntityRequest$;
1784
+ exports.DescribeEntityResponse$ = DescribeEntityResponse$;
1785
+ exports.Entity$ = Entity$;
1786
+ exports.EntityDetail$ = EntityDetail$;
1787
+ exports.EntityRequest$ = EntityRequest$;
1788
+ exports.EntitySummary$ = EntitySummary$;
1789
+ exports.EntityTypeFilters$ = EntityTypeFilters$;
1790
+ exports.EntityTypeSort$ = EntityTypeSort$;
1791
+ exports.ErrorDetail$ = ErrorDetail$;
451
1792
  exports.FailureCode = FailureCode;
1793
+ exports.Filter$ = Filter$;
1794
+ exports.GetResourcePolicy$ = GetResourcePolicy$;
452
1795
  exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
1796
+ exports.GetResourcePolicyRequest$ = GetResourcePolicyRequest$;
1797
+ exports.GetResourcePolicyResponse$ = GetResourcePolicyResponse$;
453
1798
  exports.Intent = Intent;
1799
+ exports.InternalServiceException = InternalServiceException;
1800
+ exports.InternalServiceException$ = InternalServiceException$;
1801
+ exports.ListChangeSets$ = ListChangeSets$;
454
1802
  exports.ListChangeSetsCommand = ListChangeSetsCommand;
1803
+ exports.ListChangeSetsRequest$ = ListChangeSetsRequest$;
1804
+ exports.ListChangeSetsResponse$ = ListChangeSetsResponse$;
1805
+ exports.ListEntities$ = ListEntities$;
455
1806
  exports.ListEntitiesCommand = ListEntitiesCommand;
1807
+ exports.ListEntitiesRequest$ = ListEntitiesRequest$;
1808
+ exports.ListEntitiesResponse$ = ListEntitiesResponse$;
1809
+ exports.ListTagsForResource$ = ListTagsForResource$;
456
1810
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1811
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1812
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1813
+ exports.MachineLearningProductEntityIdFilter$ = MachineLearningProductEntityIdFilter$;
1814
+ exports.MachineLearningProductFilters$ = MachineLearningProductFilters$;
1815
+ exports.MachineLearningProductLastModifiedDateFilter$ = MachineLearningProductLastModifiedDateFilter$;
1816
+ exports.MachineLearningProductLastModifiedDateFilterDateRange$ = MachineLearningProductLastModifiedDateFilterDateRange$;
1817
+ exports.MachineLearningProductSort$ = MachineLearningProductSort$;
457
1818
  exports.MachineLearningProductSortBy = MachineLearningProductSortBy;
1819
+ exports.MachineLearningProductSummary$ = MachineLearningProductSummary$;
1820
+ exports.MachineLearningProductTitleFilter$ = MachineLearningProductTitleFilter$;
1821
+ exports.MachineLearningProductVisibilityFilter$ = MachineLearningProductVisibilityFilter$;
458
1822
  exports.MachineLearningProductVisibilityString = MachineLearningProductVisibilityString;
459
1823
  exports.MarketplaceCatalog = MarketplaceCatalog;
460
1824
  exports.MarketplaceCatalogClient = MarketplaceCatalogClient;
1825
+ exports.MarketplaceCatalogServiceException = MarketplaceCatalogServiceException;
1826
+ exports.MarketplaceCatalogServiceException$ = MarketplaceCatalogServiceException$;
1827
+ exports.OfferAvailabilityEndDateFilter$ = OfferAvailabilityEndDateFilter$;
1828
+ exports.OfferAvailabilityEndDateFilterDateRange$ = OfferAvailabilityEndDateFilterDateRange$;
1829
+ exports.OfferBuyerAccountsFilter$ = OfferBuyerAccountsFilter$;
1830
+ exports.OfferEntityIdFilter$ = OfferEntityIdFilter$;
1831
+ exports.OfferFilters$ = OfferFilters$;
1832
+ exports.OfferLastModifiedDateFilter$ = OfferLastModifiedDateFilter$;
1833
+ exports.OfferLastModifiedDateFilterDateRange$ = OfferLastModifiedDateFilterDateRange$;
1834
+ exports.OfferNameFilter$ = OfferNameFilter$;
1835
+ exports.OfferProductIdFilter$ = OfferProductIdFilter$;
1836
+ exports.OfferReleaseDateFilter$ = OfferReleaseDateFilter$;
1837
+ exports.OfferReleaseDateFilterDateRange$ = OfferReleaseDateFilterDateRange$;
1838
+ exports.OfferResaleAuthorizationIdFilter$ = OfferResaleAuthorizationIdFilter$;
1839
+ exports.OfferSetAssociatedOfferIdsFilter$ = OfferSetAssociatedOfferIdsFilter$;
1840
+ exports.OfferSetEntityIdFilter$ = OfferSetEntityIdFilter$;
1841
+ exports.OfferSetFilters$ = OfferSetFilters$;
1842
+ exports.OfferSetIdFilter$ = OfferSetIdFilter$;
1843
+ exports.OfferSetLastModifiedDateFilter$ = OfferSetLastModifiedDateFilter$;
1844
+ exports.OfferSetLastModifiedDateFilterDateRange$ = OfferSetLastModifiedDateFilterDateRange$;
1845
+ exports.OfferSetNameFilter$ = OfferSetNameFilter$;
1846
+ exports.OfferSetReleaseDateFilter$ = OfferSetReleaseDateFilter$;
1847
+ exports.OfferSetReleaseDateFilterDateRange$ = OfferSetReleaseDateFilterDateRange$;
1848
+ exports.OfferSetSolutionIdFilter$ = OfferSetSolutionIdFilter$;
1849
+ exports.OfferSetSort$ = OfferSetSort$;
461
1850
  exports.OfferSetSortBy = OfferSetSortBy;
1851
+ exports.OfferSetStateFilter$ = OfferSetStateFilter$;
462
1852
  exports.OfferSetStateString = OfferSetStateString;
1853
+ exports.OfferSetSummary$ = OfferSetSummary$;
1854
+ exports.OfferSort$ = OfferSort$;
463
1855
  exports.OfferSortBy = OfferSortBy;
1856
+ exports.OfferStateFilter$ = OfferStateFilter$;
464
1857
  exports.OfferStateString = OfferStateString;
1858
+ exports.OfferSummary$ = OfferSummary$;
1859
+ exports.OfferTargetingFilter$ = OfferTargetingFilter$;
465
1860
  exports.OfferTargetingString = OfferTargetingString;
466
1861
  exports.OwnershipType = OwnershipType;
1862
+ exports.PutResourcePolicy$ = PutResourcePolicy$;
467
1863
  exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
1864
+ exports.PutResourcePolicyRequest$ = PutResourcePolicyRequest$;
1865
+ exports.PutResourcePolicyResponse$ = PutResourcePolicyResponse$;
1866
+ exports.ResaleAuthorizationAvailabilityEndDateFilter$ = ResaleAuthorizationAvailabilityEndDateFilter$;
1867
+ exports.ResaleAuthorizationAvailabilityEndDateFilterDateRange$ = ResaleAuthorizationAvailabilityEndDateFilterDateRange$;
1868
+ exports.ResaleAuthorizationCreatedDateFilter$ = ResaleAuthorizationCreatedDateFilter$;
1869
+ exports.ResaleAuthorizationCreatedDateFilterDateRange$ = ResaleAuthorizationCreatedDateFilterDateRange$;
1870
+ exports.ResaleAuthorizationEntityIdFilter$ = ResaleAuthorizationEntityIdFilter$;
1871
+ exports.ResaleAuthorizationFilters$ = ResaleAuthorizationFilters$;
1872
+ exports.ResaleAuthorizationLastModifiedDateFilter$ = ResaleAuthorizationLastModifiedDateFilter$;
1873
+ exports.ResaleAuthorizationLastModifiedDateFilterDateRange$ = ResaleAuthorizationLastModifiedDateFilterDateRange$;
1874
+ exports.ResaleAuthorizationManufacturerAccountIdFilter$ = ResaleAuthorizationManufacturerAccountIdFilter$;
1875
+ exports.ResaleAuthorizationManufacturerLegalNameFilter$ = ResaleAuthorizationManufacturerLegalNameFilter$;
1876
+ exports.ResaleAuthorizationNameFilter$ = ResaleAuthorizationNameFilter$;
1877
+ exports.ResaleAuthorizationOfferExtendedStatusFilter$ = ResaleAuthorizationOfferExtendedStatusFilter$;
1878
+ exports.ResaleAuthorizationProductIdFilter$ = ResaleAuthorizationProductIdFilter$;
1879
+ exports.ResaleAuthorizationProductNameFilter$ = ResaleAuthorizationProductNameFilter$;
1880
+ exports.ResaleAuthorizationResellerAccountIDFilter$ = ResaleAuthorizationResellerAccountIDFilter$;
1881
+ exports.ResaleAuthorizationResellerLegalNameFilter$ = ResaleAuthorizationResellerLegalNameFilter$;
1882
+ exports.ResaleAuthorizationSort$ = ResaleAuthorizationSort$;
468
1883
  exports.ResaleAuthorizationSortBy = ResaleAuthorizationSortBy;
1884
+ exports.ResaleAuthorizationStatusFilter$ = ResaleAuthorizationStatusFilter$;
469
1885
  exports.ResaleAuthorizationStatusString = ResaleAuthorizationStatusString;
1886
+ exports.ResaleAuthorizationSummary$ = ResaleAuthorizationSummary$;
1887
+ exports.ResourceInUseException = ResourceInUseException;
1888
+ exports.ResourceInUseException$ = ResourceInUseException$;
1889
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1890
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1891
+ exports.ResourceNotSupportedException = ResourceNotSupportedException;
1892
+ exports.ResourceNotSupportedException$ = ResourceNotSupportedException$;
1893
+ exports.SaaSProductEntityIdFilter$ = SaaSProductEntityIdFilter$;
1894
+ exports.SaaSProductFilters$ = SaaSProductFilters$;
1895
+ exports.SaaSProductLastModifiedDateFilter$ = SaaSProductLastModifiedDateFilter$;
1896
+ exports.SaaSProductLastModifiedDateFilterDateRange$ = SaaSProductLastModifiedDateFilterDateRange$;
1897
+ exports.SaaSProductSort$ = SaaSProductSort$;
470
1898
  exports.SaaSProductSortBy = SaaSProductSortBy;
1899
+ exports.SaaSProductSummary$ = SaaSProductSummary$;
1900
+ exports.SaaSProductTitleFilter$ = SaaSProductTitleFilter$;
1901
+ exports.SaaSProductVisibilityFilter$ = SaaSProductVisibilityFilter$;
471
1902
  exports.SaaSProductVisibilityString = SaaSProductVisibilityString;
1903
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1904
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1905
+ exports.Sort$ = Sort$;
472
1906
  exports.SortOrder = SortOrder;
1907
+ exports.StartChangeSet$ = StartChangeSet$;
473
1908
  exports.StartChangeSetCommand = StartChangeSetCommand;
1909
+ exports.StartChangeSetRequest$ = StartChangeSetRequest$;
1910
+ exports.StartChangeSetResponse$ = StartChangeSetResponse$;
1911
+ exports.Tag$ = Tag$;
1912
+ exports.TagResource$ = TagResource$;
474
1913
  exports.TagResourceCommand = TagResourceCommand;
1914
+ exports.TagResourceRequest$ = TagResourceRequest$;
1915
+ exports.TagResourceResponse$ = TagResourceResponse$;
1916
+ exports.ThrottlingException = ThrottlingException;
1917
+ exports.ThrottlingException$ = ThrottlingException$;
1918
+ exports.UntagResource$ = UntagResource$;
475
1919
  exports.UntagResourceCommand = UntagResourceCommand;
1920
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1921
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1922
+ exports.ValidationException = ValidationException;
1923
+ exports.ValidationException$ = ValidationException$;
1924
+ exports.errorTypeRegistries = errorTypeRegistries;
476
1925
  exports.paginateListChangeSets = paginateListChangeSets;
477
1926
  exports.paginateListEntities = paginateListEntities;