@aws-sdk/client-partnercentral-benefits 3.1077.0 → 3.1079.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/dist-cjs/index.js +25 -173
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AmendBenefitApplicationCommand.js +2 -14
  4. package/dist-es/commands/AssociateBenefitApplicationResourceCommand.js +2 -14
  5. package/dist-es/commands/CancelBenefitApplicationCommand.js +2 -14
  6. package/dist-es/commands/CreateBenefitApplicationCommand.js +2 -14
  7. package/dist-es/commands/DisassociateBenefitApplicationResourceCommand.js +2 -14
  8. package/dist-es/commands/GetBenefitAllocationCommand.js +2 -14
  9. package/dist-es/commands/GetBenefitApplicationCommand.js +2 -14
  10. package/dist-es/commands/GetBenefitCommand.js +2 -14
  11. package/dist-es/commands/ListBenefitAllocationsCommand.js +2 -14
  12. package/dist-es/commands/ListBenefitApplicationsCommand.js +2 -14
  13. package/dist-es/commands/ListBenefitsCommand.js +2 -14
  14. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  15. package/dist-es/commands/RecallBenefitApplicationCommand.js +2 -14
  16. package/dist-es/commands/SubmitBenefitApplicationCommand.js +2 -14
  17. package/dist-es/commands/TagResourceCommand.js +2 -14
  18. package/dist-es/commands/UntagResourceCommand.js +2 -14
  19. package/dist-es/commands/UpdateBenefitApplicationCommand.js +2 -14
  20. package/dist-es/index.js +1 -0
  21. package/dist-types/commandBuilder.d.ts +18 -0
  22. package/dist-types/commands/AmendBenefitApplicationCommand.d.ts +3 -8
  23. package/dist-types/commands/AssociateBenefitApplicationResourceCommand.d.ts +3 -8
  24. package/dist-types/commands/CancelBenefitApplicationCommand.d.ts +3 -8
  25. package/dist-types/commands/CreateBenefitApplicationCommand.d.ts +3 -8
  26. package/dist-types/commands/DisassociateBenefitApplicationResourceCommand.d.ts +3 -8
  27. package/dist-types/commands/GetBenefitAllocationCommand.d.ts +3 -8
  28. package/dist-types/commands/GetBenefitApplicationCommand.d.ts +3 -8
  29. package/dist-types/commands/GetBenefitCommand.d.ts +3 -8
  30. package/dist-types/commands/ListBenefitAllocationsCommand.d.ts +3 -8
  31. package/dist-types/commands/ListBenefitApplicationsCommand.d.ts +3 -8
  32. package/dist-types/commands/ListBenefitsCommand.d.ts +3 -8
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  34. package/dist-types/commands/RecallBenefitApplicationCommand.d.ts +3 -8
  35. package/dist-types/commands/SubmitBenefitApplicationCommand.d.ts +3 -8
  36. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  37. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  38. package/dist-types/commands/UpdateBenefitApplicationCommand.d.ts +3 -8
  39. package/dist-types/index.d.ts +1 -0
  40. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  41. package/dist-types/ts3.4/commands/AmendBenefitApplicationCommand.d.ts +7 -16
  42. package/dist-types/ts3.4/commands/AssociateBenefitApplicationResourceCommand.d.ts +7 -16
  43. package/dist-types/ts3.4/commands/CancelBenefitApplicationCommand.d.ts +7 -16
  44. package/dist-types/ts3.4/commands/CreateBenefitApplicationCommand.d.ts +7 -16
  45. package/dist-types/ts3.4/commands/DisassociateBenefitApplicationResourceCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/GetBenefitAllocationCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/GetBenefitApplicationCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/GetBenefitCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/ListBenefitAllocationsCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/ListBenefitApplicationsCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/ListBenefitsCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/RecallBenefitApplicationCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/SubmitBenefitApplicationCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/UpdateBenefitApplicationCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/index.d.ts +1 -0
  59. package/package.json +8 -8
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  AssociateBenefitApplicationResourceInput,
5
4
  AssociateBenefitApplicationResourceOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralBenefitsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralBenefitsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateBenefitApplicationResourceCommandInput
15
8
  extends AssociateBenefitApplicationResourceInput {}
16
9
  export interface AssociateBenefitApplicationResourceCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateBenefitApplicationResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateBenefitApplicationResourceCommandInput,
24
17
  AssociateBenefitApplicationResourceCommandOutput,
25
- PartnerCentralBenefitsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateBenefitApplicationResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateBenefitApplicationResourceCommandInput,
33
26
  AssociateBenefitApplicationResourceCommandOutput,
