@aws-sdk/client-partnercentral-benefits 3.1045.0 → 3.1046.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.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +50 -51
- package/dist-cjs/models/PartnerCentralBenefitsServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/PartnerCentralBenefits.js +1 -1
- package/dist-es/PartnerCentralBenefitsClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AmendBenefitApplicationCommand.js +2 -2
- package/dist-es/commands/AssociateBenefitApplicationResourceCommand.js +2 -2
- package/dist-es/commands/CancelBenefitApplicationCommand.js +2 -2
- package/dist-es/commands/CreateBenefitApplicationCommand.js +2 -2
- package/dist-es/commands/DisassociateBenefitApplicationResourceCommand.js +2 -2
- package/dist-es/commands/GetBenefitAllocationCommand.js +2 -2
- package/dist-es/commands/GetBenefitApplicationCommand.js +2 -2
- package/dist-es/commands/GetBenefitCommand.js +2 -2
- package/dist-es/commands/ListBenefitAllocationsCommand.js +2 -2
- package/dist-es/commands/ListBenefitApplicationsCommand.js +2 -2
- package/dist-es/commands/ListBenefitsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RecallBenefitApplicationCommand.js +2 -2
- package/dist-es/commands/SubmitBenefitApplicationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateBenefitApplicationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/PartnerCentralBenefitsServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/PartnerCentralBenefitsClient.d.ts +5 -5
- package/dist-types/commands/AmendBenefitApplicationCommand.d.ts +6 -4
- package/dist-types/commands/AssociateBenefitApplicationResourceCommand.d.ts +6 -4
- package/dist-types/commands/CancelBenefitApplicationCommand.d.ts +6 -4
- package/dist-types/commands/CreateBenefitApplicationCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateBenefitApplicationResourceCommand.d.ts +6 -4
- package/dist-types/commands/GetBenefitAllocationCommand.d.ts +6 -4
- package/dist-types/commands/GetBenefitApplicationCommand.d.ts +6 -4
- package/dist-types/commands/GetBenefitCommand.d.ts +6 -4
- package/dist-types/commands/ListBenefitAllocationsCommand.d.ts +6 -4
- package/dist-types/commands/ListBenefitApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/ListBenefitsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/RecallBenefitApplicationCommand.d.ts +6 -4
- package/dist-types/commands/SubmitBenefitApplicationCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBenefitApplicationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/PartnerCentralBenefitsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/PartnerCentralBenefitsClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AmendBenefitApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateBenefitApplicationResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelBenefitApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBenefitApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateBenefitApplicationResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBenefitAllocationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBenefitApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBenefitCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBenefitAllocationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBenefitApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBenefitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RecallBenefitApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SubmitBenefitApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBenefitApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/PartnerCentralBenefitsServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { PartnerCentralBenefitsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralBenefitsClient";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PartnerCentralBenefitsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PartnerCentralBenefitsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes specified tags from a resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateBenefitApplicationInput, UpdateBenefitApplicationOutput } from "../models/models_0";
|
|
4
4
|
import type { PartnerCentralBenefitsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralBenefitsClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateBenefitApplicationCommandInput extends UpdateBenefitAppli
|
|
|
22
22
|
export interface UpdateBenefitApplicationCommandOutput extends UpdateBenefitApplicationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateBenefitApplicationCommand_base: {
|
|
25
|
-
new (input: UpdateBenefitApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateBenefitApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateBenefitApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateBenefitApplicationCommandInput, UpdateBenefitApplicationCommandOutput, PartnerCentralBenefitsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateBenefitApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateBenefitApplicationCommandInput, UpdateBenefitApplicationCommandOutput, PartnerCentralBenefitsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an existing benefit application with new information while maintaining revision control.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import type { ValidationExceptionReason } from "./enums";
|
|
3
3
|
import type { ValidationExceptionField } from "./models_0";
|
|
4
4
|
import { PartnerCentralBenefitsServiceException as __BaseException } from "./PartnerCentralBenefitsServiceException";
|
|
@@ -5,13 +5,13 @@ import type { PartnerCentralBenefitsClientConfig } from "./PartnerCentralBenefit
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: PartnerCentralBenefitsClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { PartnerCentralBenefitsClientConfig } from "./PartnerCentralBenefit
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: PartnerCentralBenefitsClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { PartnerCentralBenefitsClientConfig } from "./PartnerCentralBenefit
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: PartnerCentralBenefitsClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: PartnerCentralBenefitsClientConf
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmendBenefitApplicationInput,
|
|
@@ -19,7 +19,7 @@ export interface AmendBenefitApplicationCommandOutput
|
|
|
19
19
|
declare const AmendBenefitApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AmendBenefitApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AmendBenefitApplicationCommandInput,
|
|
24
24
|
AmendBenefitApplicationCommandOutput,
|
|
25
25
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AmendBenefitApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AmendBenefitApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AmendBenefitApplicationCommandInput,
|
|
33
33
|
AmendBenefitApplicationCommandOutput,
|
|
34
34
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AmendBenefitApplicationCommand extends AmendBenefitApplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AssociateBenefitApplicationResourceInput,
|
|
@@ -19,7 +19,7 @@ export interface AssociateBenefitApplicationResourceCommandOutput
|
|
|
19
19
|
declare const AssociateBenefitApplicationResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AssociateBenefitApplicationResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AssociateBenefitApplicationResourceCommandInput,
|
|
24
24
|
AssociateBenefitApplicationResourceCommandOutput,
|
|
25
25
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AssociateBenefitApplicationResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AssociateBenefitApplicationResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AssociateBenefitApplicationResourceCommandInput,
|
|
33
33
|
AssociateBenefitApplicationResourceCommandOutput,
|
|
34
34
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AssociateBenefitApplicationResourceCommand extends AssociateBenefitApplicationResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CancelBenefitApplicationInput,
|
|
@@ -19,7 +19,7 @@ export interface CancelBenefitApplicationCommandOutput
|
|
|
19
19
|
declare const CancelBenefitApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CancelBenefitApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CancelBenefitApplicationCommandInput,
|
|
24
24
|
CancelBenefitApplicationCommandOutput,
|
|
25
25
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CancelBenefitApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CancelBenefitApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CancelBenefitApplicationCommandInput,
|
|
33
33
|
CancelBenefitApplicationCommandOutput,
|
|
34
34
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CancelBenefitApplicationCommand extends CancelBenefitApplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateBenefitApplicationInput,
|
|
@@ -19,7 +19,7 @@ export interface CreateBenefitApplicationCommandOutput
|
|
|
19
19
|
declare const CreateBenefitApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateBenefitApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateBenefitApplicationCommandInput,
|
|
24
24
|
CreateBenefitApplicationCommandOutput,
|
|
25
25
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateBenefitApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateBenefitApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateBenefitApplicationCommandInput,
|
|
33
33
|
CreateBenefitApplicationCommandOutput,
|
|
34
34
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateBenefitApplicationCommand extends CreateBenefitApplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DisassociateBenefitApplicationResourceInput,
|
|
@@ -19,7 +19,7 @@ export interface DisassociateBenefitApplicationResourceCommandOutput
|
|
|
19
19
|
declare const DisassociateBenefitApplicationResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociateBenefitApplicationResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociateBenefitApplicationResourceCommandInput,
|
|
24
24
|
DisassociateBenefitApplicationResourceCommandOutput,
|
|
25
25
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociateBenefitApplicationResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociateBenefitApplicationResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociateBenefitApplicationResourceCommandInput,
|
|
33
33
|
DisassociateBenefitApplicationResourceCommandOutput,
|
|
34
34
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociateBenefitApplicationResourceCommand extends DisassociateBenefitApplicationResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetBenefitAllocationInput,
|
|
@@ -19,7 +19,7 @@ export interface GetBenefitAllocationCommandOutput
|
|
|
19
19
|
declare const GetBenefitAllocationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetBenefitAllocationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetBenefitAllocationCommandInput,
|
|
24
24
|
GetBenefitAllocationCommandOutput,
|
|
25
25
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetBenefitAllocationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetBenefitAllocationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetBenefitAllocationCommandInput,
|
|
33
33
|
GetBenefitAllocationCommandOutput,
|
|
34
34
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetBenefitAllocationCommand extends GetBenefitAllocationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetBenefitApplicationInput,
|
|
@@ -19,7 +19,7 @@ export interface GetBenefitApplicationCommandOutput
|
|
|
19
19
|
declare const GetBenefitApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetBenefitApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetBenefitApplicationCommandInput,
|
|
24
24
|
GetBenefitApplicationCommandOutput,
|
|
25
25
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetBenefitApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetBenefitApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetBenefitApplicationCommandInput,
|
|
33
33
|
GetBenefitApplicationCommandOutput,
|
|
34
34
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetBenefitApplicationCommand extends GetBenefitApplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetBenefitInput, GetBenefitOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetBenefitCommandOutput
|
|
|
15
15
|
declare const GetBenefitCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetBenefitCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetBenefitCommandInput,
|
|
20
20
|
GetBenefitCommandOutput,
|
|
21
21
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetBenefitCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetBenefitCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetBenefitCommandInput,
|
|
29
29
|
GetBenefitCommandOutput,
|
|
30
30
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetBenefitCommand extends GetBenefitCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListBenefitAllocationsInput,
|
|
@@ -19,7 +19,7 @@ export interface ListBenefitAllocationsCommandOutput
|
|
|
19
19
|
declare const ListBenefitAllocationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListBenefitAllocationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListBenefitAllocationsCommandInput,
|
|
24
24
|
ListBenefitAllocationsCommandOutput,
|
|
25
25
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListBenefitAllocationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListBenefitAllocationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListBenefitAllocationsCommandInput,
|
|
33
33
|
ListBenefitAllocationsCommandOutput,
|
|
34
34
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListBenefitAllocationsCommand extends ListBenefitAllocationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListBenefitApplicationsInput,
|
|
@@ -19,7 +19,7 @@ export interface ListBenefitApplicationsCommandOutput
|
|
|
19
19
|
declare const ListBenefitApplicationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListBenefitApplicationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListBenefitApplicationsCommandInput,
|
|
24
24
|
ListBenefitApplicationsCommandOutput,
|
|
25
25
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListBenefitApplicationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListBenefitApplicationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListBenefitApplicationsCommandInput,
|
|
33
33
|
ListBenefitApplicationsCommandOutput,
|
|
34
34
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListBenefitApplicationsCommand extends ListBenefitApplicationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ListBenefitsInput, ListBenefitsOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListBenefitsCommandOutput
|
|
|
15
15
|
declare const ListBenefitsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListBenefitsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListBenefitsCommandInput,
|
|
20
20
|
ListBenefitsCommandOutput,
|
|
21
21
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListBenefitsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListBenefitsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListBenefitsCommandInput,
|
|
29
29
|
ListBenefitsCommandOutput,
|
|
30
30
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListBenefitsCommand extends ListBenefitsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTagsForResourceRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
RecallBenefitApplicationInput,
|
|
@@ -19,7 +19,7 @@ export interface RecallBenefitApplicationCommandOutput
|
|
|
19
19
|
declare const RecallBenefitApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: RecallBenefitApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
RecallBenefitApplicationCommandInput,
|
|
24
24
|
RecallBenefitApplicationCommandOutput,
|
|
25
25
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const RecallBenefitApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: RecallBenefitApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
RecallBenefitApplicationCommandInput,
|
|
33
33
|
RecallBenefitApplicationCommandOutput,
|
|
34
34
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class RecallBenefitApplicationCommand extends RecallBenefitApplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
SubmitBenefitApplicationInput,
|
|
@@ -19,7 +19,7 @@ export interface SubmitBenefitApplicationCommandOutput
|
|
|
19
19
|
declare const SubmitBenefitApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: SubmitBenefitApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
SubmitBenefitApplicationCommandInput,
|
|
24
24
|
SubmitBenefitApplicationCommandOutput,
|
|
25
25
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const SubmitBenefitApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: SubmitBenefitApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
SubmitBenefitApplicationCommandInput,
|
|
33
33
|
SubmitBenefitApplicationCommandOutput,
|
|
34
34
|
PartnerCentralBenefitsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class SubmitBenefitApplicationCommand extends SubmitBenefitApplicationCommand_base {
|
|
41
43
|
protected static __types: {
|