@aws-sdk/client-partnercentral-selling 3.1067.0 → 3.1069.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,18 +1,21 @@
1
- 'use strict';
2
-
3
- var client$1 = require('@aws-sdk/core/client');
4
- var core = require('@smithy/core');
5
- var client = require('@smithy/core/client');
6
- var config = require('@smithy/core/config');
7
- var endpoints = require('@smithy/core/endpoints');
8
- var protocols = require('@smithy/core/protocols');
9
- var retry = require('@smithy/core/retry');
10
- var schema = require('@smithy/core/schema');
11
- var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
12
- var runtimeConfig = require('./runtimeConfig');
13
- var schemas_0 = require('./schemas/schemas_0');
14
- var errors = require('./models/errors');
15
- var PartnerCentralSellingServiceException = require('./models/PartnerCentralSellingServiceException');
1
+ var __exportStar = (m, e) => { Object.assign(e, m); };
2
+ const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
+ const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
+ const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
+ exports.$Command = Command;
6
+ 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, defaultPartnerCentralSellingHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
+ const { getRuntimeConfig } = require("./runtimeConfig");
14
+ const { AcceptEngagementInvitation$, AssignOpportunity$, AssociateOpportunity$, CreateEngagement$, CreateEngagementContext$, CreateEngagementInvitation$, CreateOpportunity$, CreateResourceSnapshot$, CreateResourceSnapshotJob$, DeleteResourceSnapshotJob$, DisassociateOpportunity$, GetAwsOpportunitySummary$, GetEngagement$, GetEngagementInvitation$, GetOpportunity$, GetResourceSnapshot$, GetResourceSnapshotJob$, GetSellingSystemSettings$, ListEngagementByAcceptingInvitationTasks$, ListEngagementFromOpportunityTasks$, ListEngagementInvitations$, ListEngagementMembers$, ListEngagementResourceAssociations$, ListEngagements$, ListOpportunities$, ListOpportunityFromEngagementTasks$, ListResourceSnapshotJobs$, ListResourceSnapshots$, ListSolutions$, ListTagsForResource$, PutSellingSystemSettings$, RejectEngagementInvitation$, StartEngagementByAcceptingInvitationTask$, StartEngagementFromOpportunityTask$, StartOpportunityFromEngagementTask$, StartResourceSnapshotJob$, StopResourceSnapshotJob$, SubmitOpportunity$, TagResource$, UntagResource$, UpdateEngagementContext$, UpdateOpportunity$ } = require("./schemas/schemas_0");
15
+ __exportStar(require("./schemas/schemas_0"), exports);
16
+ __exportStar(require("./models/errors"), exports);
17
+ const { PartnerCentralSellingServiceException } = require("./models/PartnerCentralSellingServiceException");
18
+ exports.PartnerCentralSellingServiceException = PartnerCentralSellingServiceException;
16
19
 
