@aws-sdk/client-signer 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/dist-cjs/index.js +30 -195
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddProfilePermissionCommand.js +2 -14
  4. package/dist-es/commands/CancelSigningProfileCommand.js +2 -14
  5. package/dist-es/commands/DescribeSigningJobCommand.js +2 -14
  6. package/dist-es/commands/GetRevocationStatusCommand.js +2 -14
  7. package/dist-es/commands/GetSigningPlatformCommand.js +2 -14
  8. package/dist-es/commands/GetSigningProfileCommand.js +2 -14
  9. package/dist-es/commands/ListProfilePermissionsCommand.js +2 -14
  10. package/dist-es/commands/ListSigningJobsCommand.js +2 -14
  11. package/dist-es/commands/ListSigningPlatformsCommand.js +2 -14
  12. package/dist-es/commands/ListSigningProfilesCommand.js +2 -14
  13. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  14. package/dist-es/commands/PutSigningProfileCommand.js +2 -14
  15. package/dist-es/commands/RemoveProfilePermissionCommand.js +2 -14
  16. package/dist-es/commands/RevokeSignatureCommand.js +2 -14
  17. package/dist-es/commands/RevokeSigningProfileCommand.js +2 -14
  18. package/dist-es/commands/SignPayloadCommand.js +2 -14
  19. package/dist-es/commands/StartSigningJobCommand.js +2 -14
  20. package/dist-es/commands/TagResourceCommand.js +2 -14
  21. package/dist-es/commands/UntagResourceCommand.js +2 -14
  22. package/dist-es/index.js +1 -0
  23. package/dist-es/runtimeConfig.browser.js +0 -2
  24. package/dist-es/runtimeConfig.js +1 -2
  25. package/dist-es/runtimeConfig.native.js +0 -2
  26. package/dist-es/runtimeConfig.shared.js +2 -0
  27. package/dist-types/commandBuilder.d.ts +18 -0
  28. package/dist-types/commands/AddProfilePermissionCommand.d.ts +3 -8
  29. package/dist-types/commands/CancelSigningProfileCommand.d.ts +3 -8
  30. package/dist-types/commands/DescribeSigningJobCommand.d.ts +3 -8
  31. package/dist-types/commands/GetRevocationStatusCommand.d.ts +3 -8
  32. package/dist-types/commands/GetSigningPlatformCommand.d.ts +3 -8
  33. package/dist-types/commands/GetSigningProfileCommand.d.ts +3 -8
  34. package/dist-types/commands/ListProfilePermissionsCommand.d.ts +3 -8
  35. package/dist-types/commands/ListSigningJobsCommand.d.ts +3 -8
  36. package/dist-types/commands/ListSigningPlatformsCommand.d.ts +3 -8
  37. package/dist-types/commands/ListSigningProfilesCommand.d.ts +3 -8
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  39. package/dist-types/commands/PutSigningProfileCommand.d.ts +3 -8
  40. package/dist-types/commands/RemoveProfilePermissionCommand.d.ts +3 -8
  41. package/dist-types/commands/RevokeSignatureCommand.d.ts +3 -8
  42. package/dist-types/commands/RevokeSigningProfileCommand.d.ts +3 -8
  43. package/dist-types/commands/SignPayloadCommand.d.ts +3 -8
  44. package/dist-types/commands/StartSigningJobCommand.d.ts +3 -8
  45. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  46. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  47. package/dist-types/index.d.ts +1 -0
  48. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  49. package/dist-types/runtimeConfig.d.ts +1 -1
  50. package/dist-types/runtimeConfig.native.d.ts +1 -1
  51. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  52. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  53. package/dist-types/ts3.4/commands/AddProfilePermissionCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/CancelSigningProfileCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/DescribeSigningJobCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/GetRevocationStatusCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/GetSigningPlatformCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/GetSigningProfileCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/ListProfilePermissionsCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/ListSigningJobsCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/ListSigningPlatformsCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/ListSigningProfilesCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/PutSigningProfileCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/RemoveProfilePermissionCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/RevokeSignatureCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/RevokeSigningProfileCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/SignPayloadCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/StartSigningJobCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/index.d.ts +1 -0
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  77. package/package.json +8 -10
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WallabyService", "TagResource", {})
13
- .n("SignerClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WallabyService", "UntagResource", {})
13
- .n("SignerClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./SignerClient";
2
2
  export * from "./Signer";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./waiters";
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
31
32
  serviceTarget: "WallabyService",
32
33
  },
