Updated the AWS node names

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-11-16 17:00:36 -08:00
parent fabf61688d
commit de544bf34a
17 changed files with 961 additions and 7 deletions
@@ -0,0 +1,57 @@
{
"entries": [
{
"key": "AWSMetrics_AttributesSubmissionList",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Attributes Submission List",
"category": "AWS Metrics"
},
"methods": [
{
"key": "Getattributes",
"details": {
"name": "Get Attributes"
},
"params": [
{
"typeid": "{B1106C14-D22B-482F-B33E-B6E154A53798}",
"details": {
"name": "Attribute Submission List"
}
}
],
"results": [
{
"typeid": "{1C1ABE6D-94D2-5CFD-A502-8813300FEC8D}",
"details": {
"name": "Metrics Attribute"
}
}
]
},
{
"key": "Setattributes",
"details": {
"name": "Set Attributes"
},
"params": [
{
"typeid": "{B1106C14-D22B-482F-B33E-B6E154A53798}",
"details": {
"name": "Attribute Submission List"
}
},
{
"typeid": "{1C1ABE6D-94D2-5CFD-A502-8813300FEC8D}",
"details": {
"name": "Metrics Attribute"
}
}
]
}
]
}
]
}
@@ -0,0 +1,131 @@
{
"entries": [
{
"key": "AWSMetrics_MetricsAttribute",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Metrics Attribute",
"category": "AWS Metrics"
},
"methods": [
{
"key": "SetName",
"context": "AWSMetrics_MetricsAttribute",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetName"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetName is invoked"
},
"details": {
"name": "Set Name"
},
"params": [
{
"typeid": "{6483F481-0C18-4171-8B59-A44F2F28EAE5}",
"details": {
"name": "Metrics Attribute"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Name"
}
}
]
},
{
"key": "SetStrValue",
"context": "AWSMetrics_MetricsAttribute",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetStrValue"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetStrValue is invoked"
},
"details": {
"name": "Set String Value"
},
"params": [
{
"typeid": "{6483F481-0C18-4171-8B59-A44F2F28EAE5}",
"details": {
"name": "Metrics Attribute"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Name"
}
}
]
},
{
"key": "SetIntValue",
"context": "AWSMetrics_MetricsAttribute",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetIntValue"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetIntValue is invoked"
},
"details": {
"name": "Set Int Value"
},
"params": [
{
"typeid": "{6483F481-0C18-4171-8B59-A44F2F28EAE5}",
"details": {
"name": "Metrics Attribute"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Value"
}
}
]
},
{
"key": "SetDoubleValue",
"context": "AWSMetrics_MetricsAttribute",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetDoubleValue"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetDoubleValue is invoked"
},
"details": {
"name": "Set Double Value"
},
"params": [
{
"typeid": "{6483F481-0C18-4171-8B59-A44F2F28EAE5}",
"details": {
"name": "Metrics Attribute"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Value"
}
}
]
}
]
}
]
}
@@ -0,0 +1,81 @@
{
"entries": [
{
"key": "AWSScriptBehaviorDynamoDB",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "AWS Dynamo DB",
"category": "AWS Core"
},
"methods": [
{
"key": "GetItem",
"context": "AWSScriptBehaviorDynamoDB",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetItem"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetItem is invoked"
},
"details": {
"name": "Get Item",
"category": "Other"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Table Resource Key"
}
},
{
"typeid": "{F8A7460C-2CC2-5755-AFDA-49B1109A751E}",
"details": {
"name": "Key Map"
}
}
]
},
{
"key": "GetItemRaw",
"context": "AWSScriptBehaviorDynamoDB",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetItemRaw"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetItemRaw is invoked"
},
"details": {
"name": "Get Item Raw",
"category": "Other"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Table"
}
},
{
"typeid": "{F8A7460C-2CC2-5755-AFDA-49B1109A751E}",
"details": {
"name": "Key Map"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Region"
}
}
]
}
]
}
]
}
@@ -0,0 +1,79 @@
{
"entries": [
{
"key": "AWSScriptBehaviorLambda",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "AWS Lambda",
"category": "AWS Core"
},
"methods": [
{
"key": "Invoke",
"context": "AWSScriptBehaviorLambda",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Invoke"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Invoke is invoked"
},
"details": {
"name": "Invoke"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Function Resource Key"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Payload"
}
}
]
},
{
"key": "InvokeRaw",
"context": "AWSScriptBehaviorLambda",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke InvokeRaw"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after InvokeRaw is invoked"
},
"details": {
"name": "Invoke Raw"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Function Name"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Payload"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Region"
}
}
]
}
]
}
]
}
@@ -0,0 +1,155 @@
{
"entries": [
{
"key": "AWSScriptBehaviorS3",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "AWS S3",
"category": "AWS Core"
},
"methods": [
{
"key": "GetObject",
"context": "AWSScriptBehaviorS3",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetObject"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetObject is invoked"
},
"details": {
"name": "Get Object"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Bucket Resource Key"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Object Key"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "File"
}
}
]
},
{
"key": "GetObjectRaw",
"context": "AWSScriptBehaviorS3",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetObjectRaw"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetObjectRaw is invoked"
},
"details": {
"name": "Get Object Raw"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Bucket"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Object Key"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Region"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "File"
}
}
]
},
{
"key": "HeadObject",
"context": "AWSScriptBehaviorS3",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke HeadObject"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after HeadObject is invoked"
},
"details": {
"name": "Head Object"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Bucket Resource Key"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "OBject Key"
}
}
]
},
{
"key": "HeadObjectRaw",
"context": "AWSScriptBehaviorS3",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke HeadObjectRaw"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after HeadObjectRaw is invoked"
},
"details": {
"name": "Head Object Raw"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Bucket"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Object Key"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Region"
}
}
]
}
]
}
]
}
@@ -5,7 +5,8 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Authentication Tokens"
"name": "Authentication Tokens",
"category": "AWS Client Auth"
},
"methods": [
{
@@ -5,7 +5,8 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "AWS Client Auth Credentials"
"name": "AWS Client Auth Credentials",
"category": "AWS Client Auth"
},
"methods": [
{
@@ -5,7 +5,8 @@
"context": "EBusHandler",
"variant": "",
"details": {
"name": "AWS Cognito User Management"
"name": "AWS Cognito User Management",
"category": "AWS Client Auth"
},
"methods": [
{
@@ -0,0 +1,43 @@
{
"entries": [
{
"key": "AWSDynamoDBBehaviorNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "AWS Dynamo DB",
"category": "AWS Core"
},
"methods": [
{
"key": "OnGetItemSuccess",
"details": {
"name": "On Get Item Success"
},
"params": [
{
"typeid": "{F8A7460C-2CC2-5755-AFDA-49B1109A751E}",
"details": {
"name": "Result"
}
}
]
},
{
"key": "OnGetItemError",
"details": {
"name": "On Get Item Error"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
}
]
}
]
}
@@ -0,0 +1,43 @@
{
"entries": [
{
"key": "AWSLambdaBehaviorNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "AWS Lambda",
"category": "AWS Core"
},
"methods": [
{
"key": "OnInvokeSuccess",
"details": {
"name": "On Invoke Success"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Result"
}
}
]
},
{
"key": "OnInvokeError",
"details": {
"name": "On Invoke Error"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
}
]
}
]
}
@@ -0,0 +1,71 @@
{
"entries": [
{
"key": "AWSS3BehaviorNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "AWS S3",
"category": "AWS Core"
},
"methods": [
{
"key": "OnHeadObjectSuccess",
"details": {
"name": "On Head Object Success"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Result"
}
}
]
},
{
"key": "OnHeadObjectError",
"details": {
"name": "On Head Object Error"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
},
{
"key": "OnGetObjectSuccess",
"details": {
"name": "On Get Object Success"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Result"
}
}
]
},
{
"key": "OnGetObjectError",
"details": {
"name": "On Get Object Error"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
}
]
}
]
}
@@ -5,7 +5,8 @@
"context": "EBusHandler",
"variant": "",
"details": {
"name": "AWS Authentication Provider"
"name": "AWS Authentication Provider",
"category": "AWS Client Auth"
},
"methods": [
{
@@ -5,7 +5,8 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "AWS Cognito Authorization"
"name": "AWS Cognito Authorization",
"category": "AWS Client Auth"
},
"methods": [
{
@@ -5,7 +5,8 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "AWS Cognito User Management"
"name": "AWS Cognito User Management",
"category": "AWS Client Auth"
},
"methods": [
{
@@ -0,0 +1,81 @@
{
"entries": [
{
"key": "AWSMetricsRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "Metrics",
"category": "AWS Metrics"
},
"methods": [
{
"key": "SubmitMetrics",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SubmitMetrics"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SubmitMetrics is invoked"
},
"details": {
"name": "Submit Metrics"
},
"params": [
{
"typeid": "{1C1ABE6D-94D2-5CFD-A502-8813300FEC8D}",
"details": {
"name": "Metrics Attributes list",
"tooltip": "The list of metrics attributes to submit."
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Event priority",
"tooltip": "Priority of the event. Defaults to 0, which is highest priority."
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Event source override",
"tooltip": "Event source used to override the default, 'AWSMetricGem'."
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Buffer metrics",
"tooltip": "Whether to buffer metrics and send them in a batch."
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Success"
}
}
]
},
{
"key": "FlushMetrics",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FlushMetrics"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FlushMetrics is invoked"
},
"details": {
"name": "Flush Metrics"
}
}
]
}
]
}
@@ -0,0 +1,206 @@
{
"entries": [
{
"key": "AWSResourceMappingRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "AWS Resource Mapping",
"category": "AWS Core"
},
"methods": [
{
"key": "GetResourceNameId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Resource Name Id"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Resource Name Id is invoked"
},
"details": {
"name": "Get Resource Name Id"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Resource Key Name",
"tooltip": "Resource mapping key name is used to identify individual resource attributes."
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Name / Id"
}
}
]
},
{
"key": "GetResourceRegion",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Resource Region"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Resource Region is invoked"
},
"details": {
"name": "Get Resource Region"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Resource Key Name",
"tooltip": "Resource mapping key name is used to identify individual resource attributes."
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Region"
}
}
]
},
{
"key": "GetDefaultRegion",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Default Region"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Default Region is invoked"
},
"details": {
"name": "Get Default Region"
},
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Region"
}
}
]
},
{
"key": "GetDefaultAccountId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Default Account Id"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Default Account Id is invoked"
},
"details": {
"name": "Get Default Account Id"
},
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Default Account Id"
}
}
]
},
{
"key": "GetResourceAccountId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Resource Account Id"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Resource Account Id is invoked"
},
"details": {
"name": "Get Resource Account Id"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Resource Key Name",
"tooltip": "Resource mapping key name is used to identify individual resource attributes."
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Resource Account Id"
}
}
]
},
{
"key": "GetResourceType",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Resource Type"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Resource Type is invoked"
},
"details": {
"name": "Get Resource Type"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Resource Key Name",
"tooltip": "Resource mapping key name is used to identify individual resource attributes."
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Resource Type"
}
}
]
},
{
"key": "ReloadConfigFile",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Reload Config File"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Reload Config File is invoked"
},
"details": {
"name": "Reload Config File"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Is Reloading Config FileName",
"tooltip": "Whether reload resource mapping config file name from AWS core configuration settings registry file."
}
}
]
}
]
}
]
}
@@ -5,7 +5,8 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "AWS Authentication Provider"
"name": "AWS Authentication Provider",
"category": "AWS Client Auth"
},
"methods": [
{