@aws-sdk/client-sagemaker-geospatial 3.651.1 → 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 (39) hide show
  1. package/dist-types/commands/DeleteEarthObservationJobCommand.d.ts +11 -0
  2. package/dist-types/commands/DeleteVectorEnrichmentJobCommand.d.ts +11 -0
  3. package/dist-types/commands/ExportEarthObservationJobCommand.d.ts +11 -0
  4. package/dist-types/commands/ExportVectorEnrichmentJobCommand.d.ts +11 -0
  5. package/dist-types/commands/GetEarthObservationJobCommand.d.ts +11 -0
  6. package/dist-types/commands/GetRasterDataCollectionCommand.d.ts +11 -0
  7. package/dist-types/commands/GetTileCommand.d.ts +11 -0
  8. package/dist-types/commands/GetVectorEnrichmentJobCommand.d.ts +11 -0
  9. package/dist-types/commands/ListEarthObservationJobsCommand.d.ts +11 -0
  10. package/dist-types/commands/ListRasterDataCollectionsCommand.d.ts +11 -0
  11. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  12. package/dist-types/commands/ListVectorEnrichmentJobsCommand.d.ts +11 -0
  13. package/dist-types/commands/SearchRasterDataCollectionCommand.d.ts +11 -0
  14. package/dist-types/commands/StartEarthObservationJobCommand.d.ts +11 -0
  15. package/dist-types/commands/StartVectorEnrichmentJobCommand.d.ts +11 -0
  16. package/dist-types/commands/StopEarthObservationJobCommand.d.ts +11 -0
  17. package/dist-types/commands/StopVectorEnrichmentJobCommand.d.ts +11 -0
  18. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  19. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  20. package/dist-types/ts3.4/commands/DeleteEarthObservationJobCommand.d.ts +12 -1
  21. package/dist-types/ts3.4/commands/DeleteVectorEnrichmentJobCommand.d.ts +12 -1
  22. package/dist-types/ts3.4/commands/ExportEarthObservationJobCommand.d.ts +12 -1
  23. package/dist-types/ts3.4/commands/ExportVectorEnrichmentJobCommand.d.ts +12 -1
  24. package/dist-types/ts3.4/commands/GetEarthObservationJobCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/GetRasterDataCollectionCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/GetTileCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/GetVectorEnrichmentJobCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/ListEarthObservationJobsCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/ListRasterDataCollectionsCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/ListVectorEnrichmentJobsCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/SearchRasterDataCollectionCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/StartEarthObservationJobCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/StartVectorEnrichmentJobCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/StopEarthObservationJobCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/StopVectorEnrichmentJobCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  39. package/package.json +36 -36
