@aws-sdk/client-partnercentral-account 3.1044.0 → 3.1046.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.
Files changed (125) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +77 -75
  5. package/dist-cjs/models/PartnerCentralAccountServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/PartnerCentralAccount.js +1 -1
  10. package/dist-es/PartnerCentralAccountClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AcceptConnectionInvitationCommand.js +2 -2
  13. package/dist-es/commands/AssociateAwsTrainingCertificationEmailDomainCommand.js +2 -2
  14. package/dist-es/commands/CancelConnectionCommand.js +2 -2
  15. package/dist-es/commands/CancelConnectionInvitationCommand.js +2 -2
  16. package/dist-es/commands/CancelProfileUpdateTaskCommand.js +2 -2
  17. package/dist-es/commands/CreateConnectionInvitationCommand.js +2 -2
  18. package/dist-es/commands/CreatePartnerCommand.js +2 -2
  19. package/dist-es/commands/DisassociateAwsTrainingCertificationEmailDomainCommand.js +2 -2
  20. package/dist-es/commands/GetAllianceLeadContactCommand.js +2 -2
  21. package/dist-es/commands/GetConnectionCommand.js +2 -2
  22. package/dist-es/commands/GetConnectionInvitationCommand.js +2 -2
  23. package/dist-es/commands/GetConnectionPreferencesCommand.js +2 -2
  24. package/dist-es/commands/GetPartnerCommand.js +2 -2
  25. package/dist-es/commands/GetProfileUpdateTaskCommand.js +2 -2
  26. package/dist-es/commands/GetProfileVisibilityCommand.js +2 -2
  27. package/dist-es/commands/GetVerificationCommand.js +2 -2
  28. package/dist-es/commands/ListConnectionInvitationsCommand.js +2 -2
  29. package/dist-es/commands/ListConnectionsCommand.js +2 -2
  30. package/dist-es/commands/ListPartnersCommand.js +2 -2
  31. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  32. package/dist-es/commands/PutAllianceLeadContactCommand.js +2 -2
  33. package/dist-es/commands/PutProfileVisibilityCommand.js +2 -2
  34. package/dist-es/commands/RejectConnectionInvitationCommand.js +2 -2
  35. package/dist-es/commands/SendEmailVerificationCodeCommand.js +2 -2
  36. package/dist-es/commands/StartProfileUpdateTaskCommand.js +2 -2
  37. package/dist-es/commands/StartVerificationCommand.js +2 -2
  38. package/dist-es/commands/TagResourceCommand.js +2 -2
  39. package/dist-es/commands/UntagResourceCommand.js +2 -2
  40. package/dist-es/commands/UpdateConnectionPreferencesCommand.js +2 -2
  41. package/dist-es/endpoint/bdd.js +1 -1
  42. package/dist-es/endpoint/endpointResolver.js +1 -1
  43. package/dist-es/models/PartnerCentralAccountServiceException.js +1 -1
  44. package/dist-es/models/enums.js +3 -0
  45. package/dist-es/runtimeConfig.browser.js +4 -6
  46. package/dist-es/runtimeConfig.js +4 -8
  47. package/dist-es/runtimeConfig.shared.js +3 -4
  48. package/dist-es/runtimeExtensions.js +2 -2
  49. package/dist-types/PartnerCentralAccountClient.d.ts +5 -5
  50. package/dist-types/commands/AcceptConnectionInvitationCommand.d.ts +6 -4
  51. package/dist-types/commands/AssociateAwsTrainingCertificationEmailDomainCommand.d.ts +6 -4
  52. package/dist-types/commands/CancelConnectionCommand.d.ts +6 -4
  53. package/dist-types/commands/CancelConnectionInvitationCommand.d.ts +6 -4
  54. package/dist-types/commands/CancelProfileUpdateTaskCommand.d.ts +6 -4
  55. package/dist-types/commands/CreateConnectionInvitationCommand.d.ts +6 -4
  56. package/dist-types/commands/CreatePartnerCommand.d.ts +6 -4
  57. package/dist-types/commands/DisassociateAwsTrainingCertificationEmailDomainCommand.d.ts +6 -4
  58. package/dist-types/commands/GetAllianceLeadContactCommand.d.ts +6 -4
  59. package/dist-types/commands/GetConnectionCommand.d.ts +6 -4
  60. package/dist-types/commands/GetConnectionInvitationCommand.d.ts +6 -4
  61. package/dist-types/commands/GetConnectionPreferencesCommand.d.ts +6 -4
  62. package/dist-types/commands/GetPartnerCommand.d.ts +6 -4
  63. package/dist-types/commands/GetProfileUpdateTaskCommand.d.ts +6 -4
  64. package/dist-types/commands/GetProfileVisibilityCommand.d.ts +6 -4
  65. package/dist-types/commands/GetVerificationCommand.d.ts +6 -4
  66. package/dist-types/commands/ListConnectionInvitationsCommand.d.ts +6 -4
  67. package/dist-types/commands/ListConnectionsCommand.d.ts +6 -4
  68. package/dist-types/commands/ListPartnersCommand.d.ts +6 -4
  69. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  70. package/dist-types/commands/PutAllianceLeadContactCommand.d.ts +6 -4
  71. package/dist-types/commands/PutProfileVisibilityCommand.d.ts +9 -4
  72. package/dist-types/commands/RejectConnectionInvitationCommand.d.ts +6 -4
  73. package/dist-types/commands/SendEmailVerificationCodeCommand.d.ts +6 -4
  74. package/dist-types/commands/StartProfileUpdateTaskCommand.d.ts +9 -4
  75. package/dist-types/commands/StartVerificationCommand.d.ts +6 -4
  76. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  77. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  78. package/dist-types/commands/UpdateConnectionPreferencesCommand.d.ts +6 -4
  79. package/dist-types/endpoint/bdd.d.ts +1 -1
  80. package/dist-types/extensionConfiguration.d.ts +1 -1
  81. package/dist-types/models/PartnerCentralAccountServiceException.d.ts +1 -1
  82. package/dist-types/models/enums.d.ts +3 -0
  83. package/dist-types/models/errors.d.ts +1 -1
  84. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  85. package/dist-types/runtimeConfig.d.ts +2 -2
  86. package/dist-types/runtimeConfig.native.d.ts +2 -2
  87. package/dist-types/ts3.4/PartnerCentralAccountClient.d.ts +8 -14
  88. package/dist-types/ts3.4/commands/AcceptConnectionInvitationCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/AssociateAwsTrainingCertificationEmailDomainCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/CancelConnectionCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/CancelConnectionInvitationCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/CancelProfileUpdateTaskCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/CreateConnectionInvitationCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/CreatePartnerCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/DisassociateAwsTrainingCertificationEmailDomainCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/GetAllianceLeadContactCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/GetConnectionInvitationCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/GetConnectionPreferencesCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/GetPartnerCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/GetProfileUpdateTaskCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/GetProfileVisibilityCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/GetVerificationCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/ListConnectionInvitationsCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/ListPartnersCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/PutAllianceLeadContactCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/PutProfileVisibilityCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/RejectConnectionInvitationCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/SendEmailVerificationCodeCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/StartProfileUpdateTaskCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/StartVerificationCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/UpdateConnectionPreferencesCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  118. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  119. package/dist-types/ts3.4/models/PartnerCentralAccountServiceException.d.ts +1 -1
  120. package/dist-types/ts3.4/models/enums.d.ts +3 -0
  121. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  122. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  123. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  124. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  125. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CancelConnectionRequest, CancelConnectionResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface CancelConnectionCommandInput extends CancelConnectionRequest {
22
22
  export interface CancelConnectionCommandOutput extends CancelConnectionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CancelConnectionCommand_base: {
25
- new (input: CancelConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CancelConnectionCommandInput, CancelConnectionCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CancelConnectionCommandInput, CancelConnectionCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CancelConnectionCommandInput): import("@smithy/core/client").CommandImpl<CancelConnectionCommandInput, CancelConnectionCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelConnectionCommandInput): import("@smithy/core/client").CommandImpl<CancelConnectionCommandInput, CancelConnectionCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Cancels an existing connection between partners, terminating the partnership relationship.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CancelConnectionInvitationRequest, CancelConnectionInvitationResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface CancelConnectionInvitationCommandInput extends CancelConnection
22
22
  export interface CancelConnectionInvitationCommandOutput extends CancelConnectionInvitationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CancelConnectionInvitationCommand_base: {
25
- new (input: CancelConnectionInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<CancelConnectionInvitationCommandInput, CancelConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelConnectionInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<CancelConnectionInvitationCommandInput, CancelConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CancelConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<CancelConnectionInvitationCommandInput, CancelConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<CancelConnectionInvitationCommandInput, CancelConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Cancels a pending connection invitation before it has been accepted or rejected.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CancelProfileUpdateTaskRequest, CancelProfileUpdateTaskResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface CancelProfileUpdateTaskCommandInput extends CancelProfileUpdate
22
22
  export interface CancelProfileUpdateTaskCommandOutput extends CancelProfileUpdateTaskResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CancelProfileUpdateTaskCommand_base: {
25
- new (input: CancelProfileUpdateTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CancelProfileUpdateTaskCommandInput, CancelProfileUpdateTaskCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelProfileUpdateTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CancelProfileUpdateTaskCommandInput, CancelProfileUpdateTaskCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CancelProfileUpdateTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelProfileUpdateTaskCommandInput, CancelProfileUpdateTaskCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelProfileUpdateTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelProfileUpdateTaskCommandInput, CancelProfileUpdateTaskCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Cancels an in-progress profile update task, stopping any pending changes to the partner profile.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateConnectionInvitationRequest, CreateConnectionInvitationResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface CreateConnectionInvitationCommandInput extends CreateConnection
22
22
  export interface CreateConnectionInvitationCommandOutput extends CreateConnectionInvitationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateConnectionInvitationCommand_base: {
25
- new (input: CreateConnectionInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectionInvitationCommandInput, CreateConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateConnectionInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectionInvitationCommandInput, CreateConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectionInvitationCommandInput, CreateConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectionInvitationCommandInput, CreateConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new connection invitation to establish a partnership with another organization.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreatePartnerRequest, CreatePartnerResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface CreatePartnerCommandInput extends CreatePartnerRequest {
22
22
  export interface CreatePartnerCommandOutput extends CreatePartnerResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreatePartnerCommand_base: {
25
- new (input: CreatePartnerCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePartnerCommandInput, CreatePartnerCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreatePartnerCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePartnerCommandInput, CreatePartnerCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreatePartnerCommandInput): import("@smithy/core/client").CommandImpl<CreatePartnerCommandInput, CreatePartnerCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreatePartnerCommandInput): import("@smithy/core/client").CommandImpl<CreatePartnerCommandInput, CreatePartnerCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new partner account in the AWS Partner Network with the specified details and configuration.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DisassociateAwsTrainingCertificationEmailDomainRequest, DisassociateAwsTrainingCertificationEmailDomainResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface DisassociateAwsTrainingCertificationEmailDomainCommandInput ext
22
22
  export interface DisassociateAwsTrainingCertificationEmailDomainCommandOutput extends DisassociateAwsTrainingCertificationEmailDomainResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DisassociateAwsTrainingCertificationEmailDomainCommand_base: {
25
- new (input: DisassociateAwsTrainingCertificationEmailDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateAwsTrainingCertificationEmailDomainCommandInput, DisassociateAwsTrainingCertificationEmailDomainCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateAwsTrainingCertificationEmailDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateAwsTrainingCertificationEmailDomainCommandInput, DisassociateAwsTrainingCertificationEmailDomainCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisassociateAwsTrainingCertificationEmailDomainCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAwsTrainingCertificationEmailDomainCommandInput, DisassociateAwsTrainingCertificationEmailDomainCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateAwsTrainingCertificationEmailDomainCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAwsTrainingCertificationEmailDomainCommandInput, DisassociateAwsTrainingCertificationEmailDomainCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes the association between an email domain and AWS training and certification for the partner account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetAllianceLeadContactRequest, GetAllianceLeadContactResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface GetAllianceLeadContactCommandInput extends GetAllianceLeadConta
22
22
  export interface GetAllianceLeadContactCommandOutput extends GetAllianceLeadContactResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetAllianceLeadContactCommand_base: {
25
- new (input: GetAllianceLeadContactCommandInput): import("@smithy/smithy-client").CommandImpl<GetAllianceLeadContactCommandInput, GetAllianceLeadContactCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAllianceLeadContactCommandInput): import("@smithy/smithy-client").CommandImpl<GetAllianceLeadContactCommandInput, GetAllianceLeadContactCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAllianceLeadContactCommandInput): import("@smithy/core/client").CommandImpl<GetAllianceLeadContactCommandInput, GetAllianceLeadContactCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAllianceLeadContactCommandInput): import("@smithy/core/client").CommandImpl<GetAllianceLeadContactCommandInput, GetAllianceLeadContactCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the alliance lead contact information for a partner account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetConnectionRequest, GetConnectionResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface GetConnectionCommandInput extends GetConnectionRequest {
22
22
  export interface GetConnectionCommandOutput extends GetConnectionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetConnectionCommand_base: {
25
- new (input: GetConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetConnectionCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetConnectionCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves detailed information about a specific connection between partners.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetConnectionInvitationRequest, GetConnectionInvitationResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface GetConnectionInvitationCommandInput extends GetConnectionInvita
22
22
  export interface GetConnectionInvitationCommandOutput extends GetConnectionInvitationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetConnectionInvitationCommand_base: {
25
- new (input: GetConnectionInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectionInvitationCommandInput, GetConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetConnectionInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectionInvitationCommandInput, GetConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionInvitationCommandInput, GetConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionInvitationCommandInput, GetConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves detailed information about a specific connection invitation.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetConnectionPreferencesRequest, GetConnectionPreferencesResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface GetConnectionPreferencesCommandInput extends GetConnectionPrefe
22
22
  export interface GetConnectionPreferencesCommandOutput extends GetConnectionPreferencesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetConnectionPreferencesCommand_base: {
25
- new (input: GetConnectionPreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectionPreferencesCommandInput, GetConnectionPreferencesCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetConnectionPreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectionPreferencesCommandInput, GetConnectionPreferencesCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetConnectionPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionPreferencesCommandInput, GetConnectionPreferencesCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetConnectionPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionPreferencesCommandInput, GetConnectionPreferencesCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the connection preferences for a partner account, including access settings and exclusions.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetPartnerRequest, GetPartnerResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface GetPartnerCommandInput extends GetPartnerRequest {
22
22
  export interface GetPartnerCommandOutput extends GetPartnerResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetPartnerCommand_base: {
25
- new (input: GetPartnerCommandInput): import("@smithy/smithy-client").CommandImpl<GetPartnerCommandInput, GetPartnerCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPartnerCommandInput): import("@smithy/smithy-client").CommandImpl<GetPartnerCommandInput, GetPartnerCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetPartnerCommandInput): import("@smithy/core/client").CommandImpl<GetPartnerCommandInput, GetPartnerCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetPartnerCommandInput): import("@smithy/core/client").CommandImpl<GetPartnerCommandInput, GetPartnerCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves detailed information about a specific partner account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetProfileUpdateTaskRequest, GetProfileUpdateTaskResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface GetProfileUpdateTaskCommandInput extends GetProfileUpdateTaskRe
22
22
  export interface GetProfileUpdateTaskCommandOutput extends GetProfileUpdateTaskResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetProfileUpdateTaskCommand_base: {
25
- new (input: GetProfileUpdateTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileUpdateTaskCommandInput, GetProfileUpdateTaskCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetProfileUpdateTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileUpdateTaskCommandInput, GetProfileUpdateTaskCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetProfileUpdateTaskCommandInput): import("@smithy/core/client").CommandImpl<GetProfileUpdateTaskCommandInput, GetProfileUpdateTaskCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetProfileUpdateTaskCommandInput): import("@smithy/core/client").CommandImpl<GetProfileUpdateTaskCommandInput, GetProfileUpdateTaskCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about a specific profile update task.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetProfileVisibilityRequest, GetProfileVisibilityResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface GetProfileVisibilityCommandInput extends GetProfileVisibilityRe
22
22
  export interface GetProfileVisibilityCommandOutput extends GetProfileVisibilityResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetProfileVisibilityCommand_base: {
25
- new (input: GetProfileVisibilityCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileVisibilityCommandInput, GetProfileVisibilityCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetProfileVisibilityCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileVisibilityCommandInput, GetProfileVisibilityCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetProfileVisibilityCommandInput): import("@smithy/core/client").CommandImpl<GetProfileVisibilityCommandInput, GetProfileVisibilityCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetProfileVisibilityCommandInput): import("@smithy/core/client").CommandImpl<GetProfileVisibilityCommandInput, GetProfileVisibilityCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the visibility settings for a partner profile, determining who can see the profile information.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetVerificationRequest, GetVerificationResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface GetVerificationCommandInput extends GetVerificationRequest {
22
22
  export interface GetVerificationCommandOutput extends GetVerificationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetVerificationCommand_base: {
25
- new (input: GetVerificationCommandInput): import("@smithy/smithy-client").CommandImpl<GetVerificationCommandInput, GetVerificationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetVerificationCommandInput): import("@smithy/smithy-client").CommandImpl<GetVerificationCommandInput, GetVerificationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetVerificationCommandInput): import("@smithy/core/client").CommandImpl<GetVerificationCommandInput, GetVerificationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetVerificationCommandInput): import("@smithy/core/client").CommandImpl<GetVerificationCommandInput, GetVerificationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the current status and details of a verification process for a partner account. This operation allows partners to check the progress and results of business or registrant verification processes.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListConnectionInvitationsRequest, ListConnectionInvitationsResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface ListConnectionInvitationsCommandInput extends ListConnectionInv
22
22
  export interface ListConnectionInvitationsCommandOutput extends ListConnectionInvitationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListConnectionInvitationsCommand_base: {
25
- new (input: ListConnectionInvitationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectionInvitationsCommandInput, ListConnectionInvitationsCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListConnectionInvitationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectionInvitationsCommandInput, ListConnectionInvitationsCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListConnectionInvitationsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionInvitationsCommandInput, ListConnectionInvitationsCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListConnectionInvitationsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionInvitationsCommandInput, ListConnectionInvitationsCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists connection invitations for the partner account, with optional filtering by status, type, and other criteria.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface ListConnectionsCommandInput extends ListConnectionsRequest {
22
22
  export interface ListConnectionsCommandOutput extends ListConnectionsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListConnectionsCommand_base: {
25
- new (input: ListConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists active connections for the partner account, with optional filtering by connection type and participant.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListPartnersRequest, ListPartnersResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface ListPartnersCommandInput extends ListPartnersRequest {
22
22
  export interface ListPartnersCommandOutput extends ListPartnersResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListPartnersCommand_base: {
25
- new (input: ListPartnersCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartnersCommandInput, ListPartnersCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPartnersCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartnersCommandInput, ListPartnersCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPartnersCommandInput): import("@smithy/core/client").CommandImpl<ListPartnersCommandInput, ListPartnersCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPartnersCommandInput): import("@smithy/core/client").CommandImpl<ListPartnersCommandInput, ListPartnersCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists partner accounts in the catalog, providing a summary view of all partners.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all tags associated with a specific AWS Partner Central Account resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutAllianceLeadContactRequest, PutAllianceLeadContactResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface PutAllianceLeadContactCommandInput extends PutAllianceLeadConta
22
22
  export interface PutAllianceLeadContactCommandOutput extends PutAllianceLeadContactResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutAllianceLeadContactCommand_base: {
25
- new (input: PutAllianceLeadContactCommandInput): import("@smithy/smithy-client").CommandImpl<PutAllianceLeadContactCommandInput, PutAllianceLeadContactCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutAllianceLeadContactCommandInput): import("@smithy/smithy-client").CommandImpl<PutAllianceLeadContactCommandInput, PutAllianceLeadContactCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutAllianceLeadContactCommandInput): import("@smithy/core/client").CommandImpl<PutAllianceLeadContactCommandInput, PutAllianceLeadContactCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutAllianceLeadContactCommandInput): import("@smithy/core/client").CommandImpl<PutAllianceLeadContactCommandInput, PutAllianceLeadContactCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates or updates the alliance lead contact information for a partner account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutProfileVisibilityRequest, PutProfileVisibilityResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface PutProfileVisibilityCommandInput extends PutProfileVisibilityRe
22
22
  export interface PutProfileVisibilityCommandOutput extends PutProfileVisibilityResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutProfileVisibilityCommand_base: {
25
- new (input: PutProfileVisibilityCommandInput): import("@smithy/smithy-client").CommandImpl<PutProfileVisibilityCommandInput, PutProfileVisibilityCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutProfileVisibilityCommandInput): import("@smithy/smithy-client").CommandImpl<PutProfileVisibilityCommandInput, PutProfileVisibilityCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutProfileVisibilityCommandInput): import("@smithy/core/client").CommandImpl<PutProfileVisibilityCommandInput, PutProfileVisibilityCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutProfileVisibilityCommandInput): import("@smithy/core/client").CommandImpl<PutProfileVisibilityCommandInput, PutProfileVisibilityCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Sets the visibility level for a partner profile, controlling who can view the profile information.</p>
@@ -68,6 +70,9 @@ declare const PutProfileVisibilityCommand_base: {
68
70
  * @throws {@link ResourceNotFoundException} (client fault)
69
71
  * <p>The specified resource could not be found. This may occur when referencing a resource that does not exist or has been deleted.</p>
70
72
  *
73
+ * @throws {@link ServiceQuotaExceededException} (client fault)
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
+ *
71
76
  * @throws {@link ThrottlingException} (client fault)
72
77
  * <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>
73
78
  *
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { RejectConnectionInvitationRequest, RejectConnectionInvitationResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface RejectConnectionInvitationCommandInput extends RejectConnection
22
22
  export interface RejectConnectionInvitationCommandOutput extends RejectConnectionInvitationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const RejectConnectionInvitationCommand_base: {
25
- new (input: RejectConnectionInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<RejectConnectionInvitationCommandInput, RejectConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RejectConnectionInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<RejectConnectionInvitationCommandInput, RejectConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RejectConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<RejectConnectionInvitationCommandInput, RejectConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RejectConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<RejectConnectionInvitationCommandInput, RejectConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Rejects a connection invitation from another partner, declining the partnership request.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { SendEmailVerificationCodeRequest, SendEmailVerificationCodeResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface SendEmailVerificationCodeCommandInput extends SendEmailVerifica
22
22
  export interface SendEmailVerificationCodeCommandOutput extends SendEmailVerificationCodeResponse, __MetadataBearer {
23
23
  }
24
24
  declare const SendEmailVerificationCodeCommand_base: {
25
- new (input: SendEmailVerificationCodeCommandInput): import("@smithy/smithy-client").CommandImpl<SendEmailVerificationCodeCommandInput, SendEmailVerificationCodeCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SendEmailVerificationCodeCommandInput): import("@smithy/smithy-client").CommandImpl<SendEmailVerificationCodeCommandInput, SendEmailVerificationCodeCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: SendEmailVerificationCodeCommandInput): import("@smithy/core/client").CommandImpl<SendEmailVerificationCodeCommandInput, SendEmailVerificationCodeCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SendEmailVerificationCodeCommandInput): import("@smithy/core/client").CommandImpl<SendEmailVerificationCodeCommandInput, SendEmailVerificationCodeCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Sends an email verification code to the specified email address for account verification purposes.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartProfileUpdateTaskRequest, StartProfileUpdateTaskResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface StartProfileUpdateTaskCommandInput extends StartProfileUpdateTa
22
22
  export interface StartProfileUpdateTaskCommandOutput extends StartProfileUpdateTaskResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartProfileUpdateTaskCommand_base: {
25
- new (input: StartProfileUpdateTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartProfileUpdateTaskCommandInput, StartProfileUpdateTaskCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartProfileUpdateTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartProfileUpdateTaskCommandInput, StartProfileUpdateTaskCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartProfileUpdateTaskCommandInput): import("@smithy/core/client").CommandImpl<StartProfileUpdateTaskCommandInput, StartProfileUpdateTaskCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartProfileUpdateTaskCommandInput): import("@smithy/core/client").CommandImpl<StartProfileUpdateTaskCommandInput, StartProfileUpdateTaskCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Initiates a profile update task to modify partner profile information asynchronously.</p>
@@ -120,6 +122,9 @@ declare const StartProfileUpdateTaskCommand_base: {
120
122
  * @throws {@link ResourceNotFoundException} (client fault)
121
123
  * <p>The specified resource could not be found. This may occur when referencing a resource that does not exist or has been deleted.</p>
122
124
  *
125
+ * @throws {@link ServiceQuotaExceededException} (client fault)
126
+ * <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>
127
+ *
123
128
  * @throws {@link ThrottlingException} (client fault)
124
129
  * <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>
125
130
  *
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartVerificationRequest, StartVerificationResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface StartVerificationCommandInput extends StartVerificationRequest
22
22
  export interface StartVerificationCommandOutput extends StartVerificationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartVerificationCommand_base: {
25
- new (input: StartVerificationCommandInput): import("@smithy/smithy-client").CommandImpl<StartVerificationCommandInput, StartVerificationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [StartVerificationCommandInput]): import("@smithy/smithy-client").CommandImpl<StartVerificationCommandInput, StartVerificationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartVerificationCommandInput): import("@smithy/core/client").CommandImpl<StartVerificationCommandInput, StartVerificationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [StartVerificationCommandInput]): import("@smithy/core/client").CommandImpl<StartVerificationCommandInput, StartVerificationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Initiates a new verification process for a partner account. This operation begins the verification workflow for either business registration or individual registrant identity verification as required by AWS Partner Central.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
4
  import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds or updates tags for a specified AWS Partner Central Account resource.</p>