@aws-sdk/client-signer 3.325.0 → 3.327.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.
@@ -36,6 +36,10 @@ export interface AddProfilePermissionCommandOutput extends AddProfilePermissionR
36
36
  * };
37
37
  * const command = new AddProfilePermissionCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // AddProfilePermissionResponse
40
+ * // revisionId: "STRING_VALUE",
41
+ * // };
42
+ *
39
43
  * ```
40
44
  *
41
45
  * @param AddProfilePermissionCommandInput - {@link AddProfilePermissionCommandInput}
@@ -66,6 +70,8 @@ export interface AddProfilePermissionCommandOutput extends AddProfilePermissionR
66
70
  * @throws {@link ValidationException} (client fault)
67
71
  * <p>You signing certificate could not be validated.</p>
68
72
  *
73
+ * @throws {@link SignerServiceException}
74
+ * <p>Base exception class for all service exceptions from Signer service.</p>
69
75
  *
70
76
  */
71
77
  export declare class AddProfilePermissionCommand extends $Command<AddProfilePermissionCommandInput, AddProfilePermissionCommandOutput, SignerClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface CancelSigningProfileCommandOutput extends __MetadataBearer {
34
34
  * };
35
35
  * const command = new CancelSigningProfileCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param CancelSigningProfileCommandInput - {@link CancelSigningProfileCommandInput}
@@ -55,6 +57,8 @@ export interface CancelSigningProfileCommandOutput extends __MetadataBearer {
55
57
  * <p>The allowed number of job-signing requests has been exceeded.</p>
56
58
  * <p>This error supersedes the error <code>ThrottlingException</code>.</p>
57
59
  *
60
+ * @throws {@link SignerServiceException}
61
+ * <p>Base exception class for all service exceptions from Signer service.</p>
58
62
  *
59
63
  */
60
64
  export declare class CancelSigningProfileCommand extends $Command<CancelSigningProfileCommandInput, CancelSigningProfileCommandOutput, SignerClientResolvedConfig> {
@@ -33,6 +33,53 @@ export interface DescribeSigningJobCommandOutput extends DescribeSigningJobRespo
33
33
  * };
34
34
  * const command = new DescribeSigningJobCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeSigningJobResponse
37
+ * // jobId: "STRING_VALUE",
38
+ * // source: { // Source
39
+ * // s3: { // S3Source
40
+ * // bucketName: "STRING_VALUE", // required
41
+ * // key: "STRING_VALUE", // required
42
+ * // version: "STRING_VALUE", // required
43
+ * // },
44
+ * // },
45
+ * // signingMaterial: { // SigningMaterial
46
+ * // certificateArn: "STRING_VALUE", // required
47
+ * // },
48
+ * // platformId: "STRING_VALUE",
49
+ * // platformDisplayName: "STRING_VALUE",
50
+ * // profileName: "STRING_VALUE",
51
+ * // profileVersion: "STRING_VALUE",
52
+ * // overrides: { // SigningPlatformOverrides
53
+ * // signingConfiguration: { // SigningConfigurationOverrides
54
+ * // encryptionAlgorithm: "STRING_VALUE",
55
+ * // hashAlgorithm: "STRING_VALUE",
56
+ * // },
57
+ * // signingImageFormat: "STRING_VALUE",
58
+ * // },
59
+ * // signingParameters: { // SigningParameters
60
+ * // "<keys>": "STRING_VALUE",
61
+ * // },
62
+ * // createdAt: new Date("TIMESTAMP"),
63
+ * // completedAt: new Date("TIMESTAMP"),
64
+ * // signatureExpiresAt: new Date("TIMESTAMP"),
65
+ * // requestedBy: "STRING_VALUE",
66
+ * // status: "STRING_VALUE",
67
+ * // statusReason: "STRING_VALUE",
68
+ * // revocationRecord: { // SigningJobRevocationRecord
69
+ * // reason: "STRING_VALUE",
70
+ * // revokedAt: new Date("TIMESTAMP"),
71
+ * // revokedBy: "STRING_VALUE",
72
+ * // },
73
+ * // signedObject: { // SignedObject
74
+ * // s3: { // S3SignedObject
75
+ * // bucketName: "STRING_VALUE",
76
+ * // key: "STRING_VALUE",
77
+ * // },
78
+ * // },
79
+ * // jobOwner: "STRING_VALUE",
80
+ * // jobInvoker: "STRING_VALUE",
81
+ * // };
82
+ *
36
83
  * ```
