@aws-sdk/client-signer 3.1077.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 (65) hide show
  1. package/dist-cjs/index.js +27 -193
  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-types/commandBuilder.d.ts +18 -0
  24. package/dist-types/commands/AddProfilePermissionCommand.d.ts +3 -8
  25. package/dist-types/commands/CancelSigningProfileCommand.d.ts +3 -8
  26. package/dist-types/commands/DescribeSigningJobCommand.d.ts +3 -8
  27. package/dist-types/commands/GetRevocationStatusCommand.d.ts +3 -8
  28. package/dist-types/commands/GetSigningPlatformCommand.d.ts +3 -8
  29. package/dist-types/commands/GetSigningProfileCommand.d.ts +3 -8
  30. package/dist-types/commands/ListProfilePermissionsCommand.d.ts +3 -8
  31. package/dist-types/commands/ListSigningJobsCommand.d.ts +3 -8
  32. package/dist-types/commands/ListSigningPlatformsCommand.d.ts +3 -8
  33. package/dist-types/commands/ListSigningProfilesCommand.d.ts +3 -8
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  35. package/dist-types/commands/PutSigningProfileCommand.d.ts +3 -8
  36. package/dist-types/commands/RemoveProfilePermissionCommand.d.ts +3 -8
  37. package/dist-types/commands/RevokeSignatureCommand.d.ts +3 -8
  38. package/dist-types/commands/RevokeSigningProfileCommand.d.ts +3 -8
  39. package/dist-types/commands/SignPayloadCommand.d.ts +3 -8
  40. package/dist-types/commands/StartSigningJobCommand.d.ts +3 -8
  41. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  42. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  43. package/dist-types/index.d.ts +1 -0
  44. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  45. package/dist-types/ts3.4/commands/AddProfilePermissionCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/CancelSigningProfileCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/DescribeSigningJobCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/GetRevocationStatusCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/GetSigningPlatformCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/GetSigningProfileCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/ListProfilePermissionsCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/ListSigningJobsCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/ListSigningPlatformsCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/ListSigningProfilesCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/PutSigningProfileCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/RemoveProfilePermissionCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/RevokeSignatureCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/RevokeSigningProfileCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/SignPayloadCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/StartSigningJobCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/index.d.ts +1 -0
  65. package/package.json +8 -8
@@ -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";
@@ -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>
@@ -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 { StartSigningJobRequest, StartSigningJobResponse } 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 StartSigningJobCommandInput extends StartSigningJobRequest {
22
19
  export interface StartSigningJobCommandOutput extends StartSigningJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartSigningJobCommand_base: {
25
- new (input: StartSigningJobCommandInput): import("@smithy/core/client").CommandImpl<StartSigningJobCommandInput, StartSigningJobCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartSigningJobCommandInput): import("@smithy/core/client").CommandImpl<StartSigningJobCommandInput, StartSigningJobCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartSigningJobCommandInput): import("@smithy/core/client").CommandImpl<StartSigningJobCommandInput, StartSigningJobCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartSigningJobCommandInput): import("@smithy/core/client").CommandImpl<StartSigningJobCommandInput, StartSigningJobCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Initiates a signing job to be performed on the code provided. Signing jobs are
@@ -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 { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds one or more tags to a signing profile. Tags are labels that you can use 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 { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SignerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes one or more tags from a signing profile. To remove the tags, specify a list of
@@ -27,6 +27,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
27
27
  export type { RuntimeExtension } from "./runtimeExtensions";
28
28
  export type { SignerExtensionConfiguration } from "./extensionConfiguration";
29
29
  export * from "./commands";
30
+ export { Command as $Command } from "@smithy/core/client";
30
31
  export * from "./schemas/schemas_0";
31
32
  export * from "./pagination";
32
33
  export * from "./waiters";