@go-to-k/cdkd 0.42.0 → 0.43.0
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/dist/cli.js +426 -25
- package/dist/cli.js.map +3 -3
- package/dist/go-to-k-cdkd-0.43.0.tgz +0 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
- package/dist/go-to-k-cdkd-0.42.0.tgz +0 -0
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -6786,7 +6786,7 @@ Error: ${err.message || "Unknown error"}`,
|
|
|
6786
6786
|
* resource type that goes through CC API — the majority of cdkd's surface.
|
|
6787
6787
|
* SDK Providers add their own `readCurrentState` incrementally (PR D).
|
|
6788
6788
|
*/
|
|
6789
|
-
async readCurrentState(physicalId, _logicalId, resourceType) {
|
|
6789
|
+
async readCurrentState(physicalId, _logicalId, resourceType, _properties) {
|
|
6790
6790
|
try {
|
|
6791
6791
|
const response = await this.cloudControlClient.send(
|
|
6792
6792
|
new GetResourceCommand2({
|