@aws-sdk/client-partnercentral-channel 3.1077.0 → 3.1078.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 (59) hide show
  1. package/dist-cjs/index.js +25 -173
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AcceptChannelHandshakeCommand.js +2 -14
  4. package/dist-es/commands/CancelChannelHandshakeCommand.js +2 -14
  5. package/dist-es/commands/CreateChannelHandshakeCommand.js +2 -14
  6. package/dist-es/commands/CreateProgramManagementAccountCommand.js +2 -14
  7. package/dist-es/commands/CreateRelationshipCommand.js +2 -14
  8. package/dist-es/commands/DeleteProgramManagementAccountCommand.js +2 -14
  9. package/dist-es/commands/DeleteRelationshipCommand.js +2 -14
  10. package/dist-es/commands/GetRelationshipCommand.js +2 -14
  11. package/dist-es/commands/ListChannelHandshakesCommand.js +2 -14
  12. package/dist-es/commands/ListProgramManagementAccountsCommand.js +2 -14
  13. package/dist-es/commands/ListRelationshipsCommand.js +2 -14
  14. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  15. package/dist-es/commands/RejectChannelHandshakeCommand.js +2 -14
  16. package/dist-es/commands/TagResourceCommand.js +2 -14
  17. package/dist-es/commands/UntagResourceCommand.js +2 -14
  18. package/dist-es/commands/UpdateProgramManagementAccountCommand.js +2 -14
  19. package/dist-es/commands/UpdateRelationshipCommand.js +2 -14
  20. package/dist-es/index.js +1 -0
  21. package/dist-types/commandBuilder.d.ts +18 -0
  22. package/dist-types/commands/AcceptChannelHandshakeCommand.d.ts +3 -8
  23. package/dist-types/commands/CancelChannelHandshakeCommand.d.ts +3 -8
  24. package/dist-types/commands/CreateChannelHandshakeCommand.d.ts +3 -8
  25. package/dist-types/commands/CreateProgramManagementAccountCommand.d.ts +3 -8
  26. package/dist-types/commands/CreateRelationshipCommand.d.ts +3 -8
  27. package/dist-types/commands/DeleteProgramManagementAccountCommand.d.ts +3 -8
  28. package/dist-types/commands/DeleteRelationshipCommand.d.ts +3 -8
  29. package/dist-types/commands/GetRelationshipCommand.d.ts +3 -8
  30. package/dist-types/commands/ListChannelHandshakesCommand.d.ts +3 -8
  31. package/dist-types/commands/ListProgramManagementAccountsCommand.d.ts +3 -8
  32. package/dist-types/commands/ListRelationshipsCommand.d.ts +3 -8
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  34. package/dist-types/commands/RejectChannelHandshakeCommand.d.ts +3 -8
  35. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  36. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  37. package/dist-types/commands/UpdateProgramManagementAccountCommand.d.ts +3 -8
  38. package/dist-types/commands/UpdateRelationshipCommand.d.ts +3 -8
  39. package/dist-types/index.d.ts +1 -0
  40. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  41. package/dist-types/ts3.4/commands/AcceptChannelHandshakeCommand.d.ts +7 -16
  42. package/dist-types/ts3.4/commands/CancelChannelHandshakeCommand.d.ts +7 -16
  43. package/dist-types/ts3.4/commands/CreateChannelHandshakeCommand.d.ts +7 -16
  44. package/dist-types/ts3.4/commands/CreateProgramManagementAccountCommand.d.ts +7 -16
  45. package/dist-types/ts3.4/commands/CreateRelationshipCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/DeleteProgramManagementAccountCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/DeleteRelationshipCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/GetRelationshipCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/ListChannelHandshakesCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/ListProgramManagementAccountsCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/ListRelationshipsCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/RejectChannelHandshakeCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/UpdateProgramManagementAccountCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/UpdateRelationshipCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/index.d.ts +1 -0
  59. package/package.json +9 -9
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AcceptChannelHandshakeRequest, AcceptChannelHandshakeResponse } from "../models/models_0";
4
- import type { PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralChannelClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AcceptChannelHandshakeCommandInput extends AcceptChannelHandsha
22
19
  export interface AcceptChannelHandshakeCommandOutput extends AcceptChannelHandshakeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AcceptChannelHandshakeCommand_base: {
25
- new (input: AcceptChannelHandshakeCommandInput): import("@smithy/core/client").CommandImpl<AcceptChannelHandshakeCommandInput, AcceptChannelHandshakeCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AcceptChannelHandshakeCommandInput): import("@smithy/core/client").CommandImpl<AcceptChannelHandshakeCommandInput, AcceptChannelHandshakeCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AcceptChannelHandshakeCommandInput): import("@smithy/core/client").CommandImpl<AcceptChannelHandshakeCommandInput, AcceptChannelHandshakeCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AcceptChannelHandshakeCommandInput): import("@smithy/core/client").CommandImpl<AcceptChannelHandshakeCommandInput, AcceptChannelHandshakeCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Accepts a pending channel handshake request from another AWS account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CancelChannelHandshakeRequest, CancelChannelHandshakeResponse } from "../models/models_0";
4
- import type { PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralChannelClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CancelChannelHandshakeCommandInput extends CancelChannelHandsha
22
19
  export interface CancelChannelHandshakeCommandOutput extends CancelChannelHandshakeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CancelChannelHandshakeCommand_base: {
25
- new (input: CancelChannelHandshakeCommandInput): import("@smithy/core/client").CommandImpl<CancelChannelHandshakeCommandInput, CancelChannelHandshakeCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelChannelHandshakeCommandInput): import("@smithy/core/client").CommandImpl<CancelChannelHandshakeCommandInput, CancelChannelHandshakeCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CancelChannelHandshakeCommandInput): import("@smithy/core/client").CommandImpl<CancelChannelHandshakeCommandInput, CancelChannelHandshakeCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CancelChannelHandshakeCommandInput): import("@smithy/core/client").CommandImpl<CancelChannelHandshakeCommandInput, CancelChannelHandshakeCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Cancels a pending channel handshake request.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateChannelHandshakeRequest, CreateChannelHandshakeResponse } from "../models/models_0";
4
- import type { PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralChannelClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateChannelHandshakeCommandInput extends CreateChannelHandsha
22
19
  export interface CreateChannelHandshakeCommandOutput extends CreateChannelHandshakeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateChannelHandshakeCommand_base: {
25
- new (input: CreateChannelHandshakeCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelHandshakeCommandInput, CreateChannelHandshakeCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateChannelHandshakeCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelHandshakeCommandInput, CreateChannelHandshakeCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateChannelHandshakeCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelHandshakeCommandInput, CreateChannelHandshakeCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateChannelHandshakeCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelHandshakeCommandInput, CreateChannelHandshakeCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new channel handshake request to establish a partnership with another AWS account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateProgramManagementAccountRequest, CreateProgramManagementAccountResponse } from "../models/models_0";
4
- import type { PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralChannelClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateProgramManagementAccountCommandInput extends CreateProgra
22
19
  export interface CreateProgramManagementAccountCommandOutput extends CreateProgramManagementAccountResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateProgramManagementAccountCommand_base: {
25
- new (input: CreateProgramManagementAccountCommandInput): import("@smithy/core/client").CommandImpl<CreateProgramManagementAccountCommandInput, CreateProgramManagementAccountCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateProgramManagementAccountCommandInput): import("@smithy/core/client").CommandImpl<CreateProgramManagementAccountCommandInput, CreateProgramManagementAccountCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateProgramManagementAccountCommandInput): import("@smithy/core/client").CommandImpl<CreateProgramManagementAccountCommandInput, CreateProgramManagementAccountCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateProgramManagementAccountCommandInput): import("@smithy/core/client").CommandImpl<CreateProgramManagementAccountCommandInput, CreateProgramManagementAccountCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new program management account for managing partner relationships.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateRelationshipRequest, CreateRelationshipResponse } from "../models/models_0";
4
- import type { PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralChannelClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateRelationshipCommandInput extends CreateRelationshipReques
22
19
  export interface CreateRelationshipCommandOutput extends CreateRelationshipResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateRelationshipCommand_base: {
25
- new (input: CreateRelationshipCommandInput): import("@smithy/core/client").CommandImpl<CreateRelationshipCommandInput, CreateRelationshipCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRelationshipCommandInput): import("@smithy/core/client").CommandImpl<CreateRelationshipCommandInput, CreateRelationshipCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateRelationshipCommandInput): import("@smithy/core/client").CommandImpl<CreateRelationshipCommandInput, CreateRelationshipCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateRelationshipCommandInput): import("@smithy/core/client").CommandImpl<CreateRelationshipCommandInput, CreateRelationshipCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new partner relationship between accounts.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteProgramManagementAccountRequest, DeleteProgramManagementAccountResponse } from "../models/models_0";
4
- import type { PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralChannelClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteProgramManagementAccountCommandInput extends DeleteProgra
22
19
  export interface DeleteProgramManagementAccountCommandOutput extends DeleteProgramManagementAccountResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteProgramManagementAccountCommand_base: {
25
- new (input: DeleteProgramManagementAccountCommandInput): import("@smithy/core/client").CommandImpl<DeleteProgramManagementAccountCommandInput, DeleteProgramManagementAccountCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteProgramManagementAccountCommandInput): import("@smithy/core/client").CommandImpl<DeleteProgramManagementAccountCommandInput, DeleteProgramManagementAccountCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteProgramManagementAccountCommandInput): import("@smithy/core/client").CommandImpl<DeleteProgramManagementAccountCommandInput, DeleteProgramManagementAccountCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteProgramManagementAccountCommandInput): import("@smithy/core/client").CommandImpl<DeleteProgramManagementAccountCommandInput, DeleteProgramManagementAccountCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a program management account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteRelationshipRequest, DeleteRelationshipResponse } from "../models/models_0";
4
- import type { PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralChannelClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteRelationshipCommandInput extends DeleteRelationshipReques
22
19
  export interface DeleteRelationshipCommandOutput extends DeleteRelationshipResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteRelationshipCommand_base: {
25
- new (input: DeleteRelationshipCommandInput): import("@smithy/core/client").CommandImpl<DeleteRelationshipCommandInput, DeleteRelationshipCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRelationshipCommandInput): import("@smithy/core/client").CommandImpl<DeleteRelationshipCommandInput, DeleteRelationshipCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteRelationshipCommandInput): import("@smithy/core/client").CommandImpl<DeleteRelationshipCommandInput, DeleteRelationshipCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteRelationshipCommandInput): import("@smithy/core/client").CommandImpl<DeleteRelationshipCommandInput, DeleteRelationshipCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a partner relationship.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetRelationshipRequest, GetRelationshipResponse } from "../models/models_0";
4
- import type { PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralChannelClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetRelationshipCommandInput extends GetRelationshipRequest {
22
19
  export interface GetRelationshipCommandOutput extends GetRelationshipResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetRelationshipCommand_base: {
25
- new (input: GetRelationshipCommandInput): import("@smithy/core/client").CommandImpl<GetRelationshipCommandInput, GetRelationshipCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRelationshipCommandInput): import("@smithy/core/client").CommandImpl<GetRelationshipCommandInput, GetRelationshipCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRelationshipCommandInput): import("@smithy/core/client").CommandImpl<GetRelationshipCommandInput, GetRelationshipCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRelationshipCommandInput): import("@smithy/core/client").CommandImpl<GetRelationshipCommandInput, GetRelationshipCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves details of a specific partner relationship.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListChannelHandshakesRequest, ListChannelHandshakesResponse } from "../models/models_0";
4
- import type { PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralChannelClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListChannelHandshakesCommandInput extends ListChannelHandshakes
22
19
  export interface ListChannelHandshakesCommandOutput extends ListChannelHandshakesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListChannelHandshakesCommand_base: {
25
- new (input: ListChannelHandshakesCommandInput): import("@smithy/core/client").CommandImpl<ListChannelHandshakesCommandInput, ListChannelHandshakesCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListChannelHandshakesCommandInput): import("@smithy/core/client").CommandImpl<ListChannelHandshakesCommandInput, ListChannelHandshakesCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListChannelHandshakesCommandInput): import("@smithy/core/client").CommandImpl<ListChannelHandshakesCommandInput, ListChannelHandshakesCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListChannelHandshakesCommandInput): import("@smithy/core/client").CommandImpl<ListChannelHandshakesCommandInput, ListChannelHandshakesCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists channel handshakes based on specified criteria.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListProgramManagementAccountsRequest, ListProgramManagementAccountsResponse } from "../models/models_0";
4
- import type { PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralChannelClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListProgramManagementAccountsCommandInput extends ListProgramMa
22
19
  export interface ListProgramManagementAccountsCommandOutput extends ListProgramManagementAccountsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListProgramManagementAccountsCommand_base: {
25
- new (input: ListProgramManagementAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListProgramManagementAccountsCommandInput, ListProgramManagementAccountsCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListProgramManagementAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListProgramManagementAccountsCommandInput, ListProgramManagementAccountsCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListProgramManagementAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListProgramManagementAccountsCommandInput, ListProgramManagementAccountsCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListProgramManagementAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListProgramManagementAccountsCommandInput, ListProgramManagementAccountsCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists program management accounts based on specified criteria.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListRelationshipsRequest, ListRelationshipsResponse } from "../models/models_0";
4
- import type { PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralChannelClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListRelationshipsCommandInput extends ListRelationshipsRequest
22
19
  export interface ListRelationshipsCommandOutput extends ListRelationshipsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListRelationshipsCommand_base: {
25
- new (input: ListRelationshipsCommandInput): import("@smithy/core/client").CommandImpl<ListRelationshipsCommandInput, ListRelationshipsCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListRelationshipsCommandInput): import("@smithy/core/client").CommandImpl<ListRelationshipsCommandInput, ListRelationshipsCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListRelationshipsCommandInput): import("@smithy/core/client").CommandImpl<ListRelationshipsCommandInput, ListRelationshipsCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListRelationshipsCommandInput): import("@smithy/core/client").CommandImpl<ListRelationshipsCommandInput, ListRelationshipsCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists partner relationships based on specified criteria.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralChannelClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists tags associated with a specific resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { RejectChannelHandshakeRequest, RejectChannelHandshakeResponse } from "../models/models_0";
4
- import type { PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralChannelClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RejectChannelHandshakeCommandInput extends RejectChannelHandsha
22
19
  export interface RejectChannelHandshakeCommandOutput extends RejectChannelHandshakeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RejectChannelHandshakeCommand_base: {
25
- new (input: RejectChannelHandshakeCommandInput): import("@smithy/core/client").CommandImpl<RejectChannelHandshakeCommandInput, RejectChannelHandshakeCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RejectChannelHandshakeCommandInput): import("@smithy/core/client").CommandImpl<RejectChannelHandshakeCommandInput, RejectChannelHandshakeCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RejectChannelHandshakeCommandInput): import("@smithy/core/client").CommandImpl<RejectChannelHandshakeCommandInput, RejectChannelHandshakeCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RejectChannelHandshakeCommandInput): import("@smithy/core/client").CommandImpl<RejectChannelHandshakeCommandInput, RejectChannelHandshakeCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Rejects a pending channel handshake request.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import type { PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralChannelClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds or updates tags for a specified resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import type { PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralChannelClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes tags from a specified resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateProgramManagementAccountRequest, UpdateProgramManagementAccountResponse } from "../models/models_0";
4
- import type { PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralChannelClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateProgramManagementAccountCommandInput extends UpdateProgra
22
19
  export interface UpdateProgramManagementAccountCommandOutput extends UpdateProgramManagementAccountResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateProgramManagementAccountCommand_base: {
25
- new (input: UpdateProgramManagementAccountCommandInput): import("@smithy/core/client").CommandImpl<UpdateProgramManagementAccountCommandInput, UpdateProgramManagementAccountCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateProgramManagementAccountCommandInput): import("@smithy/core/client").CommandImpl<UpdateProgramManagementAccountCommandInput, UpdateProgramManagementAccountCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateProgramManagementAccountCommandInput): import("@smithy/core/client").CommandImpl<UpdateProgramManagementAccountCommandInput, UpdateProgramManagementAccountCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateProgramManagementAccountCommandInput): import("@smithy/core/client").CommandImpl<UpdateProgramManagementAccountCommandInput, UpdateProgramManagementAccountCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the properties of a program management account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateRelationshipRequest, UpdateRelationshipResponse } from "../models/models_0";
4
- import type { PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralChannelClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateRelationshipCommandInput extends UpdateRelationshipReques
22
19
  export interface UpdateRelationshipCommandOutput extends UpdateRelationshipResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateRelationshipCommand_base: {
25
- new (input: UpdateRelationshipCommandInput): import("@smithy/core/client").CommandImpl<UpdateRelationshipCommandInput, UpdateRelationshipCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateRelationshipCommandInput): import("@smithy/core/client").CommandImpl<UpdateRelationshipCommandInput, UpdateRelationshipCommandOutput, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateRelationshipCommandInput): import("@smithy/core/client").CommandImpl<UpdateRelationshipCommandInput, UpdateRelationshipCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateRelationshipCommandInput): import("@smithy/core/client").CommandImpl<UpdateRelationshipCommandInput, UpdateRelationshipCommandOutput, import("..").PartnerCentralChannelClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the properties of a partner relationship.</p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { PartnerCentralChannelExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ PartnerCentralChannelClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./PartnerCentralChannelClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ PartnerCentralChannelClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ PartnerCentralChannelClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  AcceptChannelHandshakeRequest,
5
4
  AcceptChannelHandshakeResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralChannelClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralChannelClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AcceptChannelHandshakeCommandInput
15
8
  extends AcceptChannelHandshakeRequest {}
16
9
  export interface AcceptChannelHandshakeCommandOutput
@@ -22,22 +15,20 @@ declare const AcceptChannelHandshakeCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AcceptChannelHandshakeCommandInput,
24
17
  AcceptChannelHandshakeCommandOutput,
25
- PartnerCentralChannelClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralChannelClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AcceptChannelHandshakeCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AcceptChannelHandshakeCommandInput,
33
26
  AcceptChannelHandshakeCommandOutput,
34
- PartnerCentralChannelClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralChannelClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AcceptChannelHandshakeCommand extends AcceptChannelHandshakeCommand_base {
43
34
  protected static __types: {