Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit bd2f304

Browse files
committed
Fix name of AWS products starting with "Amazon ..."
1 parent de072e5 commit bd2f304

18 files changed

+145
-147
lines changed

docs/apis/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ Knative API is [documented at the project](https://knative.dev/docs/reference/ap
1111
## TriggerMesh Targets API
1212

1313
* [Triggermesh Targets](./private-targets.md).
14-
* [Triggermesh AWS EventBridge target](./awseventbridge-target.md).
15-
14+
* [Triggermesh Amazon EventBridge target](./awseventbridge-target.md).

docs/apis/private-targets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Resource Types:
5656
<h3 id="targets.triggermesh.io/v1alpha1.AWSKinesisTarget">AWSKinesisTarget
5757
</h3>
5858
<p>
59-
<p>AWSKinesisTarget is the Schema for an AWS Kinesis Target.</p>
59+
<p>AWSKinesisTarget is the Schema for an Amazon Kinesis Target.</p>
6060
</p>
6161
<table>
6262
<thead>
@@ -321,7 +321,7 @@ AWSTargetStatus
321321
<h3 id="targets.triggermesh.io/v1alpha1.AWSS3Target">AWSS3Target
322322
</h3>
323323
<p>
324-
<p>AWSS3Target is the Schema for an AWS s3 Target.</p>
324+
<p>AWSS3Target is the Schema for an Amazon S3 Target.</p>
325325
</p>
326326
<table>
327327
<thead>
@@ -575,7 +575,7 @@ AWSTargetStatus
575575
<h3 id="targets.triggermesh.io/v1alpha1.AWSSQSTarget">AWSSQSTarget
576576
</h3>
577577
<p>
578-
<p>AWSSQSTarget is the Schema for an AWS SQS Target.</p>
578+
<p>AWSSQSTarget is the Schema for an Amazon SQS Target.</p>
579579
</p>
580580
<table>
581581
<thead>
@@ -2878,7 +2878,7 @@ When this property is true, only the CloudEvent data is included.</p>
28782878
<a href="#targets.triggermesh.io/v1alpha1.AWSS3TargetStatus">AWSS3TargetStatus</a>)
28792879
</p>
28802880
<p>
2881-
<p>AWSTargetStatus communicates the observed state of the various AWS Targets (from the controller).</p>
2881+
<p>AWSTargetStatus communicates the observed state of the various AWS Targets (from the controller).</p>
28822882
</p>
28832883
<table>
28842884
<thead>

docs/sources/awscognitouserpool.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# Event source for AWS Cognito User Pools
1+
# Event source for Amazon Cognito User Pools
22

3-
This event source captures messages from an [AWS Cognito User Pool][cup-docs] whenever a specific action, such as the
3+
This event source captures messages from an [Amazon Cognito User Pool][cup-docs] whenever a specific action, such as the
44
creation of a new user, happens in the user identity pool.
55

66
## Prerequisite(s)
77

8-
- AWS Cognito User Pool
8+
- Amazon Cognito User Pool
99
- Amazon Resource Name (ARN)
1010
- API Credentials
1111

12-
### AWS Cognito User Pool
12+
### Amazon Cognito User Pool
1313

14-
If you don't already have an AWS Cognito User Pool, create one by following the instructions in the [Getting started
14+
If you don't already have an Amazon Cognito User Pool, create one by following the instructions in the [Getting started
1515
with User Pools][cup-getting-started] guide.
1616

1717
### Amazon Resource Name (ARN)
1818

19-
A fully qualified ARN is required to uniquely identify the AWS Cognito User Pool.
19+
A fully qualified ARN is required to uniquely identify the Amazon Cognito User Pool.
2020

2121
![User Pool ARN](../images/awscognitouserpool-source/userpool-arn.png)
2222

@@ -53,7 +53,7 @@ It is considered a [good practice][iam-bestpractices] to create dedicated users
5353
programmatically access AWS services. Permissions can be added or revoked granularly for a given IAM user by attaching
5454
[IAM Policies][iam-policies] to it.
5555

56-
As an example, the following policy contains the permissions required by the TriggerMesh AWS Cognito User Pool event
56+
As an example, the following policy contains the permissions required by the TriggerMesh Amazon Cognito User Pool event
5757
source to list users in any user pool associated with the AWS account:
5858

