diff --git a/.github/workflows/validate-doc-metadata.yml b/.github/workflows/validate-doc-metadata.yml index 81e73300148..8021e46812f 100644 --- a/.github/workflows/validate-doc-metadata.yml +++ b/.github/workflows/validate-doc-metadata.yml @@ -18,4 +18,4 @@ jobs: - name: checkout repo content uses: actions/checkout@v4 - name: validate metadata - uses: awsdocs/aws-doc-sdk-examples-tools@2024-02-28-A + uses: awsdocs/aws-doc-sdk-examples-tools@2024-04-01-B diff --git a/.tools/ailly/plugin.mjs b/.tools/ailly/plugin.mjs index 2f7c51d1496..e8096c8c41e 100644 --- a/.tools/ailly/plugin.mjs +++ b/.tools/ailly/plugin.mjs @@ -1,3 +1,6 @@ +// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// SPDX-License-Identifier: Apache-2.0 + // INSTALLATION: // In this directory: // diff --git a/javascriptv3/example_code/sagemaker/scenarios/wkflw-sagemaker-geospatial-pipeline/lambda/dist/index.mjs b/javascriptv3/example_code/sagemaker/scenarios/wkflw-sagemaker-geospatial-pipeline/lambda/dist/index.mjs index 9937b79717b..1880bf62e9f 100644 --- a/javascriptv3/example_code/sagemaker/scenarios/wkflw-sagemaker-geospatial-pipeline/lambda/dist/index.mjs +++ b/javascriptv3/example_code/sagemaker/scenarios/wkflw-sagemaker-geospatial-pipeline/lambda/dist/index.mjs @@ -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 { { @@ -115,4 +117,4 @@ async function startVectorEnrichmentJob( const { Arn: vej_arn } = await client.send(command); return { vej_arn }; -}export{handler}; \ No newline at end of file +} export { handler }; \ No newline at end of file