File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
common/src/aws/sdk/kotlin/runtime/config/imds Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "id" : " 3bc2e0a5-d8d4-4051-a723-a54427a96e7e" ,
3+ "type" : " feature" ,
4+ "description" : " Enable configuring an HTTP engine on `ImdsClient`"
5+ }
Original file line number Diff line number Diff line change @@ -418,10 +418,12 @@ public final class aws/sdk/kotlin/runtime/config/imds/ImdsClient : aws/sdk/kotli
418418public final class aws/sdk/kotlin/runtime/config/imds/ImdsClient$Builder {
419419 public fun <init> ()V
420420 public final fun getEndpointConfiguration ()Laws/sdk/kotlin/runtime/config/imds/EndpointConfiguration;
421+ public final fun getEngine ()Laws/smithy/kotlin/runtime/http/engine/HttpClientEngine;
421422 public final fun getLogMode ()Laws/smithy/kotlin/runtime/client/LogMode;
422423 public final fun getMaxRetries ()I
423424 public final fun getTokenTtl-UwyO8pc ()J
424425 public final fun setEndpointConfiguration (Laws/sdk/kotlin/runtime/config/imds/EndpointConfiguration;)V
426+ public final fun setEngine (Laws/smithy/kotlin/runtime/http/engine/HttpClientEngine;)V
425427 public final fun setLogMode (Laws/smithy/kotlin/runtime/client/LogMode;)V
426428 public final fun setMaxRetries (I)V
427429 public final fun setTokenTtl-LRDsOJo (J)V
Original file line number Diff line number Diff line change @@ -172,9 +172,9 @@ public class ImdsClient private constructor(builder: Builder) : InstanceMetadata
172172 public var logMode: LogMode = LogMode .Default
173173
174174 /* *
175- * The HTTP engine to use to make requests with. This is here to facilitate testing and can otherwise be ignored
175+ * The HTTP engine to use to make requests with
176176 */
177- internal var engine: HttpClientEngine ? = null
177+ public var engine: HttpClientEngine ? = null
178178
179179 /* *
180180 * The source of time for token refreshes. This is here to facilitate testing and can otherwise be ignored
You can’t perform that action at this time.
0 commit comments