Small improvements

This commit is contained in:
ricardo 2021-04-01 22:20:20 -04:00
parent f08e83c371
commit 28d9e5b377
2 changed files with 2 additions and 2 deletions

View file

@ -15,8 +15,8 @@ import {
} from './CertificateDescription'; } from './CertificateDescription';
import { import {
awsApiRequestREST,
awsApiRequestAllItems, awsApiRequestAllItems,
awsApiRequestREST,
} from './GenericFunctions'; } from './GenericFunctions';
export class AwsAcm implements INodeType { export class AwsAcm implements INodeType {

View file

@ -71,7 +71,7 @@ export const certificateFields = [
}, },
}, },
description: `String that contains the ARN of the ACM certificate to be renewed. </br> description: `String that contains the ARN of the ACM certificate to be renewed. </br>
This must be of the form: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012` This must be of the form: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012`,
}, },
/* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */
/* certificate:delete */ /* certificate:delete */