37
84
  *
38
85
  * @param DescribeSigningJobCommandInput - {@link DescribeSigningJobCommandInput}
@@ -54,6 +101,8 @@ export interface DescribeSigningJobCommandOutput extends DescribeSigningJobRespo
54
101
  * <p>The allowed number of job-signing requests has been exceeded.</p>
55
102
  * <p>This error supersedes the error <code>ThrottlingException</code>.</p>
56
103
  *
104
+ * @throws {@link SignerServiceException}
105
+ * <p>Base exception class for all service exceptions from Signer service.</p>
57
106
  *
58
107
  */
59
108
  export declare class DescribeSigningJobCommand extends $Command<DescribeSigningJobCommandInput, DescribeSigningJobCommandOutput, SignerClientResolvedConfig> {
@@ -31,6 +31,36 @@ export interface GetSigningPlatformCommandOutput extends GetSigningPlatformRespo
31
31
  * };
32
32
  * const command = new GetSigningPlatformCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetSigningPlatformResponse
35
+ * // platformId: "STRING_VALUE",
36
+ * // displayName: "STRING_VALUE",
37
+ * // partner: "STRING_VALUE",
38
+ * // target: "STRING_VALUE",
39
+ * // category: "STRING_VALUE",
40
+ * // signingConfiguration: { // SigningConfiguration
41
+ * // encryptionAlgorithmOptions: { // EncryptionAlgorithmOptions
42
+ * // allowedValues: [ // EncryptionAlgorithms // required
43
+ * // "STRING_VALUE",
44
+ * // ],
45
+ * // defaultValue: "STRING_VALUE", // required
46
+ * // },
47
+ * // hashAlgorithmOptions: { // HashAlgorithmOptions
48
+ * // allowedValues: [ // HashAlgorithms // required
49
+ * // "STRING_VALUE",
50
+ * // ],
51
+ * // defaultValue: "STRING_VALUE", // required
52
+ * // },
53
+ * // },
54
+ * // signingImageFormat: { // SigningImageFormat
55
+ * // supportedFormats: [ // ImageFormats // required
56
+ * // "STRING_VALUE",
57
+ * // ],
58
+ * // defaultFormat: "STRING_VALUE", // required
59
+ * // },
60
+ * // maxSizeInMB: Number("int"),
61
+ * // revocationSupported: true || false,
62
+ * // };
63
+ *
34
64
  * ```
35
65
  *
36
66
  * @param GetSigningPlatformCommandInput - {@link GetSigningPlatformCommandInput}
@@ -52,6 +82,8 @@ export interface GetSigningPlatformCommandOutput extends GetSigningPlatformRespo
52
82
  * <p>The allowed number of job-signing requests has been exceeded.</p>
53
83
  * <p>This error supersedes the error <code>ThrottlingException</code>.</p>
54
84
  *
85
+ * @throws {@link SignerServiceException}
86
+ * <p>Base exception class for all service exceptions from Signer service.</p>
55
87
  *
56
88
  */
57
89
  export declare class GetSigningPlatformCommand extends $Command<GetSigningPlatformCommandInput, GetSigningPlatformCommandOutput, SignerClientResolvedConfig> {
@@ -32,6 +32,42 @@ export interface GetSigningProfileCommandOutput extends GetSigningProfileRespons
32
32
  * };
33
33
  * const command = new GetSigningProfileCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetSigningProfileResponse
36
+ * // profileName: "STRING_VALUE",
37
+ * // profileVersion: "STRING_VALUE",
38
+ * // profileVersionArn: "STRING_VALUE",
39
+ * // revocationRecord: { // SigningProfileRevocationRecord
40
+ * // revocationEffectiveFrom: new Date("TIMESTAMP"),
41
+ * // revokedAt: new Date("TIMESTAMP"),
42
+ * // revokedBy: "STRING_VALUE",
43
+ * // },
44
+ * // signingMaterial: { // SigningMaterial
45
+ * // certificateArn: "STRING_VALUE", // required
46
+ * // },
47
+ * // platformId: "STRING_VALUE",
48
+ * // platformDisplayName: "STRING_VALUE",
49
+ * // signatureValidityPeriod: { // SignatureValidityPeriod
50
+ * // value: Number("int"),
51
+ * // type: "STRING_VALUE",
52
+ * // },
53
+ * // overrides: { // SigningPlatformOverrides
54
+ * // signingConfiguration: { // SigningConfigurationOverrides
55
+ * // encryptionAlgorithm: "STRING_VALUE",
56
+ * // hashAlgorithm: "STRING_VALUE",
57
+ * // },
58
+ * // signingImageFormat: "STRING_VALUE",
59
+ * // },
60
+ * // signingParameters: { // SigningParameters
61
+ * // "<keys>": "STRING_VALUE",
62
+ * // },
63
+ * // status: "STRING_VALUE",
64
+ * // statusReason: "STRING_VALUE",
65
+ * // arn: "STRING_VALUE",
66
+ * // tags: { // TagMap
67
+ * // "<keys>": "STRING_VALUE",
68
+ * // },
69
+ * // };
70
+ *
35
71
  * ```
