@aws-sdk/client-partnercentral-account 3.1019.0 → 3.1021.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
@@ -542,6 +542,13 @@ const ResourceNotFoundExceptionReason = {
542
542
  SENDER_PROFILE_NOT_FOUND: "SENDER_PROFILE_NOT_FOUND",
543
543
  VERIFICATION_NOT_FOUND: "VERIFICATION_NOT_FOUND",
544
544
  };
545
+ const ServiceQuotaExceededExceptionReason = {
546
+ LIMIT_EXCEEDED_NUMBER_OF_ACTIVE_CONNECTION: "LIMIT_EXCEEDED_NUMBER_OF_ACTIVE_CONNECTION",
547
+ LIMIT_EXCEEDED_NUMBER_OF_CONNECTION_INVITATION_PER_DAY: "LIMIT_EXCEEDED_NUMBER_OF_CONNECTION_INVITATION_PER_DAY",
548
+ LIMIT_EXCEEDED_NUMBER_OF_DOMAIN: "LIMIT_EXCEEDED_NUMBER_OF_DOMAIN",
549
+ LIMIT_EXCEEDED_NUMBER_OF_EMAIL: "LIMIT_EXCEEDED_NUMBER_OF_EMAIL",
550
+ LIMIT_EXCEEDED_NUMBER_OF_OPEN_CONNECTION_INVITATION: "LIMIT_EXCEEDED_NUMBER_OF_OPEN_CONNECTION_INVITATION",
551
+ };
545
552
  const BusinessValidationCode = {
546
553
  INCOMPATIBLE_CONNECTION_INVITATION_REQUEST: "INCOMPATIBLE_CONNECTION_INVITATION_REQUEST",
547
554
  INCOMPATIBLE_DOMAIN: "INCOMPATIBLE_DOMAIN",
@@ -569,10 +576,6 @@ const AccessType = {
569
576
  ALLOW_BY_DEFAULT_DENY_SOME: "ALLOW_BY_DEFAULT_DENY_SOME",
570
577
  DENY_ALL: "DENY_ALL",
571
578
  };
572
- const ServiceQuotaExceededExceptionReason = {
573
- LIMIT_EXCEEDED_NUMBER_OF_DOMAIN: "LIMIT_EXCEEDED_NUMBER_OF_DOMAIN",
574
- LIMIT_EXCEEDED_NUMBER_OF_EMAIL: "LIMIT_EXCEEDED_NUMBER_OF_EMAIL",
575
- };
576
579
  const ParticipantType = {
577
580
  RECEIVER: "RECEIVER",
578
581
  SENDER: "SENDER",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ServiceQuotaExceededException = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;
3
+ exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;
4
4
  const PartnerCentralAccountServiceException_1 = require("./PartnerCentralAccountServiceException");
5
5
  class AccessDeniedException extends PartnerCentralAccountServiceException_1.PartnerCentralAccountServiceException {
6
6
  name = "AccessDeniedException";
@@ -69,6 +69,23 @@ class ResourceNotFoundException extends PartnerCentralAccountServiceException_1.
69
69
  }
70
70
  }
71
71
  exports.ResourceNotFoundException = ResourceNotFoundException;
72
+ class ServiceQuotaExceededException extends PartnerCentralAccountServiceException_1.PartnerCentralAccountServiceException {
73
+ name = "ServiceQuotaExceededException";
74
+ $fault = "client";
75
+ Message;
76
+ Reason;
77
+ constructor(opts) {
78
+ super({
79
+ name: "ServiceQuotaExceededException",
80
+ $fault: "client",
81
+ ...opts,
82
+ });
83
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
84
+ this.Message = opts.Message;
85
+ this.Reason = opts.Reason;
86
+ }
87
+ }
88
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
72
89
  class ThrottlingException extends PartnerCentralAccountServiceException_1.PartnerCentralAccountServiceException {
73
90
  name = "ThrottlingException";
74
91
  $fault = "client";
@@ -108,20 +125,3 @@ class ValidationException extends PartnerCentralAccountServiceException_1.Partne
108
125
  }
109
126
  }
110
127
  exports.ValidationException = ValidationException;
111
- class ServiceQuotaExceededException extends PartnerCentralAccountServiceException_1.PartnerCentralAccountServiceException {
112
- name = "ServiceQuotaExceededException";
113
- $fault = "client";
114
- Message;
115
- Reason;
116
- constructor(opts) {
117
- super({
118
- name: "ServiceQuotaExceededException",
119
- $fault: "client",
120
- ...opts,
121
- });
122
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
123
- this.Message = opts.Message;
124
- this.Reason = opts.Reason;
125
- }
126
- }
127
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
@@ -317,8 +317,8 @@ exports.BusinessVerificationDetails$ = [3, n0, _BVD,
317
317
  ];
318
318
  exports.BusinessVerificationResponse$ = [3, n0, _BVR,
319
319
  0,
320
- [_BVD],
321
- [[() => exports.BusinessVerificationDetails$, 0]], 1
320
+ [_BVD, _CU, _CUEA],
321
+ [[() => exports.BusinessVerificationDetails$, 0], 0, 5], 1
322
322
  ];
