Skip to content

Commit 857b727

Browse files
author
awstools
committed
feat(client-geo-maps): Remove incorrect endpoint tests
1 parent 717cae4 commit 857b727

File tree

12 files changed

+236
-1142
lines changed

12 files changed

+236
-1142
lines changed

clients/client-geo-maps/README.md

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,7 @@
66

77
AWS SDK for JavaScript GeoMaps Client for Node.js, Browser and React Native.
88

9-
<p> Integrate high-quality base map data into your applications using <a href="https://maplibre.org">MapLibre</a>. Capabilities include: </p>
10-
<ul>
11-
<li>
12-
<p>Access to comprehensive base map data, allowing you to tailor the map display to
13-
your specific needs.</p>
14-
</li>
15-
<li>
16-
<p>Multiple pre-designed map styles suited for various application types, such as
17-
navigation, logistics, or data visualization.</p>
18-
</li>
19-
<li>
20-
<p>Generation of static map images for scenarios where interactive maps aren't
21-
suitable, such as:</p>
22-
<ul>
23-
<li>
24-
<p>Embedding in emails or documents</p>
25-
</li>
26-
<li>
27-
<p>Displaying in low-bandwidth environments</p>
28-
</li>
29-
<li>
30-
<p>Creating printable maps</p>
31-
</li>
32-
<li>
33-
<p>Enhancing application performance by reducing client-side rendering</p>
34-
</li>
35-
</ul>
36-
</li>
37-
</ul>
9+
<p> Integrate high-quality base map data into your applications using <a href="https://maplibre.org">MapLibre</a>. Capabilities include: </p> <ul> <li> <p>Access to comprehensive base map data, allowing you to tailor the map display to your specific needs.</p> </li> <li> <p>Multiple pre-designed map styles suited for various application types, such as navigation, logistics, or data visualization.</p> </li> <li> <p>Generation of static map images for scenarios where interactive maps aren't suitable, such as:</p> <ul> <li> <p>Embedding in emails or documents</p> </li> <li> <p>Displaying in low-bandwidth environments</p> </li> <li> <p>Creating printable maps</p> </li> <li> <p>Enhancing application performance by reducing client-side rendering</p> </li> </ul> </li> </ul>
3810

3911
## Installing
4012

clients/client-geo-maps/src/GeoMaps.ts

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -89,35 +89,7 @@ export interface GeoMaps {
8989
}
9090

9191
/**
92-
* <p> Integrate high-quality base map data into your applications using <a href="https://maplibre.org">MapLibre</a>. Capabilities include: </p>
93-
* <ul>
94-
* <li>
95-
* <p>Access to comprehensive base map data, allowing you to tailor the map display to
96-
* your specific needs.</p>
97-
* </li>
98-
* <li>
99-
* <p>Multiple pre-designed map styles suited for various application types, such as
100-
* navigation, logistics, or data visualization.</p>
101-
* </li>
102-
* <li>
103-
* <p>Generation of static map images for scenarios where interactive maps aren't
104-
* suitable, such as:</p>
105-
* <ul>
106-
* <li>
107-
* <p>Embedding in emails or documents</p>
108-
* </li>
109-
* <li>
110-
* <p>Displaying in low-bandwidth environments</p>
111-
* </li>
112-
* <li>
113-
* <p>Creating printable maps</p>
114-
* </li>
115-
* <li>
116-
* <p>Enhancing application performance by reducing client-side rendering</p>
117-
* </li>
118-
* </ul>
119-
* </li>
120-
* </ul>
92+
* <p> Integrate high-quality base map data into your applications using <a href="https://maplibre.org">MapLibre</a>. Capabilities include: </p> <ul> <li> <p>Access to comprehensive base map data, allowing you to tailor the map display to your specific needs.</p> </li> <li> <p>Multiple pre-designed map styles suited for various application types, such as navigation, logistics, or data visualization.</p> </li> <li> <p>Generation of static map images for scenarios where interactive maps aren't suitable, such as:</p> <ul> <li> <p>Embedding in emails or documents</p> </li> <li> <p>Displaying in low-bandwidth environments</p> </li> <li> <p>Creating printable maps</p> </li> <li> <p>Enhancing application performance by reducing client-side rendering</p> </li> </ul> </li> </ul>
12193
* @public
12294
*/
12395
export class GeoMaps extends GeoMapsClient implements GeoMaps {}

clients/client-geo-maps/src/GeoMapsClient.ts

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -280,35 +280,7 @@ export type GeoMapsClientResolvedConfigType = __SmithyResolvedConfiguration<__Ht
280280
export interface GeoMapsClientResolvedConfig extends GeoMapsClientResolvedConfigType {}
281281

