mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-24 11:02:12 -08:00
Rename amazonSns to awsSns
This commit is contained in:
parent
4bde05f417
commit
3e80d742e2
|
@ -12,17 +12,17 @@ import { awsConfigCredentials } from './GenericFunctions';
|
|||
|
||||
import { SNS } from 'aws-sdk';
|
||||
|
||||
export class Sns implements INodeType {
|
||||
export class AwsSns implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Amazon SNS',
|
||||
name: 'amazonSns',
|
||||
displayName: 'AWS SNS',
|
||||
name: 'awsSns',
|
||||
icon: 'file:sns.png',
|
||||
group: ['output'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["topic"]}}',
|
||||
description: 'Sends data to Amazon SNS',
|
||||
description: 'Sends data to AWS SNS',
|
||||
defaults: {
|
||||
name: 'Amazon SNS',
|
||||
name: 'AWS SNS',
|
||||
color: '#FF9900',
|
||||
},
|
||||
inputs: ['main'],
|
|
@ -56,7 +56,8 @@
|
|||
"dist/nodes/Airtable/Airtable.node.js",
|
||||
"dist/nodes/Asana/Asana.node.js",
|
||||
"dist/nodes/Asana/AsanaTrigger.node.js",
|
||||
"dist/nodes/Aws/Sns.node.js",
|
||||
"dist/nodes/Aws/AwsLambda.node.js",
|
||||
"dist/nodes/Aws/AwsSns.node.js",
|
||||
"dist/nodes/Chargebee/Chargebee.node.js",
|
||||
"dist/nodes/Chargebee/ChargebeeTrigger.node.js",
|
||||
"dist/nodes/Cron.node.js",
|
||||
|
|
Loading…
Reference in a new issue