17
20
  const resolveClientEndpointParameters = (options) => {
18
21
  return Object.assign(options, {
@@ -66,571 +69,571 @@ const resolveHttpAuthRuntimeConfig = (config) => {
66
69
  };
67
70
 
68
71
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
69
- const extensionConfiguration = Object.assign(client$1.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
72
+ const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
70
73
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
71
- return Object.assign(runtimeConfig, client$1.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
74
+ return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
72
75
  };
73
76
 
74
- class PartnerCentralSellingClient extends client.Client {
77
+ class PartnerCentralSellingClient extends Client {
75
78
  config;
76
79
  constructor(...[configuration]) {
77
- const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
80
+ const _config_0 = getRuntimeConfig(configuration || {});
78
81
  super(_config_0);
79
82
  this.initConfig = _config_0;
80
83
  const _config_1 = resolveClientEndpointParameters(_config_0);
81
- const _config_2 = client$1.resolveUserAgentConfig(_config_1);
82
- const _config_3 = retry.resolveRetryConfig(_config_2);
83
- const _config_4 = config.resolveRegionConfig(_config_3);
84
- const _config_5 = client$1.resolveHostHeaderConfig(_config_4);
85
- const _config_6 = endpoints.resolveEndpointConfig(_config_5);
86
- const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
84
+ const _config_2 = resolveUserAgentConfig(_config_1);
85
+ const _config_3 = resolveRetryConfig(_config_2);
86
+ const _config_4 = resolveRegionConfig(_config_3);
87
+ const _config_5 = resolveHostHeaderConfig(_config_4);
88
+ const _config_6 = resolveEndpointConfig(_config_5);
89
+ const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
87
90
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
88
91
  this.config = _config_8;
89
- this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
90
- this.middlewareStack.use(client$1.getUserAgentPlugin(this.config));
91
- this.middlewareStack.use(retry.getRetryPlugin(this.config));
92
- this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
93
- this.middlewareStack.use(client$1.getHostHeaderPlugin(this.config));
94
- this.middlewareStack.use(client$1.getLoggerPlugin(this.config));
95
- this.middlewareStack.use(client$1.getRecursionDetectionPlugin(this.config));
96
- this.middlewareStack.use(core.getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
97
- httpAuthSchemeParametersProvider: httpAuthSchemeProvider.defaultPartnerCentralSellingHttpAuthSchemeParametersProvider,
98
- identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({
92
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
93
+ this.middlewareStack.use(getUserAgentPlugin(this.config));
94
+ this.middlewareStack.use(getRetryPlugin(this.config));
95
+ this.middlewareStack.use(getContentLengthPlugin(this.config));
96
+ this.middlewareStack.use(getHostHeaderPlugin(this.config));
97
+ this.middlewareStack.use(getLoggerPlugin(this.config));
98
+ this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
99
+ this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
100
+ httpAuthSchemeParametersProvider: defaultPartnerCentralSellingHttpAuthSchemeParametersProvider,
101
+ identityProviderConfigProvider: async (config) => new DefaultIdentityProviderConfig({
99
102
  "aws.auth#sigv4": config.credentials,
100
103
  }),
101
104
  }));
102
- this.middlewareStack.use(core.getHttpSigningPlugin(this.config));
105
+ this.middlewareStack.use(getHttpSigningPlugin(this.config));
103
106
  }
104
107
  destroy() {
105
108
  super.destroy();
106
109
  }
107
110
  }
108
111
 
109
- class AcceptEngagementInvitationCommand extends client.Command
112
+ class AcceptEngagementInvitationCommand extends Command
110
113
  .classBuilder()
111
114
  .ep(commonParams)
112
115
  .m(function (Command, cs, config, o) {
113
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
116
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
114
117
  })
115
118
  .s("AWSPartnerCentralSelling", "AcceptEngagementInvitation", {})
116
119
  .n("PartnerCentralSellingClient", "AcceptEngagementInvitationCommand")
117
- .sc(schemas_0.AcceptEngagementInvitation$)
120
+ .sc(AcceptEngagementInvitation$)
118
121
  .build() {
119
122
  }
120
123
 
121
- class AssignOpportunityCommand extends client.Command
124
+ class AssignOpportunityCommand extends Command
122
125
  .classBuilder()
123
126
  .ep(commonParams)
124
127
  .m(function (Command, cs, config, o) {
125
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
128
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
126
129
  })
127
130
  .s("AWSPartnerCentralSelling", "AssignOpportunity", {})
128
131
  .n("PartnerCentralSellingClient", "AssignOpportunityCommand")
129
- .sc(schemas_0.AssignOpportunity$)
132
+ .sc(AssignOpportunity$)
130
133
  .build() {
131
134
  }
132
135
 
133
- class AssociateOpportunityCommand extends client.Command
136
+ class AssociateOpportunityCommand extends Command
134
137
  .classBuilder()
135
138
  .ep(commonParams)
136
139
  .m(function (Command, cs, config, o) {
137
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
140
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
138
141
  })
139
142
  .s("AWSPartnerCentralSelling", "AssociateOpportunity", {})
140
143
  .n("PartnerCentralSellingClient", "AssociateOpportunityCommand")
141
- .sc(schemas_0.AssociateOpportunity$)
144
+ .sc(AssociateOpportunity$)
142
145
  .build() {
143
146
  }
144
147
 
145
- class CreateEngagementCommand extends client.Command
148
+ class CreateEngagementCommand extends Command
146
149
  .classBuilder()
147
150
  .ep(commonParams)
148
151
  .m(function (Command, cs, config, o) {
149
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
152
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
150
153
  })
151
154
  .s("AWSPartnerCentralSelling", "CreateEngagement", {})
152
155
  .n("PartnerCentralSellingClient", "CreateEngagementCommand")
153
- .sc(schemas_0.CreateEngagement$)
156
+ .sc(CreateEngagement$)
154
157
  .build() {
155
158
  }
156
159
 
157
- class CreateEngagementContextCommand extends client.Command
160
+ class CreateEngagementContextCommand extends Command
158
161
  .classBuilder()
159
162
  .ep(commonParams)
160
163
  .m(function (Command, cs, config, o) {
161
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
164
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
162
165
  })
163
166
  .s("AWSPartnerCentralSelling", "CreateEngagementContext", {})
164
167
  .n("PartnerCentralSellingClient", "CreateEngagementContextCommand")
165
- .sc(schemas_0.CreateEngagementContext$)
168
+ .sc(CreateEngagementContext$)
166
169
  .build() {
167
170
  }
168
171
 
169
- class CreateEngagementInvitationCommand extends client.Command
172
+ class CreateEngagementInvitationCommand extends Command
170
173
  .classBuilder()
171
174
  .ep(commonParams)
172
175
  .m(function (Command, cs, config, o) {
173
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
176
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
174
177
  })
175
178
  .s("AWSPartnerCentralSelling", "CreateEngagementInvitation", {})
176
179
  .n("PartnerCentralSellingClient", "CreateEngagementInvitationCommand")
177
- .sc(schemas_0.CreateEngagementInvitation$)
180
+ .sc(CreateEngagementInvitation$)
178
181
  .build() {
179
182
  }
180
183
 
181
- class CreateOpportunityCommand extends client.Command
184
+ class CreateOpportunityCommand extends Command
182
185
  .classBuilder()
183
186
  .ep(commonParams)
184
187
  .m(function (Command, cs, config, o) {
185
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
188
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
186
189
  })
187
190
  .s("AWSPartnerCentralSelling", "CreateOpportunity", {})
188
191
  .n("PartnerCentralSellingClient", "CreateOpportunityCommand")
189
- .sc(schemas_0.CreateOpportunity$)
192
+ .sc(CreateOpportunity$)
190
193
  .build() {
191
194
  }
192
195
 
193
- class CreateResourceSnapshotCommand extends client.Command
196
+ class CreateResourceSnapshotCommand extends Command
194
197
  .classBuilder()
195
198
  .ep(commonParams)
196
199
  .m(function (Command, cs, config, o) {
197
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
200
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
198
201
  })
199
202
  .s("AWSPartnerCentralSelling", "CreateResourceSnapshot", {})
200
203
  .n("PartnerCentralSellingClient", "CreateResourceSnapshotCommand")
201
- .sc(schemas_0.CreateResourceSnapshot$)
204
+ .sc(CreateResourceSnapshot$)
202
205
  .build() {
203
206
  }
204
207
 
205
- class CreateResourceSnapshotJobCommand extends client.Command
208
+ class CreateResourceSnapshotJobCommand extends Command
206
209
  .classBuilder()
207
210
  .ep(commonParams)
208
211
  .m(function (Command, cs, config, o) {
209
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
212
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
210
213
  })
211
214
  .s("AWSPartnerCentralSelling", "CreateResourceSnapshotJob", {})
212
215
  .n("PartnerCentralSellingClient", "CreateResourceSnapshotJobCommand")
213
- .sc(schemas_0.CreateResourceSnapshotJob$)
216
+ .sc(CreateResourceSnapshotJob$)
214
217
  .build() {
215
218
  }
216
219
 
217
- class DeleteResourceSnapshotJobCommand extends client.Command
220
+ class DeleteResourceSnapshotJobCommand extends Command
218
221
  .classBuilder()
219
222
  .ep(commonParams)
220
223
  .m(function (Command, cs, config, o) {
221
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
224
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
222
225
  })
223
226
  .s("AWSPartnerCentralSelling", "DeleteResourceSnapshotJob", {})
224
227
  .n("PartnerCentralSellingClient", "DeleteResourceSnapshotJobCommand")
225
- .sc(schemas_0.DeleteResourceSnapshotJob$)
228
+ .sc(DeleteResourceSnapshotJob$)
226
229
  .build() {
227
230
  }
228
231
 
229
- class DisassociateOpportunityCommand extends client.Command
232
+ class DisassociateOpportunityCommand extends Command
230
233
  .classBuilder()
231
234
  .ep(commonParams)
232
235
  .m(function (Command, cs, config, o) {
233
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
236
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
234
237
  })
235
238
  .s("AWSPartnerCentralSelling", "DisassociateOpportunity", {})
236
239
  .n("PartnerCentralSellingClient", "DisassociateOpportunityCommand")
237
- .sc(schemas_0.DisassociateOpportunity$)
240
+ .sc(DisassociateOpportunity$)
238
241
  .build() {
239
242
  }
240
243
 
241
- class GetAwsOpportunitySummaryCommand extends client.Command
244
+ class GetAwsOpportunitySummaryCommand extends Command
242
245
  .classBuilder()
243
246
  .ep(commonParams)
244
247
  .m(function (Command, cs, config, o) {
245
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
248
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
246
249
  })
247
250
  .s("AWSPartnerCentralSelling", "GetAwsOpportunitySummary", {})
248
251
  .n("PartnerCentralSellingClient", "GetAwsOpportunitySummaryCommand")
249
- .sc(schemas_0.GetAwsOpportunitySummary$)
252
+ .sc(GetAwsOpportunitySummary$)
250
253
  .build() {
251
254
  }
252
255
 
253
- class GetEngagementCommand extends client.Command
256
+ class GetEngagementCommand extends Command
254
257
  .classBuilder()
255
258
  .ep(commonParams)
256
259
  .m(function (Command, cs, config, o) {
257
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
260
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
258
261
  })
259
262
  .s("AWSPartnerCentralSelling", "GetEngagement", {})
260
263
  .n("PartnerCentralSellingClient", "GetEngagementCommand")
261
- .sc(schemas_0.GetEngagement$)
264
+ .sc(GetEngagement$)
262
265
  .build() {
263
266
  }
264
267
 
265
- class GetEngagementInvitationCommand extends client.Command
268
+ class GetEngagementInvitationCommand extends Command
266
269
  .classBuilder()
267
270
  .ep(commonParams)
268
271
  .m(function (Command, cs, config, o) {
269
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
272
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
270
273
  })
271
274
  .s("AWSPartnerCentralSelling", "GetEngagementInvitation", {})
272
275
  .n("PartnerCentralSellingClient", "GetEngagementInvitationCommand")
273
- .sc(schemas_0.GetEngagementInvitation$)
276
+ .sc(GetEngagementInvitation$)
274
277
  .build() {
275
278
  }
276
279
 
277
- class GetOpportunityCommand extends client.Command
280
+ class GetOpportunityCommand extends Command
278
281
  .classBuilder()
279
282
  .ep(commonParams)
280
283
  .m(function (Command, cs, config, o) {
281
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
284
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
282
285
  })
283
286
  .s("AWSPartnerCentralSelling", "GetOpportunity", {})
284
287
  .n("PartnerCentralSellingClient", "GetOpportunityCommand")
285
- .sc(schemas_0.GetOpportunity$)
288
+ .sc(GetOpportunity$)
286
289
  .build() {
287
290
  }
288
291
 
289
- class GetResourceSnapshotCommand extends client.Command
292
+ class GetResourceSnapshotCommand extends Command
290
293
  .classBuilder()
291
294
  .ep(commonParams)
292
295
  .m(function (Command, cs, config, o) {
293
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
296
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
294
297
  })
295
298
  .s("AWSPartnerCentralSelling", "GetResourceSnapshot", {})
296
299
  .n("PartnerCentralSellingClient", "GetResourceSnapshotCommand")
297
- .sc(schemas_0.GetResourceSnapshot$)
300
+ .sc(GetResourceSnapshot$)
298
301
  .build() {
299
302
  }
300
303
 
301
- class GetResourceSnapshotJobCommand extends client.Command
304
+ class GetResourceSnapshotJobCommand extends Command
302
305
  .classBuilder()
303
306
  .ep(commonParams)
304
307
  .m(function (Command, cs, config, o) {
305
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
308
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
306
309
  })
307
310
  .s("AWSPartnerCentralSelling", "GetResourceSnapshotJob", {})
308
311
  .n("PartnerCentralSellingClient", "GetResourceSnapshotJobCommand")
309
- .sc(schemas_0.GetResourceSnapshotJob$)
312
+ .sc(GetResourceSnapshotJob$)
310
313
  .build() {
311
314
  }
312
315
 
313
- class GetSellingSystemSettingsCommand extends client.Command
316
+ class GetSellingSystemSettingsCommand extends Command
314
317
  .classBuilder()
315
318
  .ep(commonParams)
316
319
  .m(function (Command, cs, config, o) {
317
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
320
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
318
321
  })
319
322
  .s("AWSPartnerCentralSelling", "GetSellingSystemSettings", {})
320
323
  .n("PartnerCentralSellingClient", "GetSellingSystemSettingsCommand")
321
- .sc(schemas_0.GetSellingSystemSettings$)
324
+ .sc(GetSellingSystemSettings$)
322
325
  .build() {
323
326
  }
324
327
 
325
- class ListEngagementByAcceptingInvitationTasksCommand extends client.Command
328
+ class ListEngagementByAcceptingInvitationTasksCommand extends Command
326
329
  .classBuilder()
327
330
  .ep(commonParams)
328
331
  .m(function (Command, cs, config, o) {
329
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
332
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
330
333
  })
331
334
  .s("AWSPartnerCentralSelling", "ListEngagementByAcceptingInvitationTasks", {})
332
335
  .n("PartnerCentralSellingClient", "ListEngagementByAcceptingInvitationTasksCommand")
333
- .sc(schemas_0.ListEngagementByAcceptingInvitationTasks$)
336
+ .sc(ListEngagementByAcceptingInvitationTasks$)
334
337
  .build() {
335
338
  }
336
339
 
337
- class ListEngagementFromOpportunityTasksCommand extends client.Command
340
+ class ListEngagementFromOpportunityTasksCommand extends Command
338
341
  .classBuilder()
339
342
  .ep(commonParams)
340
343
  .m(function (Command, cs, config, o) {
341
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
344
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
342
345
  })
343
346
  .s("AWSPartnerCentralSelling", "ListEngagementFromOpportunityTasks", {})
344
347
  .n("PartnerCentralSellingClient", "ListEngagementFromOpportunityTasksCommand")
345
- .sc(schemas_0.ListEngagementFromOpportunityTasks$)
348
+ .sc(ListEngagementFromOpportunityTasks$)
346
349
  .build() {
347
350
  }
348
351
 
349
- class ListEngagementInvitationsCommand extends client.Command
352
+ class ListEngagementInvitationsCommand extends Command
350
353
  .classBuilder()
351
354
  .ep(commonParams)
352
355
  .m(function (Command, cs, config, o) {
353
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
356
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
354
357
  })
355
358
  .s("AWSPartnerCentralSelling", "ListEngagementInvitations", {})
356
359
  .n("PartnerCentralSellingClient", "ListEngagementInvitationsCommand")
357
- .sc(schemas_0.ListEngagementInvitations$)
360
+ .sc(ListEngagementInvitations$)
358
361
  .build() {
359
362
  }
360
363
 
361
- class ListEngagementMembersCommand extends client.Command
364
+ class ListEngagementMembersCommand extends Command
362
365
  .classBuilder()
363
366
  .ep(commonParams)
364
367
  .m(function (Command, cs, config, o) {
365
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
368
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
366
369
  })
367
370
  .s("AWSPartnerCentralSelling", "ListEngagementMembers", {})
368
371
  .n("PartnerCentralSellingClient", "ListEngagementMembersCommand")
369
- .sc(schemas_0.ListEngagementMembers$)
372
+ .sc(ListEngagementMembers$)
370
373
  .build() {
371
374
  }
372
375
 
373
- class ListEngagementResourceAssociationsCommand extends client.Command
376
+ class ListEngagementResourceAssociationsCommand extends Command
374
377
  .classBuilder()
375
378
  .ep(commonParams)
376
379
  .m(function (Command, cs, config, o) {
377
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
380
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
378
381
  })
379
382
  .s("AWSPartnerCentralSelling", "ListEngagementResourceAssociations", {})
380
383
  .n("PartnerCentralSellingClient", "ListEngagementResourceAssociationsCommand")
381
- .sc(schemas_0.ListEngagementResourceAssociations$)
384
+ .sc(ListEngagementResourceAssociations$)
382
385
  .build() {
383
386
  }
384
387
 
385
- class ListEngagementsCommand extends client.Command
388
+ class ListEngagementsCommand extends Command
386
389
  .classBuilder()
387
390
  .ep(commonParams)
388
391
  .m(function (Command, cs, config, o) {
389
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
392
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
390
393
  })
391
394
  .s("AWSPartnerCentralSelling", "ListEngagements", {})
392
395
  .n("PartnerCentralSellingClient", "ListEngagementsCommand")
393
- .sc(schemas_0.ListEngagements$)
396
+ .sc(ListEngagements$)
394
397
  .build() {
395
398
  }
396
399
 
397
- class ListOpportunitiesCommand extends client.Command
400
+ class ListOpportunitiesCommand extends Command
398
401
  .classBuilder()
399
402
  .ep(commonParams)
400
403
  .m(function (Command, cs, config, o) {
401
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
404
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
402
405
  })
403
406
  .s("AWSPartnerCentralSelling", "ListOpportunities", {})
404
407
  .n("PartnerCentralSellingClient", "ListOpportunitiesCommand")
405
- .sc(schemas_0.ListOpportunities$)
408
+ .sc(ListOpportunities$)
406
409
  .build() {
407
410
  }
408
411
 
409
- class ListOpportunityFromEngagementTasksCommand extends client.Command
412
+ class ListOpportunityFromEngagementTasksCommand extends Command
410
413
  .classBuilder()
411
414
  .ep(commonParams)
412
415
  .m(function (Command, cs, config, o) {
413
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
416
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
414
417
  })
415
418
  .s("AWSPartnerCentralSelling", "ListOpportunityFromEngagementTasks", {})
416
419
  .n("PartnerCentralSellingClient", "ListOpportunityFromEngagementTasksCommand")
417
- .sc(schemas_0.ListOpportunityFromEngagementTasks$)
420
+ .sc(ListOpportunityFromEngagementTasks$)
418
421
  .build() {
419
422
  }
420
423
 
421
- class ListResourceSnapshotJobsCommand extends client.Command
424
+ class ListResourceSnapshotJobsCommand extends Command
422
425
  .classBuilder()
423
426
  .ep(commonParams)
424
427
  .m(function (Command, cs, config, o) {
425
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
428
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
426
429
  })
427
430
  .s("AWSPartnerCentralSelling", "ListResourceSnapshotJobs", {})
428
431
  .n("PartnerCentralSellingClient", "ListResourceSnapshotJobsCommand")
429
- .sc(schemas_0.ListResourceSnapshotJobs$)
432
+ .sc(ListResourceSnapshotJobs$)
430
433
  .build() {
431
434
  }
432
435
 
433
- class ListResourceSnapshotsCommand extends client.Command
436
+ class ListResourceSnapshotsCommand extends Command
434
437
  .classBuilder()
435
438
  .ep(commonParams)
436
439
  .m(function (Command, cs, config, o) {
437
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
440
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
438
441
  })
439
442
  .s("AWSPartnerCentralSelling", "ListResourceSnapshots", {})
440
443
  .n("PartnerCentralSellingClient", "ListResourceSnapshotsCommand")
441
- .sc(schemas_0.ListResourceSnapshots$)
444
+ .sc(ListResourceSnapshots$)
442
445
  .build() {
443
446
  }
444
447
 
445
- class ListSolutionsCommand extends client.Command
448
+ class ListSolutionsCommand extends Command
446
449
  .classBuilder()
447
450
  .ep(commonParams)
448
451
  .m(function (Command, cs, config, o) {
449
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
452
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
450
453
  })
451
454
  .s("AWSPartnerCentralSelling", "ListSolutions", {})
452
455
  .n("PartnerCentralSellingClient", "ListSolutionsCommand")
453
- .sc(schemas_0.ListSolutions$)
456
+ .sc(ListSolutions$)
454
457
  .build() {
455
458
  }
456
459
 
457
- class ListTagsForResourceCommand extends client.Command
460
+ class ListTagsForResourceCommand extends Command
458
461
  .classBuilder()
459
462
  .ep(commonParams)
460
463
  .m(function (Command, cs, config, o) {
461
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
464
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
462
465
  })
463
466
  .s("AWSPartnerCentralSelling", "ListTagsForResource", {})
464
467
  .n("PartnerCentralSellingClient", "ListTagsForResourceCommand")
465
- .sc(schemas_0.ListTagsForResource$)
468
+ .sc(ListTagsForResource$)
466
469
  .build() {
467
470
  }
468
471
 
469
- class PutSellingSystemSettingsCommand extends client.Command
472
+ class PutSellingSystemSettingsCommand extends Command
470
473
  .classBuilder()
471
474
  .ep(commonParams)
472
475
  .m(function (Command, cs, config, o) {
473
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
476
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
474
477
  })
475
478
  .s("AWSPartnerCentralSelling", "PutSellingSystemSettings", {})
476
479
  .n("PartnerCentralSellingClient", "PutSellingSystemSettingsCommand")
477
- .sc(schemas_0.PutSellingSystemSettings$)
480
+ .sc(PutSellingSystemSettings$)
478
481
  .build() {
479
482
  }
480
483
 
481
- class RejectEngagementInvitationCommand extends client.Command
484
+ class RejectEngagementInvitationCommand extends Command
482
485
  .classBuilder()
483
486
  .ep(commonParams)
484
487
  .m(function (Command, cs, config, o) {
485
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
488
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
486
489
  })
487
490
  .s("AWSPartnerCentralSelling", "RejectEngagementInvitation", {})
488
491
  .n("PartnerCentralSellingClient", "RejectEngagementInvitationCommand")
489
- .sc(schemas_0.RejectEngagementInvitation$)
492
+ .sc(RejectEngagementInvitation$)
490
493
  .build() {
491
494
  }
492
495
 
493
- class StartEngagementByAcceptingInvitationTaskCommand extends client.Command
496
+ class StartEngagementByAcceptingInvitationTaskCommand extends Command
494
497
  .classBuilder()
495
498
  .ep(commonParams)
496
499
  .m(function (Command, cs, config, o) {
497
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
500
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
498
501
  })
499
502
  .s("AWSPartnerCentralSelling", "StartEngagementByAcceptingInvitationTask", {})
500
503
  .n("PartnerCentralSellingClient", "StartEngagementByAcceptingInvitationTaskCommand")
501
- .sc(schemas_0.StartEngagementByAcceptingInvitationTask$)
504
+ .sc(StartEngagementByAcceptingInvitationTask$)
502
505
  .build() {
503
506
  }
504
507
 
505
- class StartEngagementFromOpportunityTaskCommand extends client.Command
508
+ class StartEngagementFromOpportunityTaskCommand extends Command
506
509
  .classBuilder()
507
510
  .ep(commonParams)
508
511
  .m(function (Command, cs, config, o) {
509
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
512
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
510
513
  })
511
514
  .s("AWSPartnerCentralSelling", "StartEngagementFromOpportunityTask", {})
512
515
  .n("PartnerCentralSellingClient", "StartEngagementFromOpportunityTaskCommand")
513
- .sc(schemas_0.StartEngagementFromOpportunityTask$)
516
+ .sc(StartEngagementFromOpportunityTask$)
514
517
  .build() {
515
518
  }
516
519
 
517
- class StartOpportunityFromEngagementTaskCommand extends client.Command
520
+ class StartOpportunityFromEngagementTaskCommand extends Command
518
521
  .classBuilder()
519
522
  .ep(commonParams)
520
523
  .m(function (Command, cs, config, o) {
521
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
524
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
522
525
  })
523
526
  .s("AWSPartnerCentralSelling", "StartOpportunityFromEngagementTask", {})
524
527
  .n("PartnerCentralSellingClient", "StartOpportunityFromEngagementTaskCommand")
525
- .sc(schemas_0.StartOpportunityFromEngagementTask$)
528
+ .sc(StartOpportunityFromEngagementTask$)
526
529
  .build() {
527
530
  }
528
531
 
529
- class StartResourceSnapshotJobCommand extends client.Command
532
+ class StartResourceSnapshotJobCommand extends Command
530
533
  .classBuilder()
531
534
  .ep(commonParams)
532
535
  .m(function (Command, cs, config, o) {
533
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
536
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
534
537
  })
535
538
  .s("AWSPartnerCentralSelling", "StartResourceSnapshotJob", {})
536
539
  .n("PartnerCentralSellingClient", "StartResourceSnapshotJobCommand")
537
- .sc(schemas_0.StartResourceSnapshotJob$)
540
+ .sc(StartResourceSnapshotJob$)
538
541
  .build() {
539
542
  }
540
543
 
541
- class StopResourceSnapshotJobCommand extends client.Command
544
+ class StopResourceSnapshotJobCommand extends Command
542
545
  .classBuilder()
543
546
  .ep(commonParams)
544
547
  .m(function (Command, cs, config, o) {
545
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
548
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
546
549
  })
547
550
  .s("AWSPartnerCentralSelling", "StopResourceSnapshotJob", {})
548
551
  .n("PartnerCentralSellingClient", "StopResourceSnapshotJobCommand")
549
- .sc(schemas_0.StopResourceSnapshotJob$)
552
+ .sc(StopResourceSnapshotJob$)
550
553
  .build() {
551
554
  }
552
555
 
553
- class SubmitOpportunityCommand extends client.Command
556
+ class SubmitOpportunityCommand extends Command
554
557
  .classBuilder()
555
558
  .ep(commonParams)
556
559
  .m(function (Command, cs, config, o) {
557
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
560
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
558
561
  })
559
562
  .s("AWSPartnerCentralSelling", "SubmitOpportunity", {})
560
563
  .n("PartnerCentralSellingClient", "SubmitOpportunityCommand")
561
- .sc(schemas_0.SubmitOpportunity$)
564
+ .sc(SubmitOpportunity$)
562
565
  .build() {
563
566
  }
564
567
 
565
- class TagResourceCommand extends client.Command
568
+ class TagResourceCommand extends Command
566
569
  .classBuilder()
567
570
  .ep(commonParams)
568
571
  .m(function (Command, cs, config, o) {
569
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
572
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
570
573
  })
571
574
  .s("AWSPartnerCentralSelling", "TagResource", {})
572
575
  .n("PartnerCentralSellingClient", "TagResourceCommand")
573
- .sc(schemas_0.TagResource$)
576
+ .sc(TagResource$)
574
577
  .build() {
575
578
  }
576
579
 
577
- class UntagResourceCommand extends client.Command
580
+ class UntagResourceCommand extends Command
578
581
  .classBuilder()
579
582
  .ep(commonParams)
580
583
  .m(function (Command, cs, config, o) {
581
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
584
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
582
585
  })
583
586
  .s("AWSPartnerCentralSelling", "UntagResource", {})
584
587
  .n("PartnerCentralSellingClient", "UntagResourceCommand")
585
- .sc(schemas_0.UntagResource$)
588
+ .sc(UntagResource$)
586
589
  .build() {
587
590
  }
588
591
 
589
- class UpdateEngagementContextCommand extends client.Command
592
+ class UpdateEngagementContextCommand extends Command
590
593
  .classBuilder()
591
594
  .ep(commonParams)
592
595
  .m(function (Command, cs, config, o) {
593
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
596
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
594
597
  })
595
598
  .s("AWSPartnerCentralSelling", "UpdateEngagementContext", {})
596
599
  .n("PartnerCentralSellingClient", "UpdateEngagementContextCommand")
597
- .sc(schemas_0.UpdateEngagementContext$)
600
+ .sc(UpdateEngagementContext$)
598
601
  .build() {
599
602
  }
600
603
 
601
- class UpdateOpportunityCommand extends client.Command
604
+ class UpdateOpportunityCommand extends Command
602
605
  .classBuilder()
603
606
  .ep(commonParams)
604
607
  .m(function (Command, cs, config, o) {
605
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
608
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
606
609
  })
607
610
  .s("AWSPartnerCentralSelling", "UpdateOpportunity", {})
608
611
  .n("PartnerCentralSellingClient", "UpdateOpportunityCommand")
609
- .sc(schemas_0.UpdateOpportunity$)
612
+ .sc(UpdateOpportunity$)
610
613
  .build() {
611
614
  }
612
615
 
613
- const paginateListEngagementByAcceptingInvitationTasks = core.createPaginator(PartnerCentralSellingClient, ListEngagementByAcceptingInvitationTasksCommand, "NextToken", "NextToken", "MaxResults");
616
+ const paginateListEngagementByAcceptingInvitationTasks = createPaginator(PartnerCentralSellingClient, ListEngagementByAcceptingInvitationTasksCommand, "NextToken", "NextToken", "MaxResults");
614
617
 
615
- const paginateListEngagementFromOpportunityTasks = core.createPaginator(PartnerCentralSellingClient, ListEngagementFromOpportunityTasksCommand, "NextToken", "NextToken", "MaxResults");
618
+ const paginateListEngagementFromOpportunityTasks = createPaginator(PartnerCentralSellingClient, ListEngagementFromOpportunityTasksCommand, "NextToken", "NextToken", "MaxResults");
616
619
 
617
- const paginateListEngagementInvitations = core.createPaginator(PartnerCentralSellingClient, ListEngagementInvitationsCommand, "NextToken", "NextToken", "MaxResults");
620
+ const paginateListEngagementInvitations = createPaginator(PartnerCentralSellingClient, ListEngagementInvitationsCommand, "NextToken", "NextToken", "MaxResults");
618
621
 
619
- const paginateListEngagementMembers = core.createPaginator(PartnerCentralSellingClient, ListEngagementMembersCommand, "NextToken", "NextToken", "MaxResults");
622
+ const paginateListEngagementMembers = createPaginator(PartnerCentralSellingClient, ListEngagementMembersCommand, "NextToken", "NextToken", "MaxResults");
620
623
 
621
- const paginateListEngagementResourceAssociations = core.createPaginator(PartnerCentralSellingClient, ListEngagementResourceAssociationsCommand, "NextToken", "NextToken", "MaxResults");
624
+ const paginateListEngagementResourceAssociations = createPaginator(PartnerCentralSellingClient, ListEngagementResourceAssociationsCommand, "NextToken", "NextToken", "MaxResults");
622
625
 
623
- const paginateListEngagements = core.createPaginator(PartnerCentralSellingClient, ListEngagementsCommand, "NextToken", "NextToken", "MaxResults");
626
+ const paginateListEngagements = createPaginator(PartnerCentralSellingClient, ListEngagementsCommand, "NextToken", "NextToken", "MaxResults");
624
627
 
625
- const paginateListOpportunities = core.createPaginator(PartnerCentralSellingClient, ListOpportunitiesCommand, "NextToken", "NextToken", "MaxResults");
628
+ const paginateListOpportunities = createPaginator(PartnerCentralSellingClient, ListOpportunitiesCommand, "NextToken", "NextToken", "MaxResults");
626
629
 
627
- const paginateListOpportunityFromEngagementTasks = core.createPaginator(PartnerCentralSellingClient, ListOpportunityFromEngagementTasksCommand, "NextToken", "NextToken", "MaxResults");
630
+ const paginateListOpportunityFromEngagementTasks = createPaginator(PartnerCentralSellingClient, ListOpportunityFromEngagementTasksCommand, "NextToken", "NextToken", "MaxResults");
628
631
 
629
- const paginateListResourceSnapshotJobs = core.createPaginator(PartnerCentralSellingClient, ListResourceSnapshotJobsCommand, "NextToken", "NextToken", "MaxResults");
632
+ const paginateListResourceSnapshotJobs = createPaginator(PartnerCentralSellingClient, ListResourceSnapshotJobsCommand, "NextToken", "NextToken", "MaxResults");
630
633
 
631
- const paginateListResourceSnapshots = core.createPaginator(PartnerCentralSellingClient, ListResourceSnapshotsCommand, "NextToken", "NextToken", "MaxResults");
634
+ const paginateListResourceSnapshots = createPaginator(PartnerCentralSellingClient, ListResourceSnapshotsCommand, "NextToken", "NextToken", "MaxResults");
632
635
 
633
- const paginateListSolutions = core.createPaginator(PartnerCentralSellingClient, ListSolutionsCommand, "NextToken", "NextToken", "MaxResults");
636
+ const paginateListSolutions = createPaginator(PartnerCentralSellingClient, ListSolutionsCommand, "NextToken", "NextToken", "MaxResults");
634
637
 
635
638
  const commands = {
636
639
  AcceptEngagementInvitationCommand,
@@ -691,7 +694,7 @@ const paginators = {
691
694
  };
692
695
  class PartnerCentralSelling extends PartnerCentralSellingClient {
693
696
  }
694
- client.createAggregatedClient(commands, PartnerCentralSelling, { paginators });
697
+ createAggregatedClient(commands, PartnerCentralSelling, { paginators });
695
698
 
696
699
  const AccessDeniedExceptionErrorCode = {
697
700
  INCOMPATIBLE_BENEFIT_AWS_PARTNER_STATE: "INCOMPATIBLE_BENEFIT_AWS_PARTNER_STATE",
@@ -1510,9 +1513,6 @@ const SolutionStatus = {
1510
1513
  INACTIVE: "Inactive",
1511
1514
  };
1512
1515
 
1513
- exports.$Command = client.Command;
1514
- exports.__Client = client.Client;
1515
- exports.PartnerCentralSellingServiceException = PartnerCentralSellingServiceException.PartnerCentralSellingServiceException;
1516
1516
  exports.AcceptEngagementInvitationCommand = AcceptEngagementInvitationCommand;
1517
1517
  exports.AccessDeniedExceptionErrorCode = AccessDeniedExceptionErrorCode;
1518
1518
  exports.AssignOpportunityCommand = AssignOpportunityCommand;
@@ -1617,23 +1617,3 @@ exports.paginateListOpportunityFromEngagementTasks = paginateListOpportunityFrom
1617
1617
  exports.paginateListResourceSnapshotJobs = paginateListResourceSnapshotJobs;
1618
1618
  exports.paginateListResourceSnapshots = paginateListResourceSnapshots;
1619
1619
  exports.paginateListSolutions = paginateListSolutions;
1620
- Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
1621
- !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
1622
- Object.defineProperty(exports, '__proto__', {
1623
- enumerable: true,
1624
- value: schemas_0['__proto__']
1625
- });
1626
-
1627
- Object.keys(schemas_0).forEach(function (k) {
1628
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
1629
- });
1630
- Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
1631
- !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
1632
- Object.defineProperty(exports, '__proto__', {
1633
- enumerable: true,
1634
- value: errors['__proto__']
1635
- });
1636
-
1637
- Object.keys(errors).forEach(function (k) {
1638
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
1639
- });