Skip to content

Commit 13301a8

Browse files
committed
Fix 'missing required field, ListResourcesInput.OrganizationId'.
1 parent 92577aa commit 13301a8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

internal/service/workmail/service_endpoints_gen_test.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

names/data/names_data.hcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8967,7 +8967,8 @@ service "workmail" {
89678967
}
89688968

89698969
endpoint_info {
8970-
endpoint_api_call = "ListResources"
8970+
endpoint_api_call = "ListResources"
8971+
endpoint_api_params = "OrganizationId: aws.String(\"m-12345678901234567890123456789012\")"
89718972
}
89728973

89738974
resource_prefix {

0 commit comments

Comments
 (0)