@aws-sdk/client-location 3.650.0 → 3.654.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-types/commands/AssociateTrackerConsumerCommand.d.ts +11 -0
  2. package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +11 -0
  3. package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +11 -0
  4. package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +11 -0
  5. package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +11 -0
  6. package/dist-types/commands/BatchPutGeofenceCommand.d.ts +11 -0
  7. package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +11 -0
  8. package/dist-types/commands/CalculateRouteCommand.d.ts +11 -0
  9. package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +11 -0
  11. package/dist-types/commands/CreateKeyCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateMapCommand.d.ts +11 -0
  13. package/dist-types/commands/CreatePlaceIndexCommand.d.ts +11 -0
  14. package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +11 -0
  15. package/dist-types/commands/CreateTrackerCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteKeyCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteMapCommand.d.ts +11 -0
  19. package/dist-types/commands/DeletePlaceIndexCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +11 -0
  21. package/dist-types/commands/DeleteTrackerCommand.d.ts +11 -0
  22. package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +11 -0
  23. package/dist-types/commands/DescribeKeyCommand.d.ts +11 -0
  24. package/dist-types/commands/DescribeMapCommand.d.ts +11 -0
  25. package/dist-types/commands/DescribePlaceIndexCommand.d.ts +11 -0
  26. package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +11 -0
  27. package/dist-types/commands/DescribeTrackerCommand.d.ts +11 -0
  28. package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +11 -0
  29. package/dist-types/commands/ForecastGeofenceEventsCommand.d.ts +11 -0
  30. package/dist-types/commands/GetDevicePositionCommand.d.ts +11 -0
  31. package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +11 -0
  32. package/dist-types/commands/GetGeofenceCommand.d.ts +11 -0
  33. package/dist-types/commands/GetMapGlyphsCommand.d.ts +11 -0
  34. package/dist-types/commands/GetMapSpritesCommand.d.ts +11 -0
  35. package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +11 -0
  36. package/dist-types/commands/GetMapTileCommand.d.ts +11 -0
  37. package/dist-types/commands/GetPlaceCommand.d.ts +11 -0
  38. package/dist-types/commands/ListDevicePositionsCommand.d.ts +11 -0
  39. package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +11 -0
  40. package/dist-types/commands/ListGeofencesCommand.d.ts +11 -0
  41. package/dist-types/commands/ListKeysCommand.d.ts +11 -0
  42. package/dist-types/commands/ListMapsCommand.d.ts +11 -0
  43. package/dist-types/commands/ListPlaceIndexesCommand.d.ts +11 -0
  44. package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +11 -0
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  46. package/dist-types/commands/ListTrackerConsumersCommand.d.ts +11 -0
  47. package/dist-types/commands/ListTrackersCommand.d.ts +11 -0
  48. package/dist-types/commands/PutGeofenceCommand.d.ts +11 -0
  49. package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +11 -0
  50. package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +11 -0
  51. package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +11 -0
  52. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  53. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  54. package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +11 -0
  55. package/dist-types/commands/UpdateKeyCommand.d.ts +11 -0
  56. package/dist-types/commands/UpdateMapCommand.d.ts +11 -0
  57. package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +11 -0
  58. package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +11 -0
  59. package/dist-types/commands/UpdateTrackerCommand.d.ts +11 -0
  60. package/dist-types/commands/VerifyDevicePositionCommand.d.ts +11 -0
  61. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ForecastGeofenceEventsCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/UpdateKeyCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/VerifyDevicePositionCommand.d.ts +12 -1
  121. package/package.json +36 -36
@@ -85,4 +85,15 @@ declare const AssociateTrackerConsumerCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class AssociateTrackerConsumerCommand extends AssociateTrackerConsumerCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: AssociateTrackerConsumerRequest;
92
+ output: {};
93
+ };
94
+ sdk: {
95
+ input: AssociateTrackerConsumerCommandInput;
96
+ output: AssociateTrackerConsumerCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -84,4 +84,15 @@ declare const BatchDeleteDevicePositionHistoryCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class BatchDeleteDevicePositionHistoryCommand extends BatchDeleteDevicePositionHistoryCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: BatchDeleteDevicePositionHistoryRequest;
91
+ output: BatchDeleteDevicePositionHistoryResponse;
92
+ };
93
+ sdk: {
94
+ input: BatchDeleteDevicePositionHistoryCommandInput;
95
+ output: BatchDeleteDevicePositionHistoryCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -87,4 +87,15 @@ declare const BatchDeleteGeofenceCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class BatchDeleteGeofenceCommand extends BatchDeleteGeofenceCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: BatchDeleteGeofenceRequest;
94
+ output: BatchDeleteGeofenceResponse;
95
+ };
96
+ sdk: {
97
+ input: BatchDeleteGeofenceCommandInput;
98
+ output: BatchDeleteGeofenceCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -125,4 +125,15 @@ declare const BatchEvaluateGeofencesCommand_base: {
125
125
  * @public
126
126
  */
127
127
  export declare class BatchEvaluateGeofencesCommand extends BatchEvaluateGeofencesCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: BatchEvaluateGeofencesRequest;
132
+ output: BatchEvaluateGeofencesResponse;
133
+ };
134
+ sdk: {
135
+ input: BatchEvaluateGeofencesCommandInput;
136
+ output: BatchEvaluateGeofencesCommandOutput;
137
+ };
138
+ };
128
139
  }
