New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@pulumi/datadog

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumi/datadog - npm Package Compare versions

Comparing version

to
0.18.8-dev.1566466333

@@ -7,2 +7,3 @@ export * from "./dashboard";

export * from "./screenBoard";
export * from "./serviceLevelObjective";
export * from "./syntheticsTest";

@@ -9,0 +10,0 @@ export * from "./timeBoard";

@@ -15,2 +15,3 @@ "use strict";

__export(require("./screenBoard"));
__export(require("./serviceLevelObjective"));
__export(require("./syntheticsTest"));

@@ -17,0 +18,0 @@ __export(require("./timeBoard"));

{
"name": "@pulumi/datadog",
"version": "v0.18.7",
"version": "v0.18.8-dev.1566466333+gf3288a0",
"description": "A Pulumi package for creating and managing Datadog resources.",

@@ -14,3 +14,3 @@ "keywords": [

"build": "tsc",
"install": "node scripts/install-pulumi-plugin.js resource datadog v0.18.7"
"install": "node scripts/install-pulumi-plugin.js resource datadog v0.18.8-dev.1566466333+gf3288a0"
},

@@ -17,0 +17,0 @@ "dependencies": {

@@ -26,2 +26,3 @@ import * as pulumi from "@pulumi/pulumi";

readonly options: pulumi.Output<{
acceptSelfSigned?: boolean;
followRedirects?: boolean;

@@ -34,5 +35,7 @@ minFailureDuration?: number;

body?: string;
method: string;
host?: string;
method?: string;
port?: number;
timeout?: number;
url: string;
url?: string;
}>;

@@ -43,2 +46,3 @@ readonly requestHeaders: pulumi.Output<{

readonly status: pulumi.Output<string>;
readonly subtype: pulumi.Output<string | undefined>;
readonly tags: pulumi.Output<string[]>;

@@ -68,2 +72,3 @@ readonly type: pulumi.Output<string>;

readonly options?: pulumi.Input<{
acceptSelfSigned?: pulumi.Input<boolean>;
followRedirects?: pulumi.Input<boolean>;

@@ -76,5 +81,7 @@ minFailureDuration?: pulumi.Input<number>;

body?: pulumi.Input<string>;
method: pulumi.Input<string>;
host?: pulumi.Input<string>;
method?: pulumi.Input<string>;
port?: pulumi.Input<number>;
timeout?: pulumi.Input<number>;
url: pulumi.Input<string>;
url?: pulumi.Input<string>;
}>;

@@ -85,2 +92,3 @@ readonly requestHeaders?: pulumi.Input<{

readonly status?: pulumi.Input<string>;
readonly subtype?: pulumi.Input<string>;
readonly tags?: pulumi.Input<pulumi.Input<string>[]>;

@@ -101,2 +109,3 @@ readonly type?: pulumi.Input<string>;

readonly options?: pulumi.Input<{
acceptSelfSigned?: pulumi.Input<boolean>;
followRedirects?: pulumi.Input<boolean>;

@@ -109,5 +118,7 @@ minFailureDuration?: pulumi.Input<number>;

body?: pulumi.Input<string>;
method: pulumi.Input<string>;
host?: pulumi.Input<string>;
method?: pulumi.Input<string>;
port?: pulumi.Input<number>;
timeout?: pulumi.Input<number>;
url: pulumi.Input<string>;
url?: pulumi.Input<string>;
}>;

@@ -118,4 +129,5 @@ readonly requestHeaders?: pulumi.Input<{

readonly status: pulumi.Input<string>;
readonly subtype?: pulumi.Input<string>;
readonly tags: pulumi.Input<pulumi.Input<string>[]>;
readonly type: pulumi.Input<string>;
}

@@ -22,2 +22,3 @@ "use strict";

inputs["status"] = state ? state.status : undefined;
inputs["subtype"] = state ? state.subtype : undefined;
inputs["tags"] = state ? state.tags : undefined;

@@ -55,2 +56,3 @@ inputs["type"] = state ? state.type : undefined;

inputs["status"] = args ? args.status : undefined;
inputs["subtype"] = args ? args.subtype : undefined;
inputs["tags"] = args ? args.tags : undefined;

@@ -57,0 +59,0 @@ inputs["type"] = args ? args.type : undefined;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet