Skip to content

Commit

Permalink
spdx
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther authored and ford-at-aws committed Apr 1, 2024
1 parent 650e2c5 commit b17d3a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .tools/ailly/plugin.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

// INSTALLATION:
// In this directory:
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import {SageMakerClient,SendPipelineExecutionStepFailureCommand,SendPipelineExecutionStepSuccessCommand}from'@aws-sdk/client-sagemaker';import {SageMakerGeospatialClient,ExportVectorEnrichmentJobCommand,GetVectorEnrichmentJobCommand,VectorEnrichmentJobStatus,StartVectorEnrichmentJobCommand}from'@aws-sdk/client-sagemaker-geospatial';// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

import { SageMakerClient, SendPipelineExecutionStepFailureCommand, SendPipelineExecutionStepSuccessCommand } from '@aws-sdk/client-sagemaker';
import { SageMakerGeospatialClient, ExportVectorEnrichmentJobCommand, GetVectorEnrichmentJobCommand, VectorEnrichmentJobStatus, StartVectorEnrichmentJobCommand } from '@aws-sdk/client-sagemaker-geospatial';

/**
* @typedef { {
Expand Down Expand Up @@ -115,4 +117,4 @@ async function startVectorEnrichmentJob(
const { Arn: vej_arn } = await client.send(command);

return { vej_arn };
}export{handler};
} export { handler };

0 comments on commit b17d3a2

Please sign in to comment.