Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
using: "composite"
steps:
- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install Dependencies
Expand Down
3 changes: 0 additions & 3 deletions aws_doc_sdk_examples_tools/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,6 @@ emr-containers:
product_categories: {}
version: emr-containers-2020-10-01
eventbridge:
bundle: eventbridge
long: '&EVlong;'
short: '&EV;'
sort: EventBridge
Expand Down Expand Up @@ -2468,7 +2467,6 @@ pinpoint-sms-voice:
product_categories: {'Business Applications'}
version: pinpoint-sms-voice-2018-09-05
pipes:
bundle: eventbridge
long: '&EVlong; Pipes'
short: '&EV; Pipes'
sort: Eventbridge Pipes
Expand Down Expand Up @@ -2791,7 +2789,6 @@ s3-control:
product_categories: {'Storage'}
version: s3control-2018-08-20
s3-directory-buckets:
bundle: s3
api_ref: AmazonS3/latest/API/Welcome.html
blurb: are designed to store data within a single AWS Zone. Directory buckets organize data hierarchically into directories, providing a structure similar to a file system.
expanded:
Expand Down
Loading