5959
```json
@@ -75,14 +75,14 @@ source to list users in any user pool associated with the AWS account:
7575

7676
## Deploying an instance of the Source
7777

78-
Open the Bridge creation screen and add a source of type `AWS Cognito User Pool`.
78+
Open the Bridge creation screen and add a source of type `Amazon Cognito User Pool`.
7979

8080
![Search Results](../images/awscognitouserpool-source/source-cognito-userpool.png)
8181

8282
In the Source creation form, give a name to the event source and add the following information:
8383

8484
- [**Secret**][accesskey]: Reference to a [TriggerMesh secret][tm-secret] containing an Access Key ID and a Secret
85-
Access Key to communicate with the AWS SQS API, as described in the previous sections.
85+
Access Key to communicate with the Amazon Cognito API, as described in the previous sections.
8686
- [**AWS ARN**][arn]: ARN of the User Pool, as described in the previous sections.
8787

8888
![Source form](../images/awscognitouserpool-source/source-cognito-userpool-form.png)
@@ -92,14 +92,14 @@ components to the Bridge, then submit it.
9292

9393
![Bridge overview](../images/awscognitouserpool-source/bridge-form-target.png)
9494

95-
A ready status on the main _Bridges_ page indicates that the event source is ready to receive notifications from the AWS
96-
Cognito User Pool.
95+
A ready status on the main _Bridges_ page indicates that the event source is ready to receive notifications from the
96+
Amazon Cognito User Pool.
9797

9898
![Bridge status](../images/awscognitouserpool-source/bridge-status.png)
9999

100100
## Event Types
101101

102-
The AWS Cognito UserPool event source emits events of the following type:
102+
The Amazon Cognito User Pool event source emits events of the following type:
103103

104104
- `com.amazon.cognito-idp.sync_trigger`
105105

docs/sources/awsdynamodb.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Event Source for AWS DynamoDB
1+
# Event Source for Amazon DynamoDB
22

3-
This event source captures changes to items stored in an [AWS DynamoDB Table][ddb-docs] by reading the time-ordered
3+
This event source captures changes to items stored in an [Amazon DynamoDB Table][ddb-docs] by reading the time-ordered
44
sequence of item-level modifications from a [DynamoDB Stream][ddb-streams].
55

66
## Prerequisite(s)
@@ -11,8 +11,8 @@ sequence of item-level modifications from a [DynamoDB Stream][ddb-streams].
1111

1212
### DynamoDB Table and Stream
1313

14-
If you don't already have an AWS DynamoDB Table, create one by following the instructions at [Getting Started with
15-
DynamoDB][ddb-gettingstarted]. In order for change notifications to be consumed by the TriggerMesh AWS DynamoDB event
14+
If you don't already have an Amazon DynamoDB Table, create one by following the instructions at [Getting Started with
15+
DynamoDB][ddb-gettingstarted]. In order for change notifications to be consumed by the TriggerMesh Amazon DynamoDB event
1616
source, it is mandatory to enable a [Stream][ddb-streams] on the DynamoDB Table. To do so, follow the instructions at
1717
[Enabling a Stream][ddb-stream-enable]. You are free to select the _View type_ that is the most suitable for your own
1818
usage of the event source.
@@ -21,7 +21,7 @@ usage of the event source.
2121

2222
### Amazon Resource Name (ARN)
2323

24-
A fully qualified ARN is required to uniquely identify the AWS DynamoDB Table.
24+
A fully qualified ARN is required to uniquely identify the Amazon DynamoDB Table.
2525

2626
This ARN can be obtained directly from the _Overview_ tab after clicking the DynamoDB Table name in the list of existing
2727
tables. It typically has the following format:
@@ -58,7 +58,7 @@ It is considered a [good practice][iam-bestpractices] to create dedicated users
5858
programmatically access AWS services. Permissions can be added or revoked granularly for a given IAM user by attaching
5959
[IAM Policies][iam-policies] to it.
6060

61-
As an example, the following policy contains only the permissions required by the TriggerMesh AWS DynamoDB event
61+
As an example, the following policy contains only the permissions required by the TriggerMesh Amazon DynamoDB event
6262
source to operate:
6363

6464
```json
@@ -83,31 +83,31 @@ source to operate:
8383

8484
## Deploying an Instance of the Source
8585

86-
Open the Bridge creation screen and add a source of type `AWS DynamoDB`.
86+
Open the Bridge creation screen and add a source of type `Amazon DynamoDB`.
8787

88-
![Adding an AWS DynamoDB source](../images/awsdynamodb-source/create-bridge-1.png)
88+
![Adding an Amazon DynamoDB source](../images/awsdynamodb-source/create-bridge-1.png)
8989

9090
In the Source creation form, give a name to the event source and add the following information:
9191

9292
- [**AWS ARN**][arn]: ARN of the DynamoDB Table, as described in the previous sections.
9393
- [**AWS Secret**][accesskey]: Reference to a [TriggerMesh secret][tm-secret] containing an Access Key ID and a Secret
94-
Access Key to communicate with the AWS DynamoDB API, as described in the previous sections.
94+
Access Key to communicate with the Amazon DynamoDB API, as described in the previous sections.
9595

