@aws-sdk/client-location 3.928.0 → 3.930.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.
Files changed (84) hide show
  1. package/dist-cjs/index.js +2957 -4209
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/LocationClient.js +2 -0
  4. package/dist-es/commands/AssociateTrackerConsumerCommand.js +3 -9
  5. package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +3 -9
  6. package/dist-es/commands/BatchDeleteGeofenceCommand.js +3 -9
  7. package/dist-es/commands/BatchEvaluateGeofencesCommand.js +3 -10
  8. package/dist-es/commands/BatchGetDevicePositionCommand.js +3 -10
  9. package/dist-es/commands/BatchPutGeofenceCommand.js +3 -10
  10. package/dist-es/commands/BatchUpdateDevicePositionCommand.js +3 -10
  11. package/dist-es/commands/CalculateRouteCommand.js +3 -10
  12. package/dist-es/commands/CalculateRouteMatrixCommand.js +3 -10
  13. package/dist-es/commands/CreateGeofenceCollectionCommand.js +3 -10
  14. package/dist-es/commands/CreateKeyCommand.js +3 -10
  15. package/dist-es/commands/CreateMapCommand.js +3 -10
  16. package/dist-es/commands/CreatePlaceIndexCommand.js +3 -10
  17. package/dist-es/commands/CreateRouteCalculatorCommand.js +3 -10
  18. package/dist-es/commands/CreateTrackerCommand.js +3 -10
  19. package/dist-es/commands/DeleteGeofenceCollectionCommand.js +3 -9
  20. package/dist-es/commands/DeleteKeyCommand.js +3 -9
  21. package/dist-es/commands/DeleteMapCommand.js +3 -9
  22. package/dist-es/commands/DeletePlaceIndexCommand.js +3 -9
  23. package/dist-es/commands/DeleteRouteCalculatorCommand.js +3 -9
  24. package/dist-es/commands/DeleteTrackerCommand.js +3 -9
  25. package/dist-es/commands/DescribeGeofenceCollectionCommand.js +3 -10
  26. package/dist-es/commands/DescribeKeyCommand.js +3 -10
  27. package/dist-es/commands/DescribeMapCommand.js +3 -10
  28. package/dist-es/commands/DescribePlaceIndexCommand.js +3 -10
  29. package/dist-es/commands/DescribeRouteCalculatorCommand.js +3 -10
  30. package/dist-es/commands/DescribeTrackerCommand.js +3 -10
  31. package/dist-es/commands/DisassociateTrackerConsumerCommand.js +3 -9
  32. package/dist-es/commands/ForecastGeofenceEventsCommand.js +3 -10
  33. package/dist-es/commands/GetDevicePositionCommand.js +3 -10
  34. package/dist-es/commands/GetDevicePositionHistoryCommand.js +3 -10
  35. package/dist-es/commands/GetGeofenceCommand.js +3 -10
  36. package/dist-es/commands/GetMapGlyphsCommand.js +3 -10
  37. package/dist-es/commands/GetMapSpritesCommand.js +3 -10
  38. package/dist-es/commands/GetMapStyleDescriptorCommand.js +3 -10
  39. package/dist-es/commands/GetMapTileCommand.js +3 -10
  40. package/dist-es/commands/GetPlaceCommand.js +3 -10
  41. package/dist-es/commands/ListDevicePositionsCommand.js +3 -10
  42. package/dist-es/commands/ListGeofenceCollectionsCommand.js +3 -10
  43. package/dist-es/commands/ListGeofencesCommand.js +3 -10
  44. package/dist-es/commands/ListKeysCommand.js +3 -10
  45. package/dist-es/commands/ListMapsCommand.js +3 -10
  46. package/dist-es/commands/ListPlaceIndexesCommand.js +3 -10
  47. package/dist-es/commands/ListRouteCalculatorsCommand.js +3 -10
  48. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  49. package/dist-es/commands/ListTrackerConsumersCommand.js +3 -9
  50. package/dist-es/commands/ListTrackersCommand.js +3 -10
  51. package/dist-es/commands/PutGeofenceCommand.js +3 -10
  52. package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +3 -10
  53. package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +3 -10
  54. package/dist-es/commands/SearchPlaceIndexForTextCommand.js +3 -10
  55. package/dist-es/commands/TagResourceCommand.js +3 -9
  56. package/dist-es/commands/UntagResourceCommand.js +3 -9
  57. package/dist-es/commands/UpdateGeofenceCollectionCommand.js +3 -10
  58. package/dist-es/commands/UpdateKeyCommand.js +3 -10
  59. package/dist-es/commands/UpdateMapCommand.js +3 -10
  60. package/dist-es/commands/UpdatePlaceIndexCommand.js +3 -10
  61. package/dist-es/commands/UpdateRouteCalculatorCommand.js +3 -10
  62. package/dist-es/commands/UpdateTrackerCommand.js +3 -10
  63. package/dist-es/commands/VerifyDevicePositionCommand.js +3 -10
  64. package/dist-es/models/models_0.js +0 -590
  65. package/dist-es/runtimeConfig.shared.js +2 -0
  66. package/dist-es/schemas/schemas_0.js +2829 -0
  67. package/dist-types/LocationClient.d.ts +10 -1
  68. package/dist-types/models/models_0.d.ts +0 -428
  69. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  70. package/dist-types/runtimeConfig.d.ts +1 -0
  71. package/dist-types/runtimeConfig.native.d.ts +1 -0
  72. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  73. package/dist-types/schemas/schemas_0.d.ts +317 -0
  74. package/dist-types/ts3.4/LocationClient.d.ts +4 -0
  75. package/dist-types/ts3.4/models/models_0.d.ts +0 -305
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  80. package/dist-types/ts3.4/schemas/schemas_0.d.ts +324 -0
  81. package/package.json +34 -34
  82. package/dist-es/protocols/Aws_restJson1.js +0 -3081
  83. package/dist-types/protocols/Aws_restJson1.d.ts +0 -542
  84. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -725
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput } from "./commands/AssociateTrackerConsumerCommand";
11
11
  import { BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput } from "./commands/BatchDeleteDevicePositionHistoryCommand";
