@aws-sdk/client-signer 3.288.0 → 3.290.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AddProfilePermissionCommand.d.ts +23 -0
- package/dist-types/commands/CancelSigningProfileCommand.d.ts +14 -0
- package/dist-types/commands/DescribeSigningJobCommand.d.ts +14 -0
- package/dist-types/commands/GetSigningPlatformCommand.d.ts +14 -0
- package/dist-types/commands/GetSigningProfileCommand.d.ts +14 -0
- package/dist-types/commands/ListProfilePermissionsCommand.d.ts +17 -0
- package/dist-types/commands/ListSigningJobsCommand.d.ts +14 -0
- package/dist-types/commands/ListSigningPlatformsCommand.d.ts +14 -0
- package/dist-types/commands/ListSigningProfilesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +15 -0
- package/dist-types/commands/PutSigningProfileCommand.d.ts +17 -0
- package/dist-types/commands/RemoveProfilePermissionCommand.d.ts +20 -0
- package/dist-types/commands/RevokeSignatureCommand.d.ts +17 -0
- package/dist-types/commands/RevokeSigningProfileCommand.d.ts +17 -0
- package/dist-types/commands/StartSigningJobCommand.d.ts +21 -0
- package/dist-types/commands/TagResourceCommand.d.ts +15 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +15 -0
- package/package.json +30 -30
|
@@ -29,6 +29,29 @@ export interface AddProfilePermissionCommandOutput extends AddProfilePermissionR
|
|
|
29
29
|
* @see {@link AddProfilePermissionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SignerClientResolvedConfig | config} for SignerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The resource encountered a conflicting state.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
39
|
+
* <p>An internal error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>A specified resource could not be found.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceLimitExceededException} (client fault)
|
|
45
|
+
* <p>The client is making a request that exceeds service limits.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* <p>The allowed number of job-signing requests has been exceeded.</p>
|
|
49
|
+
* <p>This error supersedes the error <code>ThrottlingException</code>.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>You signing certificate could not be validated.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class AddProfilePermissionCommand extends $Command<AddProfilePermissionCommandInput, AddProfilePermissionCommandOutput, SignerClientResolvedConfig> {
|
|
34
57
|
readonly input: AddProfilePermissionCommandInput;
|
|
@@ -32,6 +32,20 @@ export interface CancelSigningProfileCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* @see {@link CancelSigningProfileCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link SignerClientResolvedConfig | config} for SignerClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
39
|
+
* <p>An internal error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>A specified resource could not be found.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* <p>The allowed number of job-signing requests has been exceeded.</p>
|
|
46
|
+
* <p>This error supersedes the error <code>ThrottlingException</code>.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
35
49
|
*/
|
|
36
50
|
export declare class CancelSigningProfileCommand extends $Command<CancelSigningProfileCommandInput, CancelSigningProfileCommandOutput, SignerClientResolvedConfig> {
|
|
37
51
|
readonly input: CancelSigningProfileCommandInput;
|
|
@@ -31,6 +31,20 @@ export interface DescribeSigningJobCommandOutput extends DescribeSigningJobRespo
|
|
|
31
31
|
* @see {@link DescribeSigningJobCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SignerClientResolvedConfig | config} for SignerClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
38
|
+
* <p>An internal error occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>A specified resource could not be found.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
44
|
+
* <p>The allowed number of job-signing requests has been exceeded.</p>
|
|
45
|
+
* <p>This error supersedes the error <code>ThrottlingException</code>.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
34
48
|
*/
|
|
35
49
|
export declare class DescribeSigningJobCommand extends $Command<DescribeSigningJobCommandInput, DescribeSigningJobCommandOutput, SignerClientResolvedConfig> {
|
|
36
50
|
readonly input: DescribeSigningJobCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface GetSigningPlatformCommandOutput extends GetSigningPlatformRespo
|
|
|
29
29
|
* @see {@link GetSigningPlatformCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SignerClientResolvedConfig | config} for SignerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
36
|
+
* <p>An internal error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>A specified resource could not be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The allowed number of job-signing requests has been exceeded.</p>
|
|
43
|
+
* <p>This error supersedes the error <code>ThrottlingException</code>.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class GetSigningPlatformCommand extends $Command<GetSigningPlatformCommandInput, GetSigningPlatformCommandOutput, SignerClientResolvedConfig> {
|
|
34
48
|
readonly input: GetSigningPlatformCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface GetSigningProfileCommandOutput extends GetSigningProfileRespons
|
|
|
29
29
|
* @see {@link GetSigningProfileCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SignerClientResolvedConfig | config} for SignerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
36
|
+
* <p>An internal error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>A specified resource could not be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The allowed number of job-signing requests has been exceeded.</p>
|
|
43
|
+
* <p>This error supersedes the error <code>ThrottlingException</code>.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class GetSigningProfileCommand extends $Command<GetSigningProfileCommandInput, GetSigningProfileCommandOutput, SignerClientResolvedConfig> {
|
|
34
48
|
readonly input: GetSigningProfileCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface ListProfilePermissionsCommandOutput extends ListProfilePermissi
|
|
|
29
29
|
* @see {@link ListProfilePermissionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SignerClientResolvedConfig | config} for SignerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
36
|
+
* <p>An internal error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>A specified resource could not be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The allowed number of job-signing requests has been exceeded.</p>
|
|
43
|
+
* <p>This error supersedes the error <code>ThrottlingException</code>.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>You signing certificate could not be validated.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class ListProfilePermissionsCommand extends $Command<ListProfilePermissionsCommandInput, ListProfilePermissionsCommandOutput, SignerClientResolvedConfig> {
|
|
34
51
|
readonly input: ListProfilePermissionsCommandInput;
|
|
@@ -35,6 +35,20 @@ export interface ListSigningJobsCommandOutput extends ListSigningJobsResponse, _
|
|
|
35
35
|
* @see {@link ListSigningJobsCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link SignerClientResolvedConfig | config} for SignerClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
39
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
42
|
+
* <p>An internal error occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* <p>The allowed number of job-signing requests has been exceeded.</p>
|
|
46
|
+
* <p>This error supersedes the error <code>ThrottlingException</code>.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>You signing certificate could not be validated.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
38
52
|
*/
|
|
39
53
|
export declare class ListSigningJobsCommand extends $Command<ListSigningJobsCommandInput, ListSigningJobsCommandOutput, SignerClientResolvedConfig> {
|
|
40
54
|
readonly input: ListSigningJobsCommandInput;
|
|
@@ -35,6 +35,20 @@ export interface ListSigningPlatformsCommandOutput extends ListSigningPlatformsR
|
|
|
35
35
|
* @see {@link ListSigningPlatformsCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link SignerClientResolvedConfig | config} for SignerClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
39
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
42
|
+
* <p>An internal error occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* <p>The allowed number of job-signing requests has been exceeded.</p>
|
|
46
|
+
* <p>This error supersedes the error <code>ThrottlingException</code>.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>You signing certificate could not be validated.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
38
52
|
*/
|
|
39
53
|
export declare class ListSigningPlatformsCommand extends $Command<ListSigningPlatformsCommandInput, ListSigningPlatformsCommandOutput, SignerClientResolvedConfig> {
|
|
40
54
|
readonly input: ListSigningPlatformsCommandInput;
|
|
@@ -36,6 +36,17 @@ export interface ListSigningProfilesCommandOutput extends ListSigningProfilesRes
|
|
|
36
36
|
* @see {@link ListSigningProfilesCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link SignerClientResolvedConfig | config} for SignerClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
40
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
43
|
+
* <p>An internal error occurred.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
46
|
+
* <p>The allowed number of job-signing requests has been exceeded.</p>
|
|
47
|
+
* <p>This error supersedes the error <code>ThrottlingException</code>.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
39
50
|
*/
|
|
40
51
|
export declare class ListSigningProfilesCommand extends $Command<ListSigningProfilesCommandInput, ListSigningProfilesCommandOutput, SignerClientResolvedConfig> {
|
|
41
52
|
readonly input: ListSigningProfilesCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SignerClientResolvedConfig | config} for SignerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request contains invalid parameters for the ARN or tags. This exception also
|
|
34
|
+
* occurs when you call a tagging API on a cancelled signing profile.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
37
|
+
* <p>An internal error occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link NotFoundException} (client fault)
|
|
40
|
+
* <p>The signing profile was not found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
43
|
+
* <p>The allowed number of job-signing requests has been exceeded.</p>
|
|
44
|
+
* <p>This error supersedes the error <code>ThrottlingException</code>.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
32
47
|
*/
|
|
33
48
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SignerClientResolvedConfig> {
|
|
34
49
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface PutSigningProfileCommandOutput extends PutSigningProfileRespons
|
|
|
31
31
|
* @see {@link PutSigningProfileCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SignerClientResolvedConfig | config} for SignerClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
38
|
+
* <p>An internal error occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>A specified resource could not be found.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
44
|
+
* <p>The allowed number of job-signing requests has been exceeded.</p>
|
|
45
|
+
* <p>This error supersedes the error <code>ThrottlingException</code>.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>You signing certificate could not be validated.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class PutSigningProfileCommand extends $Command<PutSigningProfileCommandInput, PutSigningProfileCommandOutput, SignerClientResolvedConfig> {
|
|
36
53
|
readonly input: PutSigningProfileCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface RemoveProfilePermissionCommandOutput extends RemoveProfilePermi
|
|
|
29
29
|
* @see {@link RemoveProfilePermissionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SignerClientResolvedConfig | config} for SignerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The resource encountered a conflicting state.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
39
|
+
* <p>An internal error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>A specified resource could not be found.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* <p>The allowed number of job-signing requests has been exceeded.</p>
|
|
46
|
+
* <p>This error supersedes the error <code>ThrottlingException</code>.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>You signing certificate could not be validated.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class RemoveProfilePermissionCommand extends $Command<RemoveProfilePermissionCommandInput, RemoveProfilePermissionCommandOutput, SignerClientResolvedConfig> {
|
|
34
54
|
readonly input: RemoveProfilePermissionCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface RevokeSignatureCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* @see {@link RevokeSignatureCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SignerClientResolvedConfig | config} for SignerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
37
|
+
* <p>An internal error occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>A specified resource could not be found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
43
|
+
* <p>The allowed number of job-signing requests has been exceeded.</p>
|
|
44
|
+
* <p>This error supersedes the error <code>ThrottlingException</code>.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>You signing certificate could not be validated.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class RevokeSignatureCommand extends $Command<RevokeSignatureCommandInput, RevokeSignatureCommandOutput, SignerClientResolvedConfig> {
|
|
35
52
|
readonly input: RevokeSignatureCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface RevokeSigningProfileCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* @see {@link RevokeSigningProfileCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SignerClientResolvedConfig | config} for SignerClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
38
|
+
* <p>An internal error occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>A specified resource could not be found.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
44
|
+
* <p>The allowed number of job-signing requests has been exceeded.</p>
|
|
45
|
+
* <p>This error supersedes the error <code>ThrottlingException</code>.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>You signing certificate could not be validated.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class RevokeSigningProfileCommand extends $Command<RevokeSigningProfileCommandInput, RevokeSigningProfileCommandOutput, SignerClientResolvedConfig> {
|
|
36
53
|
readonly input: RevokeSigningProfileCommandInput;
|
|
@@ -56,6 +56,27 @@ export interface StartSigningJobCommandOutput extends StartSigningJobResponse, _
|
|
|
56
56
|
* @see {@link StartSigningJobCommandOutput} for command's `response` shape.
|
|
57
57
|
* @see {@link SignerClientResolvedConfig | config} for SignerClient's `config` shape.
|
|
58
58
|
*
|
|
59
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
60
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
63
|
+
* <p>An internal error occurred.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
66
|
+
* <p>A specified resource could not be found.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
69
|
+
* <p>The request was denied due to request throttling.</p>
|
|
70
|
+
* <p>Instead of this error, <code>TooManyRequestsException</code> should be used.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
73
|
+
* <p>The allowed number of job-signing requests has been exceeded.</p>
|
|
74
|
+
* <p>This error supersedes the error <code>ThrottlingException</code>.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ValidationException} (client fault)
|
|
77
|
+
* <p>You signing certificate could not be validated.</p>
|
|
78
|
+
*
|
|
79
|
+
*
|
|
59
80
|
*/
|
|
60
81
|
export declare class StartSigningJobCommand extends $Command<StartSigningJobCommandInput, StartSigningJobCommandOutput, SignerClientResolvedConfig> {
|
|
61
82
|
readonly input: StartSigningJobCommandInput;
|
|
@@ -32,6 +32,21 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
32
32
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link SignerClientResolvedConfig | config} for SignerClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* <p>The request contains invalid parameters for the ARN or tags. This exception also
|
|
37
|
+
* occurs when you call a tagging API on a cancelled signing profile.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
40
|
+
* <p>An internal error occurred.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link NotFoundException} (client fault)
|
|
43
|
+
* <p>The signing profile was not found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
46
|
+
* <p>The allowed number of job-signing requests has been exceeded.</p>
|
|
47
|
+
* <p>This error supersedes the error <code>ThrottlingException</code>.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
35
50
|
*/
|
|
36
51
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SignerClientResolvedConfig> {
|
|
37
52
|
readonly input: TagResourceCommandInput;
|
|
@@ -30,6 +30,21 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
30
30
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SignerClientResolvedConfig | config} for SignerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link BadRequestException} (client fault)
|
|
34
|
+
* <p>The request contains invalid parameters for the ARN or tags. This exception also
|
|
35
|
+
* occurs when you call a tagging API on a cancelled signing profile.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
38
|
+
* <p>An internal error occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link NotFoundException} (client fault)
|
|
41
|
+
* <p>The signing profile was not found.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
44
|
+
* <p>The allowed number of job-signing requests has been exceeded.</p>
|
|
45
|
+
* <p>This error supersedes the error <code>ThrottlingException</code>.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
33
48
|
*/
|
|
34
49
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SignerClientResolvedConfig> {
|
|
35
50
|
readonly input: UntagResourceCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-signer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Signer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,39 +20,39 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
55
|
+
"@aws-sdk/util-waiter": "3.290.0",
|
|
56
56
|
"tslib": "^2.3.1",
|
|
57
57
|
"uuid": "^8.3.2"
|
|
58
58
|
},
|