@aws-sdk/client-sagemaker-geospatial 3.478.0 → 3.484.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-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-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/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/package.json +11 -11
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class TagResourceCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "SageMakerGeospatialClient";
|
|
26
|
-
const commandName = "TagResourceCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "SageMakerGeospatial",
|
|
35
|
-
operation: "TagResource",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_TagResourceCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_TagResourceCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class TagResourceCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SageMakerGeospatial", "TagResource", {})
|
|
19
|
+
.n("SageMakerGeospatialClient", "TagResourceCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_TagResourceCommand)
|
|
22
|
+
.de(de_TagResourceCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UntagResourceCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "SageMakerGeospatialClient";
|
|
26
|
-
const commandName = "UntagResourceCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "SageMakerGeospatial",
|
|
35
|
-
operation: "UntagResource",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_UntagResourceCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UntagResourceCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UntagResourceCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SageMakerGeospatial", "UntagResource", {})
|
|
19
|
+
.n("SageMakerGeospatialClient", "UntagResourceCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UntagResourceCommand)
|
|
22
|
+
.de(de_UntagResourceCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
|
|
|
6
6
|
defaultSigningName: "sagemaker-geospatial",
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
+
export const commonParams = {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
@@ -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 { DeleteEarthObservationJobInput, DeleteEarthObservationJobOutput } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteEarthObservationJobCommandInput extends DeleteEarthObserv
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteEarthObservationJobCommandOutput extends DeleteEarthObservationJobOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteEarthObservationJobCommand_base: {
|
|
24
|
+
new (input: DeleteEarthObservationJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEarthObservationJobCommandInput, DeleteEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Use this operation to delete an Earth Observation job.</p>
|
|
@@ -67,23 +70,5 @@ export interface DeleteEarthObservationJobCommandOutput extends DeleteEarthObser
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class DeleteEarthObservationJobCommand extends
|
|
71
|
-
readonly input: DeleteEarthObservationJobCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: DeleteEarthObservationJobCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEarthObservationJobCommandInput, DeleteEarthObservationJobCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class DeleteEarthObservationJobCommand extends DeleteEarthObservationJobCommand_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 { DeleteVectorEnrichmentJobInput, DeleteVectorEnrichmentJobOutput } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteVectorEnrichmentJobCommandInput extends DeleteVectorEnric
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteVectorEnrichmentJobCommandOutput extends DeleteVectorEnrichmentJobOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteVectorEnrichmentJobCommand_base: {
|
|
24
|
+
new (input: DeleteVectorEnrichmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVectorEnrichmentJobCommandInput, DeleteVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Use this operation to delete a Vector Enrichment job.</p>
|
|
@@ -67,23 +70,5 @@ export interface DeleteVectorEnrichmentJobCommandOutput extends DeleteVectorEnri
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class DeleteVectorEnrichmentJobCommand extends
|
|
71
|
-
readonly input: DeleteVectorEnrichmentJobCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: DeleteVectorEnrichmentJobCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVectorEnrichmentJobCommandInput, DeleteVectorEnrichmentJobCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class DeleteVectorEnrichmentJobCommand extends DeleteVectorEnrichmentJobCommand_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 { ExportEarthObservationJobInput, ExportEarthObservationJobOutput } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ExportEarthObservationJobCommandInput extends ExportEarthObserv
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ExportEarthObservationJobCommandOutput extends ExportEarthObservationJobOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ExportEarthObservationJobCommand_base: {
|
|
24
|
+
new (input: ExportEarthObservationJobCommandInput): import("@smithy/smithy-client").CommandImpl<ExportEarthObservationJobCommandInput, ExportEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Use this operation to export results of an Earth Observation job and optionally source images used as input to the EOJ to an Amazon S3 location.</p>
|
|
@@ -91,23 +94,5 @@ export interface ExportEarthObservationJobCommandOutput extends ExportEarthObser
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class ExportEarthObservationJobCommand extends
|
|
95
|
-
readonly input: ExportEarthObservationJobCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: ExportEarthObservationJobCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportEarthObservationJobCommandInput, ExportEarthObservationJobCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class ExportEarthObservationJobCommand extends ExportEarthObservationJobCommand_base {
|
|
113
98
|
}
|
|
@@ -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 { ExportVectorEnrichmentJobInput, ExportVectorEnrichmentJobOutput } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ExportVectorEnrichmentJobCommandInput extends ExportVectorEnric
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ExportVectorEnrichmentJobCommandOutput extends ExportVectorEnrichmentJobOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ExportVectorEnrichmentJobCommand_base: {
|
|
24
|
+
new (input: ExportVectorEnrichmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<ExportVectorEnrichmentJobCommandInput, ExportVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Use this operation to copy results of a Vector Enrichment job to an Amazon S3 location.</p>
|
|
@@ -89,23 +92,5 @@ export interface ExportVectorEnrichmentJobCommandOutput extends ExportVectorEnri
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class ExportVectorEnrichmentJobCommand extends
|
|
93
|
-
readonly input: ExportVectorEnrichmentJobCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: ExportVectorEnrichmentJobCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportVectorEnrichmentJobCommandInput, ExportVectorEnrichmentJobCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class ExportVectorEnrichmentJobCommand extends ExportVectorEnrichmentJobCommand_base {
|
|
111
96
|
}
|
|
@@ -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 { GetEarthObservationJobInput, GetEarthObservationJobOutput } from "../models/models_0";
|
|
5
4
|
import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEarthObservationJobCommandInput extends GetEarthObservationJ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEarthObservationJobCommandOutput extends GetEarthObservationJobOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEarthObservationJobCommand_base: {
|
|
24
|
+
new (input: GetEarthObservationJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetEarthObservationJobCommandInput, GetEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get the details for a previously initiated Earth Observation job.</p>
|
|
@@ -234,23 +237,5 @@ export interface GetEarthObservationJobCommandOutput extends GetEarthObservation
|
|
|
234
237
|
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
235
238
|
*
|
|
236
239
|
*/
|
|
237
|
-
export declare class GetEarthObservationJobCommand extends
|
|
238
|
-
readonly input: GetEarthObservationJobCommandInput;
|
|
239
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
240
|
-
/**
|
|
241
|
-
* @public
|
|
242
|
-
*/
|
|
243
|
-
constructor(input: GetEarthObservationJobCommandInput);
|
|
244
|
-
/**
|
|
245
|
-
* @internal
|
|
246
|
-
*/
|
|
247
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEarthObservationJobCommandInput, GetEarthObservationJobCommandOutput>;
|
|
248
|
-
/**
|
|
249
|
-
* @internal
|
|
250
|
-
*/
|
|
251
|
-
private serialize;
|
|
252
|
-
/**
|
|
253
|
-
* @internal
|
|
254
|
-
*/
|
|
255
|
-
private deserialize;
|
|
240
|
+
export declare class GetEarthObservationJobCommand extends GetEarthObservationJobCommand_base {
|
|
256
241
|
}
|
|
@@ -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
|
}
|