@@ -201,6 +201,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
201
201
  * Optional extensions
202
202
  */
203
203
  extensions?: RuntimeExtension[];
204
+ /**
205
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
206
+ * may be overridden. A default will always be set by the client.
207
+ * Available options depend on the service's supported protocols and will not be validated by
208
+ * the client.
209
+ * @alpha
210
+ *
211
+ */
212
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
204
213
  /**
205
214
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
206
215
  */
@@ -4271,431 +4271,3 @@ export interface VerifyDevicePositionResponse {
4271
4271
  */
4272
4272
  DistanceUnit: DistanceUnit | undefined;
4273
4273
  }
4274
- /**
4275
- * @internal
4276
- */
4277
- export declare const ApiKeyRestrictionsFilterSensitiveLog: (obj: ApiKeyRestrictions) => any;
4278
- /**
4279
- * @internal
4280
- */
4281
- export declare const CreateKeyRequestFilterSensitiveLog: (obj: CreateKeyRequest) => any;
4282
- /**
4283
- * @internal
4284
- */
4285
- export declare const CreateKeyResponseFilterSensitiveLog: (obj: CreateKeyResponse) => any;
4286
- /**
4287
- * @internal
4288
- */
4289
- export declare const DescribeKeyResponseFilterSensitiveLog: (obj: DescribeKeyResponse) => any;
4290
- /**
4291
- * @internal
4292
- */
4293
- export declare const ListKeysResponseEntryFilterSensitiveLog: (obj: ListKeysResponseEntry) => any;
4294
- /**
4295
- * @internal
4296
- */
4297
- export declare const ListKeysResponseFilterSensitiveLog: (obj: ListKeysResponse) => any;
4298
- /**
4299
- * @internal
4300
- */
4301
- export declare const UpdateKeyRequestFilterSensitiveLog: (obj: UpdateKeyRequest) => any;
4302
- /**
4303
- * @internal
4304
- */
4305
- export declare const UpdateKeyResponseFilterSensitiveLog: (obj: UpdateKeyResponse) => any;
4306
- /**
4307
- * @internal
4308
- */
4309
- export declare const PositionalAccuracyFilterSensitiveLog: (obj: PositionalAccuracy) => any;
4310
- /**
4311
- * @internal
4312
- */
4313
- export declare const DevicePositionUpdateFilterSensitiveLog: (obj: DevicePositionUpdate) => any;
4314
- /**
4315
- * @internal
4316
- */
4317
- export declare const BatchEvaluateGeofencesRequestFilterSensitiveLog: (obj: BatchEvaluateGeofencesRequest) => any;
4318
- /**
4319
- * @internal
4320
- */
4321
- export declare const BatchEvaluateGeofencesErrorFilterSensitiveLog: (obj: BatchEvaluateGeofencesError) => any;
4322
- /**
4323
- * @internal
4324
- */
4325
- export declare const BatchEvaluateGeofencesResponseFilterSensitiveLog: (obj: BatchEvaluateGeofencesResponse) => any;
4326
- /**
4327
- * @internal
4328
- */
4329
- export declare const DevicePositionFilterSensitiveLog: (obj: DevicePosition) => any;
4330
- /**
4331
- * @internal
4332
- */
4333
- export declare const BatchGetDevicePositionResponseFilterSensitiveLog: (obj: BatchGetDevicePositionResponse) => any;
4334
- /**
4335
- * @internal
4336
- */
4337
- export declare const CircleFilterSensitiveLog: (obj: Circle) => any;
4338
- /**
4339
- * @internal
4340
- */
4341
- export declare const GeofenceGeometryFilterSensitiveLog: (obj: GeofenceGeometry) => any;
4342
- /**
4343
- * @internal
4344
- */
4345
- export declare const BatchPutGeofenceRequestEntryFilterSensitiveLog: (obj: BatchPutGeofenceRequestEntry) => any;
4346
- /**
4347
- * @internal
4348
- */
4349
- export declare const BatchPutGeofenceRequestFilterSensitiveLog: (obj: BatchPutGeofenceRequest) => any;
4350
- /**
4351
- * @internal
4352
- */
4353
- export declare const BatchPutGeofenceSuccessFilterSensitiveLog: (obj: BatchPutGeofenceSuccess) => any;
4354
- /**
4355
- * @internal
4356
- */
4357
- export declare const BatchPutGeofenceResponseFilterSensitiveLog: (obj: BatchPutGeofenceResponse) => any;
4358
- /**
4359
- * @internal
4360
- */
4361
- export declare const BatchUpdateDevicePositionRequestFilterSensitiveLog: (obj: BatchUpdateDevicePositionRequest) => any;
4362
- /**
4363
- * @internal
4364
- */
4365
- export declare const BatchUpdateDevicePositionErrorFilterSensitiveLog: (obj: BatchUpdateDevicePositionError) => any;
4366
- /**
4367
- * @internal
4368
- */
4369
- export declare const BatchUpdateDevicePositionResponseFilterSensitiveLog: (obj: BatchUpdateDevicePositionResponse) => any;
4370
- /**
4371
- * @internal
4372
- */
4373
- export declare const CalculateRouteCarModeOptionsFilterSensitiveLog: (obj: CalculateRouteCarModeOptions) => any;
4374
- /**
4375
- * @internal
4376
- */
4377
- export declare const TruckDimensionsFilterSensitiveLog: (obj: TruckDimensions) => any;
4378
- /**
4379
- * @internal
4380
- */
4381
- export declare const TruckWeightFilterSensitiveLog: (obj: TruckWeight) => any;
4382
- /**
4383
- * @internal
4384
- */
4385
- export declare const CalculateRouteTruckModeOptionsFilterSensitiveLog: (obj: CalculateRouteTruckModeOptions) => any;
4386
- /**
4387
- * @internal
4388
- */
4389
- export declare const CalculateRouteRequestFilterSensitiveLog: (obj: CalculateRouteRequest) => any;
4390
- /**
4391
- * @internal
4392
- */
4393
- export declare const LegGeometryFilterSensitiveLog: (obj: LegGeometry) => any;
4394
- /**
4395
- * @internal
4396
- */
4397
- export declare const StepFilterSensitiveLog: (obj: Step) => any;
4398
- /**
4399
- * @internal
4400
- */
4401
- export declare const LegFilterSensitiveLog: (obj: Leg) => any;
4402
- /**
4403
- * @internal
4404
- */
4405
- export declare const CalculateRouteSummaryFilterSensitiveLog: (obj: CalculateRouteSummary) => any;
4406
- /**
4407
- * @internal
4408
- */
4409
- export declare const CalculateRouteResponseFilterSensitiveLog: (obj: CalculateRouteResponse) => any;
4410
- /**
4411
- * @internal
4412
- */
4413
- export declare const CalculateRouteMatrixRequestFilterSensitiveLog: (obj: CalculateRouteMatrixRequest) => any;
4414
- /**
4415
- * @internal
4416
- */
4417
- export declare const RouteMatrixEntryFilterSensitiveLog: (obj: RouteMatrixEntry) => any;
4418
- /**
4419
- * @internal
4420
- */
4421
- export declare const CalculateRouteMatrixResponseFilterSensitiveLog: (obj: CalculateRouteMatrixResponse) => any;
4422
- /**
4423
- * @internal
4424
- */
4425
- export declare const CreateGeofenceCollectionResponseFilterSensitiveLog: (obj: CreateGeofenceCollectionResponse) => any;
4426
- /**
4427
- * @internal
4428
- */
4429
- export declare const MapConfigurationFilterSensitiveLog: (obj: MapConfiguration) => any;
4430
- /**
4431
- * @internal
4432
- */
4433
- export declare const CreateMapRequestFilterSensitiveLog: (obj: CreateMapRequest) => any;
4434
- /**
4435
- * @internal
4436
- */
4437
- export declare const CreateMapResponseFilterSensitiveLog: (obj: CreateMapResponse) => any;
4438
- /**
4439
- * @internal
4440
- */
4441
- export declare const CreatePlaceIndexResponseFilterSensitiveLog: (obj: CreatePlaceIndexResponse) => any;
4442
- /**
4443
- * @internal
4444
- */
4445
- export declare const CreateRouteCalculatorResponseFilterSensitiveLog: (obj: CreateRouteCalculatorResponse) => any;
4446
- /**
4447
- * @internal
4448
- */
4449
- export declare const CreateTrackerResponseFilterSensitiveLog: (obj: CreateTrackerResponse) => any;
4450
- /**
4451
- * @internal
4452
- */
4453
- export declare const DescribeGeofenceCollectionResponseFilterSensitiveLog: (obj: DescribeGeofenceCollectionResponse) => any;
4454
- /**
4455
- * @internal
4456
- */
4457
- export declare const DescribeMapResponseFilterSensitiveLog: (obj: DescribeMapResponse) => any;
4458
- /**
4459
- * @internal
4460
- */
4461
- export declare const DescribePlaceIndexResponseFilterSensitiveLog: (obj: DescribePlaceIndexResponse) => any;
4462
- /**
4463
- * @internal
4464
- */
4465
- export declare const DescribeRouteCalculatorResponseFilterSensitiveLog: (obj: DescribeRouteCalculatorResponse) => any;
4466
- /**
4467
- * @internal
4468
- */
4469
- export declare const DescribeTrackerResponseFilterSensitiveLog: (obj: DescribeTrackerResponse) => any;
4470
- /**
4471
- * @internal
4472
- */
4473
- export declare const DeviceStateFilterSensitiveLog: (obj: DeviceState) => any;
4474
- /**
4475
- * @internal
4476
- */
4477
- export declare const ForecastedEventFilterSensitiveLog: (obj: ForecastedEvent) => any;
4478
- /**
4479
- * @internal
4480
- */
4481
- export declare const ForecastGeofenceEventsDeviceStateFilterSensitiveLog: (obj: ForecastGeofenceEventsDeviceState) => any;
4482
- /**
4483
- * @internal
4484
- */
4485
- export declare const ForecastGeofenceEventsRequestFilterSensitiveLog: (obj: ForecastGeofenceEventsRequest) => any;
4486
- /**
4487
- * @internal
4488
- */
4489
- export declare const ForecastGeofenceEventsResponseFilterSensitiveLog: (obj: ForecastGeofenceEventsResponse) => any;
4490
- /**
4491
- * @internal
4492
- */
4493
- export declare const GetGeofenceResponseFilterSensitiveLog: (obj: GetGeofenceResponse) => any;
4494
- /**
4495
- * @internal
4496
- */
4497
- export declare const ListGeofenceCollectionsResponseEntryFilterSensitiveLog: (obj: ListGeofenceCollectionsResponseEntry) => any;
4498
- /**
4499
- * @internal
4500
- */
4501
- export declare const ListGeofenceCollectionsResponseFilterSensitiveLog: (obj: ListGeofenceCollectionsResponse) => any;
4502
- /**
4503
- * @internal
4504
- */
4505
- export declare const ListGeofenceResponseEntryFilterSensitiveLog: (obj: ListGeofenceResponseEntry) => any;
4506
- /**
4507
- * @internal
4508
- */
4509
- export declare const ListGeofencesResponseFilterSensitiveLog: (obj: ListGeofencesResponse) => any;
4510
- /**
4511
- * @internal
4512
- */
4513
- export declare const PutGeofenceRequestFilterSensitiveLog: (obj: PutGeofenceRequest) => any;
4514
- /**
4515
- * @internal
4516
- */
4517
- export declare const PutGeofenceResponseFilterSensitiveLog: (obj: PutGeofenceResponse) => any;
4518
- /**
4519
- * @internal
4520
- */
4521
- export declare const UpdateGeofenceCollectionResponseFilterSensitiveLog: (obj: UpdateGeofenceCollectionResponse) => any;
4522
- /**
4523
- * @internal
4524
- */
4525
- export declare const GetDevicePositionResponseFilterSensitiveLog: (obj: GetDevicePositionResponse) => any;
4526
- /**
4527
- * @internal
4528
- */
4529
- export declare const GetDevicePositionHistoryRequestFilterSensitiveLog: (obj: GetDevicePositionHistoryRequest) => any;
4530
- /**
4531
- * @internal
4532
- */
4533
- export declare const GetDevicePositionHistoryResponseFilterSensitiveLog: (obj: GetDevicePositionHistoryResponse) => any;
4534
- /**
4535
- * @internal
4536
- */
4537
- export declare const GetMapGlyphsRequestFilterSensitiveLog: (obj: GetMapGlyphsRequest) => any;
4538
- /**
4539
- * @internal
4540
- */
4541
- export declare const GetMapSpritesRequestFilterSensitiveLog: (obj: GetMapSpritesRequest) => any;
4542
- /**
4543
- * @internal
4544
- */
4545
- export declare const GetMapStyleDescriptorRequestFilterSensitiveLog: (obj: GetMapStyleDescriptorRequest) => any;
4546
- /**
4547
- * @internal
4548
- */
4549
- export declare const GetMapTileRequestFilterSensitiveLog: (obj: GetMapTileRequest) => any;
4550
- /**
4551
- * @internal
4552
- */
4553
- export declare const GetPlaceRequestFilterSensitiveLog: (obj: GetPlaceRequest) => any;
4554
- /**
4555
- * @internal
4556
- */
4557
- export declare const PlaceGeometryFilterSensitiveLog: (obj: PlaceGeometry) => any;
4558
- /**
4559
- * @internal
4560
- */
4561
- export declare const TimeZoneFilterSensitiveLog: (obj: TimeZone) => any;
4562
- /**
4563
- * @internal
4564
- */
4565
- export declare const PlaceFilterSensitiveLog: (obj: Place) => any;
4566
- /**
4567
- * @internal
4568
- */
4569
- export declare const GetPlaceResponseFilterSensitiveLog: (obj: GetPlaceResponse) => any;
4570
- /**
4571
- * @internal
4572
- */
4573
- export declare const InferredStateFilterSensitiveLog: (obj: InferredState) => any;
4574
- /**
4575
- * @internal
4576
- */
4577
- export declare const TrackingFilterGeometryFilterSensitiveLog: (obj: TrackingFilterGeometry) => any;
4578
- /**
4579
- * @internal
4580
- */
4581
- export declare const ListDevicePositionsRequestFilterSensitiveLog: (obj: ListDevicePositionsRequest) => any;
4582
- /**
4583
- * @internal
4584
- */
4585
- export declare const ListDevicePositionsResponseEntryFilterSensitiveLog: (obj: ListDevicePositionsResponseEntry) => any;
4586
- /**
4587
- * @internal
4588
- */
4589
- export declare const ListDevicePositionsResponseFilterSensitiveLog: (obj: ListDevicePositionsResponse) => any;
4590
- /**
4591
- * @internal
4592
- */
4593
- export declare const ListMapsResponseEntryFilterSensitiveLog: (obj: ListMapsResponseEntry) => any;
4594
- /**
4595
- * @internal
4596
- */
4597
- export declare const ListMapsResponseFilterSensitiveLog: (obj: ListMapsResponse) => any;
4598
- /**
4599
- * @internal
4600
- */
4601
- export declare const ListPlaceIndexesResponseEntryFilterSensitiveLog: (obj: ListPlaceIndexesResponseEntry) => any;
4602
- /**
4603
- * @internal
4604
- */
4605
- export declare const ListPlaceIndexesResponseFilterSensitiveLog: (obj: ListPlaceIndexesResponse) => any;
4606
- /**
4607
- * @internal
4608
- */
4609
- export declare const ListRouteCalculatorsResponseEntryFilterSensitiveLog: (obj: ListRouteCalculatorsResponseEntry) => any;
4610
- /**
4611
- * @internal
4612
- */
4613
- export declare const ListRouteCalculatorsResponseFilterSensitiveLog: (obj: ListRouteCalculatorsResponse) => any;
4614
- /**
4615
- * @internal
4616
- */
4617
- export declare const ListTrackersResponseEntryFilterSensitiveLog: (obj: ListTrackersResponseEntry) => any;
4618
- /**
4619
- * @internal
4620
- */
4621
- export declare const ListTrackersResponseFilterSensitiveLog: (obj: ListTrackersResponse) => any;
4622
- /**
4623
- * @internal
4624
- */
4625
- export declare const MapConfigurationUpdateFilterSensitiveLog: (obj: MapConfigurationUpdate) => any;
4626
- /**
4627
- * @internal
4628
- */
4629
- export declare const UpdateMapRequestFilterSensitiveLog: (obj: UpdateMapRequest) => any;
4630
- /**
4631
- * @internal
4632
- */
4633
- export declare const UpdateMapResponseFilterSensitiveLog: (obj: UpdateMapResponse) => any;
4634
- /**
4635
- * @internal
4636
- */
4637
- export declare const SearchPlaceIndexForPositionRequestFilterSensitiveLog: (obj: SearchPlaceIndexForPositionRequest) => any;
4638
- /**
4639
- * @internal
4640
- */
4641
- export declare const SearchForPositionResultFilterSensitiveLog: (obj: SearchForPositionResult) => any;
4642
- /**
4643
- * @internal
4644
- */
4645
- export declare const SearchPlaceIndexForPositionSummaryFilterSensitiveLog: (obj: SearchPlaceIndexForPositionSummary) => any;
4646
- /**
4647
- * @internal
4648
- */
4649
- export declare const SearchPlaceIndexForPositionResponseFilterSensitiveLog: (obj: SearchPlaceIndexForPositionResponse) => any;
4650
- /**
4651
- * @internal
4652
- */
4653
- export declare const SearchPlaceIndexForSuggestionsRequestFilterSensitiveLog: (obj: SearchPlaceIndexForSuggestionsRequest) => any;
4654
- /**
4655
- * @internal
4656
- */
4657
- export declare const SearchForSuggestionsResultFilterSensitiveLog: (obj: SearchForSuggestionsResult) => any;
4658
- /**
4659
- * @internal
4660
- */
4661
- export declare const SearchPlaceIndexForSuggestionsSummaryFilterSensitiveLog: (obj: SearchPlaceIndexForSuggestionsSummary) => any;
4662
- /**
4663
- * @internal
4664
- */
4665
- export declare const SearchPlaceIndexForSuggestionsResponseFilterSensitiveLog: (obj: SearchPlaceIndexForSuggestionsResponse) => any;
4666
- /**
4667
- * @internal
4668
- */
4669
- export declare const SearchPlaceIndexForTextRequestFilterSensitiveLog: (obj: SearchPlaceIndexForTextRequest) => any;
4670
- /**
4671
- * @internal
4672
- */
4673
- export declare const SearchForTextResultFilterSensitiveLog: (obj: SearchForTextResult) => any;
4674
- /**
4675
- * @internal
4676
- */
4677
- export declare const SearchPlaceIndexForTextSummaryFilterSensitiveLog: (obj: SearchPlaceIndexForTextSummary) => any;
4678
- /**
4679
- * @internal
4680
- */
4681
- export declare const SearchPlaceIndexForTextResponseFilterSensitiveLog: (obj: SearchPlaceIndexForTextResponse) => any;
4682
- /**
4683
- * @internal
4684
- */
4685
- export declare const UpdatePlaceIndexResponseFilterSensitiveLog: (obj: UpdatePlaceIndexResponse) => any;
4686
- /**
4687
- * @internal
4688
- */
4689
- export declare const UpdateRouteCalculatorResponseFilterSensitiveLog: (obj: UpdateRouteCalculatorResponse) => any;
4690
- /**
4691
- * @internal
4692
- */
4693
- export declare const UpdateTrackerResponseFilterSensitiveLog: (obj: UpdateTrackerResponse) => any;
4694
- /**
4695
- * @internal
4696
- */
4697
- export declare const VerifyDevicePositionRequestFilterSensitiveLog: (obj: VerifyDevicePositionRequest) => any;
4698
- /**
4699
- * @internal
4700
- */
4701
- export declare const VerifyDevicePositionResponseFilterSensitiveLog: (obj: VerifyDevicePositionResponse) => any;
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: LocationClientConfig) => {
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: LocationClientConfig) => {
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: LocationClientConfig) => {
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: LocationClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").LocationHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;