282282
/**
283-
* <p> Integrate high-quality base map data into your applications using <a href="https://maplibre.org">MapLibre</a>. Capabilities include: </p>
284-
* <ul>
285-
* <li>
286-
* <p>Access to comprehensive base map data, allowing you to tailor the map display to
287-
* your specific needs.</p>
288-
* </li>
289-
* <li>
290-
* <p>Multiple pre-designed map styles suited for various application types, such as
291-
* navigation, logistics, or data visualization.</p>
292-
* </li>
293-
* <li>
294-
* <p>Generation of static map images for scenarios where interactive maps aren't
295-
* suitable, such as:</p>
296-
* <ul>
297-
* <li>
298-
* <p>Embedding in emails or documents</p>
299-
* </li>
300-
* <li>
301-
* <p>Displaying in low-bandwidth environments</p>
302-
* </li>
303-
* <li>
304-
* <p>Creating printable maps</p>
305-
* </li>
306-
* <li>
307-
* <p>Enhancing application performance by reducing client-side rendering</p>
308-
* </li>
309-
* </ul>
310-
* </li>
311-
* </ul>
283+
* <p> Integrate high-quality base map data into your applications using <a href="https://maplibre.org">MapLibre</a>. Capabilities include: </p> <ul> <li> <p>Access to comprehensive base map data, allowing you to tailor the map display to your specific needs.</p> </li> <li> <p>Multiple pre-designed map styles suited for various application types, such as navigation, logistics, or data visualization.</p> </li> <li> <p>Generation of static map images for scenarios where interactive maps aren't suitable, such as:</p> <ul> <li> <p>Embedding in emails or documents</p> </li> <li> <p>Displaying in low-bandwidth environments</p> </li> <li> <p>Creating printable maps</p> </li> <li> <p>Enhancing application performance by reducing client-side rendering</p> </li> </ul> </li> </ul>
312284
* @public
313285
*/
314286
export class GeoMapsClient extends __Client<