@@ -100,4 +100,15 @@ declare const BatchGetDevicePositionCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class BatchGetDevicePositionCommand extends BatchGetDevicePositionCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: BatchGetDevicePositionRequest;
107
+ output: BatchGetDevicePositionResponse;
108
+ };
109
+ sdk: {
110
+ input: BatchGetDevicePositionCommandInput;
111
+ output: BatchGetDevicePositionCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -113,4 +113,15 @@ declare const BatchPutGeofenceCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class BatchPutGeofenceCommand extends BatchPutGeofenceCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: BatchPutGeofenceRequest;
120
+ output: BatchPutGeofenceResponse;
121
+ };
122
+ sdk: {
123
+ input: BatchPutGeofenceCommandInput;
124
+ output: BatchPutGeofenceCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -119,4 +119,15 @@ declare const BatchUpdateDevicePositionCommand_base: {
119
119
  * @public
120
120
  */
121
121
  export declare class BatchUpdateDevicePositionCommand extends BatchUpdateDevicePositionCommand_base {
122
+ /** @internal type navigation helper, not in runtime. */
123
+ protected static __types: {
124
+ api: {
125
+ input: BatchUpdateDevicePositionRequest;
126
+ output: BatchUpdateDevicePositionResponse;
127
+ };
128
+ sdk: {
129
+ input: BatchUpdateDevicePositionCommandInput;
130
+ output: BatchUpdateDevicePositionCommandOutput;
131
+ };
132
+ };
122
133
  }
@@ -183,4 +183,15 @@ declare const CalculateRouteCommand_base: {
183
183
  * @public
184
184
  */
185
185
  export declare class CalculateRouteCommand extends CalculateRouteCommand_base {
186
+ /** @internal type navigation helper, not in runtime. */
187
+ protected static __types: {
188
+ api: {
189
+ input: CalculateRouteRequest;
190
+ output: CalculateRouteResponse;
191
+ };
192
+ sdk: {
193
+ input: CalculateRouteCommandInput;
194
+ output: CalculateRouteCommandOutput;
195
+ };
196
+ };
186
197
  }
@@ -174,4 +174,15 @@ declare const CalculateRouteMatrixCommand_base: {
174
174
  * @public
175
175
  */
176
176
  export declare class CalculateRouteMatrixCommand extends CalculateRouteMatrixCommand_base {
177
+ /** @internal type navigation helper, not in runtime. */
178
+ protected static __types: {
179
+ api: {
180
+ input: CalculateRouteMatrixRequest;
181
+ output: CalculateRouteMatrixResponse;
182
+ };
183
+ sdk: {
184
+ input: CalculateRouteMatrixCommandInput;
185
+ output: CalculateRouteMatrixCommandOutput;
186
+ };
187
+ };
177
188
  }
@@ -86,4 +86,15 @@ declare const CreateGeofenceCollectionCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class CreateGeofenceCollectionCommand extends CreateGeofenceCollectionCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: CreateGeofenceCollectionRequest;
93
+ output: CreateGeofenceCollectionResponse;
94
+ };
95
+ sdk: {
96
+ input: CreateGeofenceCollectionCommandInput;
97
+ output: CreateGeofenceCollectionCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -101,4 +101,15 @@ declare const CreateKeyCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class CreateKeyCommand extends CreateKeyCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: CreateKeyRequest;
108
+ output: CreateKeyResponse;
109
+ };
110
+ sdk: {
111
+ input: CreateKeyCommandInput;
112
+ output: CreateKeyCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -98,4 +98,15 @@ declare const CreateMapCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class CreateMapCommand extends CreateMapCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: CreateMapRequest;
105
+ output: CreateMapResponse;
106
+ };
107
+ sdk: {
108
+ input: CreateMapCommandInput;
109
+ output: CreateMapCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -98,4 +98,15 @@ declare const CreatePlaceIndexCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class CreatePlaceIndexCommand extends CreatePlaceIndexCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: CreatePlaceIndexRequest;
105
+ output: CreatePlaceIndexResponse;
106
+ };
107
+ sdk: {
108
+ input: CreatePlaceIndexCommandInput;
109
+ output: CreatePlaceIndexCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -94,4 +94,15 @@ declare const CreateRouteCalculatorCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class CreateRouteCalculatorCommand extends CreateRouteCalculatorCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: CreateRouteCalculatorRequest;
101
+ output: CreateRouteCalculatorResponse;
102
+ };
103
+ sdk: {
104
+ input: CreateRouteCalculatorCommandInput;
105
+ output: CreateRouteCalculatorCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -90,4 +90,15 @@ declare const CreateTrackerCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class CreateTrackerCommand extends CreateTrackerCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: CreateTrackerRequest;
97
+ output: CreateTrackerResponse;
98
+ };
99
+ sdk: {
100
+ input: CreateTrackerCommandInput;
101
+ output: CreateTrackerCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -75,4 +75,15 @@ declare const DeleteGeofenceCollectionCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DeleteGeofenceCollectionCommand extends DeleteGeofenceCollectionCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteGeofenceCollectionRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DeleteGeofenceCollectionCommandInput;
86
+ output: DeleteGeofenceCollectionCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -73,4 +73,15 @@ declare const DeleteKeyCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteKeyCommand extends DeleteKeyCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteKeyRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteKeyCommandInput;
84
+ output: DeleteKeyCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -75,4 +75,15 @@ declare const DeleteMapCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DeleteMapCommand extends DeleteMapCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteMapRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DeleteMapCommandInput;
86
+ output: DeleteMapCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -74,4 +74,15 @@ declare const DeletePlaceIndexCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DeletePlaceIndexCommand extends DeletePlaceIndexCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DeletePlaceIndexRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: DeletePlaceIndexCommandInput;
85
+ output: DeletePlaceIndexCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -74,4 +74,15 @@ declare const DeleteRouteCalculatorCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DeleteRouteCalculatorCommand extends DeleteRouteCalculatorCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DeleteRouteCalculatorRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: DeleteRouteCalculatorCommandInput;
85
+ output: DeleteRouteCalculatorCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -76,4 +76,15 @@ declare const DeleteTrackerCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class DeleteTrackerCommand extends DeleteTrackerCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: DeleteTrackerRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: DeleteTrackerCommandInput;
87
+ output: DeleteTrackerCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -84,4 +84,15 @@ declare const DescribeGeofenceCollectionCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class DescribeGeofenceCollectionCommand extends DescribeGeofenceCollectionCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: DescribeGeofenceCollectionRequest;
91
+ output: DescribeGeofenceCollectionResponse;
92
+ };
93
+ sdk: {
94
+ input: DescribeGeofenceCollectionCommandInput;
95
+ output: DescribeGeofenceCollectionCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -93,4 +93,15 @@ declare const DescribeKeyCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class DescribeKeyCommand extends DescribeKeyCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: DescribeKeyRequest;
100
+ output: DescribeKeyResponse;
101
+ };
102
+ sdk: {
103
+ input: DescribeKeyCommandInput;
104
+ output: DescribeKeyCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -89,4 +89,15 @@ declare const DescribeMapCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class DescribeMapCommand extends DescribeMapCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: DescribeMapRequest;
96
+ output: DescribeMapResponse;
97
+ };
98
+ sdk: {
99
+ input: DescribeMapCommandInput;
100
+ output: DescribeMapCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -85,4 +85,15 @@ declare const DescribePlaceIndexCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class DescribePlaceIndexCommand extends DescribePlaceIndexCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: DescribePlaceIndexRequest;
92
+ output: DescribePlaceIndexResponse;
93
+ };
94
+ sdk: {
95
+ input: DescribePlaceIndexCommandInput;
96
+ output: DescribePlaceIndexCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -82,4 +82,15 @@ declare const DescribeRouteCalculatorCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class DescribeRouteCalculatorCommand extends DescribeRouteCalculatorCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DescribeRouteCalculatorRequest;
89
+ output: DescribeRouteCalculatorResponse;
90
+ };
91
+ sdk: {
92
+ input: DescribeRouteCalculatorCommandInput;
93
+ output: DescribeRouteCalculatorCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -86,4 +86,15 @@ declare const DescribeTrackerCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class DescribeTrackerCommand extends DescribeTrackerCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: DescribeTrackerRequest;
93
+ output: DescribeTrackerResponse;
94
+ };
95
+ sdk: {
96
+ input: DescribeTrackerCommandInput;
97
+ output: DescribeTrackerCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -76,4 +76,15 @@ declare const DisassociateTrackerConsumerCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class DisassociateTrackerConsumerCommand extends DisassociateTrackerConsumerCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: DisassociateTrackerConsumerRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: DisassociateTrackerConsumerCommandInput;
87
+ output: DisassociateTrackerConsumerCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -107,4 +107,15 @@ declare const ForecastGeofenceEventsCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class ForecastGeofenceEventsCommand extends ForecastGeofenceEventsCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: ForecastGeofenceEventsRequest;
114
+ output: ForecastGeofenceEventsResponse;
115
+ };
116
+ sdk: {
117
+ input: ForecastGeofenceEventsCommandInput;
118
+ output: ForecastGeofenceEventsCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -88,4 +88,15 @@ declare const GetDevicePositionCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class GetDevicePositionCommand extends GetDevicePositionCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: GetDevicePositionRequest;
95
+ output: GetDevicePositionResponse;
96
+ };
97
+ sdk: {
98
+ input: GetDevicePositionCommandInput;
99
+ output: GetDevicePositionCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -98,4 +98,15 @@ declare const GetDevicePositionHistoryCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class GetDevicePositionHistoryCommand extends GetDevicePositionHistoryCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: GetDevicePositionHistoryRequest;
105
+ output: GetDevicePositionHistoryResponse;
106
+ };
107
+ sdk: {
108
+ input: GetDevicePositionHistoryCommandInput;
109
+ output: GetDevicePositionHistoryCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -99,4 +99,15 @@ declare const GetGeofenceCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class GetGeofenceCommand extends GetGeofenceCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: GetGeofenceRequest;
106
+ output: GetGeofenceResponse;
107
+ };
108
+ sdk: {
109
+ input: GetGeofenceCommandInput;
110
+ output: GetGeofenceCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -85,4 +85,15 @@ declare const GetMapGlyphsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class GetMapGlyphsCommand extends GetMapGlyphsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: GetMapGlyphsRequest;
92
+ output: GetMapGlyphsResponse;
93
+ };
94
+ sdk: {
95
+ input: GetMapGlyphsCommandInput;
96
+ output: GetMapGlyphsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -86,4 +86,15 @@ declare const GetMapSpritesCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class GetMapSpritesCommand extends GetMapSpritesCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: GetMapSpritesRequest;
93
+ output: GetMapSpritesResponse;
94
+ };
95
+ sdk: {
96
+ input: GetMapSpritesCommandInput;
97
+ output: GetMapSpritesCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -86,4 +86,15 @@ declare const GetMapStyleDescriptorCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class GetMapStyleDescriptorCommand extends GetMapStyleDescriptorCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: GetMapStyleDescriptorRequest;
93
+ output: GetMapStyleDescriptorResponse;
94
+ };
95
+ sdk: {
96
+ input: GetMapStyleDescriptorCommandInput;
97
+ output: GetMapStyleDescriptorCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -91,4 +91,15 @@ declare const GetMapTileCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class GetMapTileCommand extends GetMapTileCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: GetMapTileRequest;
98
+ output: GetMapTileResponse;
99
+ };
100
+ sdk: {
101
+ input: GetMapTileCommandInput;
102
+ output: GetMapTileCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -121,4 +121,15 @@ declare const GetPlaceCommand_base: {
121
121
  * @public
122
122
  */
123
123
  export declare class GetPlaceCommand extends GetPlaceCommand_base {
124
+ /** @internal type navigation helper, not in runtime. */
125
+ protected static __types: {
126
+ api: {
127
+ input: GetPlaceRequest;
128
+ output: GetPlaceResponse;
129
+ };
130
+ sdk: {
131
+ input: GetPlaceCommandInput;
132
+ output: GetPlaceCommandOutput;
133
+ };
134
+ };
124
135
  }
@@ -96,4 +96,15 @@ declare const ListDevicePositionsCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class ListDevicePositionsCommand extends ListDevicePositionsCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: ListDevicePositionsRequest;
103
+ output: ListDevicePositionsResponse;
104
+ };
105
+ sdk: {
106
+ input: ListDevicePositionsCommandInput;
107
+ output: ListDevicePositionsCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -81,4 +81,15 @@ declare const ListGeofenceCollectionsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListGeofenceCollectionsCommand extends ListGeofenceCollectionsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListGeofenceCollectionsRequest;
88
+ output: ListGeofenceCollectionsResponse;
89
+ };
90
+ sdk: {
91
+ input: ListGeofenceCollectionsCommandInput;
92
+ output: ListGeofenceCollectionsCommandOutput;
93
+ };
94
+ };
84
95
  }