34
- PartnerCentralBenefitsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateBenefitApplicationResourceCommand extends AssociateBenefitApplicationResourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CancelBenefitApplicationInput,
5
4
  CancelBenefitApplicationOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralBenefitsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralBenefitsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CancelBenefitApplicationCommandInput
15
8
  extends CancelBenefitApplicationInput {}
16
9
  export interface CancelBenefitApplicationCommandOutput
@@ -22,22 +15,20 @@ declare const CancelBenefitApplicationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CancelBenefitApplicationCommandInput,
24
17
  CancelBenefitApplicationCommandOutput,
25
- PartnerCentralBenefitsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CancelBenefitApplicationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CancelBenefitApplicationCommandInput,
33
26
  CancelBenefitApplicationCommandOutput,
34
- PartnerCentralBenefitsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CancelBenefitApplicationCommand extends CancelBenefitApplicationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateBenefitApplicationInput,
5
4
  CreateBenefitApplicationOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralBenefitsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralBenefitsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateBenefitApplicationCommandInput
15
8
  extends CreateBenefitApplicationInput {}
16
9
  export interface CreateBenefitApplicationCommandOutput
@@ -22,22 +15,20 @@ declare const CreateBenefitApplicationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateBenefitApplicationCommandInput,
24
17
  CreateBenefitApplicationCommandOutput,
25
- PartnerCentralBenefitsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateBenefitApplicationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateBenefitApplicationCommandInput,
33
26
  CreateBenefitApplicationCommandOutput,
34
- PartnerCentralBenefitsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateBenefitApplicationCommand extends CreateBenefitApplicationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DisassociateBenefitApplicationResourceInput,
5
4
  DisassociateBenefitApplicationResourceOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralBenefitsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralBenefitsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DisassociateBenefitApplicationResourceCommandInput
15
8
  extends DisassociateBenefitApplicationResourceInput {}
16
9
  export interface DisassociateBenefitApplicationResourceCommandOutput
@@ -22,22 +15,20 @@ declare const DisassociateBenefitApplicationResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DisassociateBenefitApplicationResourceCommandInput,
24
17
  DisassociateBenefitApplicationResourceCommandOutput,
25
- PartnerCentralBenefitsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DisassociateBenefitApplicationResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DisassociateBenefitApplicationResourceCommandInput,
33
26
  DisassociateBenefitApplicationResourceCommandOutput,
34
- PartnerCentralBenefitsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DisassociateBenefitApplicationResourceCommand extends DisassociateBenefitApplicationResourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetBenefitAllocationInput,
5
4
  GetBenefitAllocationOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralBenefitsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralBenefitsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetBenefitAllocationCommandInput
15
8
  extends GetBenefitAllocationInput {}
16
9
  export interface GetBenefitAllocationCommandOutput
@@ -22,22 +15,20 @@ declare const GetBenefitAllocationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetBenefitAllocationCommandInput,
24
17
  GetBenefitAllocationCommandOutput,
25
- PartnerCentralBenefitsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetBenefitAllocationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetBenefitAllocationCommandInput,
33
26
  GetBenefitAllocationCommandOutput,
34
- PartnerCentralBenefitsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetBenefitAllocationCommand extends GetBenefitAllocationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetBenefitApplicationInput,
5
4
  GetBenefitApplicationOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralBenefitsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralBenefitsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetBenefitApplicationCommandInput
15
8
  extends GetBenefitApplicationInput {}
16
9
  export interface GetBenefitApplicationCommandOutput
@@ -22,22 +15,20 @@ declare const GetBenefitApplicationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetBenefitApplicationCommandInput,
24
17
  GetBenefitApplicationCommandOutput,
25
- PartnerCentralBenefitsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetBenefitApplicationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetBenefitApplicationCommandInput,
33
26
  GetBenefitApplicationCommandOutput,
