@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
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  sigv4aSigningRegionSet: config?.sigv4aSigningRegionSet ?? loadNodeConfig(NODE_SIGV4A_CONFIG_OPTIONS, loaderConfig),
40
39
  streamCollector: config?.streamCollector ?? streamCollector,
41
40
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,6 +1,7 @@
1
1
  import { AwsSdkSigV4ASigner, AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
3
3
  import { SignatureV4MultiRegion } from "@aws-sdk/signature-v4-multi-region";
4
+ import { Sha256 } from "@smithy/core/checksum";
4
5
  import { NoOpLogger } from "@smithy/core/client";
5
6
  import { parseUrl } from "@smithy/core/protocols";
6
7
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -37,6 +38,7 @@ export const getRuntimeConfig = (config) => {
37
38
  serviceTarget: "PartnerCentralChannel",
38
39
  },
39
40
  serviceId: config?.serviceId ?? "PartnerCentral Channel",
41
+ sha256: config?.sha256 ?? Sha256,
40
42
  signerConstructor: config?.signerConstructor ?? SignatureV4MultiRegion,
41
43
  urlParser: config?.urlParser ?? parseUrl,
42
44
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./PartnerCentralChannelClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, PartnerCentralChannelClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -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";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: PartnerCentralChannelClientConfi
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: PartnerCentralChannelClientConfi
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;