@aws-sdk/client-signer 3.564.0 → 3.566.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.
@@ -46,6 +46,9 @@ declare const StartSigningJobCommand_base: {
46
46
  * <code>StartSigningJob</code> operation.</p>
47
47
  * </li>
48
48
  * <li>
49
+ * <p>You must ensure the S3 buckets are from the same Region as the signing profile. Cross-Region signing isn't supported.</p>
50
+ * </li>
51
+ * <li>
49
52
  * <p>You must also specify a request token that identifies your request to Signer.</p>
50
53
  * </li>
51
54
  * </ul>
@@ -28,7 +28,27 @@ export interface AddProfilePermissionRequest {
28
28
  */
29
29
  profileVersion?: string;
30
30
  /**
31
- * <p>The AWS Signer action permitted as part of cross-account permissions.</p>
31
+ * <p>For cross-account signing. Grant a designated account permission to perform one or more of the following actions. Each action is associated with a specific API's operations. For more information about cross-account signing, see <a href="https://docs.aws.amazon.com/signer/latest/developerguide/signing-profile-cross-account.html">Using cross-account signing with signing profiles</a> in the <i>AWS Signer Developer Guide</i>.</p>
32
+ * <p>You can designate the following actions to an account.</p>
33
+ * <ul>
34
+ * <li>
35
+ * <p>
36
+ * <code>signer:StartSigningJob</code>. This action isn't supported for container image workflows. For details, see <a>StartSigningJob</a>.</p>
37
+ * </li>
38
+ * <li>
39
+ * <p>
40
+ * <code>signer:SignPayload</code>. This action isn't supported for AWS Lambda workflows. For details, see <a>SignPayload</a>
41
+ * </p>
42
+ * </li>
43
+ * <li>
44
+ * <p>
45
+ * <code>signer:GetSigningProfile</code>. For details, see <a>GetSigningProfile</a>.</p>
46
+ * </li>
47
+ * <li>
48
+ * <p>
49
+ * <code>signer:RevokeSignature</code>. For details, see <a>RevokeSignature</a>.</p>
50
+ * </li>
51
+ * </ul>
32
52
  * @public
33
53
  */
34
54
  action: string | undefined;
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.564.0",
4
+ "version": "3.566.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-signer",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
23
  "@aws-sdk/core": "3.556.0",
24
- "@aws-sdk/credential-provider-node": "3.564.0",
24
+ "@aws-sdk/credential-provider-node": "3.565.0",
25
25
  "@aws-sdk/middleware-host-header": "3.535.0",
26
26
  "@aws-sdk/middleware-logger": "3.535.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.535.0",