33
34
  serviceId: config?.serviceId ?? "signer",
35
+ sha256: config?.sha256 ?? Sha256,
34
36
  urlParser: config?.urlParser ?? parseUrl,
35
37
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
38
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "./SignerClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AddProfilePermissionRequest, AddProfilePermissionResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AddProfilePermissionCommandInput extends AddProfilePermissionRe
22
19
  export interface AddProfilePermissionCommandOutput extends AddProfilePermissionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AddProfilePermissionCommand_base: {
25
- new (input: AddProfilePermissionCommandInput): import("@smithy/core/client").CommandImpl<AddProfilePermissionCommandInput, AddProfilePermissionCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddProfilePermissionCommandInput): import("@smithy/core/client").CommandImpl<AddProfilePermissionCommandInput, AddProfilePermissionCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AddProfilePermissionCommandInput): import("@smithy/core/client").CommandImpl<AddProfilePermissionCommandInput, AddProfilePermissionCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AddProfilePermissionCommandInput): import("@smithy/core/client").CommandImpl<AddProfilePermissionCommandInput, AddProfilePermissionCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds cross-account permissions to a signing profile.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CancelSigningProfileRequest } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CancelSigningProfileCommandInput extends CancelSigningProfileRe
22
19
  export interface CancelSigningProfileCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const CancelSigningProfileCommand_base: {
25
- new (input: CancelSigningProfileCommandInput): import("@smithy/core/client").CommandImpl<CancelSigningProfileCommandInput, CancelSigningProfileCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelSigningProfileCommandInput): import("@smithy/core/client").CommandImpl<CancelSigningProfileCommandInput, CancelSigningProfileCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CancelSigningProfileCommandInput): import("@smithy/core/client").CommandImpl<CancelSigningProfileCommandInput, CancelSigningProfileCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CancelSigningProfileCommandInput): import("@smithy/core/client").CommandImpl<CancelSigningProfileCommandInput, CancelSigningProfileCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Changes the state of an <code>ACTIVE</code> signing profile to <code>CANCELED</code>.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeSigningJobRequest, DescribeSigningJobResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeSigningJobCommandInput extends DescribeSigningJobReques
22
19
  export interface DescribeSigningJobCommandOutput extends DescribeSigningJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeSigningJobCommand_base: {
25
- new (input: DescribeSigningJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeSigningJobCommandInput, DescribeSigningJobCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeSigningJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeSigningJobCommandInput, DescribeSigningJobCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeSigningJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeSigningJobCommandInput, DescribeSigningJobCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeSigningJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeSigningJobCommandInput, DescribeSigningJobCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about a specific code signing job. You specify the job by using the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetRevocationStatusRequest, GetRevocationStatusResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetRevocationStatusCommandInput extends GetRevocationStatusRequ
22
19
  export interface GetRevocationStatusCommandOutput extends GetRevocationStatusResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetRevocationStatusCommand_base: {
25
- new (input: GetRevocationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetRevocationStatusCommandInput, GetRevocationStatusCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRevocationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetRevocationStatusCommandInput, GetRevocationStatusCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRevocationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetRevocationStatusCommandInput, GetRevocationStatusCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRevocationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetRevocationStatusCommandInput, GetRevocationStatusCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the revocation status of one or more of the signing profile, signing job,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSigningPlatformRequest, GetSigningPlatformResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSigningPlatformCommandInput extends GetSigningPlatformReques
22
19
  export interface GetSigningPlatformCommandOutput extends GetSigningPlatformResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetSigningPlatformCommand_base: {
25
- new (input: GetSigningPlatformCommandInput): import("@smithy/core/client").CommandImpl<GetSigningPlatformCommandInput, GetSigningPlatformCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSigningPlatformCommandInput): import("@smithy/core/client").CommandImpl<GetSigningPlatformCommandInput, GetSigningPlatformCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSigningPlatformCommandInput): import("@smithy/core/client").CommandImpl<GetSigningPlatformCommandInput, GetSigningPlatformCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSigningPlatformCommandInput): import("@smithy/core/client").CommandImpl<GetSigningPlatformCommandInput, GetSigningPlatformCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information on a specific signing platform.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSigningProfileRequest, GetSigningProfileResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSigningProfileCommandInput extends GetSigningProfileRequest
22
19
  export interface GetSigningProfileCommandOutput extends GetSigningProfileResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetSigningProfileCommand_base: {
25
- new (input: GetSigningProfileCommandInput): import("@smithy/core/client").CommandImpl<GetSigningProfileCommandInput, GetSigningProfileCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSigningProfileCommandInput): import("@smithy/core/client").CommandImpl<GetSigningProfileCommandInput, GetSigningProfileCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSigningProfileCommandInput): import("@smithy/core/client").CommandImpl<GetSigningProfileCommandInput, GetSigningProfileCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSigningProfileCommandInput): import("@smithy/core/client").CommandImpl<GetSigningProfileCommandInput, GetSigningProfileCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information on a specific signing profile.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListProfilePermissionsRequest, ListProfilePermissionsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListProfilePermissionsCommandInput extends ListProfilePermissio
22
19
  export interface ListProfilePermissionsCommandOutput extends ListProfilePermissionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListProfilePermissionsCommand_base: {
25
- new (input: ListProfilePermissionsCommandInput): import("@smithy/core/client").CommandImpl<ListProfilePermissionsCommandInput, ListProfilePermissionsCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListProfilePermissionsCommandInput): import("@smithy/core/client").CommandImpl<ListProfilePermissionsCommandInput, ListProfilePermissionsCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListProfilePermissionsCommandInput): import("@smithy/core/client").CommandImpl<ListProfilePermissionsCommandInput, ListProfilePermissionsCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListProfilePermissionsCommandInput): import("@smithy/core/client").CommandImpl<ListProfilePermissionsCommandInput, ListProfilePermissionsCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the cross-account permissions associated with a signing profile.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListSigningJobsRequest, ListSigningJobsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSigningJobsCommandInput extends ListSigningJobsRequest {
22
19
  export interface ListSigningJobsCommandOutput extends ListSigningJobsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSigningJobsCommand_base: {
25
- new (input: ListSigningJobsCommandInput): import("@smithy/core/client").CommandImpl<ListSigningJobsCommandInput, ListSigningJobsCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSigningJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListSigningJobsCommandInput, ListSigningJobsCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSigningJobsCommandInput): import("@smithy/core/client").CommandImpl<ListSigningJobsCommandInput, ListSigningJobsCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSigningJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListSigningJobsCommandInput, ListSigningJobsCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all your signing jobs. You can use the <code>maxResults</code> parameter to limit the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListSigningPlatformsRequest, ListSigningPlatformsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSigningPlatformsCommandInput extends ListSigningPlatformsRe
22
19
  export interface ListSigningPlatformsCommandOutput extends ListSigningPlatformsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSigningPlatformsCommand_base: {
25
- new (input: ListSigningPlatformsCommandInput): import("@smithy/core/client").CommandImpl<ListSigningPlatformsCommandInput, ListSigningPlatformsCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSigningPlatformsCommandInput]): import("@smithy/core/client").CommandImpl<ListSigningPlatformsCommandInput, ListSigningPlatformsCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSigningPlatformsCommandInput): import("@smithy/core/client").CommandImpl<ListSigningPlatformsCommandInput, ListSigningPlatformsCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSigningPlatformsCommandInput]): import("@smithy/core/client").CommandImpl<ListSigningPlatformsCommandInput, ListSigningPlatformsCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all signing platforms available in AWS Signer that match the request parameters. If
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListSigningProfilesRequest, ListSigningProfilesResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSigningProfilesCommandInput extends ListSigningProfilesRequ
22
19
  export interface ListSigningProfilesCommandOutput extends ListSigningProfilesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSigningProfilesCommand_base: {
25
- new (input: ListSigningProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListSigningProfilesCommandInput, ListSigningProfilesCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSigningProfilesCommandInput]): import("@smithy/core/client").CommandImpl<ListSigningProfilesCommandInput, ListSigningProfilesCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSigningProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListSigningProfilesCommandInput, ListSigningProfilesCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSigningProfilesCommandInput]): import("@smithy/core/client").CommandImpl<ListSigningProfilesCommandInput, ListSigningProfilesCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all available signing profiles in your AWS account. Returns only profiles with an
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of the tags associated with a signing profile resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PutSigningProfileRequest, PutSigningProfileResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutSigningProfileCommandInput extends PutSigningProfileRequest
22
19
  export interface PutSigningProfileCommandOutput extends PutSigningProfileResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutSigningProfileCommand_base: {
25
- new (input: PutSigningProfileCommandInput): import("@smithy/core/client").CommandImpl<PutSigningProfileCommandInput, PutSigningProfileCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutSigningProfileCommandInput): import("@smithy/core/client").CommandImpl<PutSigningProfileCommandInput, PutSigningProfileCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutSigningProfileCommandInput): import("@smithy/core/client").CommandImpl<PutSigningProfileCommandInput, PutSigningProfileCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutSigningProfileCommandInput): import("@smithy/core/client").CommandImpl<PutSigningProfileCommandInput, PutSigningProfileCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a signing profile. A signing profile is a code-signing template that can be used to
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { RemoveProfilePermissionRequest, RemoveProfilePermissionResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RemoveProfilePermissionCommandInput extends RemoveProfilePermis
22
19
  export interface RemoveProfilePermissionCommandOutput extends RemoveProfilePermissionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RemoveProfilePermissionCommand_base: {
25
- new (input: RemoveProfilePermissionCommandInput): import("@smithy/core/client").CommandImpl<RemoveProfilePermissionCommandInput, RemoveProfilePermissionCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RemoveProfilePermissionCommandInput): import("@smithy/core/client").CommandImpl<RemoveProfilePermissionCommandInput, RemoveProfilePermissionCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RemoveProfilePermissionCommandInput): import("@smithy/core/client").CommandImpl<RemoveProfilePermissionCommandInput, RemoveProfilePermissionCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RemoveProfilePermissionCommandInput): import("@smithy/core/client").CommandImpl<RemoveProfilePermissionCommandInput, RemoveProfilePermissionCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes cross-account permissions from a signing profile.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { RevokeSignatureRequest } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RevokeSignatureCommandInput extends RevokeSignatureRequest {
22
19
  export interface RevokeSignatureCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const RevokeSignatureCommand_base: {
25
- new (input: RevokeSignatureCommandInput): import("@smithy/core/client").CommandImpl<RevokeSignatureCommandInput, RevokeSignatureCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RevokeSignatureCommandInput): import("@smithy/core/client").CommandImpl<RevokeSignatureCommandInput, RevokeSignatureCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RevokeSignatureCommandInput): import("@smithy/core/client").CommandImpl<RevokeSignatureCommandInput, RevokeSignatureCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RevokeSignatureCommandInput): import("@smithy/core/client").CommandImpl<RevokeSignatureCommandInput, RevokeSignatureCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Changes the state of a signing job to <code>REVOKED</code>. This indicates that the signature is no
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { RevokeSigningProfileRequest } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RevokeSigningProfileCommandInput extends RevokeSigningProfileRe
22
19
  export interface RevokeSigningProfileCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const RevokeSigningProfileCommand_base: {
25
- new (input: RevokeSigningProfileCommandInput): import("@smithy/core/client").CommandImpl<RevokeSigningProfileCommandInput, RevokeSigningProfileCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RevokeSigningProfileCommandInput): import("@smithy/core/client").CommandImpl<RevokeSigningProfileCommandInput, RevokeSigningProfileCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RevokeSigningProfileCommandInput): import("@smithy/core/client").CommandImpl<RevokeSigningProfileCommandInput, RevokeSigningProfileCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RevokeSigningProfileCommandInput): import("@smithy/core/client").CommandImpl<RevokeSigningProfileCommandInput, RevokeSigningProfileCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Changes the state of a signing profile to <code>REVOKED</code>. This indicates that signatures
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { SignPayloadRequest, SignPayloadResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SignPayloadCommandInput extends SignPayloadRequest {
22
19
  export interface SignPayloadCommandOutput extends SignPayloadResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SignPayloadCommand_base: {
25
- new (input: SignPayloadCommandInput): import("@smithy/core/client").CommandImpl<SignPayloadCommandInput, SignPayloadCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SignPayloadCommandInput): import("@smithy/core/client").CommandImpl<SignPayloadCommandInput, SignPayloadCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SignPayloadCommandInput): import("@smithy/core/client").CommandImpl<SignPayloadCommandInput, SignPayloadCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SignPayloadCommandInput): import("@smithy/core/client").CommandImpl<SignPayloadCommandInput, SignPayloadCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Signs a binary payload and returns a signature envelope.</p>