96-
![AWS DynamoDB source form](../images/awsdynamodb-source/create-bridge-2.png)
96+
![Amazon DynamoDB source form](../images/awsdynamodb-source/create-bridge-2.png)
9797

9898
After clicking the `Save` button, you will be taken back to the Bridge editor. Proceed to adding the remaining
9999
components to the Bridge, then submit it.
100100

101101
![Bridge overview](../images/awsdynamodb-source/create-bridge-3.png)
102102

103-
A ready status on the main _Bridges_ page indicates that the event source is ready to receive notifications from the AWS
104-
DynamoDB Stream.
103+
A ready status on the main _Bridges_ page indicates that the event source is ready to receive notifications from the
104+
Amazon DynamoDB Stream.
105105

106106
![Bridge status](../images/bridge-status-green.png)
107107

108108
## Event Types
109109

110-
The AWS DynamoDB event source emits events of the following types:
110+
The Amazon DynamoDB event source emits events of the following types:
111111

112112
- `com.amazon.dynamodb.insert`
113113
- `com.amazon.dynamodb.modify`

docs/sources/awskinesis.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Event Source for AWS Kinesis
1+
# Event Source for Amazon Kinesis
22

3-
This event source acts as a consumer of an [AWS Kinesis Data Stream][kinesis-docs] and forwards all messages it reads
3+
This event source acts as a consumer of an [Amazon Kinesis Data Stream][kinesis-docs] and forwards all messages it reads
44
after wrapping them in a [CloudEvent][ce] envelope.
55

66
## Prerequisite(s)
@@ -11,12 +11,12 @@ after wrapping them in a [CloudEvent][ce] envelope.
1111

1212
### Kinesis Data Stream
1313

14-
If you don't already have an AWS Kinesis Data Stream, create one by following the instructions at [Creating and Updating
15-
Data Streams][kinesis-stream-create].
14+
If you don't already have an Amazon Kinesis Data Stream, create one by following the instructions at [Creating and
15+
Updating Data Streams][kinesis-stream-create].
1616

1717
### Amazon Resource Name (ARN)
1818

19-
A fully qualified ARN is required to uniquely identify the AWS Kinesis Stream.
19+
A fully qualified ARN is required to uniquely identify the Amazon Kinesis Stream.
2020

2121
This ARN can be obtained directly from the overview page of the Kinesis Stream. It typically has the following format:
2222

@@ -52,8 +52,8 @@ It is considered a [good practice][iam-bestpractices] to create dedicated users
5252
programmatically access AWS services. Permissions can be added or revoked granularly for a given IAM user by attaching
5353
[IAM Policies][iam-policies] to it.
5454

55-
As an example, the following policy contains only the permissions required by the TriggerMesh AWS Kinesis event source
56-
to operate:
55+
As an example, the following policy contains only the permissions required by the TriggerMesh Amazon Kinesis event
56+
source to operate:
5757

