@aws-sdk/client-sagemaker-geospatial 3.1077.0 → 3.1079.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/index.js +27 -193
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/DeleteEarthObservationJobCommand.js +2 -14
- package/dist-es/commands/DeleteVectorEnrichmentJobCommand.js +2 -14
- package/dist-es/commands/ExportEarthObservationJobCommand.js +2 -14
- package/dist-es/commands/ExportVectorEnrichmentJobCommand.js +2 -14
- package/dist-es/commands/GetEarthObservationJobCommand.js +2 -14
- package/dist-es/commands/GetRasterDataCollectionCommand.js +2 -14
- package/dist-es/commands/GetTileCommand.js +2 -14
- package/dist-es/commands/GetVectorEnrichmentJobCommand.js +2 -14
- package/dist-es/commands/ListEarthObservationJobsCommand.js +2 -14
- package/dist-es/commands/ListRasterDataCollectionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListVectorEnrichmentJobsCommand.js +2 -14
- package/dist-es/commands/SearchRasterDataCollectionCommand.js +2 -14
- package/dist-es/commands/StartEarthObservationJobCommand.js +2 -14
- package/dist-es/commands/StartVectorEnrichmentJobCommand.js +2 -14
- package/dist-es/commands/StopEarthObservationJobCommand.js +2 -14
- package/dist-es/commands/StopVectorEnrichmentJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/DeleteEarthObservationJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVectorEnrichmentJobCommand.d.ts +3 -8
- package/dist-types/commands/ExportEarthObservationJobCommand.d.ts +3 -8
- package/dist-types/commands/ExportVectorEnrichmentJobCommand.d.ts +3 -8
- package/dist-types/commands/GetEarthObservationJobCommand.d.ts +3 -8
- package/dist-types/commands/GetRasterDataCollectionCommand.d.ts +3 -8
- package/dist-types/commands/GetTileCommand.d.ts +3 -8
- package/dist-types/commands/GetVectorEnrichmentJobCommand.d.ts +3 -8
- package/dist-types/commands/ListEarthObservationJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListRasterDataCollectionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListVectorEnrichmentJobsCommand.d.ts +3 -8
- package/dist-types/commands/SearchRasterDataCollectionCommand.d.ts +3 -8
- package/dist-types/commands/StartEarthObservationJobCommand.d.ts +3 -8
- package/dist-types/commands/StartVectorEnrichmentJobCommand.d.ts +3 -8
- package/dist-types/commands/StopEarthObservationJobCommand.d.ts +3 -8
- package/dist-types/commands/StopVectorEnrichmentJobCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeleteEarthObservationJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVectorEnrichmentJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportEarthObservationJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportVectorEnrichmentJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEarthObservationJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRasterDataCollectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetVectorEnrichmentJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEarthObservationJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRasterDataCollectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVectorEnrichmentJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchRasterDataCollectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartEarthObservationJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartVectorEnrichmentJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopEarthObservationJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopVectorEnrichmentJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
SageMakerGeospatialClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./SageMakerGeospatialClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
SageMakerGeospatialClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
SageMakerGeospatialClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteEarthObservationJobInput,
|
|
5
4
|
DeleteEarthObservationJobOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SageMakerGeospatialClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteEarthObservationJobCommandInput
|
|
15
8
|
extends DeleteEarthObservationJobInput {}
|
|
16
9
|
export interface DeleteEarthObservationJobCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteEarthObservationJobCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteEarthObservationJobCommandInput,
|
|
24
17
|
DeleteEarthObservationJobCommandOutput,
|
|
25
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteEarthObservationJobCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteEarthObservationJobCommandInput,
|
|
33
26
|
DeleteEarthObservationJobCommandOutput,
|
|
34
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteEarthObservationJobCommand extends DeleteEarthObservationJobCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteVectorEnrichmentJobInput,
|
|
5
4
|
DeleteVectorEnrichmentJobOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SageMakerGeospatialClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteVectorEnrichmentJobCommandInput
|
|
15
8
|
extends DeleteVectorEnrichmentJobInput {}
|
|
16
9
|
export interface DeleteVectorEnrichmentJobCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteVectorEnrichmentJobCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteVectorEnrichmentJobCommandInput,
|
|
24
17
|
DeleteVectorEnrichmentJobCommandOutput,
|
|
25
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteVectorEnrichmentJobCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteVectorEnrichmentJobCommandInput,
|
|
33
26
|
DeleteVectorEnrichmentJobCommandOutput,
|
|
34
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteVectorEnrichmentJobCommand extends DeleteVectorEnrichmentJobCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ExportEarthObservationJobInput,
|
|
5
4
|
ExportEarthObservationJobOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SageMakerGeospatialClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ExportEarthObservationJobCommandInput
|
|
15
8
|
extends ExportEarthObservationJobInput {}
|
|
16
9
|
export interface ExportEarthObservationJobCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ExportEarthObservationJobCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ExportEarthObservationJobCommandInput,
|
|
24
17
|
ExportEarthObservationJobCommandOutput,
|
|
25
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ExportEarthObservationJobCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ExportEarthObservationJobCommandInput,
|
|
33
26
|
ExportEarthObservationJobCommandOutput,
|
|
34
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ExportEarthObservationJobCommand extends ExportEarthObservationJobCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ExportVectorEnrichmentJobInput,
|
|
5
4
|
ExportVectorEnrichmentJobOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SageMakerGeospatialClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ExportVectorEnrichmentJobCommandInput
|
|
15
8
|
extends ExportVectorEnrichmentJobInput {}
|
|
16
9
|
export interface ExportVectorEnrichmentJobCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ExportVectorEnrichmentJobCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ExportVectorEnrichmentJobCommandInput,
|
|
24
17
|
ExportVectorEnrichmentJobCommandOutput,
|
|
25
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ExportVectorEnrichmentJobCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ExportVectorEnrichmentJobCommandInput,
|
|
33
26
|
ExportVectorEnrichmentJobCommandOutput,
|
|
34
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ExportVectorEnrichmentJobCommand extends ExportVectorEnrichmentJobCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetEarthObservationJobInput,
|
|
5
4
|
GetEarthObservationJobOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SageMakerGeospatialClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetEarthObservationJobCommandInput
|
|
15
8
|
extends GetEarthObservationJobInput {}
|
|
16
9
|
export interface GetEarthObservationJobCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetEarthObservationJobCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetEarthObservationJobCommandInput,
|
|
24
17
|
GetEarthObservationJobCommandOutput,
|
|
25
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetEarthObservationJobCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetEarthObservationJobCommandInput,
|
|
33
26
|
GetEarthObservationJobCommandOutput,
|
|
34
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetEarthObservationJobCommand extends GetEarthObservationJobCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetRasterDataCollectionInput,
|
|
5
4
|
GetRasterDataCollectionOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SageMakerGeospatialClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetRasterDataCollectionCommandInput
|
|
15
8
|
extends GetRasterDataCollectionInput {}
|
|
16
9
|
export interface GetRasterDataCollectionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetRasterDataCollectionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetRasterDataCollectionCommandInput,
|
|
24
17
|
GetRasterDataCollectionCommandOutput,
|
|
25
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetRasterDataCollectionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetRasterDataCollectionCommandInput,
|
|
33
26
|
GetRasterDataCollectionCommandOutput,
|
|
34
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetRasterDataCollectionCommand extends GetRasterDataCollectionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import {
|
|
3
2
|
MetadataBearer as __MetadataBearer,
|
|
4
3
|
StreamingBlobPayloadOutputTypes,
|
|
5
4
|
} from "@smithy/types";
|
|
6
5
|
import { GetTileInput, GetTileOutput } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SageMakerGeospatialClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetTileCommandInput extends GetTileInput {}
|
|
15
8
|
export interface GetTileCommandOutput
|
|
16
9
|
extends Pick<GetTileOutput, Exclude<keyof GetTileOutput, "BinaryFile">>,
|
|
@@ -21,20 +14,18 @@ declare const GetTileCommand_base: {
|
|
|
21
14
|
new (input: GetTileCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetTileCommandInput,
|
|
23
16
|
GetTileCommandOutput,
|
|
24
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (input: GetTileCommandInput): import("@smithy/core/client").CommandImpl<
|
|
29
22
|
GetTileCommandInput,
|
|
30
23
|
GetTileCommandOutput,
|
|
31
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
32
|
-
ServiceInputTypes,
|
|
33
|
-
ServiceOutputTypes
|
|
24
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
25
|
+
import("..").ServiceInputTypes,
|
|
26
|
+
import("..").ServiceOutputTypes
|
|
34
27
|
>;
|
|
35
|
-
getEndpointParameterInstructions():
|
|
36
|
-
[x: string]: unknown;
|
|
37
|
-
};
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
38
29
|
};
|
|
39
30
|
export declare class GetTileCommand extends GetTileCommand_base {
|
|
40
31
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetVectorEnrichmentJobInput,
|
|
5
4
|
GetVectorEnrichmentJobOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SageMakerGeospatialClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetVectorEnrichmentJobCommandInput
|
|
15
8
|
extends GetVectorEnrichmentJobInput {}
|
|
16
9
|
export interface GetVectorEnrichmentJobCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetVectorEnrichmentJobCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetVectorEnrichmentJobCommandInput,
|
|
24
17
|
GetVectorEnrichmentJobCommandOutput,
|
|
25
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetVectorEnrichmentJobCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetVectorEnrichmentJobCommandInput,
|
|
33
26
|
GetVectorEnrichmentJobCommandOutput,
|
|
34
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetVectorEnrichmentJobCommand extends GetVectorEnrichmentJobCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListEarthObservationJobInput,
|
|
5
4
|
ListEarthObservationJobOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SageMakerGeospatialClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListEarthObservationJobsCommandInput
|
|
15
8
|
extends ListEarthObservationJobInput {}
|
|
16
9
|
export interface ListEarthObservationJobsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListEarthObservationJobsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListEarthObservationJobsCommandInput,
|
|
24
17
|
ListEarthObservationJobsCommandOutput,
|
|
25
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListEarthObservationJobsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListEarthObservationJobsCommandInput,
|
|
33
26
|
ListEarthObservationJobsCommandOutput,
|
|
34
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListEarthObservationJobsCommand extends ListEarthObservationJobsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListRasterDataCollectionsInput,
|
|
5
4
|
ListRasterDataCollectionsOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SageMakerGeospatialClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListRasterDataCollectionsCommandInput
|
|
15
8
|
extends ListRasterDataCollectionsInput {}
|
|
16
9
|
export interface ListRasterDataCollectionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListRasterDataCollectionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListRasterDataCollectionsCommandInput,
|
|
24
17
|
ListRasterDataCollectionsCommandOutput,
|
|
25
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListRasterDataCollectionsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListRasterDataCollectionsCommandInput,
|
|
33
26
|
ListRasterDataCollectionsCommandOutput,
|
|
34
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListRasterDataCollectionsCommand extends ListRasterDataCollectionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListTagsForResourceRequest,
|
|
5
4
|
ListTagsForResourceResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SageMakerGeospatialClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListVectorEnrichmentJobInput,
|
|
5
4
|
ListVectorEnrichmentJobOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SageMakerGeospatialClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListVectorEnrichmentJobsCommandInput
|
|
15
8
|
extends ListVectorEnrichmentJobInput {}
|
|
16
9
|
export interface ListVectorEnrichmentJobsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListVectorEnrichmentJobsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListVectorEnrichmentJobsCommandInput,
|
|
24
17
|
ListVectorEnrichmentJobsCommandOutput,
|
|
25
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListVectorEnrichmentJobsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListVectorEnrichmentJobsCommandInput,
|
|
33
26
|
ListVectorEnrichmentJobsCommandOutput,
|
|
34
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListVectorEnrichmentJobsCommand extends ListVectorEnrichmentJobsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
SearchRasterDataCollectionInput,
|
|
5
4
|
SearchRasterDataCollectionOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SageMakerGeospatialClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface SearchRasterDataCollectionCommandInput
|
|
15
8
|
extends SearchRasterDataCollectionInput {}
|
|
16
9
|
export interface SearchRasterDataCollectionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const SearchRasterDataCollectionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
SearchRasterDataCollectionCommandInput,
|
|
24
17
|
SearchRasterDataCollectionCommandOutput,
|
|
25
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: SearchRasterDataCollectionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
SearchRasterDataCollectionCommandInput,
|
|
33
26
|
SearchRasterDataCollectionCommandOutput,
|
|
34
|
-
SageMakerGeospatialClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SageMakerGeospatialClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class SearchRasterDataCollectionCommand extends SearchRasterDataCollectionCommand_base {
|
|
43
34
|
protected static __types: {
|