@aws-sdk/client-sagemaker-geospatial 3.306.0 → 3.310.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 (43) hide show
  1. package/dist-cjs/commands/DeleteEarthObservationJobCommand.js +2 -2
  2. package/dist-cjs/commands/DeleteVectorEnrichmentJobCommand.js +2 -2
  3. package/dist-cjs/commands/ExportEarthObservationJobCommand.js +2 -2
  4. package/dist-cjs/commands/ExportVectorEnrichmentJobCommand.js +2 -2
  5. package/dist-cjs/commands/GetEarthObservationJobCommand.js +2 -2
  6. package/dist-cjs/commands/GetRasterDataCollectionCommand.js +2 -2
  7. package/dist-cjs/commands/GetTileCommand.js +2 -2
  8. package/dist-cjs/commands/GetVectorEnrichmentJobCommand.js +2 -2
  9. package/dist-cjs/commands/ListEarthObservationJobsCommand.js +2 -2
  10. package/dist-cjs/commands/ListRasterDataCollectionsCommand.js +2 -2
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  12. package/dist-cjs/commands/ListVectorEnrichmentJobsCommand.js +2 -2
  13. package/dist-cjs/commands/SearchRasterDataCollectionCommand.js +2 -2
  14. package/dist-cjs/commands/StartEarthObservationJobCommand.js +2 -2
  15. package/dist-cjs/commands/StartVectorEnrichmentJobCommand.js +2 -2
  16. package/dist-cjs/commands/StopEarthObservationJobCommand.js +2 -2
  17. package/dist-cjs/commands/StopVectorEnrichmentJobCommand.js +2 -2
  18. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  19. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  20. package/dist-cjs/protocols/Aws_restJson1.js +522 -604
  21. package/dist-es/commands/DeleteEarthObservationJobCommand.js +3 -3
  22. package/dist-es/commands/DeleteVectorEnrichmentJobCommand.js +3 -3
  23. package/dist-es/commands/ExportEarthObservationJobCommand.js +3 -3
  24. package/dist-es/commands/ExportVectorEnrichmentJobCommand.js +3 -3
  25. package/dist-es/commands/GetEarthObservationJobCommand.js +3 -3
  26. package/dist-es/commands/GetRasterDataCollectionCommand.js +3 -3
  27. package/dist-es/commands/GetTileCommand.js +3 -3
  28. package/dist-es/commands/GetVectorEnrichmentJobCommand.js +3 -3
  29. package/dist-es/commands/ListEarthObservationJobsCommand.js +3 -3
  30. package/dist-es/commands/ListRasterDataCollectionsCommand.js +3 -3
  31. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  32. package/dist-es/commands/ListVectorEnrichmentJobsCommand.js +3 -3
  33. package/dist-es/commands/SearchRasterDataCollectionCommand.js +3 -3
  34. package/dist-es/commands/StartEarthObservationJobCommand.js +3 -3
  35. package/dist-es/commands/StartVectorEnrichmentJobCommand.js +3 -3
  36. package/dist-es/commands/StopEarthObservationJobCommand.js +3 -3
  37. package/dist-es/commands/StopVectorEnrichmentJobCommand.js +3 -3
  38. package/dist-es/commands/TagResourceCommand.js +3 -3
  39. package/dist-es/commands/UntagResourceCommand.js +3 -3
  40. package/dist-es/protocols/Aws_restJson1.js +483 -565
  41. package/dist-types/protocols/Aws_restJson1.d.ts +152 -38
  42. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +38 -38
  43. package/package.json +37 -37