36
72
  *
37
73
  * @param GetSigningProfileCommandInput - {@link GetSigningProfileCommandInput}
@@ -53,6 +89,8 @@ export interface GetSigningProfileCommandOutput extends GetSigningProfileRespons
53
89
  * <p>The allowed number of job-signing requests has been exceeded.</p>
54
90
  * <p>This error supersedes the error <code>ThrottlingException</code>.</p>
55
91
  *
92
+ * @throws {@link SignerServiceException}
93
+ * <p>Base exception class for all service exceptions from Signer service.</p>
56
94
  *
57
95
  */
58
96
  export declare class GetSigningProfileCommand extends $Command<GetSigningProfileCommandInput, GetSigningProfileCommandOutput, SignerClientResolvedConfig> {
@@ -32,6 +32,20 @@ export interface ListProfilePermissionsCommandOutput extends ListProfilePermissi
32
32
  * };
33
33
  * const command = new ListProfilePermissionsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListProfilePermissionsResponse
36
+ * // revisionId: "STRING_VALUE",
37
+ * // policySizeBytes: Number("int"),
38
+ * // permissions: [ // Permissions
39
+ * // { // Permission
40
+ * // action: "STRING_VALUE",
41
+ * // principal: "STRING_VALUE",
42
+ * // statementId: "STRING_VALUE",
43
+ * // profileVersion: "STRING_VALUE",
44
+ * // },
45
+ * // ],
46
+ * // nextToken: "STRING_VALUE",
47
+ * // };
48
+ *
35
49
  * ```
36
50
  *
37
51
  * @param ListProfilePermissionsCommandInput - {@link ListProfilePermissionsCommandInput}
@@ -56,6 +70,8 @@ export interface ListProfilePermissionsCommandOutput extends ListProfilePermissi
56
70
  * @throws {@link ValidationException} (client fault)
57
71
  * <p>You signing certificate could not be validated.</p>
58
72
  *
73
+ * @throws {@link SignerServiceException}
74
+ * <p>Base exception class for all service exceptions from Signer service.</p>
59
75
  *
60
76
  */
61
77
  export declare class ListProfilePermissionsCommand extends $Command<ListProfilePermissionsCommandInput, ListProfilePermissionsCommandOutput, SignerClientResolvedConfig> {
@@ -45,6 +45,41 @@ export interface ListSigningJobsCommandOutput extends ListSigningJobsResponse, _
45
45
  * };
46
46
  * const command = new ListSigningJobsCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // ListSigningJobsResponse
49
+ * // jobs: [ // SigningJobs
50
+ * // { // SigningJob
51
+ * // jobId: "STRING_VALUE",
52
+ * // source: { // Source
53
+ * // s3: { // S3Source
54
+ * // bucketName: "STRING_VALUE", // required
55
+ * // key: "STRING_VALUE", // required
56
+ * // version: "STRING_VALUE", // required
57
+ * // },
58
+ * // },
59
+ * // signedObject: { // SignedObject
60
+ * // s3: { // S3SignedObject
61
+ * // bucketName: "STRING_VALUE",
62
+ * // key: "STRING_VALUE",
63
+ * // },
64
+ * // },
65
+ * // signingMaterial: { // SigningMaterial
66
+ * // certificateArn: "STRING_VALUE", // required
67
+ * // },
68
+ * // createdAt: new Date("TIMESTAMP"),
69
+ * // status: "STRING_VALUE",
70
+ * // isRevoked: true || false,
71
+ * // profileName: "STRING_VALUE",
72
+ * // profileVersion: "STRING_VALUE",
73
+ * // platformId: "STRING_VALUE",
74
+ * // platformDisplayName: "STRING_VALUE",
75
+ * // signatureExpiresAt: new Date("TIMESTAMP"),
76
+ * // jobOwner: "STRING_VALUE",
77
+ * // jobInvoker: "STRING_VALUE",
78
+ * // },
79
+ * // ],
80
+ * // nextToken: "STRING_VALUE",
81
+ * // };
82
+ *
48
83
  * ```
