@aws-sdk/client-location 3.803.0 → 3.806.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 (121) hide show
  1. package/dist-cjs/runtimeConfig.js +6 -6
  2. package/dist-es/runtimeConfig.js +6 -6
  3. package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +1 -1
  4. package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +1 -1
  5. package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +1 -1
  6. package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +1 -1
  7. package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +1 -1
  8. package/dist-types/commands/BatchPutGeofenceCommand.d.ts +1 -1
  9. package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +1 -1
  10. package/dist-types/commands/CalculateRouteCommand.d.ts +1 -1
  11. package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateKeyCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateMapCommand.d.ts +1 -1
  15. package/dist-types/commands/CreatePlaceIndexCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateTrackerCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteKeyCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteMapCommand.d.ts +1 -1
  21. package/dist-types/commands/DeletePlaceIndexCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteTrackerCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeKeyCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeMapCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribePlaceIndexCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeTrackerCommand.d.ts +1 -1
  30. package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +1 -1
  31. package/dist-types/commands/ForecastGeofenceEventsCommand.d.ts +1 -1
  32. package/dist-types/commands/GetDevicePositionCommand.d.ts +1 -1
  33. package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +1 -1
  34. package/dist-types/commands/GetGeofenceCommand.d.ts +1 -1
  35. package/dist-types/commands/GetMapGlyphsCommand.d.ts +1 -1
  36. package/dist-types/commands/GetMapSpritesCommand.d.ts +1 -1
  37. package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +1 -1
  38. package/dist-types/commands/GetMapTileCommand.d.ts +1 -1
  39. package/dist-types/commands/GetPlaceCommand.d.ts +1 -1
  40. package/dist-types/commands/ListDevicePositionsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListGeofencesCommand.d.ts +1 -1
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  43. package/dist-types/commands/ListTrackerConsumersCommand.d.ts +1 -1
  44. package/dist-types/commands/PutGeofenceCommand.d.ts +1 -1
  45. package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +1 -1
  46. package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +1 -1
  47. package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +1 -1
  48. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  49. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateKeyCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdateMapCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateTrackerCommand.d.ts +1 -1
  56. package/dist-types/commands/VerifyDevicePositionCommand.d.ts +1 -1
  57. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  58. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  59. package/dist-types/runtimeConfig.d.ts +16 -16
  60. package/dist-types/runtimeConfig.native.d.ts +18 -18
  61. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  62. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/ForecastGeofenceEventsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/UpdateKeyCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/VerifyDevicePositionCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  117. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  118. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  119. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  120. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  121. package/package.json +22 -22
