You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The resolved configuration interface of AmpClient class. This is resolved and normalized from the {@link AmpClientConfig | constructor configuration interface}.
@@ -194,6 +202,9 @@ export class AmpClient extends __Client<
194
202
ServiceOutputTypes,
195
203
AmpClientResolvedConfig
196
204
>{
205
+
/**
206
+
* The resolved configuration of AmpClient class. This is resolved and normalized from the {@link AmpClientConfig | constructor configuration interface}.
* The resolved configuration interface of FisClient class. This is resolved and normalized from the {@link FisClientConfig | constructor configuration interface}.
* <p>AWS Fault Injection Simulator is a managed service that enables you to perform fault injection
@@ -237,6 +245,9 @@ export class FisClient extends __Client<
237
245
ServiceOutputTypes,
238
246
FisClientResolvedConfig
239
247
>{
248
+
/**
249
+
* The resolved configuration of FisClient class. This is resolved and normalized from the {@link FisClientConfig | constructor configuration interface}.
* The resolved configuration interface of GreengrassV2Client class. This is resolved and normalized from the {@link GreengrassV2ClientConfig | constructor configuration interface}.
* <p>AWS IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities
@@ -267,6 +275,9 @@ export class GreengrassV2Client extends __Client<
267
275
ServiceOutputTypes,
268
276
GreengrassV2ClientResolvedConfig
269
277
>{
278
+
/**
279
+
* The resolved configuration of GreengrassV2Client class. This is resolved and normalized from the {@link GreengrassV2ClientConfig | constructor configuration interface}.
* The resolved configuration interface of IoTWirelessClient class. This is resolved and normalized from the {@link IoTWirelessClientConfig | constructor configuration interface}.
@@ -437,6 +445,9 @@ export class IoTWirelessClient extends __Client<
437
445
ServiceOutputTypes,
438
446
IoTWirelessClientResolvedConfig
439
447
>{
448
+
/**
449
+
* The resolved configuration of IoTWirelessClient class. This is resolved and normalized from the {@link IoTWirelessClientConfig | constructor configuration interface}.
* The resolved configuration interface of IotDeviceAdvisorClient class. This is resolved and normalized from the {@link IotDeviceAdvisorClientConfig | constructor configuration interface}.
* <p>AWS IoT Core Device Advisor is a cloud-based, fully managed test capability for validating IoT devices during device software development. Device Advisor provides pre-built tests that you can use to validate IoT devices for reliable and secure connectivity with AWS IoT Core before deploying devices to production. By using Device Advisor, you can confirm that your devices can connect to AWS IoT Core, follow security best practices and, if applicable, receive software updates from IoT Device Management. You can also download signed qualification reports to submit to the AWS Partner Network to get your device qualified for the AWS Partner Device Catalog without the need to send your device in and wait for it to be tested.</p>
@@ -230,6 +238,9 @@ export class IotDeviceAdvisorClient extends __Client<
230
238
ServiceOutputTypes,
231
239
IotDeviceAdvisorClientResolvedConfig
232
240
>{
241
+
/**
242
+
* The resolved configuration of IotDeviceAdvisorClient class. This is resolved and normalized from the {@link IotDeviceAdvisorClientConfig | constructor configuration interface}.
* The resolved configuration interface of IoTFleetHubClient class. This is resolved and normalized from the {@link IoTFleetHubClientConfig | constructor configuration interface}.
* <p>With Fleet Hub for AWS IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.</p>
@@ -209,6 +217,9 @@ export class IoTFleetHubClient extends __Client<
209
217
ServiceOutputTypes,
210
218
IoTFleetHubClientResolvedConfig
211
219
>{
220
+
/**
221
+
* The resolved configuration of IoTFleetHubClient class. This is resolved and normalized from the {@link IoTFleetHubClientConfig | constructor configuration interface}.
* The resolved configuration interface of LexModelsV2Client class. This is resolved and normalized from the {@link LexModelsV2ClientConfig | constructor configuration interface}.
@@ -302,6 +310,9 @@ export class LexModelsV2Client extends __Client<
302
310
ServiceOutputTypes,
303
311
LexModelsV2ClientResolvedConfig
304
312
>{
313
+
/**
314
+
* The resolved configuration of LexModelsV2Client class. This is resolved and normalized from the {@link LexModelsV2ClientConfig | constructor configuration interface}.
@@ -210,6 +214,10 @@ export type LexRuntimeV2ClientResolvedConfig = __SmithyResolvedConfiguration<__H
210
214
EventStreamResolvedConfig&
211
215
UserAgentResolvedConfig&
212
216
EventStreamSerdeResolvedConfig;
217
+
/**
218
+
* The resolved configuration interface of LexRuntimeV2Client class. This is resolved and normalized from the {@link LexRuntimeV2ClientConfig | constructor configuration interface}.
@@ -220,6 +228,9 @@ export class LexRuntimeV2Client extends __Client<
220
228
ServiceOutputTypes,
221
229
LexRuntimeV2ClientResolvedConfig
222
230
>{
231
+
/**
232
+
* The resolved configuration of LexRuntimeV2Client class. This is resolved and normalized from the {@link LexRuntimeV2ClientConfig | constructor configuration interface}.
* The resolved configuration interface of LocationClient class. This is resolved and normalized from the {@link LocationClientConfig | constructor configuration interface}.
* Suite of geospatial services including Maps, Places, Tracking, and Geofencing
@@ -326,6 +334,9 @@ export class LocationClient extends __Client<
326
334
ServiceOutputTypes,
327
335
LocationClientResolvedConfig
328
336
>{
337
+
/**
338
+
* The resolved configuration of LocationClient class. This is resolved and normalized from the {@link LocationClientConfig | constructor configuration interface}.
0 commit comments