Skip to content

Commit

Permalink
Tools: Use awsdocs/aws-doc-sdk-examples-tools@2024-04-01-B (#6306)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther authored Apr 1, 2024
1 parent d52b9d7 commit 2062c12
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-doc-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 2062c12

Please sign in to comment.