@aws-sdk/client-signer 3.478.0 → 3.481.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 (81) hide show
  1. package/dist-cjs/commands/AddProfilePermissionCommand.js +18 -41
  2. package/dist-cjs/commands/CancelSigningProfileCommand.js +18 -41
  3. package/dist-cjs/commands/DescribeSigningJobCommand.js +18 -41
  4. package/dist-cjs/commands/GetRevocationStatusCommand.js +18 -41
  5. package/dist-cjs/commands/GetSigningPlatformCommand.js +18 -41
  6. package/dist-cjs/commands/GetSigningProfileCommand.js +18 -41
  7. package/dist-cjs/commands/ListProfilePermissionsCommand.js +18 -41
  8. package/dist-cjs/commands/ListSigningJobsCommand.js +18 -41
  9. package/dist-cjs/commands/ListSigningPlatformsCommand.js +18 -41
  10. package/dist-cjs/commands/ListSigningProfilesCommand.js +18 -41
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  12. package/dist-cjs/commands/PutSigningProfileCommand.js +18 -41
  13. package/dist-cjs/commands/RemoveProfilePermissionCommand.js +18 -41
  14. package/dist-cjs/commands/RevokeSignatureCommand.js +18 -41
  15. package/dist-cjs/commands/RevokeSigningProfileCommand.js +18 -41
  16. package/dist-cjs/commands/SignPayloadCommand.js +18 -41
  17. package/dist-cjs/commands/StartSigningJobCommand.js +18 -41
  18. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  19. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  20. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  21. package/dist-es/commands/AddProfilePermissionCommand.js +18 -41
  22. package/dist-es/commands/CancelSigningProfileCommand.js +18 -41
  23. package/dist-es/commands/DescribeSigningJobCommand.js +18 -41
  24. package/dist-es/commands/GetRevocationStatusCommand.js +18 -41
  25. package/dist-es/commands/GetSigningPlatformCommand.js +18 -41
  26. package/dist-es/commands/GetSigningProfileCommand.js +18 -41
  27. package/dist-es/commands/ListProfilePermissionsCommand.js +18 -41
  28. package/dist-es/commands/ListSigningJobsCommand.js +18 -41
  29. package/dist-es/commands/ListSigningPlatformsCommand.js +18 -41
  30. package/dist-es/commands/ListSigningProfilesCommand.js +18 -41
  31. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  32. package/dist-es/commands/PutSigningProfileCommand.js +18 -41
  33. package/dist-es/commands/RemoveProfilePermissionCommand.js +18 -41
  34. package/dist-es/commands/RevokeSignatureCommand.js +18 -41
  35. package/dist-es/commands/RevokeSigningProfileCommand.js +18 -41
  36. package/dist-es/commands/SignPayloadCommand.js +18 -41
  37. package/dist-es/commands/StartSigningJobCommand.js +18 -41
  38. package/dist-es/commands/TagResourceCommand.js +18 -41
  39. package/dist-es/commands/UntagResourceCommand.js +18 -41
  40. package/dist-es/endpoint/EndpointParameters.js +6 -0
  41. package/dist-types/commands/AddProfilePermissionCommand.d.ts +6 -21
  42. package/dist-types/commands/CancelSigningProfileCommand.d.ts +6 -21
  43. package/dist-types/commands/DescribeSigningJobCommand.d.ts +6 -21
  44. package/dist-types/commands/GetRevocationStatusCommand.d.ts +6 -21
  45. package/dist-types/commands/GetSigningPlatformCommand.d.ts +6 -21
  46. package/dist-types/commands/GetSigningProfileCommand.d.ts +6 -21
  47. package/dist-types/commands/ListProfilePermissionsCommand.d.ts +6 -21
  48. package/dist-types/commands/ListSigningJobsCommand.d.ts +6 -21
  49. package/dist-types/commands/ListSigningPlatformsCommand.d.ts +6 -21
  50. package/dist-types/commands/ListSigningProfilesCommand.d.ts +6 -21
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  52. package/dist-types/commands/PutSigningProfileCommand.d.ts +6 -21
  53. package/dist-types/commands/RemoveProfilePermissionCommand.d.ts +6 -21
  54. package/dist-types/commands/RevokeSignatureCommand.d.ts +6 -21
  55. package/dist-types/commands/RevokeSigningProfileCommand.d.ts +6 -21
  56. package/dist-types/commands/SignPayloadCommand.d.ts +6 -21
  57. package/dist-types/commands/StartSigningJobCommand.d.ts +6 -21
  58. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  59. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  60. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  61. package/dist-types/ts3.4/commands/AddProfilePermissionCommand.d.ts +12 -24
  62. package/dist-types/ts3.4/commands/CancelSigningProfileCommand.d.ts +12 -24
  63. package/dist-types/ts3.4/commands/DescribeSigningJobCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/GetRevocationStatusCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/commands/GetSigningPlatformCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/GetSigningProfileCommand.d.ts +14 -23
  67. package/dist-types/ts3.4/commands/ListProfilePermissionsCommand.d.ts +12 -24
  68. package/dist-types/ts3.4/commands/ListSigningJobsCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/ListSigningPlatformsCommand.d.ts +12 -24
  70. package/dist-types/ts3.4/commands/ListSigningProfilesCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/PutSigningProfileCommand.d.ts +14 -23
  73. package/dist-types/ts3.4/commands/RemoveProfilePermissionCommand.d.ts +12 -24
  74. package/dist-types/ts3.4/commands/RevokeSignatureCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/RevokeSigningProfileCommand.d.ts +12 -24
  76. package/dist-types/ts3.4/commands/SignPayloadCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/StartSigningJobCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  81. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { PutSigningProfileRequest, PutSigningProfileResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutSigningProfileCommandInput extends PutSigningProfileRequest
21
20
  */
22
21
  export interface PutSigningProfileCommandOutput extends PutSigningProfileResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutSigningProfileCommand_base: {
24
+ new (input: PutSigningProfileCommandInput): import("@smithy/smithy-client").CommandImpl<PutSigningProfileCommandInput, PutSigningProfileCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a signing profile. A signing profile is a code-signing template that can be used to
@@ -92,23 +95,5 @@ export interface PutSigningProfileCommandOutput extends PutSigningProfileRespons
92
95
  * <p>Base exception class for all service exceptions from Signer service.</p>
93
96
  *
94
97
  */
95
- export declare class PutSigningProfileCommand extends $Command<PutSigningProfileCommandInput, PutSigningProfileCommandOutput, SignerClientResolvedConfig> {
96
- readonly input: PutSigningProfileCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: PutSigningProfileCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutSigningProfileCommandInput, PutSigningProfileCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class PutSigningProfileCommand extends PutSigningProfileCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { RemoveProfilePermissionRequest, RemoveProfilePermissionResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveProfilePermissionCommandInput extends RemoveProfilePermis
21
20
  */
22
21
  export interface RemoveProfilePermissionCommandOutput extends RemoveProfilePermissionResponse, __MetadataBearer {
23
22
  }
23
+ declare const RemoveProfilePermissionCommand_base: {
24
+ new (input: RemoveProfilePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveProfilePermissionCommandInput, RemoveProfilePermissionCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes cross-account permissions from a signing profile.</p>
@@ -72,23 +75,5 @@ export interface RemoveProfilePermissionCommandOutput extends RemoveProfilePermi
72
75
  * <p>Base exception class for all service exceptions from Signer service.</p>
73
76
  *
74
77
  */
75
- export declare class RemoveProfilePermissionCommand extends $Command<RemoveProfilePermissionCommandInput, RemoveProfilePermissionCommandOutput, SignerClientResolvedConfig> {
76
- readonly input: RemoveProfilePermissionCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: RemoveProfilePermissionCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveProfilePermissionCommandInput, RemoveProfilePermissionCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class RemoveProfilePermissionCommand extends RemoveProfilePermissionCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { RevokeSignatureRequest } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RevokeSignatureCommandInput extends RevokeSignatureRequest {
21
20
  */
22
21
  export interface RevokeSignatureCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RevokeSignatureCommand_base: {
24
+ new (input: RevokeSignatureCommandInput): import("@smithy/smithy-client").CommandImpl<RevokeSignatureCommandInput, RevokeSignatureCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Changes the state of a signing job to REVOKED. This indicates that the signature is no
@@ -68,23 +71,5 @@ export interface RevokeSignatureCommandOutput extends __MetadataBearer {
68
71
  * <p>Base exception class for all service exceptions from Signer service.</p>
69
72
  *
70
73
  */
71
- export declare class RevokeSignatureCommand extends $Command<RevokeSignatureCommandInput, RevokeSignatureCommandOutput, SignerClientResolvedConfig> {
72
- readonly input: RevokeSignatureCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: RevokeSignatureCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RevokeSignatureCommandInput, RevokeSignatureCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class RevokeSignatureCommand extends RevokeSignatureCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { RevokeSigningProfileRequest } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RevokeSigningProfileCommandInput extends RevokeSigningProfileRe
21
20
  */
22
21
  export interface RevokeSigningProfileCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RevokeSigningProfileCommand_base: {
24
+ new (input: RevokeSigningProfileCommandInput): import("@smithy/smithy-client").CommandImpl<RevokeSigningProfileCommandInput, RevokeSigningProfileCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Changes the state of a signing profile to REVOKED. This indicates that signatures
@@ -70,23 +73,5 @@ export interface RevokeSigningProfileCommandOutput extends __MetadataBearer {
70
73
  * <p>Base exception class for all service exceptions from Signer service.</p>
71
74
  *
72
75
  */
73
- export declare class RevokeSigningProfileCommand extends $Command<RevokeSigningProfileCommandInput, RevokeSigningProfileCommandOutput, SignerClientResolvedConfig> {
74
- readonly input: RevokeSigningProfileCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: RevokeSigningProfileCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RevokeSigningProfileCommandInput, RevokeSigningProfileCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class RevokeSigningProfileCommand extends RevokeSigningProfileCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { SignPayloadRequest, SignPayloadResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SignPayloadCommandInput extends SignPayloadRequest {
21
20
  */
22
21
  export interface SignPayloadCommandOutput extends SignPayloadResponse, __MetadataBearer {
23
22
  }
23
+ declare const SignPayloadCommand_base: {
24
+ new (input: SignPayloadCommandInput): import("@smithy/smithy-client").CommandImpl<SignPayloadCommandInput, SignPayloadCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Signs a binary payload and returns a signature envelope.</p>
@@ -75,23 +78,5 @@ export interface SignPayloadCommandOutput extends SignPayloadResponse, __Metadat
75
78
  * <p>Base exception class for all service exceptions from Signer service.</p>
76
79
  *
77
80
  */
78
- export declare class SignPayloadCommand extends $Command<SignPayloadCommandInput, SignPayloadCommandOutput, SignerClientResolvedConfig> {
79
- readonly input: SignPayloadCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: SignPayloadCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SignPayloadCommandInput, SignPayloadCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class SignPayloadCommand extends SignPayloadCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { StartSigningJobRequest, StartSigningJobResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartSigningJobCommandInput extends StartSigningJobRequest {
21
20
  */
22
21
  export interface StartSigningJobCommandOutput extends StartSigningJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartSigningJobCommand_base: {
24
+ new (input: StartSigningJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartSigningJobCommandInput, StartSigningJobCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Initiates a signing job to be performed on the code provided. Signing jobs are
@@ -112,23 +115,5 @@ export interface StartSigningJobCommandOutput extends StartSigningJobResponse, _
112
115
  * <p>Base exception class for all service exceptions from Signer service.</p>
113
116
  *
114
117
  */
115
- export declare class StartSigningJobCommand extends $Command<StartSigningJobCommandInput, StartSigningJobCommandOutput, SignerClientResolvedConfig> {
116
- readonly input: StartSigningJobCommandInput;
117
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
118
- /**
119
- * @public
120
- */
121
- constructor(input: StartSigningJobCommandInput);
122
- /**
123
- * @internal
124
- */
125
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSigningJobCommandInput, StartSigningJobCommandOutput>;
126
- /**
127
- * @internal
128
- */
129
- private serialize;
130
- /**
131
- * @internal
132
- */
133
- private deserialize;
118
+ export declare class StartSigningJobCommand extends StartSigningJobCommand_base {
134
119
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds one or more tags to a signing profile. Tags are labels that you can use to
@@ -69,23 +72,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
69
72
  * <p>Base exception class for all service exceptions from Signer service.</p>
70
73
  *
71
74
  */
72
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SignerClientResolvedConfig> {
73
- readonly input: TagResourceCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: TagResourceCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class TagResourceCommand extends TagResourceCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes one or more tags from a signing profile. To remove the tags, specify a list of
@@ -67,23 +70,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
67
70
  * <p>Base exception class for all service exceptions from Signer service.</p>
68
71
  *
69
72
  */
70
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SignerClientResolvedConfig> {
71
- readonly input: UntagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: UntagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
89
74
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AddProfilePermissionRequest,
11
5
  AddProfilePermissionResponse,
@@ -21,22 +15,16 @@ export interface AddProfilePermissionCommandInput
21
15
  export interface AddProfilePermissionCommandOutput
22
16
  extends AddProfilePermissionResponse,
23
17
  __MetadataBearer {}
24
- export declare class AddProfilePermissionCommand extends $Command<
25
- AddProfilePermissionCommandInput,
26
- AddProfilePermissionCommandOutput,
27
- SignerClientResolvedConfig
28
- > {
29
- readonly input: AddProfilePermissionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AddProfilePermissionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SignerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AddProfilePermissionCommand_base: {
19
+ new (
20
+ input: AddProfilePermissionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AddProfilePermissionCommandInput,
38
- AddProfilePermissionCommandOutput
23
+ AddProfilePermissionCommandOutput,
24
+ SignerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AddProfilePermissionCommand extends AddProfilePermissionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CancelSigningProfileRequest } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface CancelSigningProfileCommandInput
17
11
  extends CancelSigningProfileRequest {}
18
12
  export interface CancelSigningProfileCommandOutput extends __MetadataBearer {}
19
- export declare class CancelSigningProfileCommand extends $Command<
20
- CancelSigningProfileCommandInput,
21
- CancelSigningProfileCommandOutput,
22
- SignerClientResolvedConfig
23
- > {
24
- readonly input: CancelSigningProfileCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: CancelSigningProfileCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: SignerClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const CancelSigningProfileCommand_base: {
14
+ new (
15
+ input: CancelSigningProfileCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  CancelSigningProfileCommandInput,
33
- CancelSigningProfileCommandOutput
18
+ CancelSigningProfileCommandOutput,
19
+ SignerClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
34
22
  >;
35
- private serialize;
36
- private deserialize;
37
- }
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class CancelSigningProfileCommand extends CancelSigningProfileCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeSigningJobRequest,
11
5
  DescribeSigningJobResponse,
@@ -21,19 +15,16 @@ export interface DescribeSigningJobCommandInput
21
15
  export interface DescribeSigningJobCommandOutput
22
16
  extends DescribeSigningJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeSigningJobCommand extends $Command<
25
- DescribeSigningJobCommandInput,
26
- DescribeSigningJobCommandOutput,
27
- SignerClientResolvedConfig
28
- > {
29
- readonly input: DescribeSigningJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeSigningJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SignerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeSigningJobCommandInput, DescribeSigningJobCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeSigningJobCommand_base: {
19
+ new (
20
+ input: DescribeSigningJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeSigningJobCommandInput,
23
+ DescribeSigningJobCommandOutput,
24
+ SignerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeSigningJobCommand extends DescribeSigningJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetRevocationStatusRequest,
11
5
  GetRevocationStatusResponse,
@@ -21,19 +15,16 @@ export interface GetRevocationStatusCommandInput
21
15
  export interface GetRevocationStatusCommandOutput
22
16
  extends GetRevocationStatusResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetRevocationStatusCommand extends $Command<
25
- GetRevocationStatusCommandInput,
26
- GetRevocationStatusCommandOutput,
27
- SignerClientResolvedConfig
28
- > {
29
- readonly input: GetRevocationStatusCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetRevocationStatusCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SignerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetRevocationStatusCommandInput, GetRevocationStatusCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetRevocationStatusCommand_base: {
19
+ new (
20
+ input: GetRevocationStatusCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetRevocationStatusCommandInput,
23
+ GetRevocationStatusCommandOutput,
24
+ SignerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetRevocationStatusCommand extends GetRevocationStatusCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetSigningPlatformRequest,
11
5
  GetSigningPlatformResponse,
@@ -21,19 +15,16 @@ export interface GetSigningPlatformCommandInput
21
15
  export interface GetSigningPlatformCommandOutput
22
16
  extends GetSigningPlatformResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetSigningPlatformCommand extends $Command<
25
- GetSigningPlatformCommandInput,
26
- GetSigningPlatformCommandOutput,
27
- SignerClientResolvedConfig
28
- > {
29
- readonly input: GetSigningPlatformCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetSigningPlatformCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SignerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetSigningPlatformCommandInput, GetSigningPlatformCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetSigningPlatformCommand_base: {
19
+ new (
20
+ input: GetSigningPlatformCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetSigningPlatformCommandInput,
23
+ GetSigningPlatformCommandOutput,
24
+ SignerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetSigningPlatformCommand extends GetSigningPlatformCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetSigningProfileRequest,
11
5
  GetSigningProfileResponse,
@@ -21,19 +15,16 @@ export interface GetSigningProfileCommandInput
21
15
  export interface GetSigningProfileCommandOutput
22
16
  extends GetSigningProfileResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetSigningProfileCommand extends $Command<
25
- GetSigningProfileCommandInput,
26
- GetSigningProfileCommandOutput,
27
- SignerClientResolvedConfig
28
- > {
29
- readonly input: GetSigningProfileCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetSigningProfileCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SignerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetSigningProfileCommandInput, GetSigningProfileCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetSigningProfileCommand_base: {
19
+ new (
20
+ input: GetSigningProfileCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetSigningProfileCommandInput,
23
+ GetSigningProfileCommandOutput,
24
+ SignerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetSigningProfileCommand extends GetSigningProfileCommand_base {}