@aws-sdk/client-sagemaker-geospatial 3.477.0 → 3.481.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-cjs/commands/DeleteEarthObservationJobCommand.js +18 -41
- package/dist-cjs/commands/DeleteVectorEnrichmentJobCommand.js +18 -41
- package/dist-cjs/commands/ExportEarthObservationJobCommand.js +18 -41
- package/dist-cjs/commands/ExportVectorEnrichmentJobCommand.js +18 -41
- package/dist-cjs/commands/GetEarthObservationJobCommand.js +18 -41
- package/dist-cjs/commands/GetRasterDataCollectionCommand.js +18 -41
- package/dist-cjs/commands/GetTileCommand.js +18 -41
- package/dist-cjs/commands/GetVectorEnrichmentJobCommand.js +18 -41
- package/dist-cjs/commands/ListEarthObservationJobsCommand.js +18 -41
- package/dist-cjs/commands/ListRasterDataCollectionsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListVectorEnrichmentJobsCommand.js +18 -41
- package/dist-cjs/commands/SearchRasterDataCollectionCommand.js +18 -41
- package/dist-cjs/commands/StartEarthObservationJobCommand.js +18 -41
- package/dist-cjs/commands/StartVectorEnrichmentJobCommand.js +18 -41
- package/dist-cjs/commands/StopEarthObservationJobCommand.js +18 -41
- package/dist-cjs/commands/StopVectorEnrichmentJobCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListEarthObservationJobsPaginator.js +2 -23
- package/dist-cjs/pagination/ListRasterDataCollectionsPaginator.js +2 -23
- package/dist-cjs/pagination/ListVectorEnrichmentJobsPaginator.js +2 -23
- package/dist-cjs/pagination/SearchRasterDataCollectionPaginator.js +2 -23
- package/dist-es/commands/DeleteEarthObservationJobCommand.js +18 -41
- package/dist-es/commands/DeleteVectorEnrichmentJobCommand.js +18 -41
- package/dist-es/commands/ExportEarthObservationJobCommand.js +18 -41
- package/dist-es/commands/ExportVectorEnrichmentJobCommand.js +18 -41
- package/dist-es/commands/GetEarthObservationJobCommand.js +18 -41
- package/dist-es/commands/GetRasterDataCollectionCommand.js +18 -41
- package/dist-es/commands/GetTileCommand.js +18 -41
- package/dist-es/commands/GetVectorEnrichmentJobCommand.js +18 -41
- package/dist-es/commands/ListEarthObservationJobsCommand.js +18 -41
- package/dist-es/commands/ListRasterDataCollectionsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListVectorEnrichmentJobsCommand.js +18 -41
- package/dist-es/commands/SearchRasterDataCollectionCommand.js +18 -41
- package/dist-es/commands/StartEarthObservationJobCommand.js +18 -41
- package/dist-es/commands/StartVectorEnrichmentJobCommand.js +18 -41
- package/dist-es/commands/StopEarthObservationJobCommand.js +18 -41
- package/dist-es/commands/StopVectorEnrichmentJobCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListEarthObservationJobsPaginator.js +2 -22
- package/dist-es/pagination/ListRasterDataCollectionsPaginator.js +2 -22
- package/dist-es/pagination/ListVectorEnrichmentJobsPaginator.js +2 -22
- package/dist-es/pagination/SearchRasterDataCollectionPaginator.js +2 -22
- package/dist-types/commands/DeleteEarthObservationJobCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVectorEnrichmentJobCommand.d.ts +6 -21
- package/dist-types/commands/ExportEarthObservationJobCommand.d.ts +6 -21
- package/dist-types/commands/ExportVectorEnrichmentJobCommand.d.ts +6 -21
- package/dist-types/commands/GetEarthObservationJobCommand.d.ts +6 -21
- package/dist-types/commands/GetRasterDataCollectionCommand.d.ts +6 -21
- package/dist-types/commands/GetTileCommand.d.ts +6 -21
- package/dist-types/commands/GetVectorEnrichmentJobCommand.d.ts +6 -21
- package/dist-types/commands/ListEarthObservationJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListRasterDataCollectionsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListVectorEnrichmentJobsCommand.d.ts +6 -21
- package/dist-types/commands/SearchRasterDataCollectionCommand.d.ts +6 -21
- package/dist-types/commands/StartEarthObservationJobCommand.d.ts +6 -21
- package/dist-types/commands/StartVectorEnrichmentJobCommand.d.ts +6 -21
- package/dist-types/commands/StopEarthObservationJobCommand.d.ts +6 -21
- package/dist-types/commands/StopVectorEnrichmentJobCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListEarthObservationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRasterDataCollectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVectorEnrichmentJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchRasterDataCollectionPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEarthObservationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteVectorEnrichmentJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ExportEarthObservationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ExportVectorEnrichmentJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetEarthObservationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetRasterDataCollectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTileCommand.d.ts +11 -20
- package/dist-types/ts3.4/commands/GetVectorEnrichmentJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListEarthObservationJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListRasterDataCollectionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVectorEnrichmentJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SearchRasterDataCollectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartEarthObservationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartVectorEnrichmentJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopEarthObservationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopVectorEnrichmentJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListEarthObservationJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRasterDataCollectionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListVectorEnrichmentJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchRasterDataCollectionPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetRasterDataCollectionInput, GetRasterDataCollectionOutput } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetRasterDataCollectionCommandInput extends GetRasterDataCollec
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetRasterDataCollectionCommandOutput extends GetRasterDataCollectionOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetRasterDataCollectionCommand_base: {
|
|
24
|
+
new (input: GetRasterDataCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetRasterDataCollectionCommandInput, GetRasterDataCollectionCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Use this operation to get details of a specific raster data collection.</p>
|
|
@@ -84,23 +87,5 @@ export interface GetRasterDataCollectionCommandOutput extends GetRasterDataColle
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class GetRasterDataCollectionCommand extends
|
|
88
|
-
readonly input: GetRasterDataCollectionCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: GetRasterDataCollectionCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRasterDataCollectionCommandInput, GetRasterDataCollectionCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class GetRasterDataCollectionCommand extends GetRasterDataCollectionCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
4
3
|
import { GetTileInput, GetTileOutput } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -22,6 +21,10 @@ export interface GetTileCommandInput extends GetTileInput {
|
|
|
22
21
|
export interface GetTileCommandOutput extends Omit<GetTileOutput, "BinaryFile">, __MetadataBearer {
|
|
23
22
|
BinaryFile?: StreamingBlobPayloadOutputTypes;
|
|
24
23
|
}
|
|
24
|
+
declare const GetTileCommand_base: {
|
|
25
|
+
new (input: GetTileCommandInput): import("@smithy/smithy-client").CommandImpl<GetTileCommandInput, GetTileCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
25
28
|
/**
|
|
26
29
|
* @public
|
|
27
30
|
* <p>Gets a web mercator tile for the given Earth Observation job.</p>
|
|
@@ -80,23 +83,5 @@ export interface GetTileCommandOutput extends Omit<GetTileOutput, "BinaryFile">,
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class GetTileCommand extends
|
|
84
|
-
readonly input: GetTileCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: GetTileCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTileCommandInput, GetTileCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class GetTileCommand extends GetTileCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetVectorEnrichmentJobInput, GetVectorEnrichmentJobOutput } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetVectorEnrichmentJobCommandInput extends GetVectorEnrichmentJ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetVectorEnrichmentJobCommandOutput extends GetVectorEnrichmentJobOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetVectorEnrichmentJobCommand_base: {
|
|
24
|
+
new (input: GetVectorEnrichmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetVectorEnrichmentJobCommandInput, GetVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves details of a Vector Enrichment Job for a given job Amazon Resource Name (ARN).</p>
|
|
@@ -106,23 +109,5 @@ export interface GetVectorEnrichmentJobCommandOutput extends GetVectorEnrichment
|
|
|
106
109
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
107
110
|
*
|
|
108
111
|
*/
|
|
109
|
-
export declare class GetVectorEnrichmentJobCommand extends
|
|
110
|
-
readonly input: GetVectorEnrichmentJobCommandInput;
|
|
111
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
112
|
-
/**
|
|
113
|
-
* @public
|
|
114
|
-
*/
|
|
115
|
-
constructor(input: GetVectorEnrichmentJobCommandInput);
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVectorEnrichmentJobCommandInput, GetVectorEnrichmentJobCommandOutput>;
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
private serialize;
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
private deserialize;
|
|
112
|
+
export declare class GetVectorEnrichmentJobCommand extends GetVectorEnrichmentJobCommand_base {
|
|
128
113
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListEarthObservationJobInput, ListEarthObservationJobOutput } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListEarthObservationJobsCommandInput extends ListEarthObservati
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListEarthObservationJobsCommandOutput extends ListEarthObservationJobOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListEarthObservationJobsCommand_base: {
|
|
24
|
+
new (input: ListEarthObservationJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEarthObservationJobsCommandInput, ListEarthObservationJobsCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Use this operation to get a list of the Earth Observation jobs associated with the calling Amazon Web Services account.</p>
|
|
@@ -83,23 +86,5 @@ export interface ListEarthObservationJobsCommandOutput extends ListEarthObservat
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class ListEarthObservationJobsCommand extends
|
|
87
|
-
readonly input: ListEarthObservationJobsCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: ListEarthObservationJobsCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEarthObservationJobsCommandInput, ListEarthObservationJobsCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class ListEarthObservationJobsCommand extends ListEarthObservationJobsCommand_base {
|
|
105
90
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListRasterDataCollectionsInput, ListRasterDataCollectionsOutput } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListRasterDataCollectionsCommandInput extends ListRasterDataCol
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListRasterDataCollectionsCommandOutput extends ListRasterDataCollectionsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListRasterDataCollectionsCommand_base: {
|
|
24
|
+
new (input: ListRasterDataCollectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRasterDataCollectionsCommandInput, ListRasterDataCollectionsCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Use this operation to get raster data collections.</p>
|
|
@@ -87,23 +90,5 @@ export interface ListRasterDataCollectionsCommandOutput extends ListRasterDataCo
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class ListRasterDataCollectionsCommand extends
|
|
91
|
-
readonly input: ListRasterDataCollectionsCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: ListRasterDataCollectionsCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRasterDataCollectionsCommandInput, ListRasterDataCollectionsCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class ListRasterDataCollectionsCommand extends ListRasterDataCollectionsCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the tags attached to the resource.</p>
|
|
@@ -68,23 +71,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class ListTagsForResourceCommand extends
|
|
72
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListVectorEnrichmentJobInput, ListVectorEnrichmentJobOutput } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListVectorEnrichmentJobsCommandInput extends ListVectorEnrichme
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListVectorEnrichmentJobsCommandOutput extends ListVectorEnrichmentJobOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListVectorEnrichmentJobsCommand_base: {
|
|
24
|
+
new (input: ListVectorEnrichmentJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVectorEnrichmentJobsCommandInput, ListVectorEnrichmentJobsCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of vector enrichment jobs.</p>
|
|
@@ -83,23 +86,5 @@ export interface ListVectorEnrichmentJobsCommandOutput extends ListVectorEnrichm
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class ListVectorEnrichmentJobsCommand extends
|
|
87
|
-
readonly input: ListVectorEnrichmentJobsCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: ListVectorEnrichmentJobsCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVectorEnrichmentJobsCommandInput, ListVectorEnrichmentJobsCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class ListVectorEnrichmentJobsCommand extends ListVectorEnrichmentJobsCommand_base {
|
|
105
90
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { SearchRasterDataCollectionInput, SearchRasterDataCollectionOutput } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SearchRasterDataCollectionCommandInput extends SearchRasterData
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SearchRasterDataCollectionCommandOutput extends SearchRasterDataCollectionOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SearchRasterDataCollectionCommand_base: {
|
|
24
|
+
new (input: SearchRasterDataCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<SearchRasterDataCollectionCommandInput, SearchRasterDataCollectionCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching the selected filters.</p>
|
|
@@ -163,23 +166,5 @@ export interface SearchRasterDataCollectionCommandOutput extends SearchRasterDat
|
|
|
163
166
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
164
167
|
*
|
|
165
168
|
*/
|
|
166
|
-
export declare class SearchRasterDataCollectionCommand extends
|
|
167
|
-
readonly input: SearchRasterDataCollectionCommandInput;
|
|
168
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
169
|
-
/**
|
|
170
|
-
* @public
|
|
171
|
-
*/
|
|
172
|
-
constructor(input: SearchRasterDataCollectionCommandInput);
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchRasterDataCollectionCommandInput, SearchRasterDataCollectionCommandOutput>;
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
|
-
private serialize;
|
|
181
|
-
/**
|
|
182
|
-
* @internal
|
|
183
|
-
*/
|
|
184
|
-
private deserialize;
|
|
169
|
+
export declare class SearchRasterDataCollectionCommand extends SearchRasterDataCollectionCommand_base {
|
|
185
170
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { StartEarthObservationJobInput, StartEarthObservationJobOutput } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartEarthObservationJobCommandInput extends StartEarthObservat
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartEarthObservationJobCommandOutput extends StartEarthObservationJobOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartEarthObservationJobCommand_base: {
|
|
24
|
+
new (input: StartEarthObservationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartEarthObservationJobCommandInput, StartEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Use this operation to create an Earth observation job.</p>
|
|
@@ -362,23 +365,5 @@ export interface StartEarthObservationJobCommandOutput extends StartEarthObserva
|
|
|
362
365
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
363
366
|
*
|
|
364
367
|
*/
|
|
365
|
-
export declare class StartEarthObservationJobCommand extends
|
|
366
|
-
readonly input: StartEarthObservationJobCommandInput;
|
|
367
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
368
|
-
/**
|
|
369
|
-
* @public
|
|
370
|
-
*/
|
|
371
|
-
constructor(input: StartEarthObservationJobCommandInput);
|
|
372
|
-
/**
|
|
373
|
-
* @internal
|
|
374
|
-
*/
|
|
375
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartEarthObservationJobCommandInput, StartEarthObservationJobCommandOutput>;
|
|
376
|
-
/**
|
|
377
|
-
* @internal
|
|
378
|
-
*/
|
|
379
|
-
private serialize;
|
|
380
|
-
/**
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
|
-
private deserialize;
|
|
368
|
+
export declare class StartEarthObservationJobCommand extends StartEarthObservationJobCommand_base {
|
|
384
369
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { StartVectorEnrichmentJobInput, StartVectorEnrichmentJobOutput } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartVectorEnrichmentJobCommandInput extends StartVectorEnrichm
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartVectorEnrichmentJobCommandOutput extends StartVectorEnrichmentJobOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartVectorEnrichmentJobCommand_base: {
|
|
24
|
+
new (input: StartVectorEnrichmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartVectorEnrichmentJobCommandInput, StartVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a Vector Enrichment job for the supplied job type. Currently, there are two supported job types: reverse geocoding and map matching.</p>
|
|
@@ -130,23 +133,5 @@ export interface StartVectorEnrichmentJobCommandOutput extends StartVectorEnrich
|
|
|
130
133
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
131
134
|
*
|
|
132
135
|
*/
|
|
133
|
-
export declare class StartVectorEnrichmentJobCommand extends
|
|
134
|
-
readonly input: StartVectorEnrichmentJobCommandInput;
|
|
135
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
136
|
-
/**
|
|
137
|
-
* @public
|
|
138
|
-
*/
|
|
139
|
-
constructor(input: StartVectorEnrichmentJobCommandInput);
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartVectorEnrichmentJobCommandInput, StartVectorEnrichmentJobCommandOutput>;
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
|
-
private serialize;
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
private deserialize;
|
|
136
|
+
export declare class StartVectorEnrichmentJobCommand extends StartVectorEnrichmentJobCommand_base {
|
|
152
137
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { StopEarthObservationJobInput, StopEarthObservationJobOutput } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StopEarthObservationJobCommandInput extends StopEarthObservatio
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StopEarthObservationJobCommandOutput extends StopEarthObservationJobOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StopEarthObservationJobCommand_base: {
|
|
24
|
+
new (input: StopEarthObservationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopEarthObservationJobCommandInput, StopEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Use this operation to stop an existing earth observation job.</p>
|
|
@@ -67,23 +70,5 @@ export interface StopEarthObservationJobCommandOutput extends StopEarthObservati
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class StopEarthObservationJobCommand extends
|
|
71
|
-
readonly input: StopEarthObservationJobCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: StopEarthObservationJobCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopEarthObservationJobCommandInput, StopEarthObservationJobCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class StopEarthObservationJobCommand extends StopEarthObservationJobCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { StopVectorEnrichmentJobInput, StopVectorEnrichmentJobOutput } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StopVectorEnrichmentJobCommandInput extends StopVectorEnrichmen
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StopVectorEnrichmentJobCommandOutput extends StopVectorEnrichmentJobOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StopVectorEnrichmentJobCommand_base: {
|
|
24
|
+
new (input: StopVectorEnrichmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopVectorEnrichmentJobCommandInput, StopVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Stops the Vector Enrichment job for a given job ARN.</p>
|
|
@@ -67,23 +70,5 @@ export interface StopVectorEnrichmentJobCommandOutput extends StopVectorEnrichme
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class StopVectorEnrichmentJobCommand extends
|
|
71
|
-
readonly input: StopVectorEnrichmentJobCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: StopVectorEnrichmentJobCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopVectorEnrichmentJobCommandInput, StopVectorEnrichmentJobCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class StopVectorEnrichmentJobCommand extends StopVectorEnrichmentJobCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>The resource you want to tag.</p>
|
|
@@ -67,23 +70,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class TagResourceCommand extends
|
|
71
|
-
readonly input: TagResourceCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: TagResourceCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>The resource you want to untag.</p>
|
|
@@ -67,23 +70,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class UntagResourceCommand extends
|
|
71
|
-
readonly input: UntagResourceCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: UntagResourceCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
89
74
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -4,4 +4,4 @@ import { SageMakerGeospatialPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListEarthObservationJobs: (config: SageMakerGeospatialPaginationConfiguration, input: ListEarthObservationJobsCommandInput, ...rest: any[]) => Paginator<ListEarthObservationJobsCommandOutput>;
|