5858
```json
5959
{
@@ -76,31 +76,31 @@ to operate:
7676

7777
## Deploying an Instance of the Source
7878

79-
Open the Bridge creation screen and add a source of type `AWS Kinesis`.
79+
Open the Bridge creation screen and add a source of type `Amazon Kinesis`.
8080

81-
![Adding an AWS Kinesis source](../images/awskinesis-source/create-bridge-1.png)
81+
![Adding an Amazon Kinesis source](../images/awskinesis-source/create-bridge-1.png)
8282

8383
In the Source creation form, give a name to the event source and add the following information:
8484

8585
- [**AWS ARN**][arn]: ARN of the Kinesis Data Stream, as described in the previous sections.
8686
- [**AWS Secret**][accesskey]: Reference to a [TriggerMesh secret][tm-secret] containing an Access Key ID and a Secret
87-
Access Key to communicate with the AWS Kinesis API, as described in the previous sections.
87+
Access Key to communicate with the Amazon Kinesis API, as described in the previous sections.
8888

89-
![AWS Kinesis source form](../images/awskinesis-source/create-bridge-2.png)
89+
![Amazon Kinesis source form](../images/awskinesis-source/create-bridge-2.png)
9090

9191
After clicking the `Save` button, you will be taken back to the Bridge editor. Proceed to adding the remaining
9292
components to the Bridge, then submit it.
9393

9494
![Bridge overview](../images/awskinesis-source/create-bridge-3.png)
9595

96-
A ready status on the main _Bridges_ page indicates that the event source is ready to forward messages from the AWS
96+
A ready status on the main _Bridges_ page indicates that the event source is ready to forward messages from the Amazon
9797
Kinesis Data Stream.
9898

9999
![Bridge status](../images/bridge-status-green.png)
100100

101101
## Event Types
102102

103-
The AWS Kinesis event source emits events of the following types:
103+
The Amazon Kinesis event source emits events of the following types:
104104

105105
- `com.amazon.kinesis.stream_record`
106106

docs/sources/awss3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ according to Amazon's documentation: [Configuring a bucket for notifications][s3
115115

116116
## Deploying an Instance of the Source
117117

118-
Open the Bridge creation screen and add a source of type `AWS S3`.
118+
Open the Bridge creation screen and add a source of type `Amazon S3`.
119119

120120
![Adding an Amazon S3 source](../images/awss3-source/create-bridge-1.png)
121121

@@ -129,7 +129,7 @@ In the Source creation form, give a name to the event source and add the followi
129129
this queue yourself as described in the previous sections.
130130
- [**Event types**][s3-events]: List of event types to subscribe to.
131131

132-
![AWS S3 source form](../images/awss3-source/create-bridge-2.png)
132+
![Amazon S3 source form](../images/awss3-source/create-bridge-2.png)
133133

134134
After clicking the `Save` button, you will be taken back to the Bridge editor. Proceed by adding the remaining
135135
components to the Bridge, then submit it.

docs/sources/awssns.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Event Source for AWS SNS
1+
# Event Source for Amazon SNS
22

3-
This event source subscribes to messages from a [AWS SNS topic][sns-docs] and sends them as CloudEvents to an event
3+
This event source subscribes to messages from a [Amazon SNS topic][sns-docs] and sends them as CloudEvents to an event
44
sink.
55

66
## Prerequisite(s)
@@ -11,12 +11,12 @@ sink.
1111

1212
### SNS Topic (standard)
1313

14-
If you don't already have an AWS SNS standard topic, create one by following the instructions in the [Getting started
14+
If you don't already have an Amazon SNS standard topic, create one by following the instructions in the [Getting started
1515
with Amazon SNS][sns-getting-started] guide.
1616

1717
### Amazon Resource Name (ARN)
1818

19-
A fully qualified ARN is required to uniquely identify the AWS SNS topic.
19+
A fully qualified ARN is required to uniquely identify the Amazon SNS topic.
2020

2121
![SNS topic](../images/awssns-source/sns-topic.png)
2222

@@ -54,7 +54,7 @@ It is considered a [good practice][iam-bestpractices] to create dedicated users
5454
programmatically access AWS services. Permissions can be added or revoked granularly for a given IAM user by attaching
5555
[IAM Policies][iam-policies] to it.
5656

57-
As an example, the following policy contains the permissions required by the TriggerMesh AWS SNS event source to read
57+
As an example, the following policy contains the permissions required by the TriggerMesh Amazon SNS event source to read
5858
and delete messages from any topic linked to the AWS account:
5959

6060
```json
@@ -85,33 +85,33 @@ and delete messages from any topic linked to the AWS account:
8585

8686
## Deploying an Instance of the Source
8787

88-
Open the Bridge creation screen and add a source of type `AWS SNS`.
88+
Open the Bridge creation screen and add a source of type `Amazon SNS`.
8989

90-
![Adding an AWS SNS source](../images/awssns-source/bridge-form-sns-source.png)
90+
![Adding an Amazon SNS source](../images/awssns-source/bridge-form-sns-source.png)
9191

9292
In the Source creation form, give a name to the event source and add the following information:
9393

9494
- [**Secret**][accesskey]: Reference to a [TriggerMesh secret][tm-secret] containing an Access Key ID and a Secret
95-
Access Key to communicate with the AWS SNS API, as described in the previous sections.
95+
Access Key to communicate with the Amazon SNS API, as described in the previous sections.
9696
- [**AWS ARN**][arn]: ARN of the SNS topic, as described in the previous sections.
9797
- [**DeliveryPolicy**][sns-delivery-policy]: Delivery policy to define how Amazon SNS retries the delivery of messages
9898
to HTTP/S endpoints.
9999

100-
![AWS SNS source form](../images/awssns-source/bridge-form-sns-source-form.png)
100+
![Amazon SNS source form](../images/awssns-source/bridge-form-sns-source-form.png)
101101

102102
After clicking the `Save` button, you will be taken back to the Bridge editor. Proceed to adding the remaining
103103
components to the Bridge, then submit it.
104104

105105
![Bridge overview](../images/awssns-source/bridge-form-target.png)
106106

107-
A ready status on the main _Bridges_ page indicates that the event source is ready to receive messages from the AWS SNS
108-
topic.
107+
A ready status on the main _Bridges_ page indicates that the event source is ready to receive messages from the Amazon
108+
SNS topic.
109109

110110
![Bridge status](../images/awssns-source/bridge-deployed.png)
111111

112112
## Event Types
113113

114-
The AWS SNS event source emits events of the following type:
114+
The Amazon SNS event source emits events of the following type:
115115

116116
- `com.amazon.sns.notification`
117117

0 commit comments

Comments
 (0)