49
84
  *
50
85
  * @param ListSigningJobsCommandInput - {@link ListSigningJobsCommandInput}
@@ -66,6 +101,8 @@ export interface ListSigningJobsCommandOutput extends ListSigningJobsResponse, _
66
101
  * @throws {@link ValidationException} (client fault)
67
102
  * <p>You signing certificate could not be validated.</p>
68
103
  *
104
+ * @throws {@link SignerServiceException}
105
+ * <p>Base exception class for all service exceptions from Signer service.</p>
69
106
  *
70
107
  */
71
108
  export declare class ListSigningJobsCommand extends $Command<ListSigningJobsCommandInput, ListSigningJobsCommandOutput, SignerClientResolvedConfig> {
@@ -41,6 +41,41 @@ export interface ListSigningPlatformsCommandOutput extends ListSigningPlatformsR
41
41
  * };
42
42
  * const command = new ListSigningPlatformsCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // ListSigningPlatformsResponse
45
+ * // platforms: [ // SigningPlatforms
46
+ * // { // SigningPlatform
47
+ * // platformId: "STRING_VALUE",
48
+ * // displayName: "STRING_VALUE",
49
+ * // partner: "STRING_VALUE",
50
+ * // target: "STRING_VALUE",
51
+ * // category: "STRING_VALUE",
52
+ * // signingConfiguration: { // SigningConfiguration
53
+ * // encryptionAlgorithmOptions: { // EncryptionAlgorithmOptions
54
+ * // allowedValues: [ // EncryptionAlgorithms // required
55
+ * // "STRING_VALUE",
56
+ * // ],
57
+ * // defaultValue: "STRING_VALUE", // required
58
+ * // },
59
+ * // hashAlgorithmOptions: { // HashAlgorithmOptions
60
+ * // allowedValues: [ // HashAlgorithms // required
61
+ * // "STRING_VALUE",
62
+ * // ],
63
+ * // defaultValue: "STRING_VALUE", // required
64
+ * // },
65
+ * // },
66
+ * // signingImageFormat: { // SigningImageFormat
67
+ * // supportedFormats: [ // ImageFormats // required
68
+ * // "STRING_VALUE",
69
+ * // ],
70
+ * // defaultFormat: "STRING_VALUE", // required
71
+ * // },
72
+ * // maxSizeInMB: Number("int"),
73
+ * // revocationSupported: true || false,
74
+ * // },
75
+ * // ],
76
+ * // nextToken: "STRING_VALUE",
77
+ * // };
78
+ *
44
79
  * ```
45
80
  *
46
81
  * @param ListSigningPlatformsCommandInput - {@link ListSigningPlatformsCommandInput}
@@ -62,6 +97,8 @@ export interface ListSigningPlatformsCommandOutput extends ListSigningPlatformsR
62
97
  * @throws {@link ValidationException} (client fault)
63
98
  * <p>You signing certificate could not be validated.</p>
64
99
  *
100
+ * @throws {@link SignerServiceException}
101
+ * <p>Base exception class for all service exceptions from Signer service.</p>
65
102
  *
66
103
  */
67
104
  export declare class ListSigningPlatformsCommand extends $Command<ListSigningPlatformsCommandInput, ListSigningPlatformsCommandOutput, SignerClientResolvedConfig> {
@@ -44,6 +44,34 @@ export interface ListSigningProfilesCommandOutput extends ListSigningProfilesRes
44
44
  * };
45
45
  * const command = new ListSigningProfilesCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // ListSigningProfilesResponse
48
+ * // profiles: [ // SigningProfiles
49
+ * // { // SigningProfile
50
+ * // profileName: "STRING_VALUE",
51
+ * // profileVersion: "STRING_VALUE",
52
+ * // profileVersionArn: "STRING_VALUE",
53
+ * // signingMaterial: { // SigningMaterial
54
+ * // certificateArn: "STRING_VALUE", // required
55
+ * // },
56
+ * // signatureValidityPeriod: { // SignatureValidityPeriod
57
+ * // value: Number("int"),
58
+ * // type: "STRING_VALUE",
59
+ * // },
60
+ * // platformId: "STRING_VALUE",
61
+ * // platformDisplayName: "STRING_VALUE",
62
+ * // signingParameters: { // SigningParameters
63
+ * // "<keys>": "STRING_VALUE",
64
+ * // },
65
+ * // status: "STRING_VALUE",
66
+ * // arn: "STRING_VALUE",
67
+ * // tags: { // TagMap
68
+ * // "<keys>": "STRING_VALUE",
69
+ * // },
70
+ * // },
71
+ * // ],
72
+ * // nextToken: "STRING_VALUE",
73
+ * // };
74
+ *
47
75
  * ```
