We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbed2af commit 670553aCopy full SHA for 670553a
.changeset/hip-cycles-buy.md
@@ -0,0 +1,5 @@
1
+---
2
+"@smithy/smithy-client": patch
3
4
+
5
+add command instance ref to smithy context
packages/smithy-client/src/command.ts
@@ -82,6 +82,7 @@ export abstract class Command<
82
inputFilterSensitiveLog,
83
outputFilterSensitiveLog,
84
[SMITHY_CONTEXT_KEY]: {
85
+ commandInstance: this,
86
...smithyContext,
87
},
88
...additionalContext,
0 commit comments