clients/client-geo-maps/src/commands/GetGlyphsCommand.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ export type GetGlyphsCommandOutputType = Omit<GetGlyphsResponse, "Blob"> & {
3636
export interface GetGlyphsCommandOutput extends GetGlyphsCommandOutputType, __MetadataBearer {}
3737

3838
/**
39-
* <p>
40-
* <code>GetGlyphs</code> returns the map's glyphs.</p>
39+
* <p> <code>GetGlyphs</code> returns the map's glyphs.</p>
4140
* @example
4241
* Use a bare-bones client and the command you need to make an API call.
4342
* ```javascript

clients/client-geo-maps/src/commands/GetSpritesCommand.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ export type GetSpritesCommandOutputType = Omit<GetSpritesResponse, "Blob"> & {
3636
export interface GetSpritesCommandOutput extends GetSpritesCommandOutputType, __MetadataBearer {}
3737

3838
/**
39-
* <p>
40-
* <code>GetSprites</code> returns the map's sprites.</p>
39+
* <p> <code>GetSprites</code> returns the map's sprites.</p>
4140
* @example
4241
* Use a bare-bones client and the command you need to make an API call.
4342
* ```javascript

clients/client-geo-maps/src/commands/GetStaticMapCommand.ts

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ export type GetStaticMapCommandOutputType = Omit<GetStaticMapResponse, "Blob"> &
3636
export interface GetStaticMapCommandOutput extends GetStaticMapCommandOutputType, __MetadataBearer {}
3737

3838
/**
39-
* <p>
40-
* <code>GetStaticMap</code> provides high-quality static map images with customizable
41-
* options. You can modify the map's appearance and overlay additional information. It's an
42-
* ideal solution for applications requiring tailored static map snapshots.</p>
39+
* <p> <code>GetStaticMap</code> provides high-quality static map images with customizable options. You can modify the map's appearance and overlay additional information. It's an ideal solution for applications requiring tailored static map snapshots.</p>
4340
* @example
4441
* Use a bare-bones client and the command you need to make an API call.
4542
* ```javascript
@@ -87,12 +84,10 @@ export interface GetStaticMapCommandOutput extends GetStaticMapCommandOutputType
8784
* @see {@link GeoMapsClientResolvedConfig | config} for GeoMapsClient's `config` shape.
8885
*
8986
* @throws {@link AccessDeniedException} (client fault)
90-
* <p>The request was denied because of insufficient access or permissions. Check with an
91-
* administrator to verify your permissions.</p>
87+
* <p>The request was denied because of insufficient access or permissions. Check with an administrator to verify your permissions.</p>
9288
*
9389
* @throws {@link InternalServerException} (server fault)
94-
* <p>The request processing has failed because of an unknown error, exception or
95-
* failure.</p>
90+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
9691
*
9792
* @throws {@link ThrottlingException} (client fault)
9893
* <p>The request was denied due to request throttling.</p>

clients/client-geo-maps/src/commands/GetStyleDescriptorCommand.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ export type GetStyleDescriptorCommandOutputType = Omit<GetStyleDescriptorRespons
4040
export interface GetStyleDescriptorCommandOutput extends GetStyleDescriptorCommandOutputType, __MetadataBearer {}
4141

4242
/**
43-
* <p>
44-
* <code>GetStyleDescriptor</code> returns information about the style.</p>
43+
* <p> <code>GetStyleDescriptor</code> returns information about the style.</p>
4544
* @example
4645
* Use a bare-bones client and the command you need to make an API call.
4746
* ```javascript

clients/client-geo-maps/src/commands/GetTileCommand.ts

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ export type GetTileCommandOutputType = Omit<GetTileResponse, "Blob"> & {
3636
export interface GetTileCommandOutput extends GetTileCommandOutputType, __MetadataBearer {}
3737

3838
/**
39-
* <p>
40-
* <code>GetTile</code> returns a tile. Map tiles are used by clients to render a map.
41-
* they're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom)
42-
* level.</p>
39+
* <p> <code>GetTile</code> returns a tile. Map tiles are used by clients to render a map. they're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level.</p>
4340
* @example
4441
* Use a bare-bones client and the command you need to make an API call.
4542
* ```javascript
@@ -72,12 +69,13 @@ export interface GetTileCommandOutput extends GetTileCommandOutputType, __Metada
7269
* @see {@link GeoMapsClientResolvedConfig | config} for GeoMapsClient's `config` shape.
7370
*
7471
* @throws {@link AccessDeniedException} (client fault)
75-
* <p>The request was denied because of insufficient access or permissions. Check with an
76-
* administrator to verify your permissions.</p>
72+
* <p>The request was denied because of insufficient access or permissions. Check with an administrator to verify your permissions.</p>
7773
*
7874
* @throws {@link InternalServerException} (server fault)
79-
* <p>The request processing has failed because of an unknown error, exception or
80-
* failure.</p>
75+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
76+
*
77+
* @throws {@link ResourceNotFoundException} (client fault)
78+
* <p>Exception thrown when the associated resource could not be found.</p>
8179
*
8280
* @throws {@link ThrottlingException} (client fault)
8381
* <p>The request was denied due to request throttling.</p>

clients/client-geo-maps/src/index.ts

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,7 @@
11
// smithy-typescript generated code
22
/* eslint-disable */
33
/**
4-
* <p> Integrate high-quality base map data into your applications using <a href="https://maplibre.org">MapLibre</a>. Capabilities include: </p>
5-
* <ul>
6-
* <li>
7-
* <p>Access to comprehensive base map data, allowing you to tailor the map display to
8-
* your specific needs.</p>
9-
* </li>
10-
* <li>
11-
* <p>Multiple pre-designed map styles suited for various application types, such as
12-
* navigation, logistics, or data visualization.</p>
13-
* </li>
14-
* <li>
15-
* <p>Generation of static map images for scenarios where interactive maps aren't
16-
* suitable, such as:</p>
17-
* <ul>
18-
* <li>
19-
* <p>Embedding in emails or documents</p>
20-
* </li>
21-
* <li>
22-
* <p>Displaying in low-bandwidth environments</p>
23-
* </li>
24-
* <li>
25-
* <p>Creating printable maps</p>
26-
* </li>
27-
* <li>
28-
* <p>Enhancing application performance by reducing client-side rendering</p>
29-
* </li>
30-
* </ul>
31-
* </li>
32-
* </ul>
4+
* <p> Integrate high-quality base map data into your applications using <a href="https://maplibre.org">MapLibre</a>. Capabilities include: </p> <ul> <li> <p>Access to comprehensive base map data, allowing you to tailor the map display to your specific needs.</p> </li> <li> <p>Multiple pre-designed map styles suited for various application types, such as navigation, logistics, or data visualization.</p> </li> <li> <p>Generation of static map images for scenarios where interactive maps aren't suitable, such as:</p> <ul> <li> <p>Embedding in emails or documents</p> </li> <li> <p>Displaying in low-bandwidth environments</p> </li> <li> <p>Creating printable maps</p> </li> <li> <p>Enhancing application performance by reducing client-side rendering</p> </li> </ul> </li> </ul>
335
*
346
* @packageDocumentation
357
*/

0 commit comments

Comments
 (0)