@lansweeper/discovery-cloud-proto 0.0.24 → 0.0.25
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.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/discovery-cloud-proto",
|
|
3
3
|
"description": "Discovery Public Cloud (Azure,AWS,GCP) proto",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.25",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
7
7
|
"license": "MIT",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/google-protobuf": "^3.15.5"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "400498e546898b4e48f1abe046d6746b3768d076"
|
|
20
20
|
}
|
|
@@ -222,7 +222,6 @@ message CloudockitTag {
|
|
|
222
222
|
google.protobuf.StringValue _key = 1;
|
|
223
223
|
google.protobuf.StringValue _value = 2;
|
|
224
224
|
}
|
|
225
|
-
|
|
226
225
|
//Event-driven serverless compute platform.
|
|
227
226
|
message GCPCloudFunction {
|
|
228
227
|
google.protobuf.StringValue _g_c_p_function_name = 1;
|
|
@@ -2698,7 +2697,7 @@ message AzureMicrosoftVaultAccessPolicy {
|
|
|
2698
2697
|
google.protobuf.StringValue _application_id = 1;
|
|
2699
2698
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 2;
|
|
2700
2699
|
google.protobuf.StringValue _object_id = 3;
|
|
2701
|
-
google.protobuf.StringValue _tenant_id = 4;
|
|
2700
|
+
google.protobuf.StringValue _tenant_id = 4 [deprecated=true];
|
|
2702
2701
|
repeated AzureString _permissions_keys_row_encrypted = 5;
|
|
2703
2702
|
repeated AzureString _permissions_certificates_row_encrypted = 6;
|
|
2704
2703
|
repeated AzureString _permissions_secrets_row_encrypted = 7;
|
|
@@ -3502,8 +3501,8 @@ message AzureMicrosoftSqlDatabase {
|
|
|
3502
3501
|
}
|
|
3503
3502
|
//Tables are database objects that contain all the data in a database. In tables, data is logically organized in a row-and-column format similar to a spreadsheet. Each row represents a unique record, and each column represents a field in the record.
|
|
3504
3503
|
message AzureMicrosoftSqlTable {
|
|
3505
|
-
google.protobuf.StringValue _a_d_k__name = 1
|
|
3506
|
-
google.protobuf.StringValue _a_d_k__g_u_i_d = 2
|
|
3504
|
+
google.protobuf.StringValue _a_d_k__name = 1;
|
|
3505
|
+
google.protobuf.StringValue _a_d_k__g_u_i_d = 2;
|
|
3507
3506
|
repeated AzureMicrosoftSqlColumn _sql_columns = 3;
|
|
3508
3507
|
}
|
|
3509
3508
|
//A column is a set of data values of a particular simple type, one value for each row of the database.
|
|
@@ -6453,3 +6452,24 @@ message AmazonWorkspaceDirectory {
|
|
|
6453
6452
|
google.protobuf.StringValue _workspace_security_group_id = 22;
|
|
6454
6453
|
google.protobuf.StringValue _amazon_workspace_creation_properties_maintenance_mode_state = 23; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
6455
6454
|
}
|
|
6455
|
+
//Amazon API Gateway enables you to create and deploy your own REST and WebSocket APIs at any scale. You can create robust, secure, and scalable APIs that access AWS or other web services, as well as data that’s stored in the AWS Cloud. You can create APIs to use in your own client applications, or you can make your APIs available to third-party app developers.
|
|
6456
|
+
message AmazonApiGatewayV2 {
|
|
6457
|
+
}
|
|
6458
|
+
//Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it easy to run, stop, and manage Docker containers on a cluster. You can host your cluster on a serverless infrastructure that is managed by Amazon ECS by launching your services or tasks using the Fargate launch type.
|
|
6459
|
+
message AmazonECSContainer {
|
|
6460
|
+
}
|
|
6461
|
+
//A set of computation resources and configurations on which you run notebooks and jobs.
|
|
6462
|
+
message AzureDatabrickCluster {
|
|
6463
|
+
}
|
|
6464
|
+
//Azure Network Watcher provides tools to monitor, diagnose, view metrics, and enable or disable logs for resources in an Azure virtual network
|
|
6465
|
+
message AzureNetworkWatcher {
|
|
6466
|
+
}
|
|
6467
|
+
//Reservations help you save money by committing to one-year or three-year plans for multiple products. Committing allows you to get a discount on the resources you use.
|
|
6468
|
+
message AzureReservation {
|
|
6469
|
+
}
|
|
6470
|
+
//Azure Monitor for VMs monitors the performance and health of your virtual machines and virtual machine scale sets, including their running processes and dependencies on other resources.
|
|
6471
|
+
message AzureServiceMapMachine {
|
|
6472
|
+
}
|
|
6473
|
+
//An App Service plan defines a set of compute resources for a web app to run. These compute resources are analogous to the server farm in conventional web hosting
|
|
6474
|
+
message AzureAppServicePlan {
|
|
6475
|
+
}
|