@@ -73,4 +73,15 @@ declare const DeleteEarthObservationJobCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteEarthObservationJobCommand extends DeleteEarthObservationJobCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteEarthObservationJobInput;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteEarthObservationJobCommandInput;
84
+ output: DeleteEarthObservationJobCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -73,4 +73,15 @@ declare const DeleteVectorEnrichmentJobCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteVectorEnrichmentJobCommand extends DeleteVectorEnrichmentJobCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteVectorEnrichmentJobInput;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteVectorEnrichmentJobCommandInput;
84
+ output: DeleteVectorEnrichmentJobCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -97,4 +97,15 @@ declare const ExportEarthObservationJobCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class ExportEarthObservationJobCommand extends ExportEarthObservationJobCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: ExportEarthObservationJobInput;
104
+ output: ExportEarthObservationJobOutput;
105
+ };
106
+ sdk: {
107
+ input: ExportEarthObservationJobCommandInput;
108
+ output: ExportEarthObservationJobCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -95,4 +95,15 @@ declare const ExportVectorEnrichmentJobCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class ExportVectorEnrichmentJobCommand extends ExportVectorEnrichmentJobCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: ExportVectorEnrichmentJobInput;
102
+ output: ExportVectorEnrichmentJobOutput;
103
+ };
104
+ sdk: {
105
+ input: ExportVectorEnrichmentJobCommandInput;
106
+ output: ExportVectorEnrichmentJobCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -240,4 +240,15 @@ declare const GetEarthObservationJobCommand_base: {
240
240
  * @public
241
241
  */
242
242
  export declare class GetEarthObservationJobCommand extends GetEarthObservationJobCommand_base {
243
+ /** @internal type navigation helper, not in runtime. */
244
+ protected static __types: {
245
+ api: {
246
+ input: GetEarthObservationJobInput;
247
+ output: GetEarthObservationJobOutput;
248
+ };
249
+ sdk: {
250
+ input: GetEarthObservationJobCommandInput;
251
+ output: GetEarthObservationJobCommandOutput;
252
+ };
253
+ };
243
254
  }
@@ -90,4 +90,15 @@ declare const GetRasterDataCollectionCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class GetRasterDataCollectionCommand extends GetRasterDataCollectionCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: GetRasterDataCollectionInput;
97
+ output: GetRasterDataCollectionOutput;
98
+ };
99
+ sdk: {
100
+ input: GetRasterDataCollectionCommandInput;
101
+ output: GetRasterDataCollectionCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -86,4 +86,15 @@ declare const GetTileCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class GetTileCommand extends GetTileCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: GetTileInput;
93
+ output: GetTileOutput;
94
+ };
95
+ sdk: {
96
+ input: GetTileCommandInput;
97
+ output: GetTileCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -112,4 +112,15 @@ declare const GetVectorEnrichmentJobCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class GetVectorEnrichmentJobCommand extends GetVectorEnrichmentJobCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: GetVectorEnrichmentJobInput;
119
+ output: GetVectorEnrichmentJobOutput;
120
+ };
121
+ sdk: {
122
+ input: GetVectorEnrichmentJobCommandInput;
123
+ output: GetVectorEnrichmentJobCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -89,4 +89,15 @@ declare const ListEarthObservationJobsCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class ListEarthObservationJobsCommand extends ListEarthObservationJobsCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: ListEarthObservationJobInput;
96
+ output: ListEarthObservationJobOutput;
97
+ };
98
+ sdk: {
99
+ input: ListEarthObservationJobsCommandInput;
100
+ output: ListEarthObservationJobsCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -93,4 +93,15 @@ declare const ListRasterDataCollectionsCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class ListRasterDataCollectionsCommand extends ListRasterDataCollectionsCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: ListRasterDataCollectionsInput;
100
+ output: ListRasterDataCollectionsOutput;
101
+ };
102
+ sdk: {
103
+ input: ListRasterDataCollectionsCommandInput;
104
+ output: ListRasterDataCollectionsCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -74,4 +74,15 @@ declare const ListTagsForResourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: ListTagsForResourceRequest;
81
+ output: ListTagsForResourceResponse;
82
+ };
83
+ sdk: {
84
+ input: ListTagsForResourceCommandInput;
85
+ output: ListTagsForResourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -89,4 +89,15 @@ declare const ListVectorEnrichmentJobsCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class ListVectorEnrichmentJobsCommand extends ListVectorEnrichmentJobsCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: ListVectorEnrichmentJobInput;
96
+ output: ListVectorEnrichmentJobOutput;
97
+ };
98
+ sdk: {
99
+ input: ListVectorEnrichmentJobsCommandInput;
100
+ output: ListVectorEnrichmentJobsCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -169,4 +169,15 @@ declare const SearchRasterDataCollectionCommand_base: {
169
169
  * @public
170
170
  */
171
171
  export declare class SearchRasterDataCollectionCommand extends SearchRasterDataCollectionCommand_base {
172
+ /** @internal type navigation helper, not in runtime. */
173
+ protected static __types: {
174
+ api: {
175
+ input: SearchRasterDataCollectionInput;
176
+ output: SearchRasterDataCollectionOutput;
177
+ };
178
+ sdk: {
179
+ input: SearchRasterDataCollectionCommandInput;
180
+ output: SearchRasterDataCollectionCommandOutput;
181
+ };
182
+ };
172
183
  }
@@ -368,4 +368,15 @@ declare const StartEarthObservationJobCommand_base: {
368
368
  * @public
369
369
  */
370
370
  export declare class StartEarthObservationJobCommand extends StartEarthObservationJobCommand_base {
371
+ /** @internal type navigation helper, not in runtime. */
372
+ protected static __types: {
373
+ api: {
374
+ input: StartEarthObservationJobInput;
375
+ output: StartEarthObservationJobOutput;
376
+ };
377
+ sdk: {
378
+ input: StartEarthObservationJobCommandInput;
379
+ output: StartEarthObservationJobCommandOutput;
380
+ };
381
+ };
371
382
  }
@@ -136,4 +136,15 @@ declare const StartVectorEnrichmentJobCommand_base: {
136
136
  * @public
137
137
  */
138
138
  export declare class StartVectorEnrichmentJobCommand extends StartVectorEnrichmentJobCommand_base {
139
+ /** @internal type navigation helper, not in runtime. */
140
+ protected static __types: {
141
+ api: {
142
+ input: StartVectorEnrichmentJobInput;
143
+ output: StartVectorEnrichmentJobOutput;
144
+ };
145
+ sdk: {
146
+ input: StartVectorEnrichmentJobCommandInput;
147
+ output: StartVectorEnrichmentJobCommandOutput;
148
+ };
149
+ };
139
150
  }
@@ -73,4 +73,15 @@ declare const StopEarthObservationJobCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class StopEarthObservationJobCommand extends StopEarthObservationJobCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: StopEarthObservationJobInput;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: StopEarthObservationJobCommandInput;
84
+ output: StopEarthObservationJobCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -73,4 +73,15 @@ declare const StopVectorEnrichmentJobCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class StopVectorEnrichmentJobCommand extends StopVectorEnrichmentJobCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: StopVectorEnrichmentJobInput;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: StopVectorEnrichmentJobCommandInput;
84
+ output: StopVectorEnrichmentJobCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -73,4 +73,15 @@ declare const TagResourceCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class TagResourceCommand extends TagResourceCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: TagResourceRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: TagResourceCommandInput;
84
+ output: TagResourceCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -73,4 +73,15 @@ declare const UntagResourceCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: UntagResourceRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: UntagResourceCommandInput;
84
+ output: UntagResourceCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -37,4 +37,15 @@ declare const DeleteEarthObservationJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteEarthObservationJobCommand extends DeleteEarthObservationJobCommand_base {}
40
+ export declare class DeleteEarthObservationJobCommand extends DeleteEarthObservationJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteEarthObservationJobInput;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteEarthObservationJobCommandInput;
48
+ output: DeleteEarthObservationJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteVectorEnrichmentJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteVectorEnrichmentJobCommand extends DeleteVectorEnrichmentJobCommand_base {}
40
+ export declare class DeleteVectorEnrichmentJobCommand extends DeleteVectorEnrichmentJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteVectorEnrichmentJobInput;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteVectorEnrichmentJobCommandInput;
48
+ output: DeleteVectorEnrichmentJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ExportEarthObservationJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ExportEarthObservationJobCommand extends ExportEarthObservationJobCommand_base {}
40
+ export declare class ExportEarthObservationJobCommand extends ExportEarthObservationJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ExportEarthObservationJobInput;
44
+ output: ExportEarthObservationJobOutput;
45
+ };
46
+ sdk: {
47
+ input: ExportEarthObservationJobCommandInput;
48
+ output: ExportEarthObservationJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ExportVectorEnrichmentJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ExportVectorEnrichmentJobCommand extends ExportVectorEnrichmentJobCommand_base {}
40
+ export declare class ExportVectorEnrichmentJobCommand extends ExportVectorEnrichmentJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ExportVectorEnrichmentJobInput;
44
+ output: ExportVectorEnrichmentJobOutput;
45
+ };
46
+ sdk: {
47
+ input: ExportVectorEnrichmentJobCommandInput;
48
+ output: ExportVectorEnrichmentJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetEarthObservationJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetEarthObservationJobCommand extends GetEarthObservationJobCommand_base {}
40
+ export declare class GetEarthObservationJobCommand extends GetEarthObservationJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetEarthObservationJobInput;
44
+ output: GetEarthObservationJobOutput;
45
+ };
46
+ sdk: {
47
+ input: GetEarthObservationJobCommandInput;
48
+ output: GetEarthObservationJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetRasterDataCollectionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetRasterDataCollectionCommand extends GetRasterDataCollectionCommand_base {}
40
+ export declare class GetRasterDataCollectionCommand extends GetRasterDataCollectionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetRasterDataCollectionInput;
44
+ output: GetRasterDataCollectionOutput;
45
+ };
46
+ sdk: {
47
+ input: GetRasterDataCollectionCommandInput;
48
+ output: GetRasterDataCollectionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -34,4 +34,15 @@ declare const GetTileCommand_base: {
34
34
  >;
35
35
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
36
  };
37
- export declare class GetTileCommand extends GetTileCommand_base {}
37
+ export declare class GetTileCommand extends GetTileCommand_base {
38
+ protected static __types: {
39
+ api: {
40
+ input: GetTileInput;
41
+ output: GetTileOutput;
42
+ };
43
+ sdk: {
44
+ input: GetTileCommandInput;
45
+ output: GetTileCommandOutput;
46
+ };
47
+ };
48
+ }
@@ -37,4 +37,15 @@ declare const GetVectorEnrichmentJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetVectorEnrichmentJobCommand extends GetVectorEnrichmentJobCommand_base {}
40
+ export declare class GetVectorEnrichmentJobCommand extends GetVectorEnrichmentJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetVectorEnrichmentJobInput;
44
+ output: GetVectorEnrichmentJobOutput;
45
+ };
46
+ sdk: {
47
+ input: GetVectorEnrichmentJobCommandInput;
48
+ output: GetVectorEnrichmentJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListEarthObservationJobsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListEarthObservationJobsCommand extends ListEarthObservationJobsCommand_base {}
40
+ export declare class ListEarthObservationJobsCommand extends ListEarthObservationJobsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListEarthObservationJobInput;
44
+ output: ListEarthObservationJobOutput;
45
+ };
46
+ sdk: {
47
+ input: ListEarthObservationJobsCommandInput;
48
+ output: ListEarthObservationJobsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListRasterDataCollectionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListRasterDataCollectionsCommand extends ListRasterDataCollectionsCommand_base {}
40
+ export declare class ListRasterDataCollectionsCommand extends ListRasterDataCollectionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRasterDataCollectionsInput;
44
+ output: ListRasterDataCollectionsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListRasterDataCollectionsCommandInput;
48
+ output: ListRasterDataCollectionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListVectorEnrichmentJobsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListVectorEnrichmentJobsCommand extends ListVectorEnrichmentJobsCommand_base {}
40
+ export declare class ListVectorEnrichmentJobsCommand extends ListVectorEnrichmentJobsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListVectorEnrichmentJobInput;
44
+ output: ListVectorEnrichmentJobOutput;
45
+ };
46
+ sdk: {
47
+ input: ListVectorEnrichmentJobsCommandInput;
48
+ output: ListVectorEnrichmentJobsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const SearchRasterDataCollectionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class SearchRasterDataCollectionCommand extends SearchRasterDataCollectionCommand_base {}
40
+ export declare class SearchRasterDataCollectionCommand extends SearchRasterDataCollectionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: SearchRasterDataCollectionInput;
44
+ output: SearchRasterDataCollectionOutput;
45
+ };
46
+ sdk: {
47
+ input: SearchRasterDataCollectionCommandInput;
48
+ output: SearchRasterDataCollectionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const StartEarthObservationJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StartEarthObservationJobCommand extends StartEarthObservationJobCommand_base {}
40
+ export declare class StartEarthObservationJobCommand extends StartEarthObservationJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartEarthObservationJobInput;
44
+ output: StartEarthObservationJobOutput;
45
+ };
46
+ sdk: {
47
+ input: StartEarthObservationJobCommandInput;
48
+ output: StartEarthObservationJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const StartVectorEnrichmentJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StartVectorEnrichmentJobCommand extends StartVectorEnrichmentJobCommand_base {}
40
+ export declare class StartVectorEnrichmentJobCommand extends StartVectorEnrichmentJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartVectorEnrichmentJobInput;
44
+ output: StartVectorEnrichmentJobOutput;
45
+ };
46
+ sdk: {
47
+ input: StartVectorEnrichmentJobCommandInput;
48
+ output: StartVectorEnrichmentJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const StopEarthObservationJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StopEarthObservationJobCommand extends StopEarthObservationJobCommand_base {}
40
+ export declare class StopEarthObservationJobCommand extends StopEarthObservationJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StopEarthObservationJobInput;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: StopEarthObservationJobCommandInput;
48
+ output: StopEarthObservationJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const StopVectorEnrichmentJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StopVectorEnrichmentJobCommand extends StopVectorEnrichmentJobCommand_base {}
40
+ export declare class StopVectorEnrichmentJobCommand extends StopVectorEnrichmentJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StopVectorEnrichmentJobInput;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: StopVectorEnrichmentJobCommandInput;
48
+ output: StopVectorEnrichmentJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
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.651.1",
4
+ "version": "3.654.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sagemaker-geospatial",
@@ -20,44 +20,44 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
60
- "@smithy/util-stream": "^3.1.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
+ "@smithy/util-stream": "^3.1.6",
61
61
  "@smithy/util-utf8": "^3.0.0",
62
62
  "tslib": "^2.6.2",
63
63
  "uuid": "^9.0.1"