34
- PartnerCentralBenefitsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetBenefitApplicationCommand extends GetBenefitApplicationCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { GetBenefitInput, GetBenefitOutput } from "../models/models_0";
4
- import {
5
- PartnerCentralBenefitsClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PartnerCentralBenefitsClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetBenefitCommandInput extends GetBenefitInput {}
12
5
  export interface GetBenefitCommandOutput
13
6
  extends GetBenefitOutput,
@@ -18,22 +11,20 @@ declare const GetBenefitCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetBenefitCommandInput,
20
13
  GetBenefitCommandOutput,
21
- PartnerCentralBenefitsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetBenefitCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetBenefitCommandInput,
29
22
  GetBenefitCommandOutput,
30
- PartnerCentralBenefitsClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetBenefitCommand extends GetBenefitCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListBenefitAllocationsInput,
5
4
  ListBenefitAllocationsOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralBenefitsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralBenefitsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListBenefitAllocationsCommandInput
15
8
  extends ListBenefitAllocationsInput {}
16
9
  export interface ListBenefitAllocationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListBenefitAllocationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListBenefitAllocationsCommandInput,
24
17
  ListBenefitAllocationsCommandOutput,
25
- PartnerCentralBenefitsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListBenefitAllocationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListBenefitAllocationsCommandInput,
33
26
  ListBenefitAllocationsCommandOutput,
34
- PartnerCentralBenefitsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListBenefitAllocationsCommand extends ListBenefitAllocationsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListBenefitApplicationsInput,
5
4
  ListBenefitApplicationsOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralBenefitsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralBenefitsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListBenefitApplicationsCommandInput
15
8
  extends ListBenefitApplicationsInput {}
16
9
  export interface ListBenefitApplicationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListBenefitApplicationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListBenefitApplicationsCommandInput,
24
17
  ListBenefitApplicationsCommandOutput,
25
- PartnerCentralBenefitsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListBenefitApplicationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListBenefitApplicationsCommandInput,
33
26
  ListBenefitApplicationsCommandOutput,
34
- PartnerCentralBenefitsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListBenefitApplicationsCommand extends ListBenefitApplicationsCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { ListBenefitsInput, ListBenefitsOutput } from "../models/models_0";
4
- import {
5
- PartnerCentralBenefitsClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PartnerCentralBenefitsClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListBenefitsCommandInput extends ListBenefitsInput {}
12
5
  export interface ListBenefitsCommandOutput
13
6
  extends ListBenefitsOutput,
@@ -18,22 +11,20 @@ declare const ListBenefitsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListBenefitsCommandInput,
20
13
  ListBenefitsCommandOutput,
21
- PartnerCentralBenefitsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ListBenefitsCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListBenefitsCommandInput,
29
22
  ListBenefitsCommandOutput,
30
- PartnerCentralBenefitsClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListBenefitsCommand extends ListBenefitsCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListTagsForResourceRequest,
5
4
  ListTagsForResourceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralBenefitsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralBenefitsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- PartnerCentralBenefitsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- PartnerCentralBenefitsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  RecallBenefitApplicationInput,
5
4
  RecallBenefitApplicationOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralBenefitsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralBenefitsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface RecallBenefitApplicationCommandInput
15
8
  extends RecallBenefitApplicationInput {}
16
9
  export interface RecallBenefitApplicationCommandOutput
@@ -22,22 +15,20 @@ declare const RecallBenefitApplicationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  RecallBenefitApplicationCommandInput,
24
17
  RecallBenefitApplicationCommandOutput,
25
- PartnerCentralBenefitsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: RecallBenefitApplicationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  RecallBenefitApplicationCommandInput,
33
26
  RecallBenefitApplicationCommandOutput,
34
- PartnerCentralBenefitsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class RecallBenefitApplicationCommand extends RecallBenefitApplicationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  SubmitBenefitApplicationInput,
5
4
  SubmitBenefitApplicationOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralBenefitsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralBenefitsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SubmitBenefitApplicationCommandInput
15
8
  extends SubmitBenefitApplicationInput {}
16
9
  export interface SubmitBenefitApplicationCommandOutput
@@ -22,22 +15,20 @@ declare const SubmitBenefitApplicationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  SubmitBenefitApplicationCommandInput,
24
17
  SubmitBenefitApplicationCommandOutput,
25
- PartnerCentralBenefitsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: SubmitBenefitApplicationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  SubmitBenefitApplicationCommandInput,
33
26
  SubmitBenefitApplicationCommandOutput,
34
- PartnerCentralBenefitsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class SubmitBenefitApplicationCommand extends SubmitBenefitApplicationCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import {
5
- PartnerCentralBenefitsClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PartnerCentralBenefitsClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
12
5
  export interface TagResourceCommandOutput
13
6
  extends TagResourceResponse,
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  TagResourceCommandInput,
20
13
  TagResourceCommandOutput,
21
- PartnerCentralBenefitsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: TagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  TagResourceCommandInput,
29
22
  TagResourceCommandOutput,
30
- PartnerCentralBenefitsClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").PartnerCentralBenefitsClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class TagResourceCommand extends TagResourceCommand_base {
39
30
  protected static __types: {