@aws-sdk/client-geo-maps 3.928.0 → 3.930.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,47 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { GetGlyphsCommandInput, GetGlyphsCommandOutput } from "../commands/GetGlyphsCommand";
4
- import { GetSpritesCommandInput, GetSpritesCommandOutput } from "../commands/GetSpritesCommand";
5
- import { GetStaticMapCommandInput, GetStaticMapCommandOutput } from "../commands/GetStaticMapCommand";
6
- import { GetStyleDescriptorCommandInput, GetStyleDescriptorCommandOutput } from "../commands/GetStyleDescriptorCommand";
7
- import { GetTileCommandInput, GetTileCommandOutput } from "../commands/GetTileCommand";
8
- /**
9
- * serializeAws_restJson1GetGlyphsCommand
10
- */
11
- export declare const se_GetGlyphsCommand: (input: GetGlyphsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
12
- /**
13
- * serializeAws_restJson1GetSpritesCommand
14
- */
15
- export declare const se_GetSpritesCommand: (input: GetSpritesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
16
- /**
17
- * serializeAws_restJson1GetStaticMapCommand
18
- */
19
- export declare const se_GetStaticMapCommand: (input: GetStaticMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
- /**
21
- * serializeAws_restJson1GetStyleDescriptorCommand
22
- */
23
- export declare const se_GetStyleDescriptorCommand: (input: GetStyleDescriptorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- /**
25
- * serializeAws_restJson1GetTileCommand
26
- */
27
- export declare const se_GetTileCommand: (input: GetTileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- /**
29
- * deserializeAws_restJson1GetGlyphsCommand
30
- */
31
- export declare const de_GetGlyphsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGlyphsCommandOutput>;
32
- /**
33
- * deserializeAws_restJson1GetSpritesCommand
34
- */
35
- export declare const de_GetSpritesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSpritesCommandOutput>;
36
- /**
37
- * deserializeAws_restJson1GetStaticMapCommand
38
- */
39
- export declare const de_GetStaticMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStaticMapCommandOutput>;
40
- /**
41
- * deserializeAws_restJson1GetStyleDescriptorCommand
42
- */
43
- export declare const de_GetStyleDescriptorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStyleDescriptorCommandOutput>;
44
- /**
45
- * deserializeAws_restJson1GetTileCommand
46
- */
47
- export declare const de_GetTileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTileCommandOutput>;
@@ -1,65 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- GetGlyphsCommandInput,
8
- GetGlyphsCommandOutput,
9
- } from "../commands/GetGlyphsCommand";
10
- import {
11
- GetSpritesCommandInput,
12
- GetSpritesCommandOutput,
13
- } from "../commands/GetSpritesCommand";
14
- import {
15
- GetStaticMapCommandInput,
16
- GetStaticMapCommandOutput,
17
- } from "../commands/GetStaticMapCommand";
18
- import {
19
- GetStyleDescriptorCommandInput,
20
- GetStyleDescriptorCommandOutput,
21
- } from "../commands/GetStyleDescriptorCommand";
22
- import {
23
- GetTileCommandInput,
24
- GetTileCommandOutput,
25
- } from "../commands/GetTileCommand";
26
- export declare const se_GetGlyphsCommand: (
27
- input: GetGlyphsCommandInput,
28
- context: __SerdeContext
29
- ) => Promise<__HttpRequest>;
30
- export declare const se_GetSpritesCommand: (
31
- input: GetSpritesCommandInput,
32
- context: __SerdeContext
33
- ) => Promise<__HttpRequest>;
34
- export declare const se_GetStaticMapCommand: (
35
- input: GetStaticMapCommandInput,
36
- context: __SerdeContext
37
- ) => Promise<__HttpRequest>;
38
- export declare const se_GetStyleDescriptorCommand: (
39
- input: GetStyleDescriptorCommandInput,
40
- context: __SerdeContext
41
- ) => Promise<__HttpRequest>;
42
- export declare const se_GetTileCommand: (
43
- input: GetTileCommandInput,
44
- context: __SerdeContext
45
- ) => Promise<__HttpRequest>;
46
- export declare const de_GetGlyphsCommand: (
47
- output: __HttpResponse,
48
- context: __SerdeContext
49
- ) => Promise<GetGlyphsCommandOutput>;
50
- export declare const de_GetSpritesCommand: (
51
- output: __HttpResponse,
52
- context: __SerdeContext
53
- ) => Promise<GetSpritesCommandOutput>;
54
- export declare const de_GetStaticMapCommand: (
55
- output: __HttpResponse,
56
- context: __SerdeContext
57
- ) => Promise<GetStaticMapCommandOutput>;
58
- export declare const de_GetStyleDescriptorCommand: (
59
- output: __HttpResponse,
60
- context: __SerdeContext
61
- ) => Promise<GetStyleDescriptorCommandOutput>;
62
- export declare const de_GetTileCommand: (
63
- output: __HttpResponse,
64
- context: __SerdeContext
65
- ) => Promise<GetTileCommandOutput>;