48
76
  *
49
77
  * @param ListSigningProfilesCommandInput - {@link ListSigningProfilesCommandInput}
@@ -62,6 +90,8 @@ export interface ListSigningProfilesCommandOutput extends ListSigningProfilesRes
62
90
  * <p>The allowed number of job-signing requests has been exceeded.</p>
63
91
  * <p>This error supersedes the error <code>ThrottlingException</code>.</p>
64
92
  *
93
+ * @throws {@link SignerServiceException}
94
+ * <p>Base exception class for all service exceptions from Signer service.</p>
65
95
  *
66
96
  */
67
97
  export declare class ListSigningProfilesCommand extends $Command<ListSigningProfilesCommandInput, ListSigningProfilesCommandOutput, SignerClientResolvedConfig> {
@@ -31,6 +31,12 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListTagsForResourceResponse
35
+ * // tags: { // TagMap
36
+ * // "<keys>": "STRING_VALUE",
37
+ * // },
38
+ * // };
39
+ *
34
40
  * ```
35
41
  *
36
42
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -53,6 +59,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
53
59
  * <p>The allowed number of job-signing requests has been exceeded.</p>
54
60
  * <p>This error supersedes the error <code>ThrottlingException</code>.</p>
55
61
  *
62
+ * @throws {@link SignerServiceException}
63
+ * <p>Base exception class for all service exceptions from Signer service.</p>
56
64
  *
57
65
  */
58
66
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SignerClientResolvedConfig> {
@@ -54,6 +54,12 @@ export interface PutSigningProfileCommandOutput extends PutSigningProfileRespons
54
54
  * };
55
55
  * const command = new PutSigningProfileCommand(input);
56
56
  * const response = await client.send(command);
57
+ * // { // PutSigningProfileResponse
58
+ * // arn: "STRING_VALUE",
59
+ * // profileVersion: "STRING_VALUE",
60
+ * // profileVersionArn: "STRING_VALUE",
61
+ * // };
62
+ *
57
63
  * ```
58
64
  *
59
65
  * @param PutSigningProfileCommandInput - {@link PutSigningProfileCommandInput}
@@ -78,6 +84,8 @@ export interface PutSigningProfileCommandOutput extends PutSigningProfileRespons
78
84
  * @throws {@link ValidationException} (client fault)
79
85
  * <p>You signing certificate could not be validated.</p>
80
86
  *
87
+ * @throws {@link SignerServiceException}
88
+ * <p>Base exception class for all service exceptions from Signer service.</p>
81
89
  *
82
90
  */
83
91
  export declare class PutSigningProfileCommand extends $Command<PutSigningProfileCommandInput, PutSigningProfileCommandOutput, SignerClientResolvedConfig> {
@@ -33,6 +33,10 @@ export interface RemoveProfilePermissionCommandOutput extends RemoveProfilePermi
33
33
  * };
34
34
  * const command = new RemoveProfilePermissionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // RemoveProfilePermissionResponse
37
+ * // revisionId: "STRING_VALUE",
38
+ * // };
39
+ *
36
40
  * ```
37
41
  *
38
42
  * @param RemoveProfilePermissionCommandInput - {@link RemoveProfilePermissionCommandInput}
@@ -60,6 +64,8 @@ export interface RemoveProfilePermissionCommandOutput extends RemoveProfilePermi
60
64
  * @throws {@link ValidationException} (client fault)
61
65
  * <p>You signing certificate could not be validated.</p>
62
66
  *
67
+ * @throws {@link SignerServiceException}
68
+ * <p>Base exception class for all service exceptions from Signer service.</p>
63
69
  *
64
70
  */
65
71
  export declare class RemoveProfilePermissionCommand extends $Command<RemoveProfilePermissionCommandInput, RemoveProfilePermissionCommandOutput, SignerClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface RevokeSignatureCommandOutput extends __MetadataBearer {
34
34
  * };
35
35
  * const command = new RevokeSignatureCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param RevokeSignatureCommandInput - {@link RevokeSignatureCommandInput}
@@ -58,6 +60,8 @@ export interface RevokeSignatureCommandOutput extends __MetadataBearer {
58
60
  * @throws {@link ValidationException} (client fault)
59
61
  * <p>You signing certificate could not be validated.</p>
60
62
  *
63
+ * @throws {@link SignerServiceException}
64
+ * <p>Base exception class for all service exceptions from Signer service.</p>
61
65
  *
62
66
  */
63
67
  export declare class RevokeSignatureCommand extends $Command<RevokeSignatureCommandInput, RevokeSignatureCommandOutput, SignerClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface RevokeSigningProfileCommandOutput extends __MetadataBearer {
36
36
  * };
37
37
  * const command = new RevokeSigningProfileCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param RevokeSigningProfileCommandInput - {@link RevokeSigningProfileCommandInput}
@@ -60,6 +62,8 @@ export interface RevokeSigningProfileCommandOutput extends __MetadataBearer {
60
62
  * @throws {@link ValidationException} (client fault)
61
63
  * <p>You signing certificate could not be validated.</p>
62
64
  *
65
+ * @throws {@link SignerServiceException}
66
+ * <p>Base exception class for all service exceptions from Signer service.</p>
63
67
  *
64
68
  */
65
69
  export declare class RevokeSigningProfileCommand extends $Command<RevokeSigningProfileCommandInput, RevokeSigningProfileCommandOutput, SignerClientResolvedConfig> {
@@ -73,6 +73,11 @@ export interface StartSigningJobCommandOutput extends StartSigningJobResponse, _
73
73
  * };
74
74
  * const command = new StartSigningJobCommand(input);
75
75
  * const response = await client.send(command);
76
+ * // { // StartSigningJobResponse
77
+ * // jobId: "STRING_VALUE",
78
+ * // jobOwner: "STRING_VALUE",
79
+ * // };
80
+ *
76
81
  * ```
77
82
  *
78
83
  * @param StartSigningJobCommandInput - {@link StartSigningJobCommandInput}
@@ -101,6 +106,8 @@ export interface StartSigningJobCommandOutput extends StartSigningJobResponse, _
101
106
  * @throws {@link ValidationException} (client fault)
102
107
  * <p>You signing certificate could not be validated.</p>
103
108
  *
109
+ * @throws {@link SignerServiceException}
110
+ * <p>Base exception class for all service exceptions from Signer service.</p>
104
111
  *
105
112
  */
106
113
  export declare class StartSigningJobCommand extends $Command<StartSigningJobCommandInput, StartSigningJobCommandOutput, SignerClientResolvedConfig> {
@@ -37,6 +37,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
37
37
  * };
38
38
  * const command = new TagResourceCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param TagResourceCommandInput - {@link TagResourceCommandInput}
@@ -59,6 +61,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
59
61
  * <p>The allowed number of job-signing requests has been exceeded.</p>
60
62
  * <p>This error supersedes the error <code>ThrottlingException</code>.</p>
61
63
  *
64
+ * @throws {@link SignerServiceException}
65
+ * <p>Base exception class for all service exceptions from Signer service.</p>
62
66
  *
63
67
  */
64
68
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SignerClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
35
35
  * };