@@ -19,41 +19,155 @@ import { StopEarthObservationJobCommandInput, StopEarthObservationJobCommandOutp
19
19
  import { StopVectorEnrichmentJobCommandInput, StopVectorEnrichmentJobCommandOutput } from "../commands/StopVectorEnrichmentJobCommand";
20
20
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
21
21
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
22
- export declare const serializeAws_restJson1DeleteEarthObservationJobCommand: (input: DeleteEarthObservationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- export declare const serializeAws_restJson1DeleteVectorEnrichmentJobCommand: (input: DeleteVectorEnrichmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- export declare const serializeAws_restJson1ExportEarthObservationJobCommand: (input: ExportEarthObservationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const serializeAws_restJson1ExportVectorEnrichmentJobCommand: (input: ExportVectorEnrichmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_restJson1GetEarthObservationJobCommand: (input: GetEarthObservationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_restJson1GetRasterDataCollectionCommand: (input: GetRasterDataCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_restJson1GetTileCommand: (input: GetTileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_restJson1GetVectorEnrichmentJobCommand: (input: GetVectorEnrichmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_restJson1ListEarthObservationJobsCommand: (input: ListEarthObservationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_restJson1ListRasterDataCollectionsCommand: (input: ListRasterDataCollectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1ListVectorEnrichmentJobsCommand: (input: ListVectorEnrichmentJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1SearchRasterDataCollectionCommand: (input: SearchRasterDataCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1StartEarthObservationJobCommand: (input: StartEarthObservationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1StartVectorEnrichmentJobCommand: (input: StartVectorEnrichmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1StopEarthObservationJobCommand: (input: StopEarthObservationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1StopVectorEnrichmentJobCommand: (input: StopVectorEnrichmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const deserializeAws_restJson1DeleteEarthObservationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEarthObservationJobCommandOutput>;
42
- export declare const deserializeAws_restJson1DeleteVectorEnrichmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVectorEnrichmentJobCommandOutput>;
43
- export declare const deserializeAws_restJson1ExportEarthObservationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportEarthObservationJobCommandOutput>;
44
- export declare const deserializeAws_restJson1ExportVectorEnrichmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportVectorEnrichmentJobCommandOutput>;
45
- export declare const deserializeAws_restJson1GetEarthObservationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEarthObservationJobCommandOutput>;
46
- export declare const deserializeAws_restJson1GetRasterDataCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRasterDataCollectionCommandOutput>;
47
- export declare const deserializeAws_restJson1GetTileCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<GetTileCommandOutput>;
48
- export declare const deserializeAws_restJson1GetVectorEnrichmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVectorEnrichmentJobCommandOutput>;
49
- export declare const deserializeAws_restJson1ListEarthObservationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEarthObservationJobsCommandOutput>;
50
- export declare const deserializeAws_restJson1ListRasterDataCollectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRasterDataCollectionsCommandOutput>;
51
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
52
- export declare const deserializeAws_restJson1ListVectorEnrichmentJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVectorEnrichmentJobsCommandOutput>;
53
- export declare const deserializeAws_restJson1SearchRasterDataCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchRasterDataCollectionCommandOutput>;
54
- export declare const deserializeAws_restJson1StartEarthObservationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEarthObservationJobCommandOutput>;
55
- export declare const deserializeAws_restJson1StartVectorEnrichmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartVectorEnrichmentJobCommandOutput>;
56
- export declare const deserializeAws_restJson1StopEarthObservationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEarthObservationJobCommandOutput>;
57
- export declare const deserializeAws_restJson1StopVectorEnrichmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopVectorEnrichmentJobCommandOutput>;
58
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
59
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
22
+ /**
23
+ * serializeAws_restJson1DeleteEarthObservationJobCommand
24
+ */
25
+ export declare const se_DeleteEarthObservationJobCommand: (input: DeleteEarthObservationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
+ /**
27
+ * serializeAws_restJson1DeleteVectorEnrichmentJobCommand
28
+ */
29
+ export declare const se_DeleteVectorEnrichmentJobCommand: (input: DeleteVectorEnrichmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
+ /**
31
+ * serializeAws_restJson1ExportEarthObservationJobCommand
32
+ */
33
+ export declare const se_ExportEarthObservationJobCommand: (input: ExportEarthObservationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
+ /**
35
+ * serializeAws_restJson1ExportVectorEnrichmentJobCommand
36
+ */
37
+ export declare const se_ExportVectorEnrichmentJobCommand: (input: ExportVectorEnrichmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
+ /**
39
+ * serializeAws_restJson1GetEarthObservationJobCommand
40
+ */
41
+ export declare const se_GetEarthObservationJobCommand: (input: GetEarthObservationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ /**
43
+ * serializeAws_restJson1GetRasterDataCollectionCommand
44
+ */
45
+ export declare const se_GetRasterDataCollectionCommand: (input: GetRasterDataCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ /**
47
+ * serializeAws_restJson1GetTileCommand
48
+ */
49
+ export declare const se_GetTileCommand: (input: GetTileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ /**
51
+ * serializeAws_restJson1GetVectorEnrichmentJobCommand
52
+ */
53
+ export declare const se_GetVectorEnrichmentJobCommand: (input: GetVectorEnrichmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_restJson1ListEarthObservationJobsCommand
56
+ */
57
+ export declare const se_ListEarthObservationJobsCommand: (input: ListEarthObservationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_restJson1ListRasterDataCollectionsCommand
60
+ */
61
+ export declare const se_ListRasterDataCollectionsCommand: (input: ListRasterDataCollectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_restJson1ListTagsForResourceCommand
64
+ */
65
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_restJson1ListVectorEnrichmentJobsCommand
68
+ */
69
+ export declare const se_ListVectorEnrichmentJobsCommand: (input: ListVectorEnrichmentJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_restJson1SearchRasterDataCollectionCommand
72
+ */
73
+ export declare const se_SearchRasterDataCollectionCommand: (input: SearchRasterDataCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_restJson1StartEarthObservationJobCommand
76
+ */
77
+ export declare const se_StartEarthObservationJobCommand: (input: StartEarthObservationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_restJson1StartVectorEnrichmentJobCommand
80
+ */
81
+ export declare const se_StartVectorEnrichmentJobCommand: (input: StartVectorEnrichmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_restJson1StopEarthObservationJobCommand
84
+ */
85
+ export declare const se_StopEarthObservationJobCommand: (input: StopEarthObservationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_restJson1StopVectorEnrichmentJobCommand
88
+ */
89
+ export declare const se_StopVectorEnrichmentJobCommand: (input: StopVectorEnrichmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ /**
91
+ * serializeAws_restJson1TagResourceCommand
92
+ */
93
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_restJson1UntagResourceCommand
96
+ */
97
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * deserializeAws_restJson1DeleteEarthObservationJobCommand
100
+ */
101
+ export declare const de_DeleteEarthObservationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEarthObservationJobCommandOutput>;
102
+ /**
103
+ * deserializeAws_restJson1DeleteVectorEnrichmentJobCommand
104
+ */
105
+ export declare const de_DeleteVectorEnrichmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVectorEnrichmentJobCommandOutput>;
106
+ /**
107
+ * deserializeAws_restJson1ExportEarthObservationJobCommand
108
+ */
109
+ export declare const de_ExportEarthObservationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportEarthObservationJobCommandOutput>;
110
+ /**
111
+ * deserializeAws_restJson1ExportVectorEnrichmentJobCommand
112
+ */
113
+ export declare const de_ExportVectorEnrichmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportVectorEnrichmentJobCommandOutput>;
114
+ /**
115
+ * deserializeAws_restJson1GetEarthObservationJobCommand
116
+ */
117
+ export declare const de_GetEarthObservationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEarthObservationJobCommandOutput>;
118
+ /**
119
+ * deserializeAws_restJson1GetRasterDataCollectionCommand
120
+ */
121
+ export declare const de_GetRasterDataCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRasterDataCollectionCommandOutput>;
122
+ /**
123
+ * deserializeAws_restJson1GetTileCommand
124
+ */
125
+ export declare const de_GetTileCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<GetTileCommandOutput>;
126
+ /**
127
+ * deserializeAws_restJson1GetVectorEnrichmentJobCommand
128
+ */
129
+ export declare const de_GetVectorEnrichmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVectorEnrichmentJobCommandOutput>;
130
+ /**
131
+ * deserializeAws_restJson1ListEarthObservationJobsCommand
132
+ */
133
+ export declare const de_ListEarthObservationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEarthObservationJobsCommandOutput>;
134
+ /**
135
+ * deserializeAws_restJson1ListRasterDataCollectionsCommand
136
+ */
137
+ export declare const de_ListRasterDataCollectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRasterDataCollectionsCommandOutput>;
138
+ /**
139
+ * deserializeAws_restJson1ListTagsForResourceCommand
140
+ */
141
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
142
+ /**
143
+ * deserializeAws_restJson1ListVectorEnrichmentJobsCommand
144
+ */
145
+ export declare const de_ListVectorEnrichmentJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVectorEnrichmentJobsCommandOutput>;
146
+ /**
147
+ * deserializeAws_restJson1SearchRasterDataCollectionCommand
148
+ */
149
+ export declare const de_SearchRasterDataCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchRasterDataCollectionCommandOutput>;
150
+ /**
151
+ * deserializeAws_restJson1StartEarthObservationJobCommand
152
+ */
153
+ export declare const de_StartEarthObservationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEarthObservationJobCommandOutput>;
154
+ /**
155
+ * deserializeAws_restJson1StartVectorEnrichmentJobCommand
156
+ */
157
+ export declare const de_StartVectorEnrichmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartVectorEnrichmentJobCommandOutput>;
158
+ /**
159
+ * deserializeAws_restJson1StopEarthObservationJobCommand
160
+ */
161
+ export declare const de_StopEarthObservationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEarthObservationJobCommandOutput>;
162
+ /**
163
+ * deserializeAws_restJson1StopVectorEnrichmentJobCommand
164
+ */
165
+ export declare const de_StopVectorEnrichmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopVectorEnrichmentJobCommandOutput>;
166
+ /**
167
+ * deserializeAws_restJson1TagResourceCommand
168
+ */
169
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
170
+ /**
171
+ * deserializeAws_restJson1UntagResourceCommand
172
+ */
173
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
@@ -82,155 +82,155 @@ import {
82
82
  UntagResourceCommandInput,
83
83
  UntagResourceCommandOutput,
84
84
  } from "../commands/UntagResourceCommand";
85
- export declare const serializeAws_restJson1DeleteEarthObservationJobCommand: (
85
+ export declare const se_DeleteEarthObservationJobCommand: (
86
86
  input: DeleteEarthObservationJobCommandInput,
87
87
  context: __SerdeContext
88
88
  ) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1DeleteVectorEnrichmentJobCommand: (
89
+ export declare const se_DeleteVectorEnrichmentJobCommand: (
90
90
  input: DeleteVectorEnrichmentJobCommandInput,
91
91
  context: __SerdeContext
92
92
  ) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1ExportEarthObservationJobCommand: (
93
+ export declare const se_ExportEarthObservationJobCommand: (
94
94
  input: ExportEarthObservationJobCommandInput,
95
95
  context: __SerdeContext
96
96
  ) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1ExportVectorEnrichmentJobCommand: (
97
+ export declare const se_ExportVectorEnrichmentJobCommand: (
98
98
  input: ExportVectorEnrichmentJobCommandInput,
99
99
  context: __SerdeContext
100
100
  ) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1GetEarthObservationJobCommand: (
101
+ export declare const se_GetEarthObservationJobCommand: (
102
102
  input: GetEarthObservationJobCommandInput,
103
103
  context: __SerdeContext
104
104
  ) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restJson1GetRasterDataCollectionCommand: (
105
+ export declare const se_GetRasterDataCollectionCommand: (
106
106
  input: GetRasterDataCollectionCommandInput,
107
107
  context: __SerdeContext
108
108
  ) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restJson1GetTileCommand: (
109
+ export declare const se_GetTileCommand: (
110
110
  input: GetTileCommandInput,
111
111
  context: __SerdeContext
112
112
  ) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1GetVectorEnrichmentJobCommand: (
113
+ export declare const se_GetVectorEnrichmentJobCommand: (
114
114
  input: GetVectorEnrichmentJobCommandInput,
115
115
  context: __SerdeContext
116
116
  ) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restJson1ListEarthObservationJobsCommand: (
117
+ export declare const se_ListEarthObservationJobsCommand: (
118
118
  input: ListEarthObservationJobsCommandInput,
119
119
  context: __SerdeContext
120
120
  ) => Promise<__HttpRequest>;
121
- export declare const serializeAws_restJson1ListRasterDataCollectionsCommand: (
121
+ export declare const se_ListRasterDataCollectionsCommand: (
122
122
  input: ListRasterDataCollectionsCommandInput,
123
123
  context: __SerdeContext
124
124
  ) => Promise<__HttpRequest>;
125
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
125
+ export declare const se_ListTagsForResourceCommand: (
126
126
  input: ListTagsForResourceCommandInput,
127
127
  context: __SerdeContext
128
128
  ) => Promise<__HttpRequest>;
129
- export declare const serializeAws_restJson1ListVectorEnrichmentJobsCommand: (
129
+ export declare const se_ListVectorEnrichmentJobsCommand: (
130
130
  input: ListVectorEnrichmentJobsCommandInput,
131
131
  context: __SerdeContext
132
132
  ) => Promise<__HttpRequest>;
133
- export declare const serializeAws_restJson1SearchRasterDataCollectionCommand: (
133
+ export declare const se_SearchRasterDataCollectionCommand: (
134
134
  input: SearchRasterDataCollectionCommandInput,
135
135
  context: __SerdeContext
136
136
  ) => Promise<__HttpRequest>;
137
- export declare const serializeAws_restJson1StartEarthObservationJobCommand: (
137
+ export declare const se_StartEarthObservationJobCommand: (
138
138
  input: StartEarthObservationJobCommandInput,
139
139
  context: __SerdeContext
140
140
  ) => Promise<__HttpRequest>;
141
- export declare const serializeAws_restJson1StartVectorEnrichmentJobCommand: (
141
+ export declare const se_StartVectorEnrichmentJobCommand: (
142
142
  input: StartVectorEnrichmentJobCommandInput,
143
143
  context: __SerdeContext
144
144
  ) => Promise<__HttpRequest>;
145
- export declare const serializeAws_restJson1StopEarthObservationJobCommand: (
145
+ export declare const se_StopEarthObservationJobCommand: (
146
146
  input: StopEarthObservationJobCommandInput,
147
147
  context: __SerdeContext
148
148
  ) => Promise<__HttpRequest>;
149
- export declare const serializeAws_restJson1StopVectorEnrichmentJobCommand: (
149
+ export declare const se_StopVectorEnrichmentJobCommand: (
150
150
  input: StopVectorEnrichmentJobCommandInput,
151
151
  context: __SerdeContext
152
152
  ) => Promise<__HttpRequest>;
153
- export declare const serializeAws_restJson1TagResourceCommand: (
153
+ export declare const se_TagResourceCommand: (
154
154
  input: TagResourceCommandInput,
155
155
  context: __SerdeContext
156
156
  ) => Promise<__HttpRequest>;
157
- export declare const serializeAws_restJson1UntagResourceCommand: (
157
+ export declare const se_UntagResourceCommand: (
158
158
  input: UntagResourceCommandInput,
159
159
  context: __SerdeContext
160
160
  ) => Promise<__HttpRequest>;
161
- export declare const deserializeAws_restJson1DeleteEarthObservationJobCommand: (
161
+ export declare const de_DeleteEarthObservationJobCommand: (
162
162
  output: __HttpResponse,
163
163
  context: __SerdeContext
164
164
  ) => Promise<DeleteEarthObservationJobCommandOutput>;
165
- export declare const deserializeAws_restJson1DeleteVectorEnrichmentJobCommand: (
165
+ export declare const de_DeleteVectorEnrichmentJobCommand: (
166
166
  output: __HttpResponse,
167
167
  context: __SerdeContext
168
168
  ) => Promise<DeleteVectorEnrichmentJobCommandOutput>;
169
- export declare const deserializeAws_restJson1ExportEarthObservationJobCommand: (
169
+ export declare const de_ExportEarthObservationJobCommand: (
170
170
  output: __HttpResponse,
171
171
  context: __SerdeContext
172
172
  ) => Promise<ExportEarthObservationJobCommandOutput>;
173
- export declare const deserializeAws_restJson1ExportVectorEnrichmentJobCommand: (
173
+ export declare const de_ExportVectorEnrichmentJobCommand: (
174
174
  output: __HttpResponse,
175
175
  context: __SerdeContext
176
176
  ) => Promise<ExportVectorEnrichmentJobCommandOutput>;
177
- export declare const deserializeAws_restJson1GetEarthObservationJobCommand: (
177
+ export declare const de_GetEarthObservationJobCommand: (
178
178
  output: __HttpResponse,
179
179
  context: __SerdeContext
180
180
  ) => Promise<GetEarthObservationJobCommandOutput>;
181
- export declare const deserializeAws_restJson1GetRasterDataCollectionCommand: (
181
+ export declare const de_GetRasterDataCollectionCommand: (
182
182
  output: __HttpResponse,
183
183
  context: __SerdeContext
184
184
  ) => Promise<GetRasterDataCollectionCommandOutput>;
185
- export declare const deserializeAws_restJson1GetTileCommand: (
185
+ export declare const de_GetTileCommand: (
186
186
  output: __HttpResponse,
187
187
  context: __SerdeContext & __SdkStreamSerdeContext
188
188
  ) => Promise<GetTileCommandOutput>;
189
- export declare const deserializeAws_restJson1GetVectorEnrichmentJobCommand: (
189
+ export declare const de_GetVectorEnrichmentJobCommand: (
190
190
  output: __HttpResponse,
191
191
  context: __SerdeContext
192
192
  ) => Promise<GetVectorEnrichmentJobCommandOutput>;
193
- export declare const deserializeAws_restJson1ListEarthObservationJobsCommand: (
193
+ export declare const de_ListEarthObservationJobsCommand: (
194
194
  output: __HttpResponse,
195
195
  context: __SerdeContext
196
196
  ) => Promise<ListEarthObservationJobsCommandOutput>;
197
- export declare const deserializeAws_restJson1ListRasterDataCollectionsCommand: (
197
+ export declare const de_ListRasterDataCollectionsCommand: (
198
198
  output: __HttpResponse,
199
199
  context: __SerdeContext
200
200
  ) => Promise<ListRasterDataCollectionsCommandOutput>;
201
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
201
+ export declare const de_ListTagsForResourceCommand: (
202
202
  output: __HttpResponse,
203
203
  context: __SerdeContext
204
204
  ) => Promise<ListTagsForResourceCommandOutput>;
205
- export declare const deserializeAws_restJson1ListVectorEnrichmentJobsCommand: (
205
+ export declare const de_ListVectorEnrichmentJobsCommand: (
206
206
  output: __HttpResponse,
207
207
  context: __SerdeContext
208
208
  ) => Promise<ListVectorEnrichmentJobsCommandOutput>;
209
- export declare const deserializeAws_restJson1SearchRasterDataCollectionCommand: (
209
+ export declare const de_SearchRasterDataCollectionCommand: (
210
210
  output: __HttpResponse,
211
211
  context: __SerdeContext
212
212
  ) => Promise<SearchRasterDataCollectionCommandOutput>;
213
- export declare const deserializeAws_restJson1StartEarthObservationJobCommand: (
213
+ export declare const de_StartEarthObservationJobCommand: (
214
214
  output: __HttpResponse,
215
215
  context: __SerdeContext
216
216
  ) => Promise<StartEarthObservationJobCommandOutput>;
217
- export declare const deserializeAws_restJson1StartVectorEnrichmentJobCommand: (
217
+ export declare const de_StartVectorEnrichmentJobCommand: (
218
218
  output: __HttpResponse,
219
219
  context: __SerdeContext
220
220
  ) => Promise<StartVectorEnrichmentJobCommandOutput>;
221
- export declare const deserializeAws_restJson1StopEarthObservationJobCommand: (
221
+ export declare const de_StopEarthObservationJobCommand: (
222
222
  output: __HttpResponse,
223
223
  context: __SerdeContext
224
224
  ) => Promise<StopEarthObservationJobCommandOutput>;
225
- export declare const deserializeAws_restJson1StopVectorEnrichmentJobCommand: (
225
+ export declare const de_StopVectorEnrichmentJobCommand: (
226
226
  output: __HttpResponse,
227
227
  context: __SerdeContext
228
228
  ) => Promise<StopVectorEnrichmentJobCommandOutput>;
229
- export declare const deserializeAws_restJson1TagResourceCommand: (
229
+ export declare const de_TagResourceCommand: (
230
230
  output: __HttpResponse,
231
231
  context: __SerdeContext
232
232
  ) => Promise<TagResourceCommandOutput>;
233
- export declare const deserializeAws_restJson1UntagResourceCommand: (
233
+ export declare const de_UntagResourceCommand: (
234
234
  output: __HttpResponse,
235
235
  context: __SerdeContext
236
236
  ) => Promise<UntagResourceCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker-geospatial",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Geospatial Client for Node.js, Browser and React Native",
4
- "version": "3.306.0",
4
+ "version": "3.310.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,45 +21,45 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.306.0",
25
- "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
27
- "@aws-sdk/fetch-http-handler": "3.306.0",
28
- "@aws-sdk/hash-node": "3.306.0",
29
- "@aws-sdk/invalid-dependency": "3.306.0",
30
- "@aws-sdk/middleware-content-length": "3.306.0",
31
- "@aws-sdk/middleware-endpoint": "3.306.0",
32
- "@aws-sdk/middleware-host-header": "3.306.0",
33
- "@aws-sdk/middleware-logger": "3.306.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
- "@aws-sdk/middleware-retry": "3.306.0",
36
- "@aws-sdk/middleware-serde": "3.306.0",
37
- "@aws-sdk/middleware-signing": "3.306.0",
38
- "@aws-sdk/middleware-stack": "3.306.0",
39
- "@aws-sdk/middleware-user-agent": "3.306.0",
40
- "@aws-sdk/node-config-provider": "3.306.0",
41
- "@aws-sdk/node-http-handler": "3.306.0",
42
- "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
44
- "@aws-sdk/types": "3.306.0",
45
- "@aws-sdk/url-parser": "3.306.0",
46
- "@aws-sdk/util-base64": "3.303.0",
47
- "@aws-sdk/util-body-length-browser": "3.303.0",
48
- "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
51
- "@aws-sdk/util-endpoints": "3.306.0",
52
- "@aws-sdk/util-retry": "3.306.0",
53
- "@aws-sdk/util-stream-browser": "3.306.0",
54
- "@aws-sdk/util-stream-node": "3.306.0",
55
- "@aws-sdk/util-user-agent-browser": "3.306.0",
56
- "@aws-sdk/util-user-agent-node": "3.306.0",
57
- "@aws-sdk/util-utf8": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.310.0",
25
+ "@aws-sdk/config-resolver": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.310.0",
27
+ "@aws-sdk/fetch-http-handler": "3.310.0",
28
+ "@aws-sdk/hash-node": "3.310.0",
29
+ "@aws-sdk/invalid-dependency": "3.310.0",
30
+ "@aws-sdk/middleware-content-length": "3.310.0",
31
+ "@aws-sdk/middleware-endpoint": "3.310.0",
32
+ "@aws-sdk/middleware-host-header": "3.310.0",
33
+ "@aws-sdk/middleware-logger": "3.310.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
+ "@aws-sdk/middleware-retry": "3.310.0",
36
+ "@aws-sdk/middleware-serde": "3.310.0",
37
+ "@aws-sdk/middleware-signing": "3.310.0",
38
+ "@aws-sdk/middleware-stack": "3.310.0",
39
+ "@aws-sdk/middleware-user-agent": "3.310.0",
40
+ "@aws-sdk/node-config-provider": "3.310.0",
41
+ "@aws-sdk/node-http-handler": "3.310.0",
42
+ "@aws-sdk/protocol-http": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.310.0",
44
+ "@aws-sdk/types": "3.310.0",
45
+ "@aws-sdk/url-parser": "3.310.0",
46
+ "@aws-sdk/util-base64": "3.310.0",
47
+ "@aws-sdk/util-body-length-browser": "3.310.0",
48
+ "@aws-sdk/util-body-length-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.310.0",
52
+ "@aws-sdk/util-retry": "3.310.0",
53
+ "@aws-sdk/util-stream-browser": "3.310.0",
54
+ "@aws-sdk/util-stream-node": "3.310.0",
55
+ "@aws-sdk/util-user-agent-browser": "3.310.0",
56
+ "@aws-sdk/util-user-agent-node": "3.310.0",
57
+ "@aws-sdk/util-utf8": "3.310.0",
58
58
  "tslib": "^2.5.0",
59
59
  "uuid": "^8.3.2"
60
60
  },
61
61
  "devDependencies": {
62
- "@aws-sdk/service-client-documentation-generator": "3.303.0",
62
+ "@aws-sdk/service-client-documentation-generator": "3.310.0",
63
63
  "@tsconfig/node14": "1.0.3",
64
64
  "@types/node": "^14.14.31",
65
65
  "@types/uuid": "^8.3.0",
@@ -80,7 +80,7 @@
80
80
  }
81
81
  },
82
82
  "files": [
83
- "dist-*"
83
+ "dist-*/**"
84
84
  ],
85
85
  "author": {
86
86
  "name": "AWS SDK for JavaScript Team",