@aws-sdk/client-partnercentral-channel 3.1076.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 (71) hide show
  1. package/dist-cjs/index.js +28 -175
  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-es/runtimeConfig.browser.js +0 -2
  22. package/dist-es/runtimeConfig.js +1 -2
  23. package/dist-es/runtimeConfig.native.js +0 -2
  24. package/dist-es/runtimeConfig.shared.js +2 -0
  25. package/dist-types/commandBuilder.d.ts +18 -0
  26. package/dist-types/commands/AcceptChannelHandshakeCommand.d.ts +3 -8
  27. package/dist-types/commands/CancelChannelHandshakeCommand.d.ts +3 -8
  28. package/dist-types/commands/CreateChannelHandshakeCommand.d.ts +3 -8
  29. package/dist-types/commands/CreateProgramManagementAccountCommand.d.ts +3 -8
  30. package/dist-types/commands/CreateRelationshipCommand.d.ts +3 -8
  31. package/dist-types/commands/DeleteProgramManagementAccountCommand.d.ts +3 -8
  32. package/dist-types/commands/DeleteRelationshipCommand.d.ts +3 -8
  33. package/dist-types/commands/GetRelationshipCommand.d.ts +3 -8
  34. package/dist-types/commands/ListChannelHandshakesCommand.d.ts +3 -8
  35. package/dist-types/commands/ListProgramManagementAccountsCommand.d.ts +3 -8
  36. package/dist-types/commands/ListRelationshipsCommand.d.ts +3 -8
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  38. package/dist-types/commands/RejectChannelHandshakeCommand.d.ts +3 -8
  39. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  40. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  41. package/dist-types/commands/UpdateProgramManagementAccountCommand.d.ts +3 -8
  42. package/dist-types/commands/UpdateRelationshipCommand.d.ts +3 -8
  43. package/dist-types/index.d.ts +1 -0
  44. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  45. package/dist-types/runtimeConfig.d.ts +1 -1
  46. package/dist-types/runtimeConfig.native.d.ts +1 -1
  47. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  48. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  49. package/dist-types/ts3.4/commands/AcceptChannelHandshakeCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/CancelChannelHandshakeCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/CreateChannelHandshakeCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/CreateProgramManagementAccountCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/CreateRelationshipCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/DeleteProgramManagementAccountCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/DeleteRelationshipCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/GetRelationshipCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/ListChannelHandshakesCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/ListProgramManagementAccountsCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/ListRelationshipsCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/RejectChannelHandshakeCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/UpdateProgramManagementAccountCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/UpdateRelationshipCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/index.d.ts +1 -0
  67. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  71. package/package.json +9 -11
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: PartnerCentralChannelClientConfi
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  sigv4aSigningRegionSet: string[] | import("@smithy/types").Provider<string[] | undefined>;
19
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
20
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -27,6 +26,7 @@ export declare const getRuntimeConfig: (config: PartnerCentralChannelClientConfi
27
26
  [setting: string]: unknown;
28
27
  };
29
28
  apiVersion: string;
29
+ sha256: import("@smithy/types").HashConstructor;
30
30
  urlParser: import("@smithy/types").UrlParser;
31
31
  base64Decoder: import("@smithy/types").Decoder;
32
32
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { PartnerCentralChannelClientConfig } from "./PartnerCentralChannelC
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: PartnerCentralChannelClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: PartnerCentralChannelClientConfi
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -22,6 +22,7 @@ export declare const getRuntimeConfig: (config: PartnerCentralChannelClientConfi
22
22
  defaultNamespace?: string;
23
23
  };
24
24
  serviceId: string;
25
+ sha256: import("@smithy/types").HashConstructor;
25
26
  signerConstructor: typeof SignatureV4MultiRegion | (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner);
26
27
  urlParser: import("@smithy/types").UrlParser;
27
28
  utf8Decoder: import("@smithy/types").Decoder;