36
36
  * const command = new UntagResourceCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
@@ -57,6 +59,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
57
59
  * <p>The allowed number of job-signing requests has been exceeded.</p>
58
60
  * <p>This error supersedes the error <code>ThrottlingException</code>.</p>
59
61
  *
62
+ * @throws {@link SignerServiceException}
63
+ * <p>Base exception class for all service exceptions from Signer service.</p>
60
64
  *
61
65
  */
62
66
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SignerClientResolvedConfig> {
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.325.0",
4
+ "version": "3.327.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",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.325.0",
24
+ "@aws-sdk/client-sts": "3.327.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.325.0",
26
+ "@aws-sdk/credential-provider-node": "3.327.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
@@ -32,11 +32,11 @@
32
32
  "@aws-sdk/middleware-host-header": "3.325.0",
33
33
  "@aws-sdk/middleware-logger": "3.325.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
- "@aws-sdk/middleware-retry": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.327.0",
36
36
  "@aws-sdk/middleware-serde": "3.325.0",
37
37
  "@aws-sdk/middleware-signing": "3.325.0",
38
38
  "@aws-sdk/middleware-stack": "3.325.0",
39
- "@aws-sdk/middleware-user-agent": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.327.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
@@ -48,8 +48,8 @@
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
50
  "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
- "@aws-sdk/util-endpoints": "3.319.0",
52
- "@aws-sdk/util-retry": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.327.0",
52
+ "@aws-sdk/util-retry": "3.327.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",
54
54
  "@aws-sdk/util-user-agent-node": "3.310.0",
55
55
  "@aws-sdk/util-utf8": "3.310.0",