Skip to content

Commit c83282f

Browse files
committed
Tributary configs
1 parent abd8c09 commit c83282f

6 files changed

Lines changed: 36 additions & 0 deletions

File tree

.docgen/metadata/<service>_<action>_metadata.yaml

Whitespace-only changes.

.docgen/metadata/<service>_metadata.yaml

Whitespace-only changes.

.docgen/metadata/cross_metadata.yaml

Whitespace-only changes.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
rds_CreateDBInstance:
2+
category:
3+
languages:
4+
Bash:
5+
versions:
6+
- sdk_version: 3
7+
github: dotnetv3/RDS
8+
sdkguide:
9+
excerpts:
10+
- description:
11+
snippet_tags:
12+
- RDS.dotnetv3.CreateDBInstance
13+
services:
14+
rds: {CreateDBInstance}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Validate Documentation Metadata
2+
3+
on: # yamllint disable-line rule:truthy
4+
workflow_dispatch:
5+
push:
6+
branches: [main]
7+
pull_request:
8+
branches: [main]
9+
10+
jobs:
11+
validate-doc-metadata:
12+
name: Validate Doc Metadata
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- name: checkout repo content
17+
uses: actions/checkout@v4
18+
- name: validate metadata
19+
uses: awsdocs/aws-doc-sdk-examples-tools@main

tuts/002-vpc-gs/vpc-gs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
#!/bin/bash
25

36
# VPC Creation Script

0 commit comments

Comments
 (0)