323
323
  exports.CancelConnectionInvitationRequest$ = [3, n0, _CCIR,
324
324
  0,
@@ -11,7 +11,7 @@ import { GetAllianceLeadContactCommand, } from "./commands/GetAllianceLeadContac
11
11
  import { GetConnectionCommand, } from "./commands/GetConnectionCommand";
12
12
  import { GetConnectionInvitationCommand, } from "./commands/GetConnectionInvitationCommand";
13
13
  import { GetConnectionPreferencesCommand, } from "./commands/GetConnectionPreferencesCommand";
14
- import { GetPartnerCommand } from "./commands/GetPartnerCommand";
14
+ import { GetPartnerCommand, } from "./commands/GetPartnerCommand";
15
15
  import { GetProfileUpdateTaskCommand, } from "./commands/GetProfileUpdateTaskCommand";
16
16
  import { GetProfileVisibilityCommand, } from "./commands/GetProfileVisibilityCommand";
17
17
  import { GetVerificationCommand, } from "./commands/GetVerificationCommand";
@@ -25,7 +25,7 @@ import { RejectConnectionInvitationCommand, } from "./commands/RejectConnectionI
25
25
  import { SendEmailVerificationCodeCommand, } from "./commands/SendEmailVerificationCodeCommand";
26
26
  import { StartProfileUpdateTaskCommand, } from "./commands/StartProfileUpdateTaskCommand";
27
27
  import { StartVerificationCommand, } from "./commands/StartVerificationCommand";
28
- import { TagResourceCommand } from "./commands/TagResourceCommand";
28
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
29
29
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
30
30
  import { UpdateConnectionPreferencesCommand, } from "./commands/UpdateConnectionPreferencesCommand";
31
31
  import { paginateListConnectionInvitations } from "./pagination/ListConnectionInvitationsPaginator";
@@ -35,6 +35,13 @@ export const ResourceNotFoundExceptionReason = {
35
35
  SENDER_PROFILE_NOT_FOUND: "SENDER_PROFILE_NOT_FOUND",
36
36
  VERIFICATION_NOT_FOUND: "VERIFICATION_NOT_FOUND",
37
37
  };
38
+ export const ServiceQuotaExceededExceptionReason = {
39
+ LIMIT_EXCEEDED_NUMBER_OF_ACTIVE_CONNECTION: "LIMIT_EXCEEDED_NUMBER_OF_ACTIVE_CONNECTION",
40
+ LIMIT_EXCEEDED_NUMBER_OF_CONNECTION_INVITATION_PER_DAY: "LIMIT_EXCEEDED_NUMBER_OF_CONNECTION_INVITATION_PER_DAY",
41
+ LIMIT_EXCEEDED_NUMBER_OF_DOMAIN: "LIMIT_EXCEEDED_NUMBER_OF_DOMAIN",
42
+ LIMIT_EXCEEDED_NUMBER_OF_EMAIL: "LIMIT_EXCEEDED_NUMBER_OF_EMAIL",
43
+ LIMIT_EXCEEDED_NUMBER_OF_OPEN_CONNECTION_INVITATION: "LIMIT_EXCEEDED_NUMBER_OF_OPEN_CONNECTION_INVITATION",
44
+ };
38
45
  export const BusinessValidationCode = {
39
46
  INCOMPATIBLE_CONNECTION_INVITATION_REQUEST: "INCOMPATIBLE_CONNECTION_INVITATION_REQUEST",
40
47
  INCOMPATIBLE_DOMAIN: "INCOMPATIBLE_DOMAIN",
@@ -62,10 +69,6 @@ export const AccessType = {
62
69
  ALLOW_BY_DEFAULT_DENY_SOME: "ALLOW_BY_DEFAULT_DENY_SOME",
63
70
  DENY_ALL: "DENY_ALL",
64
71
  };
65
- export const ServiceQuotaExceededExceptionReason = {
66
- LIMIT_EXCEEDED_NUMBER_OF_DOMAIN: "LIMIT_EXCEEDED_NUMBER_OF_DOMAIN",
67
- LIMIT_EXCEEDED_NUMBER_OF_EMAIL: "LIMIT_EXCEEDED_NUMBER_OF_EMAIL",
68
- };
69
72
  export const ParticipantType = {
70
73
  RECEIVER: "RECEIVER",
71
74
  SENDER: "SENDER",
@@ -62,6 +62,22 @@ export class ResourceNotFoundException extends __BaseException {
62
62
  this.Reason = opts.Reason;
63
63
  }
64
64
  }
65
+ export class ServiceQuotaExceededException extends __BaseException {
66
+ name = "ServiceQuotaExceededException";
67
+ $fault = "client";
68
+ Message;
69
+ Reason;
70
+ constructor(opts) {
71
+ super({
72
+ name: "ServiceQuotaExceededException",
73
+ $fault: "client",
74
+ ...opts,
75
+ });
76
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
77
+ this.Message = opts.Message;
78
+ this.Reason = opts.Reason;
79
+ }
80
+ }
65
81
  export class ThrottlingException extends __BaseException {
66
82
  name = "ThrottlingException";
67
83
  $fault = "client";
@@ -99,19 +115,3 @@ export class ValidationException extends __BaseException {
99
115
  this.ErrorDetails = opts.ErrorDetails;
100
116
  }
101
117
  }
102
- export class ServiceQuotaExceededException extends __BaseException {
103
- name = "ServiceQuotaExceededException";
104
- $fault = "client";
105
- Message;
106
- Reason;
107
- constructor(opts) {
108
- super({
109
- name: "ServiceQuotaExceededException",
110
- $fault: "client",
111
- ...opts,
112
- });
113
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
114
- this.Message = opts.Message;
115
- this.Reason = opts.Reason;
116
- }
117
- }
@@ -312,8 +312,8 @@ export var BusinessVerificationDetails$ = [3, n0, _BVD,
312
312
  ];
313
313
  export var BusinessVerificationResponse$ = [3, n0, _BVR,
314
314
  0,
315
- [_BVD],
316
- [[() => BusinessVerificationDetails$, 0]], 1
315
+ [_BVD, _CU, _CUEA],
316
+ [[() => BusinessVerificationDetails$, 0], 0, 5], 1
317
317
  ];
318
318
  export var CancelConnectionInvitationRequest$ = [3, n0, _CCIR,
319
319
  0,
@@ -1,33 +1,33 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { AcceptConnectionInvitationCommandInput, AcceptConnectionInvitationCommandOutput } from "./commands/AcceptConnectionInvitationCommand";
3
- import { AssociateAwsTrainingCertificationEmailDomainCommandInput, AssociateAwsTrainingCertificationEmailDomainCommandOutput } from "./commands/AssociateAwsTrainingCertificationEmailDomainCommand";
4
- import { CancelConnectionCommandInput, CancelConnectionCommandOutput } from "./commands/CancelConnectionCommand";
5
- import { CancelConnectionInvitationCommandInput, CancelConnectionInvitationCommandOutput } from "./commands/CancelConnectionInvitationCommand";
6
- import { CancelProfileUpdateTaskCommandInput, CancelProfileUpdateTaskCommandOutput } from "./commands/CancelProfileUpdateTaskCommand";
7
- import { CreateConnectionInvitationCommandInput, CreateConnectionInvitationCommandOutput } from "./commands/CreateConnectionInvitationCommand";
8
- import { CreatePartnerCommandInput, CreatePartnerCommandOutput } from "./commands/CreatePartnerCommand";
9
- import { DisassociateAwsTrainingCertificationEmailDomainCommandInput, DisassociateAwsTrainingCertificationEmailDomainCommandOutput } from "./commands/DisassociateAwsTrainingCertificationEmailDomainCommand";
10
- import { GetAllianceLeadContactCommandInput, GetAllianceLeadContactCommandOutput } from "./commands/GetAllianceLeadContactCommand";
11
- import { GetConnectionCommandInput, GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
12
- import { GetConnectionInvitationCommandInput, GetConnectionInvitationCommandOutput } from "./commands/GetConnectionInvitationCommand";
13
- import { GetConnectionPreferencesCommandInput, GetConnectionPreferencesCommandOutput } from "./commands/GetConnectionPreferencesCommand";
14
- import { GetPartnerCommandInput, GetPartnerCommandOutput } from "./commands/GetPartnerCommand";
15
- import { GetProfileUpdateTaskCommandInput, GetProfileUpdateTaskCommandOutput } from "./commands/GetProfileUpdateTaskCommand";
16
- import { GetProfileVisibilityCommandInput, GetProfileVisibilityCommandOutput } from "./commands/GetProfileVisibilityCommand";
17
- import { GetVerificationCommandInput, GetVerificationCommandOutput } from "./commands/GetVerificationCommand";
18
- import { ListConnectionInvitationsCommandInput, ListConnectionInvitationsCommandOutput } from "./commands/ListConnectionInvitationsCommand";
19
- import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand";
20
- import { ListPartnersCommandInput, ListPartnersCommandOutput } from "./commands/ListPartnersCommand";
21
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
22
- import { PutAllianceLeadContactCommandInput, PutAllianceLeadContactCommandOutput } from "./commands/PutAllianceLeadContactCommand";
23
- import { PutProfileVisibilityCommandInput, PutProfileVisibilityCommandOutput } from "./commands/PutProfileVisibilityCommand";
24
- import { RejectConnectionInvitationCommandInput, RejectConnectionInvitationCommandOutput } from "./commands/RejectConnectionInvitationCommand";
25
- import { SendEmailVerificationCodeCommandInput, SendEmailVerificationCodeCommandOutput } from "./commands/SendEmailVerificationCodeCommand";
26
- import { StartProfileUpdateTaskCommandInput, StartProfileUpdateTaskCommandOutput } from "./commands/StartProfileUpdateTaskCommand";
27
- import { StartVerificationCommandInput, StartVerificationCommandOutput } from "./commands/StartVerificationCommand";
28
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
29
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
30
- import { UpdateConnectionPreferencesCommandInput, UpdateConnectionPreferencesCommandOutput } from "./commands/UpdateConnectionPreferencesCommand";
2
+ import { type AcceptConnectionInvitationCommandInput, type AcceptConnectionInvitationCommandOutput } from "./commands/AcceptConnectionInvitationCommand";
3
+ import { type AssociateAwsTrainingCertificationEmailDomainCommandInput, type AssociateAwsTrainingCertificationEmailDomainCommandOutput } from "./commands/AssociateAwsTrainingCertificationEmailDomainCommand";
4
+ import { type CancelConnectionCommandInput, type CancelConnectionCommandOutput } from "./commands/CancelConnectionCommand";
5
+ import { type CancelConnectionInvitationCommandInput, type CancelConnectionInvitationCommandOutput } from "./commands/CancelConnectionInvitationCommand";
6
+ import { type CancelProfileUpdateTaskCommandInput, type CancelProfileUpdateTaskCommandOutput } from "./commands/CancelProfileUpdateTaskCommand";
7
+ import { type CreateConnectionInvitationCommandInput, type CreateConnectionInvitationCommandOutput } from "./commands/CreateConnectionInvitationCommand";
8
+ import { type CreatePartnerCommandInput, type CreatePartnerCommandOutput } from "./commands/CreatePartnerCommand";
9
+ import { type DisassociateAwsTrainingCertificationEmailDomainCommandInput, type DisassociateAwsTrainingCertificationEmailDomainCommandOutput } from "./commands/DisassociateAwsTrainingCertificationEmailDomainCommand";
10
+ import { type GetAllianceLeadContactCommandInput, type GetAllianceLeadContactCommandOutput } from "./commands/GetAllianceLeadContactCommand";
11
+ import { type GetConnectionCommandInput, type GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
12
+ import { type GetConnectionInvitationCommandInput, type GetConnectionInvitationCommandOutput } from "./commands/GetConnectionInvitationCommand";
13
+ import { type GetConnectionPreferencesCommandInput, type GetConnectionPreferencesCommandOutput } from "./commands/GetConnectionPreferencesCommand";
14
+ import { type GetPartnerCommandInput, type GetPartnerCommandOutput } from "./commands/GetPartnerCommand";
15
+ import { type GetProfileUpdateTaskCommandInput, type GetProfileUpdateTaskCommandOutput } from "./commands/GetProfileUpdateTaskCommand";
16
+ import { type GetProfileVisibilityCommandInput, type GetProfileVisibilityCommandOutput } from "./commands/GetProfileVisibilityCommand";
17
+ import { type GetVerificationCommandInput, type GetVerificationCommandOutput } from "./commands/GetVerificationCommand";
18
+ import { type ListConnectionInvitationsCommandInput, type ListConnectionInvitationsCommandOutput } from "./commands/ListConnectionInvitationsCommand";
19
+ import { type ListConnectionsCommandInput, type ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand";
20
+ import { type ListPartnersCommandInput, type ListPartnersCommandOutput } from "./commands/ListPartnersCommand";
21
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
22
+ import { type PutAllianceLeadContactCommandInput, type PutAllianceLeadContactCommandOutput } from "./commands/PutAllianceLeadContactCommand";
23
+ import { type PutProfileVisibilityCommandInput, type PutProfileVisibilityCommandOutput } from "./commands/PutProfileVisibilityCommand";
24
+ import { type RejectConnectionInvitationCommandInput, type RejectConnectionInvitationCommandOutput } from "./commands/RejectConnectionInvitationCommand";
25
+ import { type SendEmailVerificationCodeCommandInput, type SendEmailVerificationCodeCommandOutput } from "./commands/SendEmailVerificationCodeCommand";
26
+ import { type StartProfileUpdateTaskCommandInput, type StartProfileUpdateTaskCommandOutput } from "./commands/StartProfileUpdateTaskCommand";
27
+ import { type StartVerificationCommandInput, type StartVerificationCommandOutput } from "./commands/StartVerificationCommand";
28
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
29
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
30
+ import { type UpdateConnectionPreferencesCommandInput, type UpdateConnectionPreferencesCommandOutput } from "./commands/UpdateConnectionPreferencesCommand";
31
31
  import { PartnerCentralAccountClient } from "./PartnerCentralAccountClient";
32
32
  export interface PartnerCentralAccount {
33
33
  /**
@@ -5,38 +5,38 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { AcceptConnectionInvitationCommandInput, AcceptConnectionInvitationCommandOutput } from "./commands/AcceptConnectionInvitationCommand";
11
- import { AssociateAwsTrainingCertificationEmailDomainCommandInput, AssociateAwsTrainingCertificationEmailDomainCommandOutput } from "./commands/AssociateAwsTrainingCertificationEmailDomainCommand";
12
- import { CancelConnectionCommandInput, CancelConnectionCommandOutput } from "./commands/CancelConnectionCommand";
13
- import { CancelConnectionInvitationCommandInput, CancelConnectionInvitationCommandOutput } from "./commands/CancelConnectionInvitationCommand";
14
- import { CancelProfileUpdateTaskCommandInput, CancelProfileUpdateTaskCommandOutput } from "./commands/CancelProfileUpdateTaskCommand";
15
- import { CreateConnectionInvitationCommandInput, CreateConnectionInvitationCommandOutput } from "./commands/CreateConnectionInvitationCommand";
16
- import { CreatePartnerCommandInput, CreatePartnerCommandOutput } from "./commands/CreatePartnerCommand";
17
- import { DisassociateAwsTrainingCertificationEmailDomainCommandInput, DisassociateAwsTrainingCertificationEmailDomainCommandOutput } from "./commands/DisassociateAwsTrainingCertificationEmailDomainCommand";
18
- import { GetAllianceLeadContactCommandInput, GetAllianceLeadContactCommandOutput } from "./commands/GetAllianceLeadContactCommand";
19
- import { GetConnectionCommandInput, GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
20
- import { GetConnectionInvitationCommandInput, GetConnectionInvitationCommandOutput } from "./commands/GetConnectionInvitationCommand";
21
- import { GetConnectionPreferencesCommandInput, GetConnectionPreferencesCommandOutput } from "./commands/GetConnectionPreferencesCommand";
22
- import { GetPartnerCommandInput, GetPartnerCommandOutput } from "./commands/GetPartnerCommand";
23
- import { GetProfileUpdateTaskCommandInput, GetProfileUpdateTaskCommandOutput } from "./commands/GetProfileUpdateTaskCommand";
24
- import { GetProfileVisibilityCommandInput, GetProfileVisibilityCommandOutput } from "./commands/GetProfileVisibilityCommand";
25
- import { GetVerificationCommandInput, GetVerificationCommandOutput } from "./commands/GetVerificationCommand";
26
- import { ListConnectionInvitationsCommandInput, ListConnectionInvitationsCommandOutput } from "./commands/ListConnectionInvitationsCommand";
27
- import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand";
28
- import { ListPartnersCommandInput, ListPartnersCommandOutput } from "./commands/ListPartnersCommand";
29
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
30
- import { PutAllianceLeadContactCommandInput, PutAllianceLeadContactCommandOutput } from "./commands/PutAllianceLeadContactCommand";
31
- import { PutProfileVisibilityCommandInput, PutProfileVisibilityCommandOutput } from "./commands/PutProfileVisibilityCommand";
32
- import { RejectConnectionInvitationCommandInput, RejectConnectionInvitationCommandOutput } from "./commands/RejectConnectionInvitationCommand";
33
- import { SendEmailVerificationCodeCommandInput, SendEmailVerificationCodeCommandOutput } from "./commands/SendEmailVerificationCodeCommand";
34
- import { StartProfileUpdateTaskCommandInput, StartProfileUpdateTaskCommandOutput } from "./commands/StartProfileUpdateTaskCommand";
35
- import { StartVerificationCommandInput, StartVerificationCommandOutput } from "./commands/StartVerificationCommand";
36
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
37
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
38
- import { UpdateConnectionPreferencesCommandInput, UpdateConnectionPreferencesCommandOutput } from "./commands/UpdateConnectionPreferencesCommand";
39
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { AcceptConnectionInvitationCommandInput, AcceptConnectionInvitationCommandOutput } from "./commands/AcceptConnectionInvitationCommand";
11
+ import type { AssociateAwsTrainingCertificationEmailDomainCommandInput, AssociateAwsTrainingCertificationEmailDomainCommandOutput } from "./commands/AssociateAwsTrainingCertificationEmailDomainCommand";
12
+ import type { CancelConnectionCommandInput, CancelConnectionCommandOutput } from "./commands/CancelConnectionCommand";
13
+ import type { CancelConnectionInvitationCommandInput, CancelConnectionInvitationCommandOutput } from "./commands/CancelConnectionInvitationCommand";
14
+ import type { CancelProfileUpdateTaskCommandInput, CancelProfileUpdateTaskCommandOutput } from "./commands/CancelProfileUpdateTaskCommand";
15
+ import type { CreateConnectionInvitationCommandInput, CreateConnectionInvitationCommandOutput } from "./commands/CreateConnectionInvitationCommand";
16
+ import type { CreatePartnerCommandInput, CreatePartnerCommandOutput } from "./commands/CreatePartnerCommand";
17
+ import type { DisassociateAwsTrainingCertificationEmailDomainCommandInput, DisassociateAwsTrainingCertificationEmailDomainCommandOutput } from "./commands/DisassociateAwsTrainingCertificationEmailDomainCommand";
18
+ import type { GetAllianceLeadContactCommandInput, GetAllianceLeadContactCommandOutput } from "./commands/GetAllianceLeadContactCommand";
19
+ import type { GetConnectionCommandInput, GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
20
+ import type { GetConnectionInvitationCommandInput, GetConnectionInvitationCommandOutput } from "./commands/GetConnectionInvitationCommand";
21
+ import type { GetConnectionPreferencesCommandInput, GetConnectionPreferencesCommandOutput } from "./commands/GetConnectionPreferencesCommand";
22
+ import type { GetPartnerCommandInput, GetPartnerCommandOutput } from "./commands/GetPartnerCommand";
23
+ import type { GetProfileUpdateTaskCommandInput, GetProfileUpdateTaskCommandOutput } from "./commands/GetProfileUpdateTaskCommand";
24
+ import type { GetProfileVisibilityCommandInput, GetProfileVisibilityCommandOutput } from "./commands/GetProfileVisibilityCommand";
25
+ import type { GetVerificationCommandInput, GetVerificationCommandOutput } from "./commands/GetVerificationCommand";
26
+ import type { ListConnectionInvitationsCommandInput, ListConnectionInvitationsCommandOutput } from "./commands/ListConnectionInvitationsCommand";
27
+ import type { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand";
28
+ import type { ListPartnersCommandInput, ListPartnersCommandOutput } from "./commands/ListPartnersCommand";
29
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
30
+ import type { PutAllianceLeadContactCommandInput, PutAllianceLeadContactCommandOutput } from "./commands/PutAllianceLeadContactCommand";
31
+ import type { PutProfileVisibilityCommandInput, PutProfileVisibilityCommandOutput } from "./commands/PutProfileVisibilityCommand";
32
+ import type { RejectConnectionInvitationCommandInput, RejectConnectionInvitationCommandOutput } from "./commands/RejectConnectionInvitationCommand";
33
+ import type { SendEmailVerificationCodeCommandInput, SendEmailVerificationCodeCommandOutput } from "./commands/SendEmailVerificationCodeCommand";
34
+ import type { StartProfileUpdateTaskCommandInput, StartProfileUpdateTaskCommandOutput } from "./commands/StartProfileUpdateTaskCommand";
35
+ import type { StartVerificationCommandInput, StartVerificationCommandOutput } from "./commands/StartVerificationCommand";
36
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
37
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
38
+ import type { UpdateConnectionPreferencesCommandInput, UpdateConnectionPreferencesCommandOutput } from "./commands/UpdateConnectionPreferencesCommand";
39
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
40
40
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
41
41
  export { __Client };
42
42
  /**
@@ -145,7 +145,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
145
145
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
146
146
  * @internal
147
147
  */
148
- defaultUserAgentProvider?: Provider<__UserAgent>;
148
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
149
149
  /**
150
150
  * Default credentials provider; Not available in browser runtime.
151
151
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { PartnerCentralAccountHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -96,6 +96,9 @@ declare const AcceptConnectionInvitationCommand_base: {
96
96
  * @throws {@link ResourceNotFoundException} (client fault)
97
97
  * <p>The specified resource could not be found. This may occur when referencing a resource that does not exist or has been deleted.</p>
98
98
  *
99
+ * @throws {@link ServiceQuotaExceededException} (client fault)
100
+ * <p>The request was rejected because it would exceed a service quota or limit. This may occur when trying to create more resources than allowed by the service limits.</p>
101
+ *
99
102
  * @throws {@link ThrottlingException} (client fault)
100
103
  * <p>The request was throttled due to too many requests being sent in a short period of time. The client should implement exponential backoff and retry the request.</p>
101
104
  *
@@ -84,6 +84,9 @@ declare const CreateConnectionInvitationCommand_base: {
84
84
  * @throws {@link ResourceNotFoundException} (client fault)
85
85
  * <p>The specified resource could not be found. This may occur when referencing a resource that does not exist or has been deleted.</p>
86
86
  *
87
+ * @throws {@link ServiceQuotaExceededException} (client fault)
88
+ * <p>The request was rejected because it would exceed a service quota or limit. This may occur when trying to create more resources than allowed by the service limits.</p>
89
+ *
87
90
  * @throws {@link ThrottlingException} (client fault)
88
91
  * <p>The request was throttled due to too many requests being sent in a short period of time. The client should implement exponential backoff and retry the request.</p>
89
92
  *
@@ -53,6 +53,8 @@ declare const GetVerificationCommand_base: {
53
53
  * // CountryCode: "STRING_VALUE", // required
54
54
  * // JurisdictionOfIncorporation: "STRING_VALUE",
55
55
  * // },
56
+ * // CompletionUrl: "STRING_VALUE",
57
+ * // CompletionUrlExpiresAt: new Date("TIMESTAMP"),
56
58
  * // },
57
59
  * // RegistrantVerificationResponse: { // RegistrantVerificationResponse
58
60
  * // CompletionUrl: "STRING_VALUE", // required
@@ -62,6 +62,8 @@ declare const StartVerificationCommand_base: {
62
62
  * // CountryCode: "STRING_VALUE", // required
63
63
  * // JurisdictionOfIncorporation: "STRING_VALUE",
64
64
  * // },
65
+ * // CompletionUrl: "STRING_VALUE",
66
+ * // CompletionUrlExpiresAt: new Date("TIMESTAMP"),
65
67
  * // },
66
68
  * // RegistrantVerificationResponse: { // RegistrantVerificationResponse
67
69
  * // CompletionUrl: "STRING_VALUE", // required
@@ -5,7 +5,7 @@
5
5
  */
6
6
  export * from "./PartnerCentralAccountClient";
7
7
  export * from "./PartnerCentralAccount";
8
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
8
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { PartnerCentralAccountExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
@@ -75,6 +75,21 @@ export declare const ResourceNotFoundExceptionReason: {
75
75
  * @public
76
76
  */
77
77
  export type ResourceNotFoundExceptionReason = (typeof ResourceNotFoundExceptionReason)[keyof typeof ResourceNotFoundExceptionReason];
78
+ /**
79
+ * @public
80
+ * @enum
81
+ */
82
+ export declare const ServiceQuotaExceededExceptionReason: {
83
+ readonly LIMIT_EXCEEDED_NUMBER_OF_ACTIVE_CONNECTION: "LIMIT_EXCEEDED_NUMBER_OF_ACTIVE_CONNECTION";
84
+ readonly LIMIT_EXCEEDED_NUMBER_OF_CONNECTION_INVITATION_PER_DAY: "LIMIT_EXCEEDED_NUMBER_OF_CONNECTION_INVITATION_PER_DAY";
85
+ readonly LIMIT_EXCEEDED_NUMBER_OF_DOMAIN: "LIMIT_EXCEEDED_NUMBER_OF_DOMAIN";
86
+ readonly LIMIT_EXCEEDED_NUMBER_OF_EMAIL: "LIMIT_EXCEEDED_NUMBER_OF_EMAIL";
87
+ readonly LIMIT_EXCEEDED_NUMBER_OF_OPEN_CONNECTION_INVITATION: "LIMIT_EXCEEDED_NUMBER_OF_OPEN_CONNECTION_INVITATION";
88
+ };
89
+ /**
90
+ * @public
91
+ */
92
+ export type ServiceQuotaExceededExceptionReason = (typeof ServiceQuotaExceededExceptionReason)[keyof typeof ServiceQuotaExceededExceptionReason];
78
93
  /**
79
94
  * @public
80
95
  * @enum
@@ -134,18 +149,6 @@ export declare const AccessType: {
134
149
  * @public
135
150
  */
136
151
  export type AccessType = (typeof AccessType)[keyof typeof AccessType];
137
- /**
138
- * @public
139
- * @enum
140
- */
141
- export declare const ServiceQuotaExceededExceptionReason: {
142
- readonly LIMIT_EXCEEDED_NUMBER_OF_DOMAIN: "LIMIT_EXCEEDED_NUMBER_OF_DOMAIN";
143
- readonly LIMIT_EXCEEDED_NUMBER_OF_EMAIL: "LIMIT_EXCEEDED_NUMBER_OF_EMAIL";
144
- };
145
- /**
146
- * @public
147
- */
148
- export type ServiceQuotaExceededExceptionReason = (typeof ServiceQuotaExceededExceptionReason)[keyof typeof ServiceQuotaExceededExceptionReason];
149
152
  /**
150
153
  * @public
151
154
  * @enum
@@ -1,6 +1,6 @@
1
1
  import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { AccessDeniedExceptionReason, ConflictExceptionReason, ResourceNotFoundExceptionReason, ServiceQuotaExceededExceptionReason, ValidationExceptionReason } from "./enums";
3
- import { ValidationError } from "./models_0";
2
+ import type { AccessDeniedExceptionReason, ConflictExceptionReason, ResourceNotFoundExceptionReason, ServiceQuotaExceededExceptionReason, ValidationExceptionReason } from "./enums";
3
+ import type { ValidationError } from "./models_0";
4
4
  import { PartnerCentralAccountServiceException as __BaseException } from "./PartnerCentralAccountServiceException";
5
5
  /**
6
6
  * <p>The request was denied due to insufficient permissions. The caller does not have the required permissions to perform this operation.</p>
@@ -70,6 +70,24 @@ export declare class ResourceNotFoundException extends __BaseException {
70
70
  */
71
71
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
72
72
  }
73
+ /**
74
+ * <p>The request was rejected because it would exceed a service quota or limit. This may occur when trying to create more resources than allowed by the service limits.</p>
75
+ * @public
76
+ */
77
+ export declare class ServiceQuotaExceededException extends __BaseException {
78
+ readonly name: "ServiceQuotaExceededException";
79
+ readonly $fault: "client";
80
+ Message: string | undefined;
81
+ /**
82
+ * <p>The specific reason for the service quota being exceeded.</p>
83
+ * @public
84
+ */
85
+ Reason: ServiceQuotaExceededExceptionReason | undefined;
86
+ /**
87
+ * @internal
88
+ */
89
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
90
+ }
73
91
  /**
74
92
  * <p>The request was throttled due to too many requests being sent in a short period of time. The client should implement exponential backoff and retry the request.</p>
75
93
  * @public
@@ -117,21 +135,3 @@ export declare class ValidationException extends __BaseException {
117
135
  */
118
136
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
119
137
  }
120
- /**
121
- * <p>The request was rejected because it would exceed a service quota or limit. This may occur when trying to create more resources than allowed by the service limits.</p>
122
- * @public
123
- */
124
- export declare class ServiceQuotaExceededException extends __BaseException {
125
- readonly name: "ServiceQuotaExceededException";
126
- readonly $fault: "client";
127
- Message: string | undefined;
128
- /**
129
- * <p>The specific reason for the service quota being exceeded.</p>
130
- * @public
131
- */
132
- Reason: ServiceQuotaExceededExceptionReason | undefined;
133
- /**
134
- * @internal
135
- */
136
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
137
- }
@@ -1,4 +1,4 @@
1
- import { AccessType, BusinessValidationCode, ConnectionType, ConnectionTypeStatus, FieldValidationCode, IndustrySegment, InvitationStatus, ParticipantType, PrimarySolutionType, ProfileTaskStatus, ProfileValidationErrorReason, ProfileVisibility, VerificationStatus, VerificationType } from "./enums";
1
+ import type { AccessType, BusinessValidationCode, ConnectionType, ConnectionTypeStatus, FieldValidationCode, IndustrySegment, InvitationStatus, ParticipantType, PrimarySolutionType, ProfileTaskStatus, ProfileValidationErrorReason, ProfileVisibility, VerificationStatus, VerificationType } from "./enums";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -387,6 +387,16 @@ export interface BusinessVerificationResponse {
387
387
  * @public
388
388
  */
389
389
  BusinessVerificationDetails: BusinessVerificationDetails | undefined;
390
+ /**
391
+ * <p>A secure URL where the registrant can complete additional verification steps, such as document upload or identity confirmation through a third-party verification service.</p>
392
+ * @public
393
+ */
394
+ CompletionUrl?: string | undefined;
395
+ /**
396
+ * <p>The timestamp when the completion URL expires and is no longer valid for accessing the verification workflow.</p>
397
+ * @public
398
+ */
399
+ CompletionUrlExpiresAt?: Date | undefined;
390
400
  }
391
401
  /**
392
402
  * @public
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListConnectionInvitationsCommandInput, ListConnectionInvitationsCommandOutput } from "../commands/ListConnectionInvitationsCommand";
3
- import { PartnerCentralAccountPaginationConfiguration } from "./Interfaces";
3
+ import type { PartnerCentralAccountPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "../commands/ListConnectionsCommand";
3
- import { PartnerCentralAccountPaginationConfiguration } from "./Interfaces";
3
+ import type { PartnerCentralAccountPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListPartnersCommandInput, ListPartnersCommandOutput } from "../commands/ListPartnersCommand";
3
- import { PartnerCentralAccountPaginationConfiguration } from "./Interfaces";
3
+ import type { PartnerCentralAccountPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -246,7 +245,7 @@ export interface ClientDefaults
246
245
  useFipsEndpoint?: boolean | __Provider<boolean>;
247
246
  region?: string | __Provider<string>;
248
247
  profile?: string;
249
- defaultUserAgentProvider?: Provider<__UserAgent>;
248
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
250
249
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
251
250
  maxAttempts?: number | __Provider<number>;
252
251
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { PartnerCentralAccountHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
@@ -45,6 +45,15 @@ export declare const ResourceNotFoundExceptionReason: {
45
45
  };
46
46
  export type ResourceNotFoundExceptionReason =
47
47
  (typeof ResourceNotFoundExceptionReason)[keyof typeof ResourceNotFoundExceptionReason];
48
+ export declare const ServiceQuotaExceededExceptionReason: {
49
+ readonly LIMIT_EXCEEDED_NUMBER_OF_ACTIVE_CONNECTION: "LIMIT_EXCEEDED_NUMBER_OF_ACTIVE_CONNECTION";
50
+ readonly LIMIT_EXCEEDED_NUMBER_OF_CONNECTION_INVITATION_PER_DAY: "LIMIT_EXCEEDED_NUMBER_OF_CONNECTION_INVITATION_PER_DAY";
51
+ readonly LIMIT_EXCEEDED_NUMBER_OF_DOMAIN: "LIMIT_EXCEEDED_NUMBER_OF_DOMAIN";
52
+ readonly LIMIT_EXCEEDED_NUMBER_OF_EMAIL: "LIMIT_EXCEEDED_NUMBER_OF_EMAIL";
53
+ readonly LIMIT_EXCEEDED_NUMBER_OF_OPEN_CONNECTION_INVITATION: "LIMIT_EXCEEDED_NUMBER_OF_OPEN_CONNECTION_INVITATION";
54
+ };
55
+ export type ServiceQuotaExceededExceptionReason =
56
+ (typeof ServiceQuotaExceededExceptionReason)[keyof typeof ServiceQuotaExceededExceptionReason];
48
57
  export declare const BusinessValidationCode: {
49
58
  readonly INCOMPATIBLE_CONNECTION_INVITATION_REQUEST: "INCOMPATIBLE_CONNECTION_INVITATION_REQUEST";
50
59
  readonly INCOMPATIBLE_DOMAIN: "INCOMPATIBLE_DOMAIN";
@@ -79,12 +88,6 @@ export declare const AccessType: {
79
88
  readonly DENY_ALL: "DENY_ALL";
80
89
  };
81
90
  export type AccessType = (typeof AccessType)[keyof typeof AccessType];
82
- export declare const ServiceQuotaExceededExceptionReason: {
83
- readonly LIMIT_EXCEEDED_NUMBER_OF_DOMAIN: "LIMIT_EXCEEDED_NUMBER_OF_DOMAIN";
84
- readonly LIMIT_EXCEEDED_NUMBER_OF_EMAIL: "LIMIT_EXCEEDED_NUMBER_OF_EMAIL";
85
- };
86
- export type ServiceQuotaExceededExceptionReason =
87
- (typeof ServiceQuotaExceededExceptionReason)[keyof typeof ServiceQuotaExceededExceptionReason];
88
91
  export declare const ParticipantType: {
89
92
  readonly RECEIVER: "RECEIVER";
90
93
  readonly SENDER: "SENDER";
@@ -42,6 +42,15 @@ export declare class ResourceNotFoundException extends __BaseException {
42
42
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
43
43
  );
44
44
  }
45
+ export declare class ServiceQuotaExceededException extends __BaseException {
46
+ readonly name: "ServiceQuotaExceededException";
47
+ readonly $fault: "client";
48
+ Message: string | undefined;
49
+ Reason: ServiceQuotaExceededExceptionReason | undefined;
50
+ constructor(
51
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
52
+ );
53
+ }
45
54
  export declare class ThrottlingException extends __BaseException {
46
55
  readonly name: "ThrottlingException";
47
56
  readonly $fault: "client";
@@ -63,12 +72,3 @@ export declare class ValidationException extends __BaseException {
63
72
  opts: __ExceptionOptionType<ValidationException, __BaseException>
64
73
  );
65
74
  }
66
- export declare class ServiceQuotaExceededException extends __BaseException {
67
- readonly name: "ServiceQuotaExceededException";
68
- readonly $fault: "client";
69
- Message: string | undefined;
70
- Reason: ServiceQuotaExceededExceptionReason | undefined;
71
- constructor(
72
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
73
- );
74
- }
@@ -146,6 +146,8 @@ export interface BusinessVerificationDetails {
146
146
  }
147
147
  export interface BusinessVerificationResponse {
148
148
  BusinessVerificationDetails: BusinessVerificationDetails | undefined;
149
+ CompletionUrl?: string | undefined;
150
+ CompletionUrlExpiresAt?: Date | undefined;
149
151
  }
150
152
  export interface CancelConnectionRequest {
151
153
  Catalog: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-partnercentral-account",
3
3
  "description": "AWS SDK for JavaScript Partnercentral Account Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1021.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-partnercentral-account",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.25",
25
- "@aws-sdk/credential-provider-node": "^3.972.27",
24
+ "@aws-sdk/core": "^3.973.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.29",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.26",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.28",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.12",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.14",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
- "@smithy/core": "^3.23.12",
36
+ "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
38
38
  "@smithy/hash-node": "^4.2.12",
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
- "@smithy/middleware-endpoint": "^4.4.27",
42
- "@smithy/middleware-retry": "^4.4.44",
43
- "@smithy/middleware-serde": "^4.2.15",
41
+ "@smithy/middleware-endpoint": "^4.4.28",
42
+ "@smithy/middleware-retry": "^4.4.46",
43
+ "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
46
- "@smithy/node-http-handler": "^4.5.0",
46
+ "@smithy/node-http-handler": "^4.5.1",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.7",
48
+ "@smithy/smithy-client": "^4.12.8",
49
49
  "@smithy/types": "^4.13.1",
50
50
  "@smithy/url-parser": "^4.2.12",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.43",
55
- "@smithy/util-defaults-mode-node": "^4.2.47",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
55
+ "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
- "@smithy/util-retry": "^4.2.12",
58
+ "@smithy/util-retry": "^4.2.13",
59
59
  "@smithy/util-utf8": "^4.2.2",
60
60
  "tslib": "^2.6.2"
61
61
  },