@aws-sdk/client-partnercentral-account 3.952.0 → 3.953.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 +393 -265
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/AcceptConnectionInvitationCommand.js +2 -2
- package/dist-es/commands/AssociateAwsTrainingCertificationEmailDomainCommand.js +2 -2
- package/dist-es/commands/CancelConnectionCommand.js +2 -2
- package/dist-es/commands/CancelConnectionInvitationCommand.js +2 -2
- package/dist-es/commands/CancelProfileUpdateTaskCommand.js +2 -2
- package/dist-es/commands/CreateConnectionInvitationCommand.js +2 -2
- package/dist-es/commands/CreatePartnerCommand.js +2 -2
- package/dist-es/commands/DisassociateAwsTrainingCertificationEmailDomainCommand.js +2 -2
- package/dist-es/commands/GetAllianceLeadContactCommand.js +2 -2
- package/dist-es/commands/GetConnectionCommand.js +2 -2
- package/dist-es/commands/GetConnectionInvitationCommand.js +2 -2
- package/dist-es/commands/GetConnectionPreferencesCommand.js +2 -2
- package/dist-es/commands/GetPartnerCommand.js +2 -2
- package/dist-es/commands/GetProfileUpdateTaskCommand.js +2 -2
- package/dist-es/commands/GetProfileVisibilityCommand.js +2 -2
- package/dist-es/commands/GetVerificationCommand.js +2 -2
- package/dist-es/commands/ListConnectionInvitationsCommand.js +2 -2
- package/dist-es/commands/ListConnectionsCommand.js +2 -2
- package/dist-es/commands/ListPartnersCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutAllianceLeadContactCommand.js +2 -2
- package/dist-es/commands/PutProfileVisibilityCommand.js +2 -2
- package/dist-es/commands/RejectConnectionInvitationCommand.js +2 -2
- package/dist-es/commands/SendEmailVerificationCodeCommand.js +2 -2
- package/dist-es/commands/StartProfileUpdateTaskCommand.js +2 -2
- package/dist-es/commands/StartVerificationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateConnectionPreferencesCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +228 -221
- package/dist-types/PartnerCentralAccountClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +122 -139
- package/dist-types/ts3.4/PartnerCentralAccountClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +121 -141
- package/package.json +34 -34
|
@@ -214,25 +214,25 @@ const _s = "server";
|
|
|
214
214
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.partnercentralaccount";
|
|
215
215
|
const n0 = "com.amazonaws.partnercentralaccount";
|
|
216
216
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
217
|
-
import { AccessDeniedException
|
|
218
|
-
import { PartnerCentralAccountServiceException
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
export var AcceptConnectionInvitationRequest = [3, n0, _ACIR, 0, [_C, _I, _CT], [0, 0, [0, 4]]];
|
|
224
|
-
export var AcceptConnectionInvitationResponse = [
|
|
217
|
+
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
218
|
+
import { PartnerCentralAccountServiceException } from "../models/PartnerCentralAccountServiceException";
|
|
219
|
+
var EmailVerificationCode = [0, n0, _EVC, 8, 0];
|
|
220
|
+
var LegalName = [0, n0, _LN, 8, 0];
|
|
221
|
+
var RegistrationId = [0, n0, _RI, 8, 0];
|
|
222
|
+
var SensitiveUnicodeString = [0, n0, _SUS, 8, 0];
|
|
223
|
+
export var AcceptConnectionInvitationRequest$ = [3, n0, _ACIR, 0, [_C, _I, _CT], [0, 0, [0, 4]]];
|
|
224
|
+
export var AcceptConnectionInvitationResponse$ = [
|
|
225
225
|
3,
|
|
226
226
|
n0,
|
|
227
227
|
_ACIRc,
|
|
228
228
|
0,
|
|
229
229
|
[_Co],
|
|
230
|
-
[[() => Connection
|
|
230
|
+
[[() => Connection$, 0]],
|
|
231
231
|
];
|
|
232
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M, _R], [0, 0]];
|
|
233
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
234
|
-
export var AccountSummary = [3, n0, _AS, 0, [_N], [0]];
|
|
235
|
-
export var AllianceLeadContact = [
|
|
232
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M, _R], [0, 0]];
|
|
233
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
234
|
+
export var AccountSummary$ = [3, n0, _AS, 0, [_N], [0]];
|
|
235
|
+
export var AllianceLeadContact$ = [
|
|
236
236
|
3,
|
|
237
237
|
n0,
|
|
238
238
|
_ALC,
|
|
@@ -240,7 +240,7 @@ export var AllianceLeadContact = [
|
|
|
240
240
|
[_FN, _LNa, _E, _BT],
|
|
241
241
|
[[() => SensitiveUnicodeString, 0], [() => SensitiveUnicodeString, 0], 0, [() => SensitiveUnicodeString, 0]],
|
|
242
242
|
];
|
|
243
|
-
export var AssociateAwsTrainingCertificationEmailDomainRequest = [
|
|
243
|
+
export var AssociateAwsTrainingCertificationEmailDomainRequest$ = [
|
|
244
244
|
3,
|
|
245
245
|
n0,
|
|
246
246
|
_AATCEDR,
|
|
@@ -248,9 +248,9 @@ export var AssociateAwsTrainingCertificationEmailDomainRequest = [
|
|
|
248
248
|
[_C, _I, _CT, _E, _EVC],
|
|
249
249
|
[0, 0, [0, 4], 0, [() => EmailVerificationCode, 0]],
|
|
250
250
|
];
|
|
251
|
-
export var AssociateAwsTrainingCertificationEmailDomainResponse = [3, n0, _AATCEDRs, 0, [], []];
|
|
252
|
-
export var BusinessValidationError = [3, n0, _BVE, 0, [_M, _Cod], [0, 0]];
|
|
253
|
-
export var BusinessVerificationDetails = [
|
|
251
|
+
export var AssociateAwsTrainingCertificationEmailDomainResponse$ = [3, n0, _AATCEDRs, 0, [], []];
|
|
252
|
+
export var BusinessValidationError$ = [3, n0, _BVE, 0, [_M, _Cod], [0, 0]];
|
|
253
|
+
export var BusinessVerificationDetails$ = [
|
|
254
254
|
3,
|
|
255
255
|
n0,
|
|
256
256
|
_BVD,
|
|
@@ -258,16 +258,16 @@ export var BusinessVerificationDetails = [
|
|
|
258
258
|
[_LN, _RI, _CC, _JOI],
|
|
259
259
|
[[() => LegalName, 0], [() => RegistrationId, 0], 0, 0],
|
|
260
260
|
];
|
|
261
|
-
export var BusinessVerificationResponse = [
|
|
261
|
+
export var BusinessVerificationResponse$ = [
|
|
262
262
|
3,
|
|
263
263
|
n0,
|
|
264
264
|
_BVR,
|
|
265
265
|
0,
|
|
266
266
|
[_BVD],
|
|
267
|
-
[[() => BusinessVerificationDetails
|
|
267
|
+
[[() => BusinessVerificationDetails$, 0]],
|
|
268
268
|
];
|
|
269
|
-
export var CancelConnectionInvitationRequest = [3, n0, _CCIR, 0, [_C, _I, _CT], [0, 0, [0, 4]]];
|
|
270
|
-
export var CancelConnectionInvitationResponse = [
|
|
269
|
+
export var CancelConnectionInvitationRequest$ = [3, n0, _CCIR, 0, [_C, _I, _CT], [0, 0, [0, 4]]];
|
|
270
|
+
export var CancelConnectionInvitationResponse$ = [
|
|
271
271
|
3,
|
|
272
272
|
n0,
|
|
273
273
|
_CCIRa,
|
|
@@ -275,7 +275,7 @@ export var CancelConnectionInvitationResponse = [
|
|
|
275
275
|
[_C, _Id, _A, _CI, _CTo, _CA, _UA, _EA, _OPI, _PT, _S, _IM, _IE, _IN],
|
|
276
276
|
[0, 0, 0, 0, 0, 5, 5, 5, 0, 0, 0, 0, 0, [() => SensitiveUnicodeString, 0]],
|
|
277
277
|
];
|
|
278
|
-
export var CancelConnectionRequest = [
|
|
278
|
+
export var CancelConnectionRequest$ = [
|
|
279
279
|
3,
|
|
280
280
|
n0,
|
|
281
281
|
_CCR,
|
|
@@ -283,7 +283,7 @@ export var CancelConnectionRequest = [
|
|
|
283
283
|
[_C, _I, _CTo, _R, _CT],
|
|
284
284
|
[0, 0, 0, 0, [0, 4]],
|
|
285
285
|
];
|
|
286
|
-
export var CancelConnectionResponse = [
|
|
286
|
+
export var CancelConnectionResponse$ = [
|
|
287
287
|
3,
|
|
288
288
|
n0,
|
|
289
289
|
_CCRa,
|
|
@@ -291,7 +291,7 @@ export var CancelConnectionResponse = [
|
|
|
291
291
|
[_C, _Id, _A, _OPAI, _UA, _CTon],
|
|
292
292
|
[0, 0, 0, 0, 5, [() => ConnectionTypeDetailMap, 0]],
|
|
293
293
|
];
|
|
294
|
-
export var CancelProfileUpdateTaskRequest = [
|
|
294
|
+
export var CancelProfileUpdateTaskRequest$ = [
|
|
295
295
|
3,
|
|
296
296
|
n0,
|
|
297
297
|
_CPUTR,
|
|
@@ -299,17 +299,17 @@ export var CancelProfileUpdateTaskRequest = [
|
|
|
299
299
|
[_C, _I, _CT, _TI],
|
|
300
300
|
[0, 0, [0, 4], 0],
|
|
301
301
|
];
|
|
302
|
-
export var CancelProfileUpdateTaskResponse = [
|
|
302
|
+
export var CancelProfileUpdateTaskResponse$ = [
|
|
303
303
|
3,
|
|
304
304
|
n0,
|
|
305
305
|
_CPUTRa,
|
|
306
306
|
0,
|
|
307
307
|
[_C, _A, _Id, _TI, _TD, _SA, _S, _EAn, _EDL],
|
|
308
|
-
[0, 0, 0, 0, () => TaskDetails
|
|
308
|
+
[0, 0, 0, 0, () => TaskDetails$, 5, 0, 5, () => ErrorDetailList],
|
|
309
309
|
];
|
|
310
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _R], [0, 0]];
|
|
311
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
312
|
-
export var Connection = [
|
|
310
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _R], [0, 0]];
|
|
311
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
312
|
+
export var Connection$ = [
|
|
313
313
|
3,
|
|
314
314
|
n0,
|
|
315
315
|
_Co,
|
|
@@ -317,7 +317,7 @@ export var Connection = [
|
|
|
317
317
|
[_C, _Id, _A, _OPAI, _UA, _CTon],
|
|
318
318
|
[0, 0, 0, 0, 5, [() => ConnectionTypeDetailMap, 0]],
|
|
319
319
|
];
|
|
320
|
-
export var ConnectionInvitationSummary = [
|
|
320
|
+
export var ConnectionInvitationSummary$ = [
|
|
321
321
|
3,
|
|
322
322
|
n0,
|
|
323
323
|
_CIS,
|
|
@@ -325,7 +325,7 @@ export var ConnectionInvitationSummary = [
|
|
|
325
325
|
[_C, _Id, _A, _CI, _CTo, _CA, _UA, _EA, _OPI, _PT, _S],
|
|
326
326
|
[0, 0, 0, 0, 0, 5, 5, 5, 0, 0, 0],
|
|
327
327
|
];
|
|
328
|
-
export var ConnectionSummary = [
|
|
328
|
+
export var ConnectionSummary$ = [
|
|
329
329
|
3,
|
|
330
330
|
n0,
|
|
331
331
|
_CS,
|
|
@@ -333,16 +333,16 @@ export var ConnectionSummary = [
|
|
|
333
333
|
[_C, _Id, _A, _OPAI, _UA, _CTon],
|
|
334
334
|
[0, 0, 0, 0, 5, () => ConnectionTypeSummaryMap],
|
|
335
335
|
];
|
|
336
|
-
export var ConnectionTypeDetail = [
|
|
336
|
+
export var ConnectionTypeDetail$ = [
|
|
337
337
|
3,
|
|
338
338
|
n0,
|
|
339
339
|
_CTD,
|
|
340
340
|
0,
|
|
341
341
|
[_CA, _IE, _IN, _S, _CAa, _CB, _OP],
|
|
342
|
-
[5, 0, [() => SensitiveUnicodeString, 0], 0, 5, 0, () => Participant],
|
|
342
|
+
[5, 0, [() => SensitiveUnicodeString, 0], 0, 5, 0, () => Participant$],
|
|
343
343
|
];
|
|
344
|
-
export var ConnectionTypeSummary = [3, n0, _CTS, 0, [_S, _OP], [0, () => Participant]];
|
|
345
|
-
export var CreateConnectionInvitationRequest = [
|
|
344
|
+
export var ConnectionTypeSummary$ = [3, n0, _CTS, 0, [_S, _OP], [0, () => Participant$]];
|
|
345
|
+
export var CreateConnectionInvitationRequest$ = [
|
|
346
346
|
3,
|
|
347
347
|
n0,
|
|
348
348
|
_CCIRr,
|
|
@@ -350,7 +350,7 @@ export var CreateConnectionInvitationRequest = [
|
|
|
350
350
|
[_C, _CT, _CTo, _E, _M, _N, _RIe],
|
|
351
351
|
[0, [0, 4], 0, 0, 0, [() => SensitiveUnicodeString, 0], 0],
|
|
352
352
|
];
|
|
353
|
-
export var CreateConnectionInvitationResponse = [
|
|
353
|
+
export var CreateConnectionInvitationResponse$ = [
|
|
354
354
|
3,
|
|
355
355
|
n0,
|
|
356
356
|
_CCIRre,
|
|
@@ -358,7 +358,7 @@ export var CreateConnectionInvitationResponse = [
|
|
|
358
358
|
[_C, _Id, _A, _CI, _CTo, _CA, _UA, _EA, _OPI, _PT, _S, _IM, _IE, _IN],
|
|
359
359
|
[0, 0, 0, 0, 0, 5, 5, 5, 0, 0, 0, 0, 0, [() => SensitiveUnicodeString, 0]],
|
|
360
360
|
];
|
|
361
|
-
export var CreatePartnerRequest = [
|
|
361
|
+
export var CreatePartnerRequest$ = [
|
|
362
362
|
3,
|
|
363
363
|
n0,
|
|
364
364
|
_CPR,
|
|
@@ -369,12 +369,12 @@ export var CreatePartnerRequest = [
|
|
|
369
369
|
[0, 4],
|
|
370
370
|
[() => SensitiveUnicodeString, 0],
|
|
371
371
|
0,
|
|
372
|
-
[() => AllianceLeadContact
|
|
372
|
+
[() => AllianceLeadContact$, 0],
|
|
373
373
|
[() => EmailVerificationCode, 0],
|
|
374
374
|
() => TagList,
|
|
375
375
|
],
|
|
376
376
|
];
|
|
377
|
-
export var CreatePartnerResponse = [
|
|
377
|
+
export var CreatePartnerResponse$ = [
|
|
378
378
|
3,
|
|
379
379
|
n0,
|
|
380
380
|
_CPRr,
|
|
@@ -386,12 +386,12 @@ export var CreatePartnerResponse = [
|
|
|
386
386
|
0,
|
|
387
387
|
[() => SensitiveUnicodeString, 0],
|
|
388
388
|
5,
|
|
389
|
-
() => PartnerProfile
|
|
389
|
+
() => PartnerProfile$,
|
|
390
390
|
() => PartnerDomainList,
|
|
391
|
-
[() => AllianceLeadContact
|
|
391
|
+
[() => AllianceLeadContact$, 0],
|
|
392
392
|
],
|
|
393
393
|
];
|
|
394
|
-
export var DisassociateAwsTrainingCertificationEmailDomainRequest = [
|
|
394
|
+
export var DisassociateAwsTrainingCertificationEmailDomainRequest$ = [
|
|
395
395
|
3,
|
|
396
396
|
n0,
|
|
397
397
|
_DATCEDR,
|
|
@@ -399,7 +399,7 @@ export var DisassociateAwsTrainingCertificationEmailDomainRequest = [
|
|
|
399
399
|
[_C, _I, _CT, _DN],
|
|
400
400
|
[0, 0, [0, 4], 0],
|
|
401
401
|
];
|
|
402
|
-
export var DisassociateAwsTrainingCertificationEmailDomainResponse = [
|
|
402
|
+
export var DisassociateAwsTrainingCertificationEmailDomainResponse$ = [
|
|
403
403
|
3,
|
|
404
404
|
n0,
|
|
405
405
|
_DATCEDRi,
|
|
@@ -407,19 +407,19 @@ export var DisassociateAwsTrainingCertificationEmailDomainResponse = [
|
|
|
407
407
|
[],
|
|
408
408
|
[],
|
|
409
409
|
];
|
|
410
|
-
export var ErrorDetail = [3, n0, _ED, 0, [_L, _M, _R], [0, 0, 0]];
|
|
411
|
-
export var FieldValidationError = [3, n0, _FVE, 0, [_N, _M, _Cod], [0, 0, 0]];
|
|
412
|
-
export var GetAllianceLeadContactRequest = [3, n0, _GALCR, 0, [_C, _I], [0, 0]];
|
|
413
|
-
export var GetAllianceLeadContactResponse = [
|
|
410
|
+
export var ErrorDetail$ = [3, n0, _ED, 0, [_L, _M, _R], [0, 0, 0]];
|
|
411
|
+
export var FieldValidationError$ = [3, n0, _FVE, 0, [_N, _M, _Cod], [0, 0, 0]];
|
|
412
|
+
export var GetAllianceLeadContactRequest$ = [3, n0, _GALCR, 0, [_C, _I], [0, 0]];
|
|
413
|
+
export var GetAllianceLeadContactResponse$ = [
|
|
414
414
|
3,
|
|
415
415
|
n0,
|
|
416
416
|
_GALCRe,
|
|
417
417
|
0,
|
|
418
418
|
[_C, _A, _Id, _ALC],
|
|
419
|
-
[0, 0, 0, [() => AllianceLeadContact
|
|
419
|
+
[0, 0, 0, [() => AllianceLeadContact$, 0]],
|
|
420
420
|
];
|
|
421
|
-
export var GetConnectionInvitationRequest = [3, n0, _GCIR, 0, [_C, _I], [0, 0]];
|
|
422
|
-
export var GetConnectionInvitationResponse = [
|
|
421
|
+
export var GetConnectionInvitationRequest$ = [3, n0, _GCIR, 0, [_C, _I], [0, 0]];
|
|
422
|
+
export var GetConnectionInvitationResponse$ = [
|
|
423
423
|
3,
|
|
424
424
|
n0,
|
|
425
425
|
_GCIRe,
|
|
@@ -427,8 +427,8 @@ export var GetConnectionInvitationResponse = [
|
|
|
427
427
|
[_C, _Id, _A, _CI, _CTo, _CA, _UA, _EA, _OPI, _PT, _S, _IM, _IE, _IN],
|
|
428
428
|
[0, 0, 0, 0, 0, 5, 5, 5, 0, 0, 0, 0, 0, [() => SensitiveUnicodeString, 0]],
|
|
429
429
|
];
|
|
430
|
-
export var GetConnectionPreferencesRequest = [3, n0, _GCPR, 0, [_C], [0]];
|
|
431
|
-
export var GetConnectionPreferencesResponse = [
|
|
430
|
+
export var GetConnectionPreferencesRequest$ = [3, n0, _GCPR, 0, [_C], [0]];
|
|
431
|
+
export var GetConnectionPreferencesResponse$ = [
|
|
432
432
|
3,
|
|
433
433
|
n0,
|
|
434
434
|
_GCPRe,
|
|
@@ -436,8 +436,8 @@ export var GetConnectionPreferencesResponse = [
|
|
|
436
436
|
[_C, _A, _AT, _EPI, _UA, _Re],
|
|
437
437
|
[0, 0, 0, 64 | 0, 5, 1],
|
|
438
438
|
];
|
|
439
|
-
export var GetConnectionRequest = [3, n0, _GCR, 0, [_C, _I], [0, 0]];
|
|
440
|
-
export var GetConnectionResponse = [
|
|
439
|
+
export var GetConnectionRequest$ = [3, n0, _GCR, 0, [_C, _I], [0, 0]];
|
|
440
|
+
export var GetConnectionResponse$ = [
|
|
441
441
|
3,
|
|
442
442
|
n0,
|
|
443
443
|
_GCRe,
|
|
@@ -445,26 +445,26 @@ export var GetConnectionResponse = [
|
|
|
445
445
|
[_C, _Id, _A, _OPAI, _UA, _CTon],
|
|
446
446
|
[0, 0, 0, 0, 5, [() => ConnectionTypeDetailMap, 0]],
|
|
447
447
|
];
|
|
448
|
-
export var GetPartnerRequest = [3, n0, _GPR, 0, [_C, _I], [0, 0]];
|
|
449
|
-
export var GetPartnerResponse = [
|
|
448
|
+
export var GetPartnerRequest$ = [3, n0, _GPR, 0, [_C, _I], [0, 0]];
|
|
449
|
+
export var GetPartnerResponse$ = [
|
|
450
450
|
3,
|
|
451
451
|
n0,
|
|
452
452
|
_GPRe,
|
|
453
453
|
0,
|
|
454
454
|
[_C, _A, _Id, _LN, _CA, _P, _ATCED],
|
|
455
|
-
[0, 0, 0, [() => SensitiveUnicodeString, 0], 5, () => PartnerProfile
|
|
455
|
+
[0, 0, 0, [() => SensitiveUnicodeString, 0], 5, () => PartnerProfile$, () => PartnerDomainList],
|
|
456
456
|
];
|
|
457
|
-
export var GetProfileUpdateTaskRequest = [3, n0, _GPUTR, 0, [_C, _I], [0, 0]];
|
|
458
|
-
export var GetProfileUpdateTaskResponse = [
|
|
457
|
+
export var GetProfileUpdateTaskRequest$ = [3, n0, _GPUTR, 0, [_C, _I], [0, 0]];
|
|
458
|
+
export var GetProfileUpdateTaskResponse$ = [
|
|
459
459
|
3,
|
|
460
460
|
n0,
|
|
461
461
|
_GPUTRe,
|
|
462
462
|
0,
|
|
463
463
|
[_C, _A, _Id, _TI, _TD, _SA, _S, _EAn, _EDL],
|
|
464
|
-
[0, 0, 0, 0, () => TaskDetails
|
|
464
|
+
[0, 0, 0, 0, () => TaskDetails$, 5, 0, 5, () => ErrorDetailList],
|
|
465
465
|
];
|
|
466
|
-
export var GetProfileVisibilityRequest = [3, n0, _GPVR, 0, [_C, _I], [0, 0]];
|
|
467
|
-
export var GetProfileVisibilityResponse = [
|
|
466
|
+
export var GetProfileVisibilityRequest$ = [3, n0, _GPVR, 0, [_C, _I], [0, 0]];
|
|
467
|
+
export var GetProfileVisibilityResponse$ = [
|
|
468
468
|
3,
|
|
469
469
|
n0,
|
|
470
470
|
_GPVRe,
|
|
@@ -472,18 +472,18 @@ export var GetProfileVisibilityResponse = [
|
|
|
472
472
|
[_C, _A, _Id, _V, _PI],
|
|
473
473
|
[0, 0, 0, 0, 0],
|
|
474
474
|
];
|
|
475
|
-
export var GetVerificationRequest = [3, n0, _GVR, 0, [_VT], [0]];
|
|
476
|
-
export var GetVerificationResponse = [
|
|
475
|
+
export var GetVerificationRequest$ = [3, n0, _GVR, 0, [_VT], [0]];
|
|
476
|
+
export var GetVerificationResponse$ = [
|
|
477
477
|
3,
|
|
478
478
|
n0,
|
|
479
479
|
_GVRe,
|
|
480
480
|
0,
|
|
481
481
|
[_VT, _VS, _VSR, _VRD, _SA, _CAo],
|
|
482
|
-
[0, 0, 0, [() => VerificationResponseDetails
|
|
482
|
+
[0, 0, 0, [() => VerificationResponseDetails$, 0], 5, 5],
|
|
483
483
|
];
|
|
484
|
-
export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
485
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
486
|
-
export var ListConnectionInvitationsRequest = [
|
|
484
|
+
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
485
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
486
|
+
export var ListConnectionInvitationsRequest$ = [
|
|
487
487
|
3,
|
|
488
488
|
n0,
|
|
489
489
|
_LCIR,
|
|
@@ -491,7 +491,7 @@ export var ListConnectionInvitationsRequest = [
|
|
|
491
491
|
[_C, _NT, _CTo, _MR, _OPIt, _PT, _S],
|
|
492
492
|
[0, 0, 0, 1, 64 | 0, 0, 0],
|
|
493
493
|
];
|
|
494
|
-
export var ListConnectionInvitationsResponse = [
|
|
494
|
+
export var ListConnectionInvitationsResponse$ = [
|
|
495
495
|
3,
|
|
496
496
|
n0,
|
|
497
497
|
_LCIRi,
|
|
@@ -499,7 +499,7 @@ export var ListConnectionInvitationsResponse = [
|
|
|
499
499
|
[_CISo, _NT],
|
|
500
500
|
[() => ConnectionInvitationSummaryList, 0],
|
|
501
501
|
];
|
|
502
|
-
export var ListConnectionsRequest = [
|
|
502
|
+
export var ListConnectionsRequest$ = [
|
|
503
503
|
3,
|
|
504
504
|
n0,
|
|
505
505
|
_LCR,
|
|
@@ -507,7 +507,7 @@ export var ListConnectionsRequest = [
|
|
|
507
507
|
[_C, _NT, _CTo, _MR, _OPIt],
|
|
508
508
|
[0, 0, 0, 1, 64 | 0],
|
|
509
509
|
];
|
|
510
|
-
export var ListConnectionsResponse = [
|
|
510
|
+
export var ListConnectionsResponse$ = [
|
|
511
511
|
3,
|
|
512
512
|
n0,
|
|
513
513
|
_LCRi,
|
|
@@ -515,8 +515,8 @@ export var ListConnectionsResponse = [
|
|
|
515
515
|
[_CSo, _NT],
|
|
516
516
|
[() => ConnectionSummaryList, 0],
|
|
517
517
|
];
|
|
518
|
-
export var ListPartnersRequest = [3, n0, _LPR, 0, [_C, _NT], [0, 0]];
|
|
519
|
-
export var ListPartnersResponse = [
|
|
518
|
+
export var ListPartnersRequest$ = [3, n0, _LPR, 0, [_C, _NT], [0, 0]];
|
|
519
|
+
export var ListPartnersResponse$ = [
|
|
520
520
|
3,
|
|
521
521
|
n0,
|
|
522
522
|
_LPRi,
|
|
@@ -524,11 +524,11 @@ export var ListPartnersResponse = [
|
|
|
524
524
|
[_PSL, _NT],
|
|
525
525
|
[[() => PartnerSummaryList, 0], 0],
|
|
526
526
|
];
|
|
527
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [0]];
|
|
528
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_RA, _T], [0, () => TagList]];
|
|
529
|
-
export var LocalizedContent = [3, n0, _LC, 0, [_DNi, _D, _WU, _LU, _L], [0, 0, 0, 0, 0]];
|
|
530
|
-
export var PartnerDomain = [3, n0, _PD, 0, [_DN, _RAe], [0, 5]];
|
|
531
|
-
export var PartnerProfile = [
|
|
527
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [0]];
|
|
528
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_RA, _T], [0, () => TagList]];
|
|
529
|
+
export var LocalizedContent$ = [3, n0, _LC, 0, [_DNi, _D, _WU, _LU, _L], [0, 0, 0, 0, 0]];
|
|
530
|
+
export var PartnerDomain$ = [3, n0, _PD, 0, [_DN, _RAe], [0, 5]];
|
|
531
|
+
export var PartnerProfile$ = [
|
|
532
532
|
3,
|
|
533
533
|
n0,
|
|
534
534
|
_PP,
|
|
@@ -536,8 +536,8 @@ export var PartnerProfile = [
|
|
|
536
536
|
[_DNi, _D, _WU, _LU, _PST, _IS, _TSL, _LCo, _PI],
|
|
537
537
|
[0, 0, 0, 0, 0, 64 | 0, 0, () => LocalizedContentList, 0],
|
|
538
538
|
];
|
|
539
|
-
export var PartnerProfileSummary = [3, n0, _PPS, 0, [_Id, _N], [0, 0]];
|
|
540
|
-
export var PartnerSummary = [
|
|
539
|
+
export var PartnerProfileSummary$ = [3, n0, _PPS, 0, [_Id, _N], [0, 0]];
|
|
540
|
+
export var PartnerSummary$ = [
|
|
541
541
|
3,
|
|
542
542
|
n0,
|
|
543
543
|
_PS,
|
|
@@ -545,24 +545,24 @@ export var PartnerSummary = [
|
|
|
545
545
|
[_C, _A, _Id, _LN, _CA],
|
|
546
546
|
[0, 0, 0, [() => SensitiveUnicodeString, 0], 5],
|
|
547
547
|
];
|
|
548
|
-
export var PutAllianceLeadContactRequest = [
|
|
548
|
+
export var PutAllianceLeadContactRequest$ = [
|
|
549
549
|
3,
|
|
550
550
|
n0,
|
|
551
551
|
_PALCR,
|
|
552
552
|
0,
|
|
553
553
|
[_C, _I, _ALC, _EVC],
|
|
554
|
-
[0, 0, [() => AllianceLeadContact
|
|
554
|
+
[0, 0, [() => AllianceLeadContact$, 0], [() => EmailVerificationCode, 0]],
|
|
555
555
|
];
|
|
556
|
-
export var PutAllianceLeadContactResponse = [
|
|
556
|
+
export var PutAllianceLeadContactResponse$ = [
|
|
557
557
|
3,
|
|
558
558
|
n0,
|
|
559
559
|
_PALCRu,
|
|
560
560
|
0,
|
|
561
561
|
[_C, _A, _Id, _ALC],
|
|
562
|
-
[0, 0, 0, [() => AllianceLeadContact
|
|
562
|
+
[0, 0, 0, [() => AllianceLeadContact$, 0]],
|
|
563
563
|
];
|
|
564
|
-
export var PutProfileVisibilityRequest = [3, n0, _PPVR, 0, [_C, _I, _V], [0, 0, 0]];
|
|
565
|
-
export var PutProfileVisibilityResponse = [
|
|
564
|
+
export var PutProfileVisibilityRequest$ = [3, n0, _PPVR, 0, [_C, _I, _V], [0, 0, 0]];
|
|
565
|
+
export var PutProfileVisibilityResponse$ = [
|
|
566
566
|
3,
|
|
567
567
|
n0,
|
|
568
568
|
_PPVRu,
|
|
@@ -570,9 +570,9 @@ export var PutProfileVisibilityResponse = [
|
|
|
570
570
|
[_C, _A, _Id, _V, _PI],
|
|
571
571
|
[0, 0, 0, 0, 0],
|
|
572
572
|
];
|
|
573
|
-
export var RegistrantVerificationDetails = [3, n0, _RVD, 0, [], []];
|
|
574
|
-
export var RegistrantVerificationResponse = [3, n0, _RVR, 0, [_CU, _CUEA], [0, 5]];
|
|
575
|
-
export var RejectConnectionInvitationRequest = [
|
|
573
|
+
export var RegistrantVerificationDetails$ = [3, n0, _RVD, 0, [], []];
|
|
574
|
+
export var RegistrantVerificationResponse$ = [3, n0, _RVR, 0, [_CU, _CUEA], [0, 5]];
|
|
575
|
+
export var RejectConnectionInvitationRequest$ = [
|
|
576
576
|
3,
|
|
577
577
|
n0,
|
|
578
578
|
_RCIR,
|
|
@@ -580,7 +580,7 @@ export var RejectConnectionInvitationRequest = [
|
|
|
580
580
|
[_C, _I, _CT, _R],
|
|
581
581
|
[0, 0, [0, 4], 0],
|
|
582
582
|
];
|
|
583
|
-
export var RejectConnectionInvitationResponse = [
|
|
583
|
+
export var RejectConnectionInvitationResponse$ = [
|
|
584
584
|
3,
|
|
585
585
|
n0,
|
|
586
586
|
_RCIRe,
|
|
@@ -588,12 +588,12 @@ export var RejectConnectionInvitationResponse = [
|
|
|
588
588
|
[_C, _Id, _A, _CI, _CTo, _CA, _UA, _EA, _OPI, _PT, _S, _IM, _IE, _IN],
|
|
589
589
|
[0, 0, 0, 0, 0, 5, 5, 5, 0, 0, 0, 0, 0, [() => SensitiveUnicodeString, 0]],
|
|
590
590
|
];
|
|
591
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _R], [0, 0]];
|
|
592
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
593
|
-
export var SellerProfileSummary = [3, n0, _SPS, 0, [_Id, _N], [0, 0]];
|
|
594
|
-
export var SendEmailVerificationCodeRequest = [3, n0, _SEVCR, 0, [_C, _E], [0, 0]];
|
|
595
|
-
export var SendEmailVerificationCodeResponse = [3, n0, _SEVCRe, 0, [], []];
|
|
596
|
-
export var ServiceQuotaExceededException = [
|
|
591
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _R], [0, 0]];
|
|
592
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
593
|
+
export var SellerProfileSummary$ = [3, n0, _SPS, 0, [_Id, _N], [0, 0]];
|
|
594
|
+
export var SendEmailVerificationCodeRequest$ = [3, n0, _SEVCR, 0, [_C, _E], [0, 0]];
|
|
595
|
+
export var SendEmailVerificationCodeResponse$ = [3, n0, _SEVCRe, 0, [], []];
|
|
596
|
+
export var ServiceQuotaExceededException$ = [
|
|
597
597
|
-3,
|
|
598
598
|
n0,
|
|
599
599
|
_SQEE,
|
|
@@ -601,24 +601,24 @@ export var ServiceQuotaExceededException = [
|
|
|
601
601
|
[_M, _R],
|
|
602
602
|
[0, 0],
|
|
603
603
|
];
|
|
604
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
605
|
-
export var StartProfileUpdateTaskRequest = [
|
|
604
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
605
|
+
export var StartProfileUpdateTaskRequest$ = [
|
|
606
606
|
3,
|
|
607
607
|
n0,
|
|
608
608
|
_SPUTR,
|
|
609
609
|
0,
|
|
610
610
|
[_C, _I, _CT, _TD],
|
|
611
|
-
[0, 0, [0, 4], () => TaskDetails],
|
|
611
|
+
[0, 0, [0, 4], () => TaskDetails$],
|
|
612
612
|
];
|
|
613
|
-
export var StartProfileUpdateTaskResponse = [
|
|
613
|
+
export var StartProfileUpdateTaskResponse$ = [
|
|
614
614
|
3,
|
|
615
615
|
n0,
|
|
616
616
|
_SPUTRt,
|
|
617
617
|
0,
|
|
618
618
|
[_C, _A, _Id, _TI, _TD, _SA, _S, _EAn, _EDL],
|
|
619
|
-
[0, 0, 0, 0, () => TaskDetails
|
|
619
|
+
[0, 0, 0, 0, () => TaskDetails$, 5, 0, 5, () => ErrorDetailList],
|
|
620
620
|
];
|
|
621
|
-
export var StartVerificationRequest = [
|
|
621
|
+
export var StartVerificationRequest$ = [
|
|
622
622
|
3,
|
|
623
623
|
n0,
|
|
624
624
|
_SVR,
|
|
@@ -626,21 +626,21 @@ export var StartVerificationRequest = [
|
|
|
626
626
|
[_CT, _VD],
|
|
627
627
|
[
|
|
628
628
|
[0, 4],
|
|
629
|
-
[() => VerificationDetails
|
|
629
|
+
[() => VerificationDetails$, 0],
|
|
630
630
|
],
|
|
631
631
|
];
|
|
632
|
-
export var StartVerificationResponse = [
|
|
632
|
+
export var StartVerificationResponse$ = [
|
|
633
633
|
3,
|
|
634
634
|
n0,
|
|
635
635
|
_SVRt,
|
|
636
636
|
0,
|
|
637
637
|
[_VT, _VS, _VSR, _VRD, _SA, _CAo],
|
|
638
|
-
[0, 0, 0, [() => VerificationResponseDetails
|
|
638
|
+
[0, 0, 0, [() => VerificationResponseDetails$, 0], 5, 5],
|
|
639
639
|
];
|
|
640
|
-
export var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
|
|
641
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _T], [0, () => TagList]];
|
|
642
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
643
|
-
export var TaskDetails = [
|
|
640
|
+
export var Tag$ = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
|
|
641
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _T], [0, () => TagList]];
|
|
642
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
643
|
+
export var TaskDetails$ = [
|
|
644
644
|
3,
|
|
645
645
|
n0,
|
|
646
646
|
_TD,
|
|
@@ -648,11 +648,11 @@ export var TaskDetails = [
|
|
|
648
648
|
[_DNi, _D, _WU, _LU, _PST, _IS, _TSL, _LCo],
|
|
649
649
|
[0, 0, 0, 0, 0, 64 | 0, 0, () => LocalizedContentList],
|
|
650
650
|
];
|
|
651
|
-
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M, _SC, _QC], [0, 0, 0]];
|
|
652
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
653
|
-
export var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
654
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
655
|
-
export var UpdateConnectionPreferencesRequest = [
|
|
651
|
+
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M, _SC, _QC], [0, 0, 0]];
|
|
652
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
653
|
+
export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
654
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
655
|
+
export var UpdateConnectionPreferencesRequest$ = [
|
|
656
656
|
3,
|
|
657
657
|
n0,
|
|
658
658
|
_UCPR,
|
|
@@ -660,7 +660,7 @@ export var UpdateConnectionPreferencesRequest = [
|
|
|
660
660
|
[_C, _Re, _AT, _EPIx],
|
|
661
661
|
[0, 1, 0, 64 | 0],
|
|
662
662
|
];
|
|
663
|
-
export var UpdateConnectionPreferencesResponse = [
|
|
663
|
+
export var UpdateConnectionPreferencesResponse$ = [
|
|
664
664
|
3,
|
|
665
665
|
n0,
|
|
666
666
|
_UCPRp,
|
|
@@ -668,7 +668,7 @@ export var UpdateConnectionPreferencesResponse = [
|
|
|
668
668
|
[_C, _A, _AT, _EPI, _UA, _Re],
|
|
669
669
|
[0, 0, 0, 64 | 0, 5, 1],
|
|
670
670
|
];
|
|
671
|
-
export var ValidationException = [
|
|
671
|
+
export var ValidationException$ = [
|
|
672
672
|
-3,
|
|
673
673
|
n0,
|
|
674
674
|
_VE,
|
|
@@ -676,8 +676,8 @@ export var ValidationException = [
|
|
|
676
676
|
[_M, _R, _EDr],
|
|
677
677
|
[0, 0, () => ValidationErrorList],
|
|
678
678
|
];
|
|
679
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
680
|
-
export var PartnerCentralAccountServiceException = [
|
|
679
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
680
|
+
export var PartnerCentralAccountServiceException$ = [
|
|
681
681
|
-3,
|
|
682
682
|
_sm,
|
|
683
683
|
"PartnerCentralAccountServiceException",
|
|
@@ -685,260 +685,267 @@ export var PartnerCentralAccountServiceException = [
|
|
|
685
685
|
[],
|
|
686
686
|
[],
|
|
687
687
|
];
|
|
688
|
-
TypeRegistry.for(_sm).registerError(PartnerCentralAccountServiceException
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
export var Participant = [
|
|
688
|
+
TypeRegistry.for(_sm).registerError(PartnerCentralAccountServiceException$, PartnerCentralAccountServiceException);
|
|
689
|
+
var ConnectionInvitationSummaryList = [1, n0, _CISL, 0, () => ConnectionInvitationSummary$];
|
|
690
|
+
var ConnectionSummaryList = [1, n0, _CSL, 0, () => ConnectionSummary$];
|
|
691
|
+
var ErrorDetailList = [1, n0, _EDL, 0, () => ErrorDetail$];
|
|
692
|
+
var IndustrySegmentList = 64 | 0;
|
|
693
|
+
var LocalizedContentList = [1, n0, _LCL, 0, () => LocalizedContent$];
|
|
694
|
+
var ParticipantIdentifierList = 64 | 0;
|
|
695
|
+
var PartnerDomainList = [1, n0, _PDL, 0, () => PartnerDomain$];
|
|
696
|
+
var PartnerSummaryList = [1, n0, _PSL, 0, [() => PartnerSummary$, 0]];
|
|
697
|
+
var TagKeyList = 64 | 0;
|
|
698
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
699
|
+
var ValidationErrorList = [1, n0, _VEL, 0, () => ValidationError$];
|
|
700
|
+
var ConnectionTypeDetailMap = [2, n0, _CTDM, 0, [0, 0], [() => ConnectionTypeDetail$, 0]];
|
|
701
|
+
var ConnectionTypeSummaryMap = [2, n0, _CTSM, 0, 0, () => ConnectionTypeSummary$];
|
|
702
|
+
export var Participant$ = [
|
|
703
703
|
3,
|
|
704
704
|
n0,
|
|
705
705
|
_Pa,
|
|
706
706
|
0,
|
|
707
707
|
[_PP, _SP, _Ac],
|
|
708
|
-
[() => PartnerProfileSummary
|
|
708
|
+
[() => PartnerProfileSummary$, () => SellerProfileSummary$, () => AccountSummary$],
|
|
709
709
|
];
|
|
710
|
-
export var ValidationError = [
|
|
710
|
+
export var ValidationError$ = [
|
|
711
711
|
3,
|
|
712
712
|
n0,
|
|
713
713
|
_VEa,
|
|
714
714
|
0,
|
|
715
715
|
[_FVE, _BVE],
|
|
716
|
-
[() => FieldValidationError
|
|
716
|
+
[() => FieldValidationError$, () => BusinessValidationError$],
|
|
717
717
|
];
|
|
718
|
-
export var VerificationDetails = [
|
|
718
|
+
export var VerificationDetails$ = [
|
|
719
719
|
3,
|
|
720
720
|
n0,
|
|
721
721
|
_VD,
|
|
722
722
|
0,
|
|
723
723
|
[_BVD, _RVD],
|
|
724
|
-
[[() => BusinessVerificationDetails
|
|
724
|
+
[[() => BusinessVerificationDetails$, 0], () => RegistrantVerificationDetails$],
|
|
725
725
|
];
|
|
726
|
-
export var VerificationResponseDetails = [
|
|
726
|
+
export var VerificationResponseDetails$ = [
|
|
727
727
|
3,
|
|
728
728
|
n0,
|
|
729
729
|
_VRD,
|
|
730
730
|
0,
|
|
731
731
|
[_BVR, _RVR],
|
|
732
|
-
[[() => BusinessVerificationResponse
|
|
732
|
+
[[() => BusinessVerificationResponse$, 0], () => RegistrantVerificationResponse$],
|
|
733
733
|
];
|
|
734
|
-
export var AcceptConnectionInvitation = [
|
|
734
|
+
export var AcceptConnectionInvitation$ = [
|
|
735
735
|
9,
|
|
736
736
|
n0,
|
|
737
737
|
_ACI,
|
|
738
738
|
0,
|
|
739
|
-
() => AcceptConnectionInvitationRequest
|
|
740
|
-
() => AcceptConnectionInvitationResponse
|
|
739
|
+
() => AcceptConnectionInvitationRequest$,
|
|
740
|
+
() => AcceptConnectionInvitationResponse$,
|
|
741
741
|
];
|
|
742
|
-
export var AssociateAwsTrainingCertificationEmailDomain = [
|
|
742
|
+
export var AssociateAwsTrainingCertificationEmailDomain$ = [
|
|
743
743
|
9,
|
|
744
744
|
n0,
|
|
745
745
|
_AATCED,
|
|
746
746
|
2,
|
|
747
|
-
() => AssociateAwsTrainingCertificationEmailDomainRequest
|
|
748
|
-
() => AssociateAwsTrainingCertificationEmailDomainResponse
|
|
747
|
+
() => AssociateAwsTrainingCertificationEmailDomainRequest$,
|
|
748
|
+
() => AssociateAwsTrainingCertificationEmailDomainResponse$,
|
|
749
749
|
];
|
|
750
|
-
export var CancelConnection = [
|
|
750
|
+
export var CancelConnection$ = [
|
|
751
751
|
9,
|
|
752
752
|
n0,
|
|
753
753
|
_CCa,
|
|
754
754
|
0,
|
|
755
|
-
() => CancelConnectionRequest
|
|
756
|
-
() => CancelConnectionResponse
|
|
755
|
+
() => CancelConnectionRequest$,
|
|
756
|
+
() => CancelConnectionResponse$,
|
|
757
757
|
];
|
|
758
|
-
export var CancelConnectionInvitation = [
|
|
758
|
+
export var CancelConnectionInvitation$ = [
|
|
759
759
|
9,
|
|
760
760
|
n0,
|
|
761
761
|
_CCI,
|
|
762
762
|
0,
|
|
763
|
-
() => CancelConnectionInvitationRequest
|
|
764
|
-
() => CancelConnectionInvitationResponse
|
|
763
|
+
() => CancelConnectionInvitationRequest$,
|
|
764
|
+
() => CancelConnectionInvitationResponse$,
|
|
765
765
|
];
|
|
766
|
-
export var CancelProfileUpdateTask = [
|
|
766
|
+
export var CancelProfileUpdateTask$ = [
|
|
767
767
|
9,
|
|
768
768
|
n0,
|
|
769
769
|
_CPUT,
|
|
770
770
|
0,
|
|
771
|
-
() => CancelProfileUpdateTaskRequest
|
|
772
|
-
() => CancelProfileUpdateTaskResponse
|
|
771
|
+
() => CancelProfileUpdateTaskRequest$,
|
|
772
|
+
() => CancelProfileUpdateTaskResponse$,
|
|
773
773
|
];
|
|
774
|
-
export var CreateConnectionInvitation = [
|
|
774
|
+
export var CreateConnectionInvitation$ = [
|
|
775
775
|
9,
|
|
776
776
|
n0,
|
|
777
777
|
_CCIr,
|
|
778
778
|
0,
|
|
779
|
-
() => CreateConnectionInvitationRequest
|
|
780
|
-
() => CreateConnectionInvitationResponse
|
|
779
|
+
() => CreateConnectionInvitationRequest$,
|
|
780
|
+
() => CreateConnectionInvitationResponse$,
|
|
781
781
|
];
|
|
782
|
-
export var CreatePartner = [
|
|
782
|
+
export var CreatePartner$ = [
|
|
783
783
|
9,
|
|
784
784
|
n0,
|
|
785
785
|
_CP,
|
|
786
786
|
2,
|
|
787
|
-
() => CreatePartnerRequest
|
|
788
|
-
() => CreatePartnerResponse
|
|
787
|
+
() => CreatePartnerRequest$,
|
|
788
|
+
() => CreatePartnerResponse$,
|
|
789
789
|
];
|
|
790
|
-
export var DisassociateAwsTrainingCertificationEmailDomain = [
|
|
790
|
+
export var DisassociateAwsTrainingCertificationEmailDomain$ = [
|
|
791
791
|
9,
|
|
792
792
|
n0,
|
|
793
793
|
_DATCED,
|
|
794
794
|
2,
|
|
795
|
-
() => DisassociateAwsTrainingCertificationEmailDomainRequest
|
|
796
|
-
() => DisassociateAwsTrainingCertificationEmailDomainResponse
|
|
795
|
+
() => DisassociateAwsTrainingCertificationEmailDomainRequest$,
|
|
796
|
+
() => DisassociateAwsTrainingCertificationEmailDomainResponse$,
|
|
797
797
|
];
|
|
798
|
-
export var GetAllianceLeadContact = [
|
|
798
|
+
export var GetAllianceLeadContact$ = [
|
|
799
799
|
9,
|
|
800
800
|
n0,
|
|
801
801
|
_GALC,
|
|
802
802
|
0,
|
|
803
|
-
() => GetAllianceLeadContactRequest
|
|
804
|
-
() => GetAllianceLeadContactResponse
|
|
803
|
+
() => GetAllianceLeadContactRequest$,
|
|
804
|
+
() => GetAllianceLeadContactResponse$,
|
|
805
805
|
];
|
|
806
|
-
export var GetConnection = [
|
|
806
|
+
export var GetConnection$ = [
|
|
807
807
|
9,
|
|
808
808
|
n0,
|
|
809
809
|
_GC,
|
|
810
810
|
0,
|
|
811
|
-
() => GetConnectionRequest
|
|
812
|
-
() => GetConnectionResponse
|
|
811
|
+
() => GetConnectionRequest$,
|
|
812
|
+
() => GetConnectionResponse$,
|
|
813
813
|
];
|
|
814
|
-
export var GetConnectionInvitation = [
|
|
814
|
+
export var GetConnectionInvitation$ = [
|
|
815
815
|
9,
|
|
816
816
|
n0,
|
|
817
817
|
_GCI,
|
|
818
818
|
0,
|
|
819
|
-
() => GetConnectionInvitationRequest
|
|
820
|
-
() => GetConnectionInvitationResponse
|
|
819
|
+
() => GetConnectionInvitationRequest$,
|
|
820
|
+
() => GetConnectionInvitationResponse$,
|
|
821
821
|
];
|
|
822
|
-
export var GetConnectionPreferences = [
|
|
822
|
+
export var GetConnectionPreferences$ = [
|
|
823
823
|
9,
|
|
824
824
|
n0,
|
|
825
825
|
_GCP,
|
|
826
826
|
0,
|
|
827
|
-
() => GetConnectionPreferencesRequest
|
|
828
|
-
() => GetConnectionPreferencesResponse
|
|
827
|
+
() => GetConnectionPreferencesRequest$,
|
|
828
|
+
() => GetConnectionPreferencesResponse$,
|
|
829
829
|
];
|
|
830
|
-
export var GetPartner = [9, n0, _GP, 0, () => GetPartnerRequest
|
|
831
|
-
export var GetProfileUpdateTask = [
|
|
830
|
+
export var GetPartner$ = [9, n0, _GP, 0, () => GetPartnerRequest$, () => GetPartnerResponse$];
|
|
831
|
+
export var GetProfileUpdateTask$ = [
|
|
832
832
|
9,
|
|
833
833
|
n0,
|
|
834
834
|
_GPUT,
|
|
835
835
|
0,
|
|
836
|
-
() => GetProfileUpdateTaskRequest
|
|
837
|
-
() => GetProfileUpdateTaskResponse
|
|
836
|
+
() => GetProfileUpdateTaskRequest$,
|
|
837
|
+
() => GetProfileUpdateTaskResponse$,
|
|
838
838
|
];
|
|
839
|
-
export var GetProfileVisibility = [
|
|
839
|
+
export var GetProfileVisibility$ = [
|
|
840
840
|
9,
|
|
841
841
|
n0,
|
|
842
842
|
_GPV,
|
|
843
843
|
0,
|
|
844
|
-
() => GetProfileVisibilityRequest
|
|
845
|
-
() => GetProfileVisibilityResponse
|
|
844
|
+
() => GetProfileVisibilityRequest$,
|
|
845
|
+
() => GetProfileVisibilityResponse$,
|
|
846
846
|
];
|
|
847
|
-
export var GetVerification = [
|
|
847
|
+
export var GetVerification$ = [
|
|
848
848
|
9,
|
|
849
849
|
n0,
|
|
850
850
|
_GV,
|
|
851
851
|
0,
|
|
852
|
-
() => GetVerificationRequest
|
|
853
|
-
() => GetVerificationResponse
|
|
852
|
+
() => GetVerificationRequest$,
|
|
853
|
+
() => GetVerificationResponse$,
|
|
854
854
|
];
|
|
855
|
-
export var ListConnectionInvitations = [
|
|
855
|
+
export var ListConnectionInvitations$ = [
|
|
856
856
|
9,
|
|
857
857
|
n0,
|
|
858
858
|
_LCI,
|
|
859
859
|
0,
|
|
860
|
-
() => ListConnectionInvitationsRequest
|
|
861
|
-
() => ListConnectionInvitationsResponse
|
|
860
|
+
() => ListConnectionInvitationsRequest$,
|
|
861
|
+
() => ListConnectionInvitationsResponse$,
|
|
862
862
|
];
|
|
863
|
-
export var ListConnections = [
|
|
863
|
+
export var ListConnections$ = [
|
|
864
864
|
9,
|
|
865
865
|
n0,
|
|
866
866
|
_LCi,
|
|
867
867
|
0,
|
|
868
|
-
() => ListConnectionsRequest
|
|
869
|
-
() => ListConnectionsResponse
|
|
868
|
+
() => ListConnectionsRequest$,
|
|
869
|
+
() => ListConnectionsResponse$,
|
|
870
870
|
];
|
|
871
|
-
export var ListPartners = [
|
|
872
|
-
|
|
871
|
+
export var ListPartners$ = [
|
|
872
|
+
9,
|
|
873
|
+
n0,
|
|
874
|
+
_LP,
|
|
875
|
+
0,
|
|
876
|
+
() => ListPartnersRequest$,
|
|
877
|
+
() => ListPartnersResponse$,
|
|
878
|
+
];
|
|
879
|
+
export var ListTagsForResource$ = [
|
|
873
880
|
9,
|
|
874
881
|
n0,
|
|
875
882
|
_LTFR,
|
|
876
883
|
0,
|
|
877
|
-
() => ListTagsForResourceRequest
|
|
878
|
-
() => ListTagsForResourceResponse
|
|
884
|
+
() => ListTagsForResourceRequest$,
|
|
885
|
+
() => ListTagsForResourceResponse$,
|
|
879
886
|
];
|
|
880
|
-
export var PutAllianceLeadContact = [
|
|
887
|
+
export var PutAllianceLeadContact$ = [
|
|
881
888
|
9,
|
|
882
889
|
n0,
|
|
883
890
|
_PALC,
|
|
884
891
|
0,
|
|
885
|
-
() => PutAllianceLeadContactRequest
|
|
886
|
-
() => PutAllianceLeadContactResponse
|
|
892
|
+
() => PutAllianceLeadContactRequest$,
|
|
893
|
+
() => PutAllianceLeadContactResponse$,
|
|
887
894
|
];
|
|
888
|
-
export var PutProfileVisibility = [
|
|
895
|
+
export var PutProfileVisibility$ = [
|
|
889
896
|
9,
|
|
890
897
|
n0,
|
|
891
898
|
_PPV,
|
|
892
899
|
0,
|
|
893
|
-
() => PutProfileVisibilityRequest
|
|
894
|
-
() => PutProfileVisibilityResponse
|
|
900
|
+
() => PutProfileVisibilityRequest$,
|
|
901
|
+
() => PutProfileVisibilityResponse$,
|
|
895
902
|
];
|
|
896
|
-
export var RejectConnectionInvitation = [
|
|
903
|
+
export var RejectConnectionInvitation$ = [
|
|
897
904
|
9,
|
|
898
905
|
n0,
|
|
899
906
|
_RCI,
|
|
900
907
|
0,
|
|
901
|
-
() => RejectConnectionInvitationRequest
|
|
902
|
-
() => RejectConnectionInvitationResponse
|
|
908
|
+
() => RejectConnectionInvitationRequest$,
|
|
909
|
+
() => RejectConnectionInvitationResponse$,
|
|
903
910
|
];
|
|
904
|
-
export var SendEmailVerificationCode = [
|
|
911
|
+
export var SendEmailVerificationCode$ = [
|
|
905
912
|
9,
|
|
906
913
|
n0,
|
|
907
914
|
_SEVC,
|
|
908
915
|
0,
|
|
909
|
-
() => SendEmailVerificationCodeRequest
|
|
910
|
-
() => SendEmailVerificationCodeResponse
|
|
916
|
+
() => SendEmailVerificationCodeRequest$,
|
|
917
|
+
() => SendEmailVerificationCodeResponse$,
|
|
911
918
|
];
|
|
912
|
-
export var StartProfileUpdateTask = [
|
|
919
|
+
export var StartProfileUpdateTask$ = [
|
|
913
920
|
9,
|
|
914
921
|
n0,
|
|
915
922
|
_SPUT,
|
|
916
923
|
2,
|
|
917
|
-
() => StartProfileUpdateTaskRequest
|
|
918
|
-
() => StartProfileUpdateTaskResponse
|
|
924
|
+
() => StartProfileUpdateTaskRequest$,
|
|
925
|
+
() => StartProfileUpdateTaskResponse$,
|
|
919
926
|
];
|
|
920
|
-
export var StartVerification = [
|
|
927
|
+
export var StartVerification$ = [
|
|
921
928
|
9,
|
|
922
929
|
n0,
|
|
923
930
|
_SV,
|
|
924
931
|
2,
|
|
925
|
-
() => StartVerificationRequest
|
|
926
|
-
() => StartVerificationResponse
|
|
932
|
+
() => StartVerificationRequest$,
|
|
933
|
+
() => StartVerificationResponse$,
|
|
927
934
|
];
|
|
928
|
-
export var TagResource = [9, n0, _TR, 2, () => TagResourceRequest
|
|
929
|
-
export var UntagResource = [
|
|
935
|
+
export var TagResource$ = [9, n0, _TR, 2, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
936
|
+
export var UntagResource$ = [
|
|
930
937
|
9,
|
|
931
938
|
n0,
|
|
932
939
|
_UR,
|
|
933
940
|
2,
|
|
934
|
-
() => UntagResourceRequest
|
|
935
|
-
() => UntagResourceResponse
|
|
941
|
+
() => UntagResourceRequest$,
|
|
942
|
+
() => UntagResourceResponse$,
|
|
936
943
|
];
|
|
937
|
-
export var UpdateConnectionPreferences = [
|
|
944
|
+
export var UpdateConnectionPreferences$ = [
|
|
938
945
|
9,
|
|
939
946
|
n0,
|
|
940
947
|
_UCP,
|
|
941
948
|
2,
|
|
942
|
-
() => UpdateConnectionPreferencesRequest
|
|
943
|
-
() => UpdateConnectionPreferencesResponse
|
|
949
|
+
() => UpdateConnectionPreferencesRequest$,
|
|
950
|
+
() => UpdateConnectionPreferencesResponse$,
|
|
944
951
|
];
|