@aws-sdk/client-partnercentral-channel 3.1087.0 → 3.1089.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 (36) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/PartnerCentralChannel.d.ts +55 -58
  3. package/dist-types/ts3.4/PartnerCentralChannelClient.d.ts +6 -19
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +12 -18
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AcceptChannelHandshakeCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CancelChannelHandshakeCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateChannelHandshakeCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateProgramManagementAccountCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateRelationshipCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/DeleteProgramManagementAccountCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/DeleteRelationshipCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/GetRelationshipCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/ListChannelHandshakesCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/ListProgramManagementAccountsCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/ListRelationshipsCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/RejectChannelHandshakeCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/UpdateProgramManagementAccountCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/UpdateRelationshipCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  25. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  26. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  27. package/dist-types/ts3.4/models/enums.d.ts +5 -10
  28. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  29. package/dist-types/ts3.4/models/models_0.d.ts +8 -24
  30. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +10 -22
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -5
  35. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  36. package/package.json +39 -39
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateRelationshipRequest,
4
- CreateRelationshipResponse,
5
- } from "../models/models_0";
2
+ import { CreateRelationshipRequest, CreateRelationshipResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateRelationshipCommandInput
8
- extends CreateRelationshipRequest {}
4
+ export interface CreateRelationshipCommandInput extends CreateRelationshipRequest {}
9
5
  export interface CreateRelationshipCommandOutput
10
- extends CreateRelationshipResponse,
11
- __MetadataBearer {}
6
+ extends CreateRelationshipResponse, __MetadataBearer {}
12
7
  declare const CreateRelationshipCommand_base: {
13
8
  new (
14
- input: CreateRelationshipCommandInput
9
+ input: CreateRelationshipCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateRelationshipCommandInput,
17
12
  CreateRelationshipCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateRelationshipCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateRelationshipCommandInput
18
+ input: CreateRelationshipCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateRelationshipCommandInput,
26
21
  CreateRelationshipCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteProgramManagementAccountResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteProgramManagementAccountCommandInput
8
- extends DeleteProgramManagementAccountRequest {}
7
+ export interface DeleteProgramManagementAccountCommandInput extends DeleteProgramManagementAccountRequest {}
9
8
  export interface DeleteProgramManagementAccountCommandOutput
10
- extends DeleteProgramManagementAccountResponse,
11
- __MetadataBearer {}
9
+ extends DeleteProgramManagementAccountResponse, __MetadataBearer {}
12
10
  declare const DeleteProgramManagementAccountCommand_base: {
13
11
  new (
14
- input: DeleteProgramManagementAccountCommandInput
12
+ input: DeleteProgramManagementAccountCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteProgramManagementAccountCommandInput,
17
15
  DeleteProgramManagementAccountCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteProgramManagementAccountCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteProgramManagementAccountCommandInput
21
+ input: DeleteProgramManagementAccountCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteProgramManagementAccountCommandInput,
26
24
  DeleteProgramManagementAccountCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteRelationshipRequest,
4
- DeleteRelationshipResponse,
5
- } from "../models/models_0";
2
+ import { DeleteRelationshipRequest, DeleteRelationshipResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteRelationshipCommandInput
8
- extends DeleteRelationshipRequest {}
4
+ export interface DeleteRelationshipCommandInput extends DeleteRelationshipRequest {}
9
5
  export interface DeleteRelationshipCommandOutput
10
- extends DeleteRelationshipResponse,
11
- __MetadataBearer {}
6
+ extends DeleteRelationshipResponse, __MetadataBearer {}
12
7
  declare const DeleteRelationshipCommand_base: {
13
8
  new (
14
- input: DeleteRelationshipCommandInput
9
+ input: DeleteRelationshipCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteRelationshipCommandInput,
17
12
  DeleteRelationshipCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteRelationshipCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteRelationshipCommandInput
18
+ input: DeleteRelationshipCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteRelationshipCommandInput,
26
21
  DeleteRelationshipCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetRelationshipRequest,
4
- GetRelationshipResponse,
5
- } from "../models/models_0";
2
+ import { GetRelationshipRequest, GetRelationshipResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetRelationshipCommandInput extends GetRelationshipRequest {}
8
- export interface GetRelationshipCommandOutput
9
- extends GetRelationshipResponse,
10
- __MetadataBearer {}
5
+ export interface GetRelationshipCommandOutput extends GetRelationshipResponse, __MetadataBearer {}
11
6
  declare const GetRelationshipCommand_base: {
12
7
  new (
13
- input: GetRelationshipCommandInput
8
+ input: GetRelationshipCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetRelationshipCommandInput,
16
11
  GetRelationshipCommandOutput,
@@ -19,7 +14,7 @@ declare const GetRelationshipCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetRelationshipCommandInput
17
+ input: GetRelationshipCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetRelationshipCommandInput,
25
20
  GetRelationshipCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListChannelHandshakesRequest,
4
- ListChannelHandshakesResponse,
5
- } from "../models/models_0";
2
+ import { ListChannelHandshakesRequest, ListChannelHandshakesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListChannelHandshakesCommandInput
8
- extends ListChannelHandshakesRequest {}
4
+ export interface ListChannelHandshakesCommandInput extends ListChannelHandshakesRequest {}
9
5
  export interface ListChannelHandshakesCommandOutput
10
- extends ListChannelHandshakesResponse,
11
- __MetadataBearer {}
6
+ extends ListChannelHandshakesResponse, __MetadataBearer {}
12
7
  declare const ListChannelHandshakesCommand_base: {
13
8
  new (
14
- input: ListChannelHandshakesCommandInput
9
+ input: ListChannelHandshakesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListChannelHandshakesCommandInput,
17
12
  ListChannelHandshakesCommandOutput,
@@ -20,7 +15,7 @@ declare const ListChannelHandshakesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListChannelHandshakesCommandInput
18
+ input: ListChannelHandshakesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListChannelHandshakesCommandInput,
26
21
  ListChannelHandshakesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListProgramManagementAccountsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListProgramManagementAccountsCommandInput
8
- extends ListProgramManagementAccountsRequest {}
7
+ export interface ListProgramManagementAccountsCommandInput extends ListProgramManagementAccountsRequest {}
9
8
  export interface ListProgramManagementAccountsCommandOutput
10
- extends ListProgramManagementAccountsResponse,
11
- __MetadataBearer {}
9
+ extends ListProgramManagementAccountsResponse, __MetadataBearer {}
12
10
  declare const ListProgramManagementAccountsCommand_base: {
13
11
  new (
14
- input: ListProgramManagementAccountsCommandInput
12
+ input: ListProgramManagementAccountsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListProgramManagementAccountsCommandInput,
17
15
  ListProgramManagementAccountsCommandOutput,
@@ -20,7 +18,7 @@ declare const ListProgramManagementAccountsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListProgramManagementAccountsCommandInput
21
+ input: ListProgramManagementAccountsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListProgramManagementAccountsCommandInput,
26
24
  ListProgramManagementAccountsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListRelationshipsRequest,
4
- ListRelationshipsResponse,
5
- } from "../models/models_0";
2
+ import { ListRelationshipsRequest, ListRelationshipsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListRelationshipsCommandInput
8
- extends ListRelationshipsRequest {}
4
+ export interface ListRelationshipsCommandInput extends ListRelationshipsRequest {}
9
5
  export interface ListRelationshipsCommandOutput
10
- extends ListRelationshipsResponse,
11
- __MetadataBearer {}
6
+ extends ListRelationshipsResponse, __MetadataBearer {}
12
7
  declare const ListRelationshipsCommand_base: {
13
8
  new (
14
- input: ListRelationshipsCommandInput
9
+ input: ListRelationshipsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListRelationshipsCommandInput,
17
12
  ListRelationshipsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListRelationshipsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListRelationshipsCommandInput
18
+ input: ListRelationshipsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListRelationshipsCommandInput,
26
21
  ListRelationshipsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceRequest,
4
- ListTagsForResourceResponse,
5
- } from "../models/models_0";
2
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceRequest {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceResponse,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceResponse, __MetadataBearer {}
12
7
  declare const ListTagsForResourceCommand_base: {
13
8
  new (
14
- input: ListTagsForResourceCommandInput
9
+ input: ListTagsForResourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourceCommandInput,
17
12
  ListTagsForResourceCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourceCommandInput
18
+ input: ListTagsForResourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourceCommandInput,
26
21
  ListTagsForResourceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- RejectChannelHandshakeRequest,
4
- RejectChannelHandshakeResponse,
5
- } from "../models/models_0";
2
+ import { RejectChannelHandshakeRequest, RejectChannelHandshakeResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface RejectChannelHandshakeCommandInput
8
- extends RejectChannelHandshakeRequest {}
4
+ export interface RejectChannelHandshakeCommandInput extends RejectChannelHandshakeRequest {}
9
5
  export interface RejectChannelHandshakeCommandOutput
10
- extends RejectChannelHandshakeResponse,
11
- __MetadataBearer {}
6
+ extends RejectChannelHandshakeResponse, __MetadataBearer {}
12
7
  declare const RejectChannelHandshakeCommand_base: {
13
8
  new (
14
- input: RejectChannelHandshakeCommandInput
9
+ input: RejectChannelHandshakeCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  RejectChannelHandshakeCommandInput,
17
12
  RejectChannelHandshakeCommandOutput,
@@ -20,7 +15,7 @@ declare const RejectChannelHandshakeCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: RejectChannelHandshakeCommandInput
18
+ input: RejectChannelHandshakeCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  RejectChannelHandshakeCommandInput,
26
21
  RejectChannelHandshakeCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceResponse,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UntagResourceRequest,
4
- UntagResourceResponse,
5
- } from "../models/models_0";
2
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
8
- export interface UntagResourceCommandOutput
9
- extends UntagResourceResponse,
10
- __MetadataBearer {}
5
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
11
6
  declare const UntagResourceCommand_base: {
12
7
  new (
13
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UntagResourceCommandInput,
16
11
  UntagResourceCommandOutput,
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UntagResourceCommandInput,
25
20
  UntagResourceCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateProgramManagementAccountResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateProgramManagementAccountCommandInput
8
- extends UpdateProgramManagementAccountRequest {}
7
+ export interface UpdateProgramManagementAccountCommandInput extends UpdateProgramManagementAccountRequest {}
9
8
  export interface UpdateProgramManagementAccountCommandOutput
10
- extends UpdateProgramManagementAccountResponse,
11
- __MetadataBearer {}
9
+ extends UpdateProgramManagementAccountResponse, __MetadataBearer {}
12
10
  declare const UpdateProgramManagementAccountCommand_base: {
13
11
  new (
14
- input: UpdateProgramManagementAccountCommandInput
12
+ input: UpdateProgramManagementAccountCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateProgramManagementAccountCommandInput,
17
15
  UpdateProgramManagementAccountCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateProgramManagementAccountCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateProgramManagementAccountCommandInput
21
+ input: UpdateProgramManagementAccountCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateProgramManagementAccountCommandInput,
26
24
  UpdateProgramManagementAccountCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateRelationshipRequest,
4
- UpdateRelationshipResponse,
5
- } from "../models/models_0";
2
+ import { UpdateRelationshipRequest, UpdateRelationshipResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateRelationshipCommandInput
8
- extends UpdateRelationshipRequest {}
4
+ export interface UpdateRelationshipCommandInput extends UpdateRelationshipRequest {}
9
5
  export interface UpdateRelationshipCommandOutput
10
- extends UpdateRelationshipResponse,
11
- __MetadataBearer {}
6
+ extends UpdateRelationshipResponse, __MetadataBearer {}
12
7
  declare const UpdateRelationshipCommand_base: {
13
8
  new (
14
- input: UpdateRelationshipCommandInput
9
+ input: UpdateRelationshipCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateRelationshipCommandInput,
17
12
  UpdateRelationshipCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateRelationshipCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateRelationshipCommandInput
18
+ input: UpdateRelationshipCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateRelationshipCommandInput,
26
21
  UpdateRelationshipCommandOutput,
@@ -22,7 +22,7 @@ export type ClientResolvedEndpointParameters = Pick<
22
22
  defaultSigningName: string;
23
23
  };
24
24
  export declare const resolveClientEndpointParameters: <T>(
25
- options: T & ClientInputEndpointParameters
25
+ options: T & ClientInputEndpointParameters,
26
26
  ) => T & ClientResolvedEndpointParameters;
27
27
  export declare const commonParams: {
28
28
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface PartnerCentralChannelExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -5,8 +5,7 @@ export declare const HandshakeStatus: {
5
5
  readonly PENDING: "PENDING";
6
6
  readonly REJECTED: "REJECTED";
7
7
  };
8
- export type HandshakeStatus =
9
- (typeof HandshakeStatus)[keyof typeof HandshakeStatus];
8
+ export type HandshakeStatus = (typeof HandshakeStatus)[keyof typeof HandshakeStatus];
10
9
  export declare const ValidationExceptionReason: {
11
10
  readonly BUSINESS_VALIDATION_FAILED: "BUSINESS_VALIDATION_FAILED";
12
11
  readonly REQUEST_VALIDATION_FAILED: "REQUEST_VALIDATION_FAILED";
@@ -18,14 +17,12 @@ export declare const AssociationType: {
18
17
  readonly END_CUSTOMER: "END_CUSTOMER";
19
18
  readonly INTERNAL: "INTERNAL";
20
19
  };
21
- export type AssociationType =
22
- (typeof AssociationType)[keyof typeof AssociationType];
20
+ export type AssociationType = (typeof AssociationType)[keyof typeof AssociationType];
23
21
  export declare const ServicePeriodType: {
24
22
  readonly FIXED_COMMITMENT_PERIOD: "FIXED_COMMITMENT_PERIOD";
25
23
  readonly MINIMUM_NOTICE_PERIOD: "MINIMUM_NOTICE_PERIOD";
26
24
  };
27
- export type ServicePeriodType =
28
- (typeof ServicePeriodType)[keyof typeof ServicePeriodType];
25
+ export type ServicePeriodType = (typeof ServicePeriodType)[keyof typeof ServicePeriodType];
29
26
  export declare const HandshakeType: {
30
27
  readonly PROGRAM_MANAGEMENT_ACCOUNT: "PROGRAM_MANAGEMENT_ACCOUNT";
31
28
  readonly REVOKE_SERVICE_PERIOD: "REVOKE_SERVICE_PERIOD";
@@ -62,8 +59,7 @@ export declare const ParticipantType: {
62
59
  readonly RECEIVER: "RECEIVER";
63
60
  readonly SENDER: "SENDER";
64
61
  };
65
- export type ParticipantType =
66
- (typeof ParticipantType)[keyof typeof ParticipantType];
62
+ export type ParticipantType = (typeof ParticipantType)[keyof typeof ParticipantType];
67
63
  export declare const Coverage: {
68
64
  readonly ENTIRE_ORGANIZATION: "ENTIRE_ORGANIZATION";
69
65
  readonly MANAGEMENT_ACCOUNT_ONLY: "MANAGEMENT_ACCOUNT_ONLY";
@@ -79,8 +75,7 @@ export declare const ResaleAccountModel: {
79
75
  readonly END_CUSTOMER: "END_CUSTOMER";
80
76
  readonly SOLUTION_PROVIDER: "SOLUTION_PROVIDER";
81
77
  };
82
- export type ResaleAccountModel =
83
- (typeof ResaleAccountModel)[keyof typeof ResaleAccountModel];
78
+ export type ResaleAccountModel = (typeof ResaleAccountModel)[keyof typeof ResaleAccountModel];
84
79
  export declare const Sector: {
85
80
  readonly COMMERCIAL: "COMMERCIAL";
86
81
  readonly GOVERNMENT: "GOVERNMENT";
@@ -6,26 +6,20 @@ export declare class AccessDeniedException extends __BaseException {
6
6
  readonly name: "AccessDeniedException";
7
7
  readonly $fault: "client";
8
8
  reason?: string | undefined;
9
- constructor(
10
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
11
- );
9
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
12
10
  }
13
11
  export declare class InternalServerException extends __BaseException {
14
12
  readonly name: "InternalServerException";
15
13
  readonly $fault: "server";
16
14
  $retryable: {};
17
- constructor(
18
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
19
- );
15
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
20
16
  }
21
17
  export declare class ResourceNotFoundException extends __BaseException {
22
18
  readonly name: "ResourceNotFoundException";
23
19
  readonly $fault: "client";
24
20
  resourceId?: string | undefined;
25
21
  resourceType?: string | undefined;
26
- constructor(
27
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
28
- );
22
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
29
23
  }
30
24
  export declare class ThrottlingException extends __BaseException {
31
25
  readonly name: "ThrottlingException";
@@ -35,18 +29,14 @@ export declare class ThrottlingException extends __BaseException {
35
29
  };
36
30
  serviceCode?: string | undefined;
37
31
  quotaCode?: string | undefined;
38
- constructor(
39
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
40
- );
32
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
41
33
  }
42
34
  export declare class ValidationException extends __BaseException {
43
35
  readonly name: "ValidationException";
44
36
  readonly $fault: "client";
45
37
  reason: ValidationExceptionReason | undefined;
46
38
  fieldList?: ValidationExceptionField[] | undefined;
47
- constructor(
48
- opts: __ExceptionOptionType<ValidationException, __BaseException>
49
- );
39
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
50
40
  }
51
41
  export declare class ConflictException extends __BaseException {
52
42
  readonly name: "ConflictException";
@@ -62,7 +52,5 @@ export declare class ServiceQuotaExceededException extends __BaseException {
62
52
  resourceId: string | undefined;
63
53
  resourceType: string | undefined;
64
54
  quotaCode: string | undefined;
65
- constructor(
66
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
67
- );
55
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
68
56
  }
@@ -143,12 +143,8 @@ export declare namespace ListChannelHandshakesTypeFilters {
143
143
  }
144
144
  interface Visitor<T> {
145
145
  startServicePeriodTypeFilters: (value: StartServicePeriodTypeFilters) => T;
146
- revokeServicePeriodTypeFilters: (
147
- value: RevokeServicePeriodTypeFilters
148
- ) => T;
149
- programManagementAccountTypeFilters: (
150
- value: ProgramManagementAccountTypeFilters
151
- ) => T;
146
+ revokeServicePeriodTypeFilters: (value: RevokeServicePeriodTypeFilters) => T;
147
+ programManagementAccountTypeFilters: (value: ProgramManagementAccountTypeFilters) => T;
152
148
  _: (name: string, value: any) => T;
153
149
  }
154
150
  }
@@ -197,9 +193,7 @@ export declare namespace ListChannelHandshakesTypeSort {
197
193
  interface Visitor<T> {
198
194
  startServicePeriodTypeSort: (value: StartServicePeriodTypeSort) => T;
199
195
  revokeServicePeriodTypeSort: (value: RevokeServicePeriodTypeSort) => T;
200
- programManagementAccountTypeSort: (
201
- value: ProgramManagementAccountTypeSort
202
- ) => T;
196
+ programManagementAccountTypeSort: (value: ProgramManagementAccountTypeSort) => T;
203
197
  _: (name: string, value: any) => T;
204
198
  }
205
199
  }
@@ -262,15 +256,9 @@ export declare namespace HandshakeDetail {
262
256
  $unknown: [string, any];
263
257
  }
264
258
  interface Visitor<T> {
265
- startServicePeriodHandshakeDetail: (
266
- value: StartServicePeriodHandshakeDetail
267
- ) => T;
268
- revokeServicePeriodHandshakeDetail: (
269
- value: RevokeServicePeriodHandshakeDetail
270
- ) => T;
271
- programManagementAccountHandshakeDetail: (
272
- value: ProgramManagementAccountHandshakeDetail
273
- ) => T;
259
+ startServicePeriodHandshakeDetail: (value: StartServicePeriodHandshakeDetail) => T;
260
+ revokeServicePeriodHandshakeDetail: (value: RevokeServicePeriodHandshakeDetail) => T;
261
+ programManagementAccountHandshakeDetail: (value: ProgramManagementAccountHandshakeDetail) => T;
274
262
  _: (name: string, value: any) => T;
275
263
  }
276
264
  }
@@ -318,9 +306,7 @@ export interface CreateProgramManagementAccountDetail {
318
306
  arn?: string | undefined;
319
307
  }
320
308
  export interface CreateProgramManagementAccountResponse {
321
- programManagementAccountDetail?:
322
- | CreateProgramManagementAccountDetail
323
- | undefined;
309
+ programManagementAccountDetail?: CreateProgramManagementAccountDetail | undefined;
324
310
  }
325
311
  export interface PartnerLedSupport {
326
312
  coverage: Coverage | undefined;
@@ -511,9 +497,7 @@ export interface UpdateProgramManagementAccountDetail {
511
497
  displayName?: string | undefined;
512
498
  }
513
499
  export interface UpdateProgramManagementAccountResponse {
514
- programManagementAccountDetail?:
515
- | UpdateProgramManagementAccountDetail
516
- | undefined;
500
+ programManagementAccountDetail?: UpdateProgramManagementAccountDetail | undefined;
517
501
  }
518
502
  export interface UpdateRelationshipRequest {
519
503
  catalog: string | undefined;
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { PartnerCentralChannelClient } from "../PartnerCentralChannelClient";
3
- export interface PartnerCentralChannelPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface PartnerCentralChannelPaginationConfiguration extends PaginationConfiguration {
5
4
  client: PartnerCentralChannelClient;
6
5
  }