@@ -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: {
@@ -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
  CancelChannelHandshakeRequest,
5
4
  CancelChannelHandshakeResponse,
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 CancelChannelHandshakeCommandInput
15
8
  extends CancelChannelHandshakeRequest {}
16
9
  export interface CancelChannelHandshakeCommandOutput
@@ -22,22 +15,20 @@ declare const CancelChannelHandshakeCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CancelChannelHandshakeCommandInput,
24
17
  CancelChannelHandshakeCommandOutput,
25
- PartnerCentralChannelClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralChannelClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CancelChannelHandshakeCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CancelChannelHandshakeCommandInput,
33
26
  CancelChannelHandshakeCommandOutput,
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 CancelChannelHandshakeCommand extends CancelChannelHandshakeCommand_base {
43
34
  protected static __types: {
@@ -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
  CreateChannelHandshakeRequest,
5
4
  CreateChannelHandshakeResponse,
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 CreateChannelHandshakeCommandInput
15
8
  extends CreateChannelHandshakeRequest {}
16
9
  export interface CreateChannelHandshakeCommandOutput
@@ -22,22 +15,20 @@ declare const CreateChannelHandshakeCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateChannelHandshakeCommandInput,
24
17
  CreateChannelHandshakeCommandOutput,
25
- PartnerCentralChannelClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralChannelClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateChannelHandshakeCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateChannelHandshakeCommandInput,
33
26
  CreateChannelHandshakeCommandOutput,
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 CreateChannelHandshakeCommand extends CreateChannelHandshakeCommand_base {
43
34
  protected static __types: {
@@ -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
  CreateProgramManagementAccountRequest,
5
4
  CreateProgramManagementAccountResponse,
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 CreateProgramManagementAccountCommandInput
15
8
  extends CreateProgramManagementAccountRequest {}
16
9
  export interface CreateProgramManagementAccountCommandOutput
@@ -22,22 +15,20 @@ declare const CreateProgramManagementAccountCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateProgramManagementAccountCommandInput,
24
17
  CreateProgramManagementAccountCommandOutput,
25
- PartnerCentralChannelClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralChannelClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateProgramManagementAccountCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateProgramManagementAccountCommandInput,
33
26
  CreateProgramManagementAccountCommandOutput,
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 CreateProgramManagementAccountCommand extends CreateProgramManagementAccountCommand_base {
43
34
  protected static __types: {
@@ -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
  CreateRelationshipRequest,
5
4
  CreateRelationshipResponse,
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 CreateRelationshipCommandInput
15
8
  extends CreateRelationshipRequest {}
16
9
  export interface CreateRelationshipCommandOutput
@@ -22,22 +15,20 @@ declare const CreateRelationshipCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateRelationshipCommandInput,
24
17
  CreateRelationshipCommandOutput,
25
- PartnerCentralChannelClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralChannelClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateRelationshipCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateRelationshipCommandInput,
33
26
  CreateRelationshipCommandOutput,
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 CreateRelationshipCommand extends CreateRelationshipCommand_base {
43
34
  protected static __types: {
@@ -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
  DeleteProgramManagementAccountRequest,
5
4
  DeleteProgramManagementAccountResponse,
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 DeleteProgramManagementAccountCommandInput
15
8
  extends DeleteProgramManagementAccountRequest {}
16
9
  export interface DeleteProgramManagementAccountCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteProgramManagementAccountCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteProgramManagementAccountCommandInput,
24
17
  DeleteProgramManagementAccountCommandOutput,
25
- PartnerCentralChannelClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralChannelClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteProgramManagementAccountCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteProgramManagementAccountCommandInput,
33
26
  DeleteProgramManagementAccountCommandOutput,
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 DeleteProgramManagementAccountCommand extends DeleteProgramManagementAccountCommand_base {
43
34
  protected static __types: {
@@ -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
  DeleteRelationshipRequest,
5
4
  DeleteRelationshipResponse,
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 DeleteRelationshipCommandInput
15
8
  extends DeleteRelationshipRequest {}
16
9
  export interface DeleteRelationshipCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteRelationshipCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteRelationshipCommandInput,
24
17
  DeleteRelationshipCommandOutput,
25
- PartnerCentralChannelClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralChannelClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteRelationshipCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteRelationshipCommandInput,
33
26
  DeleteRelationshipCommandOutput,
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 DeleteRelationshipCommand extends DeleteRelationshipCommand_base {
43
34
  protected static __types: {
@@ -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
  GetRelationshipRequest,
5
4
  GetRelationshipResponse,
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 GetRelationshipCommandInput extends GetRelationshipRequest {}
15
8
  export interface GetRelationshipCommandOutput
16
9
  extends GetRelationshipResponse,
@@ -21,22 +14,20 @@ declare const GetRelationshipCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetRelationshipCommandInput,
23
16
  GetRelationshipCommandOutput,
24
- PartnerCentralChannelClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").PartnerCentralChannelClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetRelationshipCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetRelationshipCommandInput,
32
25
  GetRelationshipCommandOutput,
33
- PartnerCentralChannelClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").PartnerCentralChannelClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetRelationshipCommand extends GetRelationshipCommand_base {
42
33
  protected static __types: {
@@ -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
  ListChannelHandshakesRequest,
5
4
  ListChannelHandshakesResponse,
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 ListChannelHandshakesCommandInput
15
8
  extends ListChannelHandshakesRequest {}
16
9
  export interface ListChannelHandshakesCommandOutput
@@ -22,22 +15,20 @@ declare const ListChannelHandshakesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListChannelHandshakesCommandInput,
24
17
  ListChannelHandshakesCommandOutput,
25
- PartnerCentralChannelClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralChannelClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListChannelHandshakesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListChannelHandshakesCommandInput,
33
26
  ListChannelHandshakesCommandOutput,
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 ListChannelHandshakesCommand extends ListChannelHandshakesCommand_base {
43
34
  protected static __types: {
@@ -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
  ListProgramManagementAccountsRequest,
5
4
  ListProgramManagementAccountsResponse,
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 ListProgramManagementAccountsCommandInput
15
8
  extends ListProgramManagementAccountsRequest {}
16
9
  export interface ListProgramManagementAccountsCommandOutput
@@ -22,22 +15,20 @@ declare const ListProgramManagementAccountsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListProgramManagementAccountsCommandInput,
24
17
  ListProgramManagementAccountsCommandOutput,
25
- PartnerCentralChannelClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralChannelClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListProgramManagementAccountsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListProgramManagementAccountsCommandInput,
33
26
  ListProgramManagementAccountsCommandOutput,
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 ListProgramManagementAccountsCommand extends ListProgramManagementAccountsCommand_base {
43
34
  protected static __types: {
@@ -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
  ListRelationshipsRequest,
5
4
  ListRelationshipsResponse,
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 ListRelationshipsCommandInput
15
8
  extends ListRelationshipsRequest {}
16
9
  export interface ListRelationshipsCommandOutput
@@ -22,22 +15,20 @@ declare const ListRelationshipsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListRelationshipsCommandInput,
24
17
  ListRelationshipsCommandOutput,
25
- PartnerCentralChannelClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralChannelClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListRelationshipsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListRelationshipsCommandInput,
33
26
  ListRelationshipsCommandOutput,
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 ListRelationshipsCommand extends ListRelationshipsCommand_base {
43
34
  protected static __types: {
@@ -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
  ListTagsForResourceRequest,
5
4
  ListTagsForResourceResponse,
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 ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- PartnerCentralChannelClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralChannelClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {