You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-signer/README.md
+11-8
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,23 @@
6
6
7
7
AWS SDK for JavaScript Signer Client for Node.js, Browser and React Native.
8
8
9
-
<p>AWS Signer is a fully managed codesigning service to help you ensure the trust and
9
+
<p>AWS Signer is a fully managed code-signing service to help you ensure the trust and
10
10
integrity of your code. </p>
11
-
<p>AWS Signer supports the following applications:</p>
11
+
<p>Signer supports the following applications:</p>
12
12
<p>With code signing for AWS Lambda, you can sign <ahref="http://docs.aws.amazon.com/lambda/latest/dg/">AWS
13
13
Lambda</a> deployment packages. Integrated support is provided for <ahref="http://docs.aws.amazon.com/AmazonS3/latest/gsg/">Amazon S3</a>, <ahref="http://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/">Amazon
14
14
CloudWatch</a>, and <ahref="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/">AWS CloudTrail</a>. In order
15
-
to sign code, you create a signing profile and then use Signer to sign Lambda zip files
16
-
in S3. </p>
15
+
to sign code, you create a signing profile and then use Signer to sign Lambda zip
16
+
files in S3. </p>
17
17
<p>With code signing for IoT, you can sign code for any IoT device that is supported by AWS.
18
-
IoT code signing is available for <ahref="http://docs.aws.amazon.com/freertos/latest/userguide/">Amazon FreeRTOS</a> and <ahref="http://docs.aws.amazon.com/iot/latest/developerguide/">AWS IoT Device Management</a>, and is integrated with <ahref="http://docs.aws.amazon.com/acm/latest/userguide/">AWS Certificate Manager (ACM)</a>. In order to sign code, you import a third-party codesigning
18
+
IoT code signing is available for <ahref="http://docs.aws.amazon.com/freertos/latest/userguide/">Amazon FreeRTOS</a> and <ahref="http://docs.aws.amazon.com/iot/latest/developerguide/">AWS IoT Device Management</a>, and is integrated with <ahref="http://docs.aws.amazon.com/acm/latest/userguide/">AWS Certificate Manager (ACM)</a>. In order to sign code, you import a third-party code-signing
19
19
certificate using ACM, and use that to sign updates in Amazon FreeRTOS and AWS IoT Device Management. </p>
20
-
<p>With code signing for
21
-
containers …(TBD)</p>
22
-
<p>For more information about AWS Signer, see the <ahref="https://docs.aws.amazon.com/signer/latest/developerguide/Welcome.html">AWS Signer Developer
20
+
<p>With Signer and the Notation CLI from the <ahref="https://notaryproject.dev/">Notary
21
+
Project</a>, you can sign container images stored in a container registry such
22
+
as Amazon Elastic Container Registry (ECR). The signatures are stored in the registry
23
+
alongside the images, where they are available for verifying image authenticity and
24
+
integrity.</p>
25
+
<p>For more information about Signer, see the <ahref="https://docs.aws.amazon.com/signer/latest/developerguide/Welcome.html">AWS Signer Developer
Copy file name to clipboardExpand all lines: clients/client-signer/src/Signer.ts
+11-8
Original file line number
Diff line number
Diff line change
@@ -413,20 +413,23 @@ export interface Signer {
413
413
414
414
/**
415
415
* @public
416
-
* <p>AWS Signer is a fully managed codesigning service to help you ensure the trust and
416
+
* <p>AWS Signer is a fully managed code-signing service to help you ensure the trust and
417
417
* integrity of your code. </p>
418
-
* <p>AWS Signer supports the following applications:</p>
418
+
* <p>Signer supports the following applications:</p>
419
419
* <p>With code signing for AWS Lambda, you can sign <a href="http://docs.aws.amazon.com/lambda/latest/dg/">AWS
420
420
* Lambda</a> deployment packages. Integrated support is provided for <a href="http://docs.aws.amazon.com/AmazonS3/latest/gsg/">Amazon S3</a>, <a href="http://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/">Amazon
421
421
* CloudWatch</a>, and <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/">AWS CloudTrail</a>. In order
422
-
* to sign code, you create a signing profile and then use Signer to sign Lambda zip files
423
-
* in S3. </p>
422
+
* to sign code, you create a signing profile and then use Signer to sign Lambda zip
423
+
* files in S3. </p>
424
424
* <p>With code signing for IoT, you can sign code for any IoT device that is supported by AWS.
425
-
* IoT code signing is available for <a href="http://docs.aws.amazon.com/freertos/latest/userguide/">Amazon FreeRTOS</a> and <a href="http://docs.aws.amazon.com/iot/latest/developerguide/">AWS IoT Device Management</a>, and is integrated with <a href="http://docs.aws.amazon.com/acm/latest/userguide/">AWS Certificate Manager (ACM)</a>. In order to sign code, you import a third-party codesigning
425
+
* IoT code signing is available for <a href="http://docs.aws.amazon.com/freertos/latest/userguide/">Amazon FreeRTOS</a> and <a href="http://docs.aws.amazon.com/iot/latest/developerguide/">AWS IoT Device Management</a>, and is integrated with <a href="http://docs.aws.amazon.com/acm/latest/userguide/">AWS Certificate Manager (ACM)</a>. In order to sign code, you import a third-party code-signing
426
426
* certificate using ACM, and use that to sign updates in Amazon FreeRTOS and AWS IoT Device Management. </p>
427
-
* <p>With code signing for
428
-
* containers …(TBD)</p>
429
-
* <p>For more information about AWS Signer, see the <a href="https://docs.aws.amazon.com/signer/latest/developerguide/Welcome.html">AWS Signer Developer
427
+
* <p>With Signer and the Notation CLI from the <a href="https://notaryproject.dev/">Notary
428
+
* Project</a>, you can sign container images stored in a container registry such
429
+
* as Amazon Elastic Container Registry (ECR). The signatures are stored in the registry
430
+
* alongside the images, where they are available for verifying image authenticity and
431
+
* integrity.</p>
432
+
* <p>For more information about Signer, see the <a href="https://docs.aws.amazon.com/signer/latest/developerguide/Welcome.html">AWS Signer Developer
* <p>AWS Signer is a fully managed codesigning service to help you ensure the trust and
330
+
* <p>AWS Signer is a fully managed code-signing service to help you ensure the trust and
331
331
* integrity of your code. </p>
332
-
* <p>AWS Signer supports the following applications:</p>
332
+
* <p>Signer supports the following applications:</p>
333
333
* <p>With code signing for AWS Lambda, you can sign <a href="http://docs.aws.amazon.com/lambda/latest/dg/">AWS
334
334
* Lambda</a> deployment packages. Integrated support is provided for <a href="http://docs.aws.amazon.com/AmazonS3/latest/gsg/">Amazon S3</a>, <a href="http://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/">Amazon
335
335
* CloudWatch</a>, and <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/">AWS CloudTrail</a>. In order
336
-
* to sign code, you create a signing profile and then use Signer to sign Lambda zip files
337
-
* in S3. </p>
336
+
* to sign code, you create a signing profile and then use Signer to sign Lambda zip
337
+
* files in S3. </p>
338
338
* <p>With code signing for IoT, you can sign code for any IoT device that is supported by AWS.
339
-
* IoT code signing is available for <a href="http://docs.aws.amazon.com/freertos/latest/userguide/">Amazon FreeRTOS</a> and <a href="http://docs.aws.amazon.com/iot/latest/developerguide/">AWS IoT Device Management</a>, and is integrated with <a href="http://docs.aws.amazon.com/acm/latest/userguide/">AWS Certificate Manager (ACM)</a>. In order to sign code, you import a third-party codesigning
339
+
* IoT code signing is available for <a href="http://docs.aws.amazon.com/freertos/latest/userguide/">Amazon FreeRTOS</a> and <a href="http://docs.aws.amazon.com/iot/latest/developerguide/">AWS IoT Device Management</a>, and is integrated with <a href="http://docs.aws.amazon.com/acm/latest/userguide/">AWS Certificate Manager (ACM)</a>. In order to sign code, you import a third-party code-signing
340
340
* certificate using ACM, and use that to sign updates in Amazon FreeRTOS and AWS IoT Device Management. </p>
341
-
* <p>With code signing for
342
-
* containers …(TBD)</p>
343
-
* <p>For more information about AWS Signer, see the <a href="https://docs.aws.amazon.com/signer/latest/developerguide/Welcome.html">AWS Signer Developer
341
+
* <p>With Signer and the Notation CLI from the <a href="https://notaryproject.dev/">Notary
342
+
* Project</a>, you can sign container images stored in a container registry such
343
+
* as Amazon Elastic Container Registry (ECR). The signatures are stored in the registry
344
+
* alongside the images, where they are available for verifying image authenticity and
345
+
* integrity.</p>
346
+
* <p>For more information about Signer, see the <a href="https://docs.aws.amazon.com/signer/latest/developerguide/Welcome.html">AWS Signer Developer
Copy file name to clipboardExpand all lines: clients/client-signer/src/index.ts
+11-8
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,23 @@
1
1
// smithy-typescript generated code
2
2
/* eslint-disable */
3
3
/**
4
-
* <p>AWS Signer is a fully managed codesigning service to help you ensure the trust and
4
+
* <p>AWS Signer is a fully managed code-signing service to help you ensure the trust and
5
5
* integrity of your code. </p>
6
-
* <p>AWS Signer supports the following applications:</p>
6
+
* <p>Signer supports the following applications:</p>
7
7
* <p>With code signing for AWS Lambda, you can sign <a href="http://docs.aws.amazon.com/lambda/latest/dg/">AWS
8
8
* Lambda</a> deployment packages. Integrated support is provided for <a href="http://docs.aws.amazon.com/AmazonS3/latest/gsg/">Amazon S3</a>, <a href="http://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/">Amazon
9
9
* CloudWatch</a>, and <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/">AWS CloudTrail</a>. In order
10
-
* to sign code, you create a signing profile and then use Signer to sign Lambda zip files
11
-
* in S3. </p>
10
+
* to sign code, you create a signing profile and then use Signer to sign Lambda zip
11
+
* files in S3. </p>
12
12
* <p>With code signing for IoT, you can sign code for any IoT device that is supported by AWS.
13
-
* IoT code signing is available for <a href="http://docs.aws.amazon.com/freertos/latest/userguide/">Amazon FreeRTOS</a> and <a href="http://docs.aws.amazon.com/iot/latest/developerguide/">AWS IoT Device Management</a>, and is integrated with <a href="http://docs.aws.amazon.com/acm/latest/userguide/">AWS Certificate Manager (ACM)</a>. In order to sign code, you import a third-party codesigning
13
+
* IoT code signing is available for <a href="http://docs.aws.amazon.com/freertos/latest/userguide/">Amazon FreeRTOS</a> and <a href="http://docs.aws.amazon.com/iot/latest/developerguide/">AWS IoT Device Management</a>, and is integrated with <a href="http://docs.aws.amazon.com/acm/latest/userguide/">AWS Certificate Manager (ACM)</a>. In order to sign code, you import a third-party code-signing
14
14
* certificate using ACM, and use that to sign updates in Amazon FreeRTOS and AWS IoT Device Management. </p>
15
-
* <p>With code signing for
16
-
* containers …(TBD)</p>
17
-
* <p>For more information about AWS Signer, see the <a href="https://docs.aws.amazon.com/signer/latest/developerguide/Welcome.html">AWS Signer Developer
15
+
* <p>With Signer and the Notation CLI from the <a href="https://notaryproject.dev/">Notary
16
+
* Project</a>, you can sign container images stored in a container registry such
17
+
* as Amazon Elastic Container Registry (ECR). The signatures are stored in the registry
18
+
* alongside the images, where they are available for verifying image authenticity and
19
+
* integrity.</p>
20
+
* <p>For more information about Signer, see the <a href="https://docs.aws.amazon.com/signer/latest/developerguide/Welcome.html">AWS Signer Developer
0 commit comments