Skip to content

Commit 04b37bf

Browse files
author
awstools
committed
feat(client-sagemaker-geospatial): Amazon SageMaker geospatial capabilities now supports server-side encryption with customer managed KMS key and SageMaker notebooks with a SageMaker geospatial image in a Amazon SageMaker Domain with VPC only mode.
1 parent 811c814 commit 04b37bf

25 files changed

+896
-647
lines changed

clients/client-sagemaker-geospatial/src/SageMakerGeospatial.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export class SageMakerGeospatial extends SageMakerGeospatialClient {
163163

164164
/**
165165
* @public
166-
* <p>Use this operation to export results of an Earth Observation job and optionally source images used as input to the EOJ to an S3 location.</p>
166+
* <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>
167167
*/
168168
public exportEarthObservationJob(
169169
args: ExportEarthObservationJobCommandInput,
@@ -196,7 +196,7 @@ export class SageMakerGeospatial extends SageMakerGeospatialClient {
196196

197197
/**
198198
* @public
199-
* <p>Use this operation to copy results of a Vector Enrichment job to an S3 location.</p>
199+
* <p>Use this operation to copy results of a Vector Enrichment job to an Amazon S3 location.</p>
200200
*/
201201
public exportVectorEnrichmentJob(
202202
args: ExportVectorEnrichmentJobCommandInput,

clients/client-sagemaker-geospatial/src/commands/DeleteEarthObservationJobCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ export interface DeleteEarthObservationJobCommandOutput extends DeleteEarthObser
6363
* <p>You do not have sufficient access to perform this action.</p>
6464
*
6565
* @throws {@link ConflictException} (client fault)
66-
* <p/>
66+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
6767
*
6868
* @throws {@link InternalServerException} (server fault)
6969
* <p>The request processing has failed because of an unknown error, exception, or failure.</p>
7070
*
7171
* @throws {@link ResourceNotFoundException} (client fault)
72-
* <p/>
72+
* <p>The request references a resource which does not exist.</p>
7373
*
7474
* @throws {@link ThrottlingException} (client fault)
7575
* <p>The request was denied due to request throttling.</p>

clients/client-sagemaker-geospatial/src/commands/DeleteVectorEnrichmentJobCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ export interface DeleteVectorEnrichmentJobCommandOutput extends DeleteVectorEnri
6363
* <p>You do not have sufficient access to perform this action.</p>
6464
*
6565
* @throws {@link ConflictException} (client fault)
66-
* <p/>
66+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
6767
*
6868
* @throws {@link InternalServerException} (server fault)
6969
* <p>The request processing has failed because of an unknown error, exception, or failure.</p>
7070
*
7171
* @throws {@link ResourceNotFoundException} (client fault)
72-
* <p/>
72+
* <p>The request references a resource which does not exist.</p>
7373
*
7474
* @throws {@link ThrottlingException} (client fault)
7575
* <p>The request was denied due to request throttling.</p>

clients/client-sagemaker-geospatial/src/commands/ExportEarthObservationJobCommand.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface ExportEarthObservationJobCommandOutput extends ExportEarthObser
3939

4040
/**
4141
* @public
42-
* <p>Use this operation to export results of an Earth Observation job and optionally source images used as input to the EOJ to an S3 location.</p>
42+
* <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>
4343
* @example
4444
* Use a bare-bones client and the command you need to make an API call.
4545
* ```javascript
@@ -48,6 +48,7 @@ export interface ExportEarthObservationJobCommandOutput extends ExportEarthObser
4848
* const client = new SageMakerGeospatialClient(config);
4949
* const input = { // ExportEarthObservationJobInput
5050
* Arn: "STRING_VALUE", // required
51+
* ClientToken: "STRING_VALUE",
5152
* ExecutionRoleArn: "STRING_VALUE", // required
5253
* OutputConfig: { // OutputConfigInput
5354
* S3Data: { // ExportS3DataInput
@@ -71,13 +72,13 @@ export interface ExportEarthObservationJobCommandOutput extends ExportEarthObser
7172
* <p>You do not have sufficient access to perform this action.</p>
7273
*
7374
* @throws {@link ConflictException} (client fault)
74-
* <p/>
75+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
7576
*
7677
* @throws {@link InternalServerException} (server fault)
7778
* <p>The request processing has failed because of an unknown error, exception, or failure.</p>
7879
*
7980
* @throws {@link ResourceNotFoundException} (client fault)
80-
* <p/>
81+
* <p>The request references a resource which does not exist.</p>
8182
*
8283
* @throws {@link ServiceQuotaExceededException} (client fault)
8384
* <p>You have exceeded the service quota.</p>

clients/client-sagemaker-geospatial/src/commands/ExportVectorEnrichmentJobCommand.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface ExportVectorEnrichmentJobCommandOutput extends ExportVectorEnri
3939

4040
/**
4141
* @public
42-
* <p>Use this operation to copy results of a Vector Enrichment job to an S3 location.</p>
42+
* <p>Use this operation to copy results of a Vector Enrichment job to an Amazon S3 location.</p>
4343
* @example
4444
* Use a bare-bones client and the command you need to make an API call.
4545
* ```javascript
@@ -48,6 +48,7 @@ export interface ExportVectorEnrichmentJobCommandOutput extends ExportVectorEnri
4848
* const client = new SageMakerGeospatialClient(config);
4949
* const input = { // ExportVectorEnrichmentJobInput
5050
* Arn: "STRING_VALUE", // required
51+
* ClientToken: "STRING_VALUE",
5152
* ExecutionRoleArn: "STRING_VALUE", // required
5253
* OutputConfig: { // ExportVectorEnrichmentJobOutputConfig
5354
* S3Data: { // VectorEnrichmentJobS3Data
@@ -70,13 +71,13 @@ export interface ExportVectorEnrichmentJobCommandOutput extends ExportVectorEnri
7071
* <p>You do not have sufficient access to perform this action.</p>
7172
*
7273
* @throws {@link ConflictException} (client fault)
73-
* <p/>
74+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
7475
*
7576
* @throws {@link InternalServerException} (server fault)
7677
* <p>The request processing has failed because of an unknown error, exception, or failure.</p>
7778
*
7879
* @throws {@link ResourceNotFoundException} (client fault)
79-
* <p/>
80+
* <p>The request references a resource which does not exist.</p>
8081
*
8182
* @throws {@link ServiceQuotaExceededException} (client fault)
8283
* <p>You have exceeded the service quota.</p>

clients/client-sagemaker-geospatial/src/commands/GetEarthObservationJobCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface GetEarthObservationJobCommandOutput extends GetEarthObservation
7070
* <p>The request processing has failed because of an unknown error, exception, or failure.</p>
7171
*
7272
* @throws {@link ResourceNotFoundException} (client fault)
73-
* <p/>
73+
* <p>The request references a resource which does not exist.</p>
7474
*
7575
* @throws {@link ThrottlingException} (client fault)
7676
* <p>The request was denied due to request throttling.</p>

clients/client-sagemaker-geospatial/src/commands/GetRasterDataCollectionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export interface GetRasterDataCollectionCommandOutput extends GetRasterDataColle
6666
* <p>The request processing has failed because of an unknown error, exception, or failure.</p>
6767
*
6868
* @throws {@link ResourceNotFoundException} (client fault)
69-
* <p/>
69+
* <p>The request references a resource which does not exist.</p>
7070
*
7171
* @throws {@link ThrottlingException} (client fault)
7272
* <p>The request was denied due to request throttling.</p>

clients/client-sagemaker-geospatial/src/commands/GetTileCommand.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export interface GetTileCommandOutput extends __WithSdkStreamMixin<GetTileOutput
6363
* TimeRangeFilter: "STRING_VALUE",
6464
* PropertyFilters: "STRING_VALUE",
6565
* OutputDataType: "STRING_VALUE",
66+
* ExecutionRoleArn: "STRING_VALUE",
6667
* };
6768
* const command = new GetTileCommand(input);
6869
* const response = await client.send(command);
@@ -81,7 +82,7 @@ export interface GetTileCommandOutput extends __WithSdkStreamMixin<GetTileOutput
8182
* <p>The request processing has failed because of an unknown error, exception, or failure.</p>
8283
*
8384
* @throws {@link ResourceNotFoundException} (client fault)
84-
* <p/>
85+
* <p>The request references a resource which does not exist.</p>
8586
*
8687
* @throws {@link ThrottlingException} (client fault)
8788
* <p>The request was denied due to request throttling.</p>

clients/client-sagemaker-geospatial/src/commands/GetVectorEnrichmentJobCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export interface GetVectorEnrichmentJobCommandOutput extends GetVectorEnrichment
6666
* <p>The request processing has failed because of an unknown error, exception, or failure.</p>
6767
*
6868
* @throws {@link ResourceNotFoundException} (client fault)
69-
* <p/>
69+
* <p>The request references a resource which does not exist.</p>
7070
*
7171
* @throws {@link ThrottlingException} (client fault)
7272
* <p>The request was denied due to request throttling.</p>

clients/client-sagemaker-geospatial/src/commands/ListEarthObservationJobsCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export interface ListEarthObservationJobsCommandOutput extends ListEarthObservat
7575
* <p>The request processing has failed because of an unknown error, exception, or failure.</p>
7676
*
7777
* @throws {@link ResourceNotFoundException} (client fault)
78-
* <p/>
78+
* <p>The request references a resource which does not exist.</p>
7979
*
8080
* @throws {@link ThrottlingException} (client fault)
8181
* <p>The request was denied due to request throttling.</p>

0 commit comments

Comments
 (0)