@pulumi/confluentcloud 1.43.0-alpha.1713897528 → 1.43.0-alpha.1714066433
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/flinkStatement.d.ts +1 -1
- package/package.json +1 -1
package/flinkStatement.d.ts
CHANGED
|
@@ -79,7 +79,7 @@ export declare class FlinkStatement extends pulumi.CustomResource {
|
|
|
79
79
|
/**
|
|
80
80
|
* Indicates whether the statement should be stopped.
|
|
81
81
|
*/
|
|
82
|
-
readonly stopped: pulumi.Output<boolean
|
|
82
|
+
readonly stopped: pulumi.Output<boolean>;
|
|
83
83
|
/**
|
|
84
84
|
* Create a FlinkStatement resource with the given unique name, arguments, and options.
|
|
85
85
|
*
|
package/package.json
CHANGED