Skip to content

Commit 3d66fc3

Browse files
authored
Merge pull request #2 from jaypipes/org-unit
2 parents 20c1846 + 65367fe commit 3d66fc3

25 files changed

+2121
-5
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2022-12-23T21:37:07Z"
2+
build_date: "2022-12-25T15:38:57Z"
33
build_hash: 02630456bc1d49db7a244447d2ca7ca124273037
44
go_version: go1.18.1
55
version: v0.21.0-7-g0263045
6-
api_directory_checksum: 1eb13a5cc8683966c4483a900da3850e2760e7df
6+
api_directory_checksum: 37b933d95cb4cee8d623aa354c10fe43c29575ed
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.44.167
99
generator_config_info:
10-
file_checksum: c54b41f98057d73eedf0ac413222470d5c638eda
10+
file_checksum: 5401178e33f92d97306275ab7ee429ca0ad84883
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,16 @@ ignore:
33
- Account
44
- GovCloudAccount
55
- Organization
6-
- OrganizationalUnit
6+
#- OrganizationalUnit
77
- Policy
8+
resources:
9+
OrganizationalUnit:
10+
renames:
11+
operations:
12+
DescribeOrganizationalUnit:
13+
input_fields:
14+
OrganizationalUnitId: Id
15+
fields:
16+
ID:
17+
is_read_only: true
18+
is_primary_key: true

apis/v1alpha1/organizational_unit.go

Lines changed: 103 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/types.go

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)