From f5d3ef272d060b6cf8007475cfc9bb317769780a Mon Sep 17 00:00:00 2001 From: Michael Sambol Date: Thu, 27 Jun 2024 11:22:01 -0600 Subject: [PATCH] chore(docs): correct spelling for pipeline --- CHANGELOG.md | 4 ++-- .../Dockerfile | 2 +- .../Dockerfile | 2 +- .../Dockerfile | 2 +- .../Dockerfile | 2 +- .../@aws-cdk/aws-sagemaker-alpha/test/test-image/Dockerfile | 2 +- packages/aws-cdk-lib/core/lib/arn.ts | 2 +- .../pipelines/lib/codepipeline/stack-outputs-map.ts | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7f34caf1ada..70e83e6e82302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8022,7 +8022,7 @@ The headliners of this release are **.NET support**, and a wealth of commits by ### AWS CodePipeline -- _**BREAKING**_: Moved CodeCommit and CodeBuild and LambdaInvoke actions from the CodePipeline library to `@aws-cdk/aws-xxx-codepipline` modules ([@skinny85] in [#401] and [#402]). +- _**BREAKING**_: Moved CodeCommit and CodeBuild and LambdaInvoke actions from the CodePipeline library to `@aws-cdk/aws-xxx-codepipeline` modules ([@skinny85] in [#401] and [#402]). - Added attributes `pipelineName` and `pipelineVersion` ([@eladb] in [#408]) ### Docs @@ -8142,7 +8142,7 @@ Coverage to all event sources and target will be added in subsequent releases. Supported targets: - `codebuild.BuildProject` -- `codepipline.Pipeline` +- `codepipeline.Pipeline` - `sns.Topic` Supported sources: diff --git a/packages/@aws-cdk/aws-sagemaker-alpha/test/integ.endpoint-config.js.snapshot/asset.442a71de95281cb26bd41da567c79060206108b97bdde93cb4ce5f213f50013a/Dockerfile b/packages/@aws-cdk/aws-sagemaker-alpha/test/integ.endpoint-config.js.snapshot/asset.442a71de95281cb26bd41da567c79060206108b97bdde93cb4ce5f213f50013a/Dockerfile index 7eb03f499c9c6..797ae133a4a3e 100644 --- a/packages/@aws-cdk/aws-sagemaker-alpha/test/integ.endpoint-config.js.snapshot/asset.442a71de95281cb26bd41da567c79060206108b97bdde93cb4ce5f213f50013a/Dockerfile +++ b/packages/@aws-cdk/aws-sagemaker-alpha/test/integ.endpoint-config.js.snapshot/asset.442a71de95281cb26bd41da567c79060206108b97bdde93cb4ce5f213f50013a/Dockerfile @@ -6,7 +6,7 @@ LABEL com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true # Avoid buffering output to expedite log delivery ENV PYTHONUNBUFFERED=TRUE -# Default to port 8080 unless SageMaker has passed in its own port (for use within an inference pipline) +# Default to port 8080 unless SageMaker has passed in its own port (for use within an inference pipeline) ENV SAGEMAKER_BIND_TO_PORT=${SAGEMAKER_BIND_TO_PORT:-8080} EXPOSE $SAGEMAKER_BIND_TO_PORT diff --git a/packages/@aws-cdk/aws-sagemaker-alpha/test/integ.endpoint.alarms.js.snapshot/asset.442a71de95281cb26bd41da567c79060206108b97bdde93cb4ce5f213f50013a/Dockerfile b/packages/@aws-cdk/aws-sagemaker-alpha/test/integ.endpoint.alarms.js.snapshot/asset.442a71de95281cb26bd41da567c79060206108b97bdde93cb4ce5f213f50013a/Dockerfile index 7eb03f499c9c6..797ae133a4a3e 100644 --- a/packages/@aws-cdk/aws-sagemaker-alpha/test/integ.endpoint.alarms.js.snapshot/asset.442a71de95281cb26bd41da567c79060206108b97bdde93cb4ce5f213f50013a/Dockerfile +++ b/packages/@aws-cdk/aws-sagemaker-alpha/test/integ.endpoint.alarms.js.snapshot/asset.442a71de95281cb26bd41da567c79060206108b97bdde93cb4ce5f213f50013a/Dockerfile @@ -6,7 +6,7 @@ LABEL com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true # Avoid buffering output to expedite log delivery ENV PYTHONUNBUFFERED=TRUE -# Default to port 8080 unless SageMaker has passed in its own port (for use within an inference pipline) +# Default to port 8080 unless SageMaker has passed in its own port (for use within an inference pipeline) ENV SAGEMAKER_BIND_TO_PORT=${SAGEMAKER_BIND_TO_PORT:-8080} EXPOSE $SAGEMAKER_BIND_TO_PORT diff --git a/packages/@aws-cdk/aws-sagemaker-alpha/test/integ.endpoint.js.snapshot/asset.442a71de95281cb26bd41da567c79060206108b97bdde93cb4ce5f213f50013a/Dockerfile b/packages/@aws-cdk/aws-sagemaker-alpha/test/integ.endpoint.js.snapshot/asset.442a71de95281cb26bd41da567c79060206108b97bdde93cb4ce5f213f50013a/Dockerfile index 7eb03f499c9c6..797ae133a4a3e 100644 --- a/packages/@aws-cdk/aws-sagemaker-alpha/test/integ.endpoint.js.snapshot/asset.442a71de95281cb26bd41da567c79060206108b97bdde93cb4ce5f213f50013a/Dockerfile +++ b/packages/@aws-cdk/aws-sagemaker-alpha/test/integ.endpoint.js.snapshot/asset.442a71de95281cb26bd41da567c79060206108b97bdde93cb4ce5f213f50013a/Dockerfile @@ -6,7 +6,7 @@ LABEL com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true # Avoid buffering output to expedite log delivery ENV PYTHONUNBUFFERED=TRUE -# Default to port 8080 unless SageMaker has passed in its own port (for use within an inference pipline) +# Default to port 8080 unless SageMaker has passed in its own port (for use within an inference pipeline) ENV SAGEMAKER_BIND_TO_PORT=${SAGEMAKER_BIND_TO_PORT:-8080} EXPOSE $SAGEMAKER_BIND_TO_PORT diff --git a/packages/@aws-cdk/aws-sagemaker-alpha/test/integ.model.js.snapshot/asset.442a71de95281cb26bd41da567c79060206108b97bdde93cb4ce5f213f50013a/Dockerfile b/packages/@aws-cdk/aws-sagemaker-alpha/test/integ.model.js.snapshot/asset.442a71de95281cb26bd41da567c79060206108b97bdde93cb4ce5f213f50013a/Dockerfile index 7eb03f499c9c6..797ae133a4a3e 100644 --- a/packages/@aws-cdk/aws-sagemaker-alpha/test/integ.model.js.snapshot/asset.442a71de95281cb26bd41da567c79060206108b97bdde93cb4ce5f213f50013a/Dockerfile +++ b/packages/@aws-cdk/aws-sagemaker-alpha/test/integ.model.js.snapshot/asset.442a71de95281cb26bd41da567c79060206108b97bdde93cb4ce5f213f50013a/Dockerfile @@ -6,7 +6,7 @@ LABEL com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true # Avoid buffering output to expedite log delivery ENV PYTHONUNBUFFERED=TRUE -# Default to port 8080 unless SageMaker has passed in its own port (for use within an inference pipline) +# Default to port 8080 unless SageMaker has passed in its own port (for use within an inference pipeline) ENV SAGEMAKER_BIND_TO_PORT=${SAGEMAKER_BIND_TO_PORT:-8080} EXPOSE $SAGEMAKER_BIND_TO_PORT diff --git a/packages/@aws-cdk/aws-sagemaker-alpha/test/test-image/Dockerfile b/packages/@aws-cdk/aws-sagemaker-alpha/test/test-image/Dockerfile index 7eb03f499c9c6..797ae133a4a3e 100644 --- a/packages/@aws-cdk/aws-sagemaker-alpha/test/test-image/Dockerfile +++ b/packages/@aws-cdk/aws-sagemaker-alpha/test/test-image/Dockerfile @@ -6,7 +6,7 @@ LABEL com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true # Avoid buffering output to expedite log delivery ENV PYTHONUNBUFFERED=TRUE -# Default to port 8080 unless SageMaker has passed in its own port (for use within an inference pipline) +# Default to port 8080 unless SageMaker has passed in its own port (for use within an inference pipeline) ENV SAGEMAKER_BIND_TO_PORT=${SAGEMAKER_BIND_TO_PORT:-8080} EXPOSE $SAGEMAKER_BIND_TO_PORT diff --git a/packages/aws-cdk-lib/core/lib/arn.ts b/packages/aws-cdk-lib/core/lib/arn.ts index 445221f3e0ddb..0af5a35d9db9f 100644 --- a/packages/aws-cdk-lib/core/lib/arn.ts +++ b/packages/aws-cdk-lib/core/lib/arn.ts @@ -64,7 +64,7 @@ export interface ArnComponents { /** * The service namespace that identifies the AWS product (for example, - * 's3', 'iam', 'codepipline'). + * 's3', 'iam', 'codepipeline'). */ readonly service: string; diff --git a/packages/aws-cdk-lib/pipelines/lib/codepipeline/stack-outputs-map.ts b/packages/aws-cdk-lib/pipelines/lib/codepipeline/stack-outputs-map.ts index b71d947b19a67..a296f057866c5 100644 --- a/packages/aws-cdk-lib/pipelines/lib/codepipeline/stack-outputs-map.ts +++ b/packages/aws-cdk-lib/pipelines/lib/codepipeline/stack-outputs-map.ts @@ -4,7 +4,7 @@ import { PipelineBase } from '../main'; import { stackVariableNamespace } from '../private/identifiers'; /** - * Translate stack outputs to Codepipline variable references + * Translate stack outputs to CodePipeline variable references */ export class StackOutputsMap { private queries: PipelineQueries