@aws-sdk/client-location 3.651.1 → 3.658.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
@@ -102,4 +102,15 @@ declare const ListGeofencesCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class ListGeofencesCommand extends ListGeofencesCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: ListGeofencesRequest;
109
+ output: ListGeofencesResponse;
110
+ };
111
+ sdk: {
112
+ input: ListGeofencesCommandInput;
113
+ output: ListGeofencesCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -94,4 +94,15 @@ declare const ListKeysCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class ListKeysCommand extends ListKeysCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: ListKeysRequest;
101
+ output: ListKeysResponse;
102
+ };
103
+ sdk: {
104
+ input: ListKeysCommandInput;
105
+ output: ListKeysCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -81,4 +81,15 @@ declare const ListMapsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListMapsCommand extends ListMapsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListMapsRequest;
88
+ output: ListMapsResponse;
89
+ };
90
+ sdk: {
91
+ input: ListMapsCommandInput;
92
+ output: ListMapsCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -81,4 +81,15 @@ declare const ListPlaceIndexesCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListPlaceIndexesCommand extends ListPlaceIndexesCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListPlaceIndexesRequest;
88
+ output: ListPlaceIndexesResponse;
89
+ };
90
+ sdk: {
91
+ input: ListPlaceIndexesCommandInput;
92
+ output: ListPlaceIndexesCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -81,4 +81,15 @@ declare const ListRouteCalculatorsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListRouteCalculatorsCommand extends ListRouteCalculatorsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListRouteCalculatorsRequest;
88
+ output: ListRouteCalculatorsResponse;
89
+ };
90
+ sdk: {
91
+ input: ListRouteCalculatorsCommandInput;
92
+ output: ListRouteCalculatorsCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -75,4 +75,15 @@ declare const ListTagsForResourceCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: ListTagsForResourceRequest;
82
+ output: ListTagsForResourceResponse;
83
+ };
84
+ sdk: {
85
+ input: ListTagsForResourceCommandInput;
86
+ output: ListTagsForResourceCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -78,4 +78,15 @@ declare const ListTrackerConsumersCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class ListTrackerConsumersCommand extends ListTrackerConsumersCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ListTrackerConsumersRequest;
85
+ output: ListTrackerConsumersResponse;
86
+ };
87
+ sdk: {
88
+ input: ListTrackerConsumersCommandInput;
89
+ output: ListTrackerConsumersCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -81,4 +81,15 @@ declare const ListTrackersCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListTrackersCommand extends ListTrackersCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListTrackersRequest;
88
+ output: ListTrackersResponse;
89
+ };
90
+ sdk: {
91
+ input: ListTrackersCommandInput;
92
+ output: ListTrackersCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -99,4 +99,15 @@ declare const PutGeofenceCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class PutGeofenceCommand extends PutGeofenceCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: PutGeofenceRequest;
106
+ output: PutGeofenceResponse;
107
+ };
108
+ sdk: {
109
+ input: PutGeofenceCommandInput;
110
+ output: PutGeofenceCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -123,4 +123,15 @@ declare const SearchPlaceIndexForPositionCommand_base: {
123
123
  * @public
124
124
  */
125
125
  export declare class SearchPlaceIndexForPositionCommand extends SearchPlaceIndexForPositionCommand_base {
126
+ /** @internal type navigation helper, not in runtime. */
127
+ protected static __types: {
128
+ api: {
129
+ input: SearchPlaceIndexForPositionRequest;
130
+ output: SearchPlaceIndexForPositionResponse;
131
+ };
132
+ sdk: {
133
+ input: SearchPlaceIndexForPositionCommandInput;
134
+ output: SearchPlaceIndexForPositionCommandOutput;
135
+ };
136
+ };
126
137
  }
@@ -129,4 +129,15 @@ declare const SearchPlaceIndexForSuggestionsCommand_base: {
129
129
  * @public
130
130
  */
131
131
  export declare class SearchPlaceIndexForSuggestionsCommand extends SearchPlaceIndexForSuggestionsCommand_base {
132
+ /** @internal type navigation helper, not in runtime. */
133
+ protected static __types: {
134
+ api: {
135
+ input: SearchPlaceIndexForSuggestionsRequest;
136
+ output: SearchPlaceIndexForSuggestionsResponse;
137
+ };
138
+ sdk: {
139
+ input: SearchPlaceIndexForSuggestionsCommandInput;
140
+ output: SearchPlaceIndexForSuggestionsCommandOutput;
141
+ };
142
+ };
132
143
  }
@@ -155,4 +155,15 @@ declare const SearchPlaceIndexForTextCommand_base: {
155
155
  * @public
156
156
  */
157
157
  export declare class SearchPlaceIndexForTextCommand extends SearchPlaceIndexForTextCommand_base {
158
+ /** @internal type navigation helper, not in runtime. */
159
+ protected static __types: {
160
+ api: {
161
+ input: SearchPlaceIndexForTextRequest;
162
+ output: SearchPlaceIndexForTextResponse;
163
+ };
164
+ sdk: {
165
+ input: SearchPlaceIndexForTextCommandInput;
166
+ output: SearchPlaceIndexForTextCommandOutput;
167
+ };
168
+ };
158
169
  }
@@ -84,4 +84,15 @@ declare const TagResourceCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class TagResourceCommand extends TagResourceCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: TagResourceRequest;
91
+ output: {};
92
+ };
93
+ sdk: {
94
+ input: TagResourceCommandInput;
95
+ output: TagResourceCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -74,4 +74,15 @@ declare const UntagResourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: UntagResourceRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: UntagResourceCommandInput;
85
+ output: UntagResourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -78,4 +78,15 @@ declare const UpdateGeofenceCollectionCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class UpdateGeofenceCollectionCommand extends UpdateGeofenceCollectionCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: UpdateGeofenceCollectionRequest;
85
+ output: UpdateGeofenceCollectionResponse;
86
+ };
87
+ sdk: {
88
+ input: UpdateGeofenceCollectionCommandInput;
89
+ output: UpdateGeofenceCollectionCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -90,4 +90,15 @@ declare const UpdateKeyCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class UpdateKeyCommand extends UpdateKeyCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: UpdateKeyRequest;
97
+ output: UpdateKeyResponse;
98
+ };
99
+ sdk: {
100
+ input: UpdateKeyCommandInput;
101
+ output: UpdateKeyCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -83,4 +83,15 @@ declare const UpdateMapCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class UpdateMapCommand extends UpdateMapCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: UpdateMapRequest;
90
+ output: UpdateMapResponse;
91
+ };
92
+ sdk: {
93
+ input: UpdateMapCommandInput;
94
+ output: UpdateMapCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -80,4 +80,15 @@ declare const UpdatePlaceIndexCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class UpdatePlaceIndexCommand extends UpdatePlaceIndexCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: UpdatePlaceIndexRequest;
87
+ output: UpdatePlaceIndexResponse;
88
+ };
89
+ sdk: {
90
+ input: UpdatePlaceIndexCommandInput;
91
+ output: UpdatePlaceIndexCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -77,4 +77,15 @@ declare const UpdateRouteCalculatorCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class UpdateRouteCalculatorCommand extends UpdateRouteCalculatorCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: UpdateRouteCalculatorRequest;
84
+ output: UpdateRouteCalculatorResponse;
85
+ };
86
+ sdk: {
87
+ input: UpdateRouteCalculatorCommandInput;
88
+ output: UpdateRouteCalculatorCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -81,4 +81,15 @@ declare const UpdateTrackerCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class UpdateTrackerCommand extends UpdateTrackerCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: UpdateTrackerRequest;
88
+ output: UpdateTrackerResponse;
89
+ };
90
+ sdk: {
91
+ input: UpdateTrackerCommandInput;
92
+ output: UpdateTrackerCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -131,4 +131,15 @@ declare const VerifyDevicePositionCommand_base: {
131
131
  * @public
132
132
  */
133
133
  export declare class VerifyDevicePositionCommand extends VerifyDevicePositionCommand_base {
134
+ /** @internal type navigation helper, not in runtime. */
135
+ protected static __types: {
136
+ api: {
137
+ input: VerifyDevicePositionRequest;
138
+ output: VerifyDevicePositionResponse;
139
+ };
140
+ sdk: {
141
+ input: VerifyDevicePositionCommandInput;
142
+ output: VerifyDevicePositionCommandOutput;
143
+ };
144
+ };
134
145
  }
@@ -37,4 +37,15 @@ declare const AssociateTrackerConsumerCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateTrackerConsumerCommand extends AssociateTrackerConsumerCommand_base {}
40
+ export declare class AssociateTrackerConsumerCommand extends AssociateTrackerConsumerCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateTrackerConsumerRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: AssociateTrackerConsumerCommandInput;
48
+ output: AssociateTrackerConsumerCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchDeleteDevicePositionHistoryCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchDeleteDevicePositionHistoryCommand extends BatchDeleteDevicePositionHistoryCommand_base {}
40
+ export declare class BatchDeleteDevicePositionHistoryCommand extends BatchDeleteDevicePositionHistoryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchDeleteDevicePositionHistoryRequest;
44
+ output: BatchDeleteDevicePositionHistoryResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchDeleteDevicePositionHistoryCommandInput;
48
+ output: BatchDeleteDevicePositionHistoryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchDeleteGeofenceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchDeleteGeofenceCommand extends BatchDeleteGeofenceCommand_base {}
40
+ export declare class BatchDeleteGeofenceCommand extends BatchDeleteGeofenceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchDeleteGeofenceRequest;
44
+ output: BatchDeleteGeofenceResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchDeleteGeofenceCommandInput;
48
+ output: BatchDeleteGeofenceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchEvaluateGeofencesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchEvaluateGeofencesCommand extends BatchEvaluateGeofencesCommand_base {}
40
+ export declare class BatchEvaluateGeofencesCommand extends BatchEvaluateGeofencesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchEvaluateGeofencesRequest;
44
+ output: BatchEvaluateGeofencesResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchEvaluateGeofencesCommandInput;
48
+ output: BatchEvaluateGeofencesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchGetDevicePositionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchGetDevicePositionCommand extends BatchGetDevicePositionCommand_base {}
40
+ export declare class BatchGetDevicePositionCommand extends BatchGetDevicePositionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetDevicePositionRequest;
44
+ output: BatchGetDevicePositionResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchGetDevicePositionCommandInput;
48
+ output: BatchGetDevicePositionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const BatchPutGeofenceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class BatchPutGeofenceCommand extends BatchPutGeofenceCommand_base {}
39
+ export declare class BatchPutGeofenceCommand extends BatchPutGeofenceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: BatchPutGeofenceRequest;
43
+ output: BatchPutGeofenceResponse;
44
+ };
45
+ sdk: {
46
+ input: BatchPutGeofenceCommandInput;
47
+ output: BatchPutGeofenceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const BatchUpdateDevicePositionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchUpdateDevicePositionCommand extends BatchUpdateDevicePositionCommand_base {}
40
+ export declare class BatchUpdateDevicePositionCommand extends BatchUpdateDevicePositionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchUpdateDevicePositionRequest;
44
+ output: BatchUpdateDevicePositionResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchUpdateDevicePositionCommandInput;
48
+ output: BatchUpdateDevicePositionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CalculateRouteCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CalculateRouteCommand extends CalculateRouteCommand_base {}
39
+ export declare class CalculateRouteCommand extends CalculateRouteCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CalculateRouteRequest;
43
+ output: CalculateRouteResponse;
44
+ };
45
+ sdk: {
46
+ input: CalculateRouteCommandInput;
47
+ output: CalculateRouteCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CalculateRouteMatrixCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CalculateRouteMatrixCommand extends CalculateRouteMatrixCommand_base {}
40
+ export declare class CalculateRouteMatrixCommand extends CalculateRouteMatrixCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CalculateRouteMatrixRequest;
44
+ output: CalculateRouteMatrixResponse;
45
+ };
46
+ sdk: {
47
+ input: CalculateRouteMatrixCommandInput;
48
+ output: CalculateRouteMatrixCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateGeofenceCollectionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateGeofenceCollectionCommand extends CreateGeofenceCollectionCommand_base {}
40
+ export declare class CreateGeofenceCollectionCommand extends CreateGeofenceCollectionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateGeofenceCollectionRequest;
44
+ output: CreateGeofenceCollectionResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateGeofenceCollectionCommandInput;
48
+ output: CreateGeofenceCollectionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateKeyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateKeyCommand extends CreateKeyCommand_base {}
36
+ export declare class CreateKeyCommand extends CreateKeyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateKeyRequest;
40
+ output: CreateKeyResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateKeyCommandInput;
44
+ output: CreateKeyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const CreateMapCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateMapCommand extends CreateMapCommand_base {}
36
+ export declare class CreateMapCommand extends CreateMapCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateMapRequest;
40
+ output: CreateMapResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateMapCommandInput;
44
+ output: CreateMapCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const CreatePlaceIndexCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreatePlaceIndexCommand extends CreatePlaceIndexCommand_base {}
39
+ export declare class CreatePlaceIndexCommand extends CreatePlaceIndexCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreatePlaceIndexRequest;
43
+ output: CreatePlaceIndexResponse;
44
+ };
45
+ sdk: {
46
+ input: CreatePlaceIndexCommandInput;
47
+ output: CreatePlaceIndexCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateRouteCalculatorCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateRouteCalculatorCommand extends CreateRouteCalculatorCommand_base {}
40
+ export declare class CreateRouteCalculatorCommand extends CreateRouteCalculatorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateRouteCalculatorRequest;
44
+ output: CreateRouteCalculatorResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateRouteCalculatorCommandInput;
48
+ output: CreateRouteCalculatorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateTrackerCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateTrackerCommand extends CreateTrackerCommand_base {}
39
+ export declare class CreateTrackerCommand extends CreateTrackerCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateTrackerRequest;
43
+ output: CreateTrackerResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateTrackerCommandInput;
47
+ output: CreateTrackerCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteGeofenceCollectionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteGeofenceCollectionCommand extends DeleteGeofenceCollectionCommand_base {}
40
+ export declare class DeleteGeofenceCollectionCommand extends DeleteGeofenceCollectionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteGeofenceCollectionRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteGeofenceCollectionCommandInput;
48
+ output: DeleteGeofenceCollectionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteKeyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteKeyCommand extends DeleteKeyCommand_base {}
36
+ export declare class DeleteKeyCommand extends DeleteKeyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteKeyRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteKeyCommandInput;
44
+ output: DeleteKeyCommandOutput;
45
+ };
46
+ };
47
+ }