@aws-sdk/client-sagemaker-geospatial 3.775.0 → 3.777.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.
- package/dist-types/commands/DeleteEarthObservationJobCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVectorEnrichmentJobCommand.d.ts +1 -0
- package/dist-types/commands/ExportEarthObservationJobCommand.d.ts +1 -0
- package/dist-types/commands/ExportVectorEnrichmentJobCommand.d.ts +1 -0
- package/dist-types/commands/GetEarthObservationJobCommand.d.ts +1 -0
- package/dist-types/commands/GetRasterDataCollectionCommand.d.ts +1 -0
- package/dist-types/commands/GetTileCommand.d.ts +6 -0
- package/dist-types/commands/GetVectorEnrichmentJobCommand.d.ts +1 -0
- package/dist-types/commands/ListEarthObservationJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListRasterDataCollectionsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListVectorEnrichmentJobsCommand.d.ts +1 -0
- package/dist-types/commands/SearchRasterDataCollectionCommand.d.ts +1 -0
- package/dist-types/commands/StartEarthObservationJobCommand.d.ts +1 -0
- package/dist-types/commands/StartVectorEnrichmentJobCommand.d.ts +1 -0
- package/dist-types/commands/StopEarthObservationJobCommand.d.ts +1 -0
- package/dist-types/commands/StopVectorEnrichmentJobCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -70,6 +70,7 @@ declare const DeleteEarthObservationJobCommand_base: {
|
|
|
70
70
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteEarthObservationJobCommand extends DeleteEarthObservationJobCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteVectorEnrichmentJobCommand_base: {
|
|
|
70
70
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteVectorEnrichmentJobCommand extends DeleteVectorEnrichmentJobCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const ExportEarthObservationJobCommand_base: {
|
|
|
94
94
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class ExportEarthObservationJobCommand extends ExportEarthObservationJobCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const ExportVectorEnrichmentJobCommand_base: {
|
|
|
92
92
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ExportVectorEnrichmentJobCommand extends ExportVectorEnrichmentJobCommand_base {
|
|
@@ -237,6 +237,7 @@ declare const GetEarthObservationJobCommand_base: {
|
|
|
237
237
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
238
238
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
239
239
|
*
|
|
240
|
+
*
|
|
240
241
|
* @public
|
|
241
242
|
*/
|
|
242
243
|
export declare class GetEarthObservationJobCommand extends GetEarthObservationJobCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const GetRasterDataCollectionCommand_base: {
|
|
|
87
87
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class GetRasterDataCollectionCommand extends GetRasterDataCollectionCommand_base {
|
|
@@ -53,6 +53,11 @@ declare const GetTileCommand_base: {
|
|
|
53
53
|
* };
|
|
54
54
|
* const command = new GetTileCommand(input);
|
|
55
55
|
* const response = await client.send(command);
|
|
56
|
+
* // consume or destroy the stream to free the socket.
|
|
57
|
+
* const bytes = await response.BinaryFile.transformToByteArray();
|
|
58
|
+
* // const str = await response.BinaryFile.transformToString();
|
|
59
|
+
* // response.BinaryFile.destroy(); // only applicable to Node.js Readable streams.
|
|
60
|
+
*
|
|
56
61
|
* // { // GetTileOutput
|
|
57
62
|
* // BinaryFile: "<SdkStream>", // see \@smithy/types -> StreamingBlobPayloadOutputTypes
|
|
58
63
|
* // };
|
|
@@ -83,6 +88,7 @@ declare const GetTileCommand_base: {
|
|
|
83
88
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
84
89
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
85
90
|
*
|
|
91
|
+
*
|
|
86
92
|
* @public
|
|
87
93
|
*/
|
|
88
94
|
export declare class GetTileCommand extends GetTileCommand_base {
|
|
@@ -109,6 +109,7 @@ declare const GetVectorEnrichmentJobCommand_base: {
|
|
|
109
109
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
111
111
|
*
|
|
112
|
+
*
|
|
112
113
|
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class GetVectorEnrichmentJobCommand extends GetVectorEnrichmentJobCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const ListEarthObservationJobsCommand_base: {
|
|
|
86
86
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListEarthObservationJobsCommand extends ListEarthObservationJobsCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const ListRasterDataCollectionsCommand_base: {
|
|
|
90
90
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class ListRasterDataCollectionsCommand extends ListRasterDataCollectionsCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
71
71
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const ListVectorEnrichmentJobsCommand_base: {
|
|
|
86
86
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListVectorEnrichmentJobsCommand extends ListVectorEnrichmentJobsCommand_base {
|
|
@@ -166,6 +166,7 @@ declare const SearchRasterDataCollectionCommand_base: {
|
|
|
166
166
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
167
167
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
168
168
|
*
|
|
169
|
+
*
|
|
169
170
|
* @public
|
|
170
171
|
*/
|
|
171
172
|
export declare class SearchRasterDataCollectionCommand extends SearchRasterDataCollectionCommand_base {
|
|
@@ -365,6 +365,7 @@ declare const StartEarthObservationJobCommand_base: {
|
|
|
365
365
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
366
366
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
367
367
|
*
|
|
368
|
+
*
|
|
368
369
|
* @public
|
|
369
370
|
*/
|
|
370
371
|
export declare class StartEarthObservationJobCommand extends StartEarthObservationJobCommand_base {
|
|
@@ -133,6 +133,7 @@ declare const StartVectorEnrichmentJobCommand_base: {
|
|
|
133
133
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
134
134
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
135
135
|
*
|
|
136
|
+
*
|
|
136
137
|
* @public
|
|
137
138
|
*/
|
|
138
139
|
export declare class StartVectorEnrichmentJobCommand extends StartVectorEnrichmentJobCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const StopEarthObservationJobCommand_base: {
|
|
|
70
70
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class StopEarthObservationJobCommand extends StopEarthObservationJobCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const StopVectorEnrichmentJobCommand_base: {
|
|
|
70
70
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class StopVectorEnrichmentJobCommand extends StopVectorEnrichmentJobCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const TagResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const UntagResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link SageMakerGeospatialServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
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.
|
|
4
|
+
"version": "3.777.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|