@pulumi/datadog 4.25.0-alpha.1706745936 → 4.25.0-alpha.1706828035
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/config/vars.d.ts +1 -1
- package/package.json +1 -1
- package/types/input.d.ts +582 -0
- package/types/output.d.ts +889 -0
package/config/vars.d.ts
CHANGED
|
@@ -36,6 +36,6 @@ export declare const httpClientRetryMaxRetries: number | undefined;
|
|
|
36
36
|
export declare const httpClientRetryTimeout: number | undefined;
|
|
37
37
|
/**
|
|
38
38
|
* Enables validation of the provided API key during provider initialization. Valid values are [`true`, `false`]. Default
|
|
39
|
-
* is true. When false,
|
|
39
|
+
* is true. When false, apiKey won't be checked.
|
|
40
40
|
*/
|
|
41
41
|
export declare const validate: string | undefined;
|
package/package.json
CHANGED