@aws-sdk/client-partnercentral-benefits 3.1087.0 → 3.1088.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 (35) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/PartnerCentralBenefits.d.ts +56 -74
  3. package/dist-types/ts3.4/PartnerCentralBenefitsClient.d.ts +7 -23
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AmendBenefitApplicationCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/AssociateBenefitApplicationResourceCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/CancelBenefitApplicationCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateBenefitApplicationCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/DisassociateBenefitApplicationResourceCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/GetBenefitAllocationCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/GetBenefitApplicationCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/GetBenefitCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/ListBenefitAllocationsCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/ListBenefitApplicationsCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/ListBenefitsCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/RecallBenefitApplicationCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/SubmitBenefitApplicationCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/UpdateBenefitApplicationCommand.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 +1 -2
  28. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  29. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  34. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  35. package/package.json +38 -38
@@ -4,14 +4,12 @@ import {
4
4
  DisassociateBenefitApplicationResourceOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DisassociateBenefitApplicationResourceCommandInput
8
- extends DisassociateBenefitApplicationResourceInput {}
7
+ export interface DisassociateBenefitApplicationResourceCommandInput extends DisassociateBenefitApplicationResourceInput {}
9
8
  export interface DisassociateBenefitApplicationResourceCommandOutput
10
- extends DisassociateBenefitApplicationResourceOutput,
11
- __MetadataBearer {}
9
+ extends DisassociateBenefitApplicationResourceOutput, __MetadataBearer {}
12
10
  declare const DisassociateBenefitApplicationResourceCommand_base: {
13
11
  new (
14
- input: DisassociateBenefitApplicationResourceCommandInput
12
+ input: DisassociateBenefitApplicationResourceCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DisassociateBenefitApplicationResourceCommandInput,
17
15
  DisassociateBenefitApplicationResourceCommandOutput,
@@ -20,7 +18,7 @@ declare const DisassociateBenefitApplicationResourceCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DisassociateBenefitApplicationResourceCommandInput
21
+ input: DisassociateBenefitApplicationResourceCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DisassociateBenefitApplicationResourceCommandInput,
26
24
  DisassociateBenefitApplicationResourceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetBenefitAllocationInput,
4
- GetBenefitAllocationOutput,
5
- } from "../models/models_0";
2
+ import { GetBenefitAllocationInput, GetBenefitAllocationOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetBenefitAllocationCommandInput
8
- extends GetBenefitAllocationInput {}
4
+ export interface GetBenefitAllocationCommandInput extends GetBenefitAllocationInput {}
9
5
  export interface GetBenefitAllocationCommandOutput
10
- extends GetBenefitAllocationOutput,
11
- __MetadataBearer {}
6
+ extends GetBenefitAllocationOutput, __MetadataBearer {}
12
7
  declare const GetBenefitAllocationCommand_base: {
13
8
  new (
14
- input: GetBenefitAllocationCommandInput
9
+ input: GetBenefitAllocationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetBenefitAllocationCommandInput,
17
12
  GetBenefitAllocationCommandOutput,
@@ -20,7 +15,7 @@ declare const GetBenefitAllocationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetBenefitAllocationCommandInput
18
+ input: GetBenefitAllocationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetBenefitAllocationCommandInput,
26
21
  GetBenefitAllocationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetBenefitApplicationInput,
4
- GetBenefitApplicationOutput,
5
- } from "../models/models_0";
2
+ import { GetBenefitApplicationInput, GetBenefitApplicationOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetBenefitApplicationCommandInput
8
- extends GetBenefitApplicationInput {}
4
+ export interface GetBenefitApplicationCommandInput extends GetBenefitApplicationInput {}
9
5
  export interface GetBenefitApplicationCommandOutput
10
- extends GetBenefitApplicationOutput,
11
- __MetadataBearer {}
6
+ extends GetBenefitApplicationOutput, __MetadataBearer {}
12
7
  declare const GetBenefitApplicationCommand_base: {
13
8
  new (
14
- input: GetBenefitApplicationCommandInput
9
+ input: GetBenefitApplicationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetBenefitApplicationCommandInput,
17
12
  GetBenefitApplicationCommandOutput,
@@ -20,7 +15,7 @@ declare const GetBenefitApplicationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetBenefitApplicationCommandInput
18
+ input: GetBenefitApplicationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetBenefitApplicationCommandInput,
26
21
  GetBenefitApplicationCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetBenefitInput, GetBenefitOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetBenefitCommandInput extends GetBenefitInput {}
5
- export interface GetBenefitCommandOutput
6
- extends GetBenefitOutput,
7
- __MetadataBearer {}
5
+ export interface GetBenefitCommandOutput extends GetBenefitOutput, __MetadataBearer {}
8
6
  declare const GetBenefitCommand_base: {
9
7
  new (
10
- input: GetBenefitCommandInput
8
+ input: GetBenefitCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetBenefitCommandInput,
13
11
  GetBenefitCommandOutput,
@@ -16,7 +14,7 @@ declare const GetBenefitCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetBenefitCommandInput
17
+ input: GetBenefitCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetBenefitCommandInput,
22
20
  GetBenefitCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListBenefitAllocationsInput,
4
- ListBenefitAllocationsOutput,
5
- } from "../models/models_0";
2
+ import { ListBenefitAllocationsInput, ListBenefitAllocationsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListBenefitAllocationsCommandInput
8
- extends ListBenefitAllocationsInput {}
4
+ export interface ListBenefitAllocationsCommandInput extends ListBenefitAllocationsInput {}
9
5
  export interface ListBenefitAllocationsCommandOutput
10
- extends ListBenefitAllocationsOutput,
11
- __MetadataBearer {}
6
+ extends ListBenefitAllocationsOutput, __MetadataBearer {}
12
7
  declare const ListBenefitAllocationsCommand_base: {
13
8
  new (
14
- input: ListBenefitAllocationsCommandInput
9
+ input: ListBenefitAllocationsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListBenefitAllocationsCommandInput,
17
12
  ListBenefitAllocationsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListBenefitAllocationsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListBenefitAllocationsCommandInput
18
+ input: ListBenefitAllocationsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListBenefitAllocationsCommandInput,
26
21
  ListBenefitAllocationsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListBenefitApplicationsInput,
4
- ListBenefitApplicationsOutput,
5
- } from "../models/models_0";
2
+ import { ListBenefitApplicationsInput, ListBenefitApplicationsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListBenefitApplicationsCommandInput
8
- extends ListBenefitApplicationsInput {}
4
+ export interface ListBenefitApplicationsCommandInput extends ListBenefitApplicationsInput {}
9
5
  export interface ListBenefitApplicationsCommandOutput
10
- extends ListBenefitApplicationsOutput,
11
- __MetadataBearer {}
6
+ extends ListBenefitApplicationsOutput, __MetadataBearer {}
12
7
  declare const ListBenefitApplicationsCommand_base: {
13
8
  new (
14
- input: ListBenefitApplicationsCommandInput
9
+ input: ListBenefitApplicationsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListBenefitApplicationsCommandInput,
17
12
  ListBenefitApplicationsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListBenefitApplicationsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListBenefitApplicationsCommandInput
18
+ input: ListBenefitApplicationsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListBenefitApplicationsCommandInput,
26
21
  ListBenefitApplicationsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListBenefitsInput, ListBenefitsOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListBenefitsCommandInput extends ListBenefitsInput {}
5
- export interface ListBenefitsCommandOutput
6
- extends ListBenefitsOutput,
7
- __MetadataBearer {}
5
+ export interface ListBenefitsCommandOutput extends ListBenefitsOutput, __MetadataBearer {}
8
6
  declare const ListBenefitsCommand_base: {
9
7
  new (
10
- input: ListBenefitsCommandInput
8
+ input: ListBenefitsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListBenefitsCommandInput,
13
11
  ListBenefitsCommandOutput,
@@ -16,7 +14,7 @@ declare const ListBenefitsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ListBenefitsCommandInput
17
+ input: ListBenefitsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ListBenefitsCommandInput,
22
20
  ListBenefitsCommandOutput,
@@ -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
- RecallBenefitApplicationInput,
4
- RecallBenefitApplicationOutput,
5
- } from "../models/models_0";
2
+ import { RecallBenefitApplicationInput, RecallBenefitApplicationOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface RecallBenefitApplicationCommandInput
8
- extends RecallBenefitApplicationInput {}
4
+ export interface RecallBenefitApplicationCommandInput extends RecallBenefitApplicationInput {}
9
5
  export interface RecallBenefitApplicationCommandOutput
10
- extends RecallBenefitApplicationOutput,
11
- __MetadataBearer {}
6
+ extends RecallBenefitApplicationOutput, __MetadataBearer {}
12
7
  declare const RecallBenefitApplicationCommand_base: {
13
8
  new (
14
- input: RecallBenefitApplicationCommandInput
9
+ input: RecallBenefitApplicationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  RecallBenefitApplicationCommandInput,
17
12
  RecallBenefitApplicationCommandOutput,
@@ -20,7 +15,7 @@ declare const RecallBenefitApplicationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: RecallBenefitApplicationCommandInput
18
+ input: RecallBenefitApplicationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  RecallBenefitApplicationCommandInput,
26
21
  RecallBenefitApplicationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- SubmitBenefitApplicationInput,
4
- SubmitBenefitApplicationOutput,
5
- } from "../models/models_0";
2
+ import { SubmitBenefitApplicationInput, SubmitBenefitApplicationOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface SubmitBenefitApplicationCommandInput
8
- extends SubmitBenefitApplicationInput {}
4
+ export interface SubmitBenefitApplicationCommandInput extends SubmitBenefitApplicationInput {}
9
5
  export interface SubmitBenefitApplicationCommandOutput
10
- extends SubmitBenefitApplicationOutput,
11
- __MetadataBearer {}
6
+ extends SubmitBenefitApplicationOutput, __MetadataBearer {}
12
7
  declare const SubmitBenefitApplicationCommand_base: {
13
8
  new (
14
- input: SubmitBenefitApplicationCommandInput
9
+ input: SubmitBenefitApplicationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  SubmitBenefitApplicationCommandInput,
17
12
  SubmitBenefitApplicationCommandOutput,
@@ -20,7 +15,7 @@ declare const SubmitBenefitApplicationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: SubmitBenefitApplicationCommandInput
18
+ input: SubmitBenefitApplicationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  SubmitBenefitApplicationCommandInput,
26
21
  SubmitBenefitApplicationCommandOutput,
@@ -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,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateBenefitApplicationInput,
4
- UpdateBenefitApplicationOutput,
5
- } from "../models/models_0";
2
+ import { UpdateBenefitApplicationInput, UpdateBenefitApplicationOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateBenefitApplicationCommandInput
8
- extends UpdateBenefitApplicationInput {}
4
+ export interface UpdateBenefitApplicationCommandInput extends UpdateBenefitApplicationInput {}
9
5
  export interface UpdateBenefitApplicationCommandOutput
10
- extends UpdateBenefitApplicationOutput,
11
- __MetadataBearer {}
6
+ extends UpdateBenefitApplicationOutput, __MetadataBearer {}
12
7
  declare const UpdateBenefitApplicationCommand_base: {
13
8
  new (
14
- input: UpdateBenefitApplicationCommandInput
9
+ input: UpdateBenefitApplicationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateBenefitApplicationCommandInput,
17
12
  UpdateBenefitApplicationCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateBenefitApplicationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateBenefitApplicationCommandInput
18
+ input: UpdateBenefitApplicationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateBenefitApplicationCommandInput,
26
21
  UpdateBenefitApplicationCommandOutput,
@@ -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 PartnerCentralBenefitsExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -38,8 +38,7 @@ export declare const FulfillmentType: {
38
38
  readonly CASH: "CASH";
39
39
  readonly CREDITS: "CREDITS";
40
40
  };
41
- export type FulfillmentType =
42
- (typeof FulfillmentType)[keyof typeof FulfillmentType];
41
+ export type FulfillmentType = (typeof FulfillmentType)[keyof typeof FulfillmentType];
43
42
  export declare const BenefitApplicationStatus: {
44
43
  readonly ACTION_REQUIRED: "ACTION_REQUIRED";
45
44
  readonly APPROVED: "APPROVED";
@@ -6,9 +6,7 @@ export declare class AccessDeniedException extends __BaseException {
6
6
  readonly name: "AccessDeniedException";
7
7
  readonly $fault: "client";
8
8
  Message: string | undefined;
9
- constructor(
10
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
11
- );
9
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
12
10
  }
13
11
  export declare class ConflictException extends __BaseException {
14
12
  readonly name: "ConflictException";
@@ -20,25 +18,19 @@ export declare class InternalServerException extends __BaseException {
20
18
  readonly name: "InternalServerException";
21
19
  readonly $fault: "server";
22
20
  Message: string | undefined;
23
- constructor(
24
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
25
- );
21
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
26
22
  }
27
23
  export declare class ResourceNotFoundException extends __BaseException {
28
24
  readonly name: "ResourceNotFoundException";
29
25
  readonly $fault: "client";
30
26
  Message: string | undefined;
31
- constructor(
32
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
33
- );
27
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
34
28
  }
35
29
  export declare class ThrottlingException extends __BaseException {
36
30
  readonly name: "ThrottlingException";
37
31
  readonly $fault: "client";
38
32
  Message: string | undefined;
39
- constructor(
40
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
41
- );
33
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
42
34
  }
43
35
  export declare class ValidationException extends __BaseException {
44
36
  readonly name: "ValidationException";
@@ -46,9 +38,7 @@ export declare class ValidationException extends __BaseException {
46
38
  Message: string | undefined;
47
39
  Reason: ValidationExceptionReason | undefined;
48
40
  FieldList?: ValidationExceptionField[] | undefined;
49
- constructor(
50
- opts: __ExceptionOptionType<ValidationException, __BaseException>
51
- );
41
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
52
42
  }
53
43
  export declare class ServiceQuotaExceededException extends __BaseException {
54
44
  readonly name: "ServiceQuotaExceededException";
@@ -58,7 +48,5 @@ export declare class ServiceQuotaExceededException extends __BaseException {
58
48
  ResourceId: string | undefined;
59
49
  ResourceType: string | undefined;
60
50
  QuotaCode: string | undefined;
61
- constructor(
62
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
63
- );
51
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
64
52
  }
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { PartnerCentralBenefitsClient } from "../PartnerCentralBenefitsClient";
3
- export interface PartnerCentralBenefitsPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface PartnerCentralBenefitsPaginationConfiguration extends PaginationConfiguration {
5
4
  client: PartnerCentralBenefitsClient;
6
5
  }
@@ -1,8 +1,6 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { PartnerCentralBenefitsClientConfig } from "./PartnerCentralBenefitsClient";
3
- export declare const getRuntimeConfig: (
4
- config: PartnerCentralBenefitsClientConfig
5
- ) => {
3
+ export declare const getRuntimeConfig: (config: PartnerCentralBenefitsClientConfig) => {
6
4
  runtime: string;
7
5
  defaultsMode: import("@smithy/types").Provider<
8
6
  import("@smithy/core/client").ResolvedDefaultsMode
@@ -10,24 +8,16 @@ export declare const getRuntimeConfig: (
10
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
9
  credentialDefaultProvider:
12
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
- | ((
14
- _: unknown
15
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
16
12
  defaultUserAgentProvider: (
17
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
18
14
  ) => Promise<import("@smithy/types").UserAgent>;
19
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
20
16
  region: string | import("@smithy/types").Provider<any>;
21
- requestHandler:
22
- | import("@smithy/core/protocols").HttpHandler<any>
23
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
24
18
  retryMode: string | import("@smithy/types").Provider<string>;
25
19
  streamCollector: (
26
- stream:
27
- | import("stream").Readable
28
- | import("stream/web").ReadableStream
29
- | ReadableStream
30
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
31
21
  ) => Promise<Uint8Array>;
32
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
33
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -55,13 +45,8 @@ export declare const getRuntimeConfig: (
55
45
  logger: import("@smithy/types").Logger;
56
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
57
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
58
- userAgentAppId?:
59
- | string
60
- | undefined
61
- | import("@smithy/types").Provider<string | undefined>;
62
- retryStrategy?:
63
- | import("@smithy/types").RetryStrategy
64
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
65
50
  endpoint?:
66
51
  | ((
67
52
  | string
@@ -83,7 +68,7 @@ export declare const getRuntimeConfig: (
83
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
84
69
  context?: {
85
70
  logger?: import("@smithy/types").Logger;
86
- }
71
+ },
87
72
  ) => import("@smithy/types").EndpointV2;
88
73
  tls?: boolean;
89
74
  serviceConfiguredEndpoint?: never;
@@ -96,13 +81,13 @@ export declare const getRuntimeConfig: (
96
81
  signer?:
97
82
  | import("@smithy/types").RequestSigner
98
83
  | ((
99
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
100
85
  ) => Promise<import("@smithy/types").RequestSigner>);
101
86
  signingEscapePath?: boolean;
102
87
  systemClockOffset?: number;
103
88
  signingRegion?: string;
104
89
  signerConstructor?: new (
105
90
  options: import("@smithy/signature-v4").SignatureV4Init &
106
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
107
92
  ) => import("@smithy/types").RequestSigner;
108
93
  };
@@ -1,8 +1,6 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
2
  import { PartnerCentralBenefitsClientConfig } from "./PartnerCentralBenefitsClient";
3
- export declare const getRuntimeConfig: (
4
- config: PartnerCentralBenefitsClientConfig
5
- ) => {
3
+ export declare const getRuntimeConfig: (config: PartnerCentralBenefitsClientConfig) => {
6
4
  runtime: string;
7
5
  defaultsMode: import("@smithy/types").Provider<
8
6
  import("@smithy/core/client").ResolvedDefaultsMode
@@ -12,23 +10,17 @@ export declare const getRuntimeConfig: (
12
10
  credentialDefaultProvider:
13
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
14
12
  | ((
15
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
16
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
17
15
  defaultUserAgentProvider: (
18
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
19
17
  ) => Promise<import("@smithy/types").UserAgent>;
20
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
21
19
  region: string | import("@smithy/types").Provider<string>;
22
- requestHandler:
23
- | RequestHandler
24
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
25
21
  retryMode: string | import("@smithy/types").Provider<string>;
26
22
  streamCollector: (
27
- stream:
28
- | import("stream").Readable
29
- | import("stream/web").ReadableStream
30
- | ReadableStream
31
- | Blob
23
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
32
24
  ) => Promise<Uint8Array>;
33
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
34
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -55,9 +47,7 @@ export declare const getRuntimeConfig: (
55
47
  logger: import("@smithy/types").Logger;
56
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
57
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
58
- retryStrategy?:
59
- | import("@smithy/types").RetryStrategy
60
- | import("@smithy/types").RetryStrategyV2;
50
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
61
51
  endpoint?:
62
52
  | ((
63
53
  | string
@@ -79,7 +69,7 @@ export declare const getRuntimeConfig: (
79
69
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
80
70
  context?: {
81
71
  logger?: import("@smithy/types").Logger;
82
- }
72
+ },
83
73
  ) => import("@smithy/types").EndpointV2;
84
74
  tls?: boolean;
85
75
  serviceConfiguredEndpoint?: never;
@@ -91,13 +81,13 @@ export declare const getRuntimeConfig: (
91
81
  signer?:
92
82
  | import("@smithy/types").RequestSigner
93
83
  | ((
94
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
95
85
  ) => Promise<import("@smithy/types").RequestSigner>);
96
86
  signingEscapePath?: boolean;
97
87
  systemClockOffset?: number;
98
88
  signingRegion?: string;
99
89
  signerConstructor?: new (
100
90
  options: import("@smithy/signature-v4").SignatureV4Init &
101
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
102
92
  ) => import("@smithy/types").RequestSigner;
103
93
  };