@@ -23,20 +23,20 @@ const getRuntimeConfig = (config) => {
23
23
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
24
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
25
25
  (0, core_1.emitWarningIfUnsupportedVersion)(process.version);
26
- const profileConfig = { profile: config?.profile };
26
+ const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
27
27
  return {
28
28
  ...clientSharedValues,
29
29
  ...config,
30
30
  runtime: "node",
31
31
  defaultsMode,
32
- authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
32
+ authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
33
33
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
34
34
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
35
35
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
36
36
  (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
37
37
  maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
38
38
  region: config?.region ??
39
- (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
39
+ (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
40
40
  requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
41
41
  retryMode: config?.retryMode ??
42
42
  (0, node_config_provider_1.loadConfig)({
@@ -45,9 +45,9 @@ const getRuntimeConfig = (config) => {
45
45
  }, config),
46
46
  sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
47
47
  streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
48
- useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
49
- useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
50
- userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
48
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
49
+ useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
50
+ userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
51
51
  };
52
52
  };
53
53
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -19,20 +19,20 @@ export const getRuntimeConfig = (config) => {
19
19
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
20
20
  const clientSharedValues = getSharedRuntimeConfig(config);
21
21
  awsCheckVersion(process.version);
22
- const profileConfig = { profile: config?.profile };
22
+ const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
23
23
  return {
24
24
  ...clientSharedValues,
25
25
  ...config,
26
26
  runtime: "node",
27
27
  defaultsMode,
28
- authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
28
+ authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
29
29
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
30
30
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
31
31
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
32
32
  createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
33
33
  maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
34
34
  region: config?.region ??
35
- loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
35
+ loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
36
36
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
37
37
  retryMode: config?.retryMode ??
38
38
  loadNodeConfig({
@@ -41,8 +41,8 @@ export const getRuntimeConfig = (config) => {
41
41
  }, config),
42
42
  sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
43
43
  streamCollector: config?.streamCollector ?? streamCollector,
44
- useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
45
- useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
46
- userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
44
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
45
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
46
+ userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
47
47
  };
48
48
  };
@@ -23,7 +23,7 @@ export interface AssociateTrackerConsumerCommandOutput extends AssociateTrackerC
23
23
  }
24
24
  declare const AssociateTrackerConsumerCommand_base: {
25
25
  new (input: AssociateTrackerConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AssociateTrackerConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociateTrackerConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchDeleteDevicePositionHistoryCommandOutput extends BatchDele
23
23
  }
24
24
  declare const BatchDeleteDevicePositionHistoryCommand_base: {
25
25
  new (input: BatchDeleteDevicePositionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchDeleteDevicePositionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchDeleteDevicePositionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchDeleteGeofenceCommandOutput extends BatchDeleteGeofenceRes
23
23
  }
24
24
  declare const BatchDeleteGeofenceCommand_base: {
25
25
  new (input: BatchDeleteGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchDeleteGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchDeleteGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchEvaluateGeofencesCommandOutput extends BatchEvaluateGeofen
23
23
  }
24
24
  declare const BatchEvaluateGeofencesCommand_base: {
25
25
  new (input: BatchEvaluateGeofencesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchEvaluateGeofencesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchEvaluateGeofencesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchGetDevicePositionCommandOutput extends BatchGetDevicePosit
23
23
  }
24
24
  declare const BatchGetDevicePositionCommand_base: {
25
25
  new (input: BatchGetDevicePositionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchGetDevicePositionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchGetDevicePositionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchPutGeofenceCommandOutput extends BatchPutGeofenceResponse,
23
23
  }
24
24
  declare const BatchPutGeofenceCommand_base: {
25
25
  new (input: BatchPutGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchPutGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchPutGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchUpdateDevicePositionCommandOutput extends BatchUpdateDevic
23
23
  }
24
24
  declare const BatchUpdateDevicePositionCommand_base: {
25
25
  new (input: BatchUpdateDevicePositionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchUpdateDevicePositionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchUpdateDevicePositionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CalculateRouteCommandOutput extends CalculateRouteResponse, __M
23
23
  }
24
24
  declare const CalculateRouteCommand_base: {
25
25
  new (input: CalculateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CalculateRouteCommandInput, CalculateRouteCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CalculateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CalculateRouteCommandInput, CalculateRouteCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CalculateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CalculateRouteCommandInput, CalculateRouteCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CalculateRouteMatrixCommandOutput extends CalculateRouteMatrixR
23
23
  }
24
24
  declare const CalculateRouteMatrixCommand_base: {
25
25
  new (input: CalculateRouteMatrixCommandInput): import("@smithy/smithy-client").CommandImpl<CalculateRouteMatrixCommandInput, CalculateRouteMatrixCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CalculateRouteMatrixCommandInput): import("@smithy/smithy-client").CommandImpl<CalculateRouteMatrixCommandInput, CalculateRouteMatrixCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CalculateRouteMatrixCommandInput): import("@smithy/smithy-client").CommandImpl<CalculateRouteMatrixCommandInput, CalculateRouteMatrixCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateGeofenceCollectionCommandOutput extends CreateGeofenceCol
23
23
  }
24
24
  declare const CreateGeofenceCollectionCommand_base: {
25
25
  new (input: CreateGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateKeyCommandOutput extends CreateKeyResponse, __MetadataBea
23
23
  }
24
24
  declare const CreateKeyCommand_base: {
25
25
  new (input: CreateKeyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKeyCommandInput, CreateKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateKeyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKeyCommandInput, CreateKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateKeyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKeyCommandInput, CreateKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateMapCommandOutput extends CreateMapResponse, __MetadataBea
23
23
  }
24
24
  declare const CreateMapCommand_base: {
25
25
  new (input: CreateMapCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMapCommandInput, CreateMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateMapCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMapCommandInput, CreateMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateMapCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMapCommandInput, CreateMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreatePlaceIndexCommandOutput extends CreatePlaceIndexResponse,
23
23
  }
24
24
  declare const CreatePlaceIndexCommand_base: {
25
25
  new (input: CreatePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreatePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreatePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateRouteCalculatorCommandOutput extends CreateRouteCalculato
23
23
  }
24
24
  declare const CreateRouteCalculatorCommand_base: {
25
25
  new (input: CreateRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateTrackerCommandOutput extends CreateTrackerResponse, __Met
23
23
  }
24
24
  declare const CreateTrackerCommand_base: {
25
25
  new (input: CreateTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrackerCommandInput, CreateTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrackerCommandInput, CreateTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrackerCommandInput, CreateTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteGeofenceCollectionCommandOutput extends DeleteGeofenceCol
23
23
  }
24
24
  declare const DeleteGeofenceCollectionCommand_base: {
25
25
  new (input: DeleteGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteKeyCommandOutput extends DeleteKeyResponse, __MetadataBea
23
23
  }
24
24
  declare const DeleteKeyCommand_base: {
25
25
  new (input: DeleteKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyCommandInput, DeleteKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyCommandInput, DeleteKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyCommandInput, DeleteKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteMapCommandOutput extends DeleteMapResponse, __MetadataBea
23
23
  }
24
24
  declare const DeleteMapCommand_base: {
25
25
  new (input: DeleteMapCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMapCommandInput, DeleteMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteMapCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMapCommandInput, DeleteMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteMapCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMapCommandInput, DeleteMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeletePlaceIndexCommandOutput extends DeletePlaceIndexResponse,
23
23
  }
24
24
  declare const DeletePlaceIndexCommand_base: {
25
25
  new (input: DeletePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeletePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeletePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteRouteCalculatorCommandOutput extends DeleteRouteCalculato
23
23
  }
24
24
  declare const DeleteRouteCalculatorCommand_base: {
25
25
  new (input: DeleteRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteTrackerCommandOutput extends DeleteTrackerResponse, __Met
23
23
  }
24
24
  declare const DeleteTrackerCommand_base: {
25
25
  new (input: DeleteTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrackerCommandInput, DeleteTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrackerCommandInput, DeleteTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrackerCommandInput, DeleteTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeGeofenceCollectionCommandOutput extends DescribeGeofenc
23
23
  }
24
24
  declare const DescribeGeofenceCollectionCommand_base: {
25
25
  new (input: DescribeGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeKeyCommandOutput extends DescribeKeyResponse, __Metadat
23
23
  }
24
24
  declare const DescribeKeyCommand_base: {
25
25
  new (input: DescribeKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeKeyCommandInput, DescribeKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeKeyCommandInput, DescribeKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeKeyCommandInput, DescribeKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeMapCommandOutput extends DescribeMapResponse, __Metadat
23
23
  }
24
24
  declare const DescribeMapCommand_base: {
25
25
  new (input: DescribeMapCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMapCommandInput, DescribeMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeMapCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMapCommandInput, DescribeMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeMapCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMapCommandInput, DescribeMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribePlaceIndexCommandOutput extends DescribePlaceIndexRespo
23
23
  }
24
24
  declare const DescribePlaceIndexCommand_base: {
25
25
  new (input: DescribePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeRouteCalculatorCommandOutput extends DescribeRouteCalcu
23
23
  }
24
24
  declare const DescribeRouteCalculatorCommand_base: {
25
25
  new (input: DescribeRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeTrackerCommandOutput extends DescribeTrackerResponse, _
23
23
  }
24
24
  declare const DescribeTrackerCommand_base: {
25
25
  new (input: DescribeTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrackerCommandInput, DescribeTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrackerCommandInput, DescribeTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrackerCommandInput, DescribeTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DisassociateTrackerConsumerCommandOutput extends DisassociateTr
23
23
  }
24
24
  declare const DisassociateTrackerConsumerCommand_base: {
25
25
  new (input: DisassociateTrackerConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DisassociateTrackerConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateTrackerConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ForecastGeofenceEventsCommandOutput extends ForecastGeofenceEve
23
23
  }
24
24
  declare const ForecastGeofenceEventsCommand_base: {
25
25
  new (input: ForecastGeofenceEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ForecastGeofenceEventsCommandInput, ForecastGeofenceEventsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ForecastGeofenceEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ForecastGeofenceEventsCommandInput, ForecastGeofenceEventsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ForecastGeofenceEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ForecastGeofenceEventsCommandInput, ForecastGeofenceEventsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetDevicePositionCommandOutput extends GetDevicePositionRespons
23
23
  }
24
24
  declare const GetDevicePositionCommand_base: {
25
25
  new (input: GetDevicePositionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevicePositionCommandInput, GetDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetDevicePositionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevicePositionCommandInput, GetDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDevicePositionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevicePositionCommandInput, GetDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetDevicePositionHistoryCommandOutput extends GetDevicePosition
23
23
  }
24
24
  declare const GetDevicePositionHistoryCommand_base: {
25
25
  new (input: GetDevicePositionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetDevicePositionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDevicePositionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetGeofenceCommandOutput extends GetGeofenceResponse, __Metadat
23
23
  }
24
24
  declare const GetGeofenceCommand_base: {
25
25
  new (input: GetGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<GetGeofenceCommandInput, GetGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<GetGeofenceCommandInput, GetGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<GetGeofenceCommandInput, GetGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -30,7 +30,7 @@ export interface GetMapGlyphsCommandOutput extends GetMapGlyphsCommandOutputType
30
30
  }
31
31
  declare const GetMapGlyphsCommand_base: {
32
32
  new (input: GetMapGlyphsCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
- new (__0_0: GetMapGlyphsCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
+ new (input: GetMapGlyphsCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
36
  /**
@@ -30,7 +30,7 @@ export interface GetMapSpritesCommandOutput extends GetMapSpritesCommandOutputTy
30
30
  }
31
31
  declare const GetMapSpritesCommand_base: {
32
32
  new (input: GetMapSpritesCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapSpritesCommandInput, GetMapSpritesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
- new (__0_0: GetMapSpritesCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapSpritesCommandInput, GetMapSpritesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
+ new (input: GetMapSpritesCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapSpritesCommandInput, GetMapSpritesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
36
  /**
@@ -30,7 +30,7 @@ export interface GetMapStyleDescriptorCommandOutput extends GetMapStyleDescripto
30
30
  }
31
31
  declare const GetMapStyleDescriptorCommand_base: {
32
32
  new (input: GetMapStyleDescriptorCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
- new (__0_0: GetMapStyleDescriptorCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
+ new (input: GetMapStyleDescriptorCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
36
  /**
@@ -30,7 +30,7 @@ export interface GetMapTileCommandOutput extends GetMapTileCommandOutputType, __
30
30
  }
31
31
  declare const GetMapTileCommand_base: {
32
32
  new (input: GetMapTileCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapTileCommandInput, GetMapTileCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
- new (__0_0: GetMapTileCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapTileCommandInput, GetMapTileCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
+ new (input: GetMapTileCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapTileCommandInput, GetMapTileCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
36
  /**
@@ -23,7 +23,7 @@ export interface GetPlaceCommandOutput extends GetPlaceResponse, __MetadataBeare
23
23
  }
24
24
  declare const GetPlaceCommand_base: {
25
25
  new (input: GetPlaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlaceCommandInput, GetPlaceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetPlaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlaceCommandInput, GetPlaceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetPlaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlaceCommandInput, GetPlaceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListDevicePositionsCommandOutput extends ListDevicePositionsRes
23
23
  }
24
24
  declare const ListDevicePositionsCommand_base: {
25
25
  new (input: ListDevicePositionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListDevicePositionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListDevicePositionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListGeofencesCommandOutput extends ListGeofencesResponse, __Met
23
23
  }
24
24
  declare const ListGeofencesCommand_base: {
25
25
  new (input: ListGeofencesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGeofencesCommandInput, ListGeofencesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListGeofencesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGeofencesCommandInput, ListGeofencesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListGeofencesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGeofencesCommandInput, ListGeofencesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
25
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListTrackerConsumersCommandOutput extends ListTrackerConsumersR
23
23
  }
24
24
  declare const ListTrackerConsumersCommand_base: {
25
25
  new (input: ListTrackerConsumersCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListTrackerConsumersCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTrackerConsumersCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutGeofenceCommandOutput extends PutGeofenceResponse, __Metadat
23
23
  }
24
24
  declare const PutGeofenceCommand_base: {
25
25
  new (input: PutGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<PutGeofenceCommandInput, PutGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<PutGeofenceCommandInput, PutGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<PutGeofenceCommandInput, PutGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface SearchPlaceIndexForPositionCommandOutput extends SearchPlaceInd
23
23
  }
24
24
  declare const SearchPlaceIndexForPositionCommand_base: {
25
25
  new (input: SearchPlaceIndexForPositionCommandInput): import("@smithy/smithy-client").CommandImpl<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: SearchPlaceIndexForPositionCommandInput): import("@smithy/smithy-client").CommandImpl<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SearchPlaceIndexForPositionCommandInput): import("@smithy/smithy-client").CommandImpl<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface SearchPlaceIndexForSuggestionsCommandOutput extends SearchPlace
23
23
  }
24
24
  declare const SearchPlaceIndexForSuggestionsCommand_base: {
25
25
  new (input: SearchPlaceIndexForSuggestionsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: SearchPlaceIndexForSuggestionsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SearchPlaceIndexForSuggestionsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface SearchPlaceIndexForTextCommandOutput extends SearchPlaceIndexFo
23
23
  }
24
24
  declare const SearchPlaceIndexForTextCommand_base: {
25
25
  new (input: SearchPlaceIndexForTextCommandInput): import("@smithy/smithy-client").CommandImpl<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: SearchPlaceIndexForTextCommandInput): import("@smithy/smithy-client").CommandImpl<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SearchPlaceIndexForTextCommandInput): import("@smithy/smithy-client").CommandImpl<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
25
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**