diff --git a/services/secretsmanager/model_acl.go b/services/secretsmanager/model_acl.go index 090f50e61..c0dd300df 100644 --- a/services/secretsmanager/model_acl.go +++ b/services/secretsmanager/model_acl.go @@ -63,10 +63,10 @@ type ACLGetIdRetType = string type ACL struct { // The given IP/IP Range that is permitted to access. // REQUIRED - Cidr ACLGetCidrAttributeType `json:"cidr"` + Cidr ACLGetCidrAttributeType `json:"cidr" required:"true"` // A auto generated unique id which identifies the acl. // REQUIRED - Id ACLGetIdAttributeType `json:"id"` + Id ACLGetIdAttributeType `json:"id" required:"true"` } type _ACL ACL diff --git a/services/secretsmanager/model_bad_request.go b/services/secretsmanager/model_bad_request.go index ab3291c13..65a390d2d 100644 --- a/services/secretsmanager/model_bad_request.go +++ b/services/secretsmanager/model_bad_request.go @@ -42,7 +42,7 @@ type BadRequestGetMessageRetType = string type BadRequest struct { // The error message for bad requests // REQUIRED - Message BadRequestGetMessageAttributeType `json:"message"` + Message BadRequestGetMessageAttributeType `json:"message" required:"true"` } type _BadRequest BadRequest diff --git a/services/secretsmanager/model_conflict.go b/services/secretsmanager/model_conflict.go index e02a06095..3ea5279cd 100644 --- a/services/secretsmanager/model_conflict.go +++ b/services/secretsmanager/model_conflict.go @@ -42,7 +42,7 @@ type ConflictGetMessageRetType = string type Conflict struct { // The error message for conflicts // REQUIRED - Message ConflictGetMessageAttributeType `json:"message"` + Message ConflictGetMessageAttributeType `json:"message" required:"true"` } type _Conflict Conflict diff --git a/services/secretsmanager/model_create_acl_payload.go b/services/secretsmanager/model_create_acl_payload.go index 56a5d51b3..963c0051d 100644 --- a/services/secretsmanager/model_create_acl_payload.go +++ b/services/secretsmanager/model_create_acl_payload.go @@ -42,7 +42,7 @@ type CreateACLPayloadGetCidrRetType = string type CreateACLPayload struct { // The given IP/IP Range that is permitted to access. // REQUIRED - Cidr CreateACLPayloadGetCidrAttributeType `json:"cidr"` + Cidr CreateACLPayloadGetCidrAttributeType `json:"cidr" required:"true"` } type _CreateACLPayload CreateACLPayload diff --git a/services/secretsmanager/model_create_instance_payload.go b/services/secretsmanager/model_create_instance_payload.go index 115655c62..f052ee145 100644 --- a/services/secretsmanager/model_create_instance_payload.go +++ b/services/secretsmanager/model_create_instance_payload.go @@ -42,7 +42,7 @@ type CreateInstancePayloadGetNameRetType = string type CreateInstancePayload struct { // A user chosen name to distinguish multiple secrets manager instances. // REQUIRED - Name CreateInstancePayloadGetNameAttributeType `json:"name"` + Name CreateInstancePayloadGetNameAttributeType `json:"name" required:"true"` } type _CreateInstancePayload CreateInstancePayload diff --git a/services/secretsmanager/model_create_user_payload.go b/services/secretsmanager/model_create_user_payload.go index df5d9d70a..dc4291211 100644 --- a/services/secretsmanager/model_create_user_payload.go +++ b/services/secretsmanager/model_create_user_payload.go @@ -62,10 +62,10 @@ func setCreateUserPayloadgetWriteAttributeType(arg *CreateUserPayloadgetWriteAtt type CreateUserPayload struct { // A user chosen description to differentiate between multiple users. // REQUIRED - Description CreateUserPayloadGetDescriptionAttributeType `json:"description"` + Description CreateUserPayloadGetDescriptionAttributeType `json:"description" required:"true"` // Is true if the user has write access to the secrets engine. Is false for a read-only user. // REQUIRED - Write CreateUserPayloadgetWriteAttributeType `json:"write"` + Write CreateUserPayloadgetWriteAttributeType `json:"write" required:"true"` } type _CreateUserPayload CreateUserPayload diff --git a/services/secretsmanager/model_instance.go b/services/secretsmanager/model_instance.go index b08c96f6a..11f3702ac 100644 --- a/services/secretsmanager/model_instance.go +++ b/services/secretsmanager/model_instance.go @@ -230,27 +230,27 @@ type InstanceGetUpdateStartDateRetType = string type Instance struct { // The API endpoint for connecting to the secrets engine. // REQUIRED - ApiUrl InstanceGetApiUrlAttributeType `json:"apiUrl"` + ApiUrl InstanceGetApiUrlAttributeType `json:"apiUrl" required:"true"` // The date and time the creation of the Secrets Manager instance was finished. CreationFinishedDate InstanceGetCreationFinishedDateAttributeType `json:"creationFinishedDate,omitempty"` // The date and time the creation of the Secrets Manager instance was triggered. // REQUIRED - CreationStartDate InstanceGetCreationStartDateAttributeType `json:"creationStartDate"` + CreationStartDate InstanceGetCreationStartDateAttributeType `json:"creationStartDate" required:"true"` // A auto generated unique id which identifies the secrets manager instances. // REQUIRED - Id InstanceGetIdAttributeType `json:"id"` + Id InstanceGetIdAttributeType `json:"id" required:"true"` // A user chosen name to distinguish multiple secrets manager instances. // REQUIRED - Name InstanceGetNameAttributeType `json:"name"` + Name InstanceGetNameAttributeType `json:"name" required:"true"` // The number of secrets currently stored inside of the instance. This value will be updated once per hour. // REQUIRED - SecretCount InstanceGetSecretCountAttributeType `json:"secretCount"` + SecretCount InstanceGetSecretCountAttributeType `json:"secretCount" required:"true"` // The name of the secrets engine. // REQUIRED - SecretsEngine InstanceGetSecretsEngineAttributeType `json:"secretsEngine"` + SecretsEngine InstanceGetSecretsEngineAttributeType `json:"secretsEngine" required:"true"` // The current state of the Secrets Manager instance. // REQUIRED - State InstanceGetStateAttributeType `json:"state"` + State InstanceGetStateAttributeType `json:"state" required:"true"` UpdateFinishedDate InstanceGetUpdateFinishedDateAttributeType `json:"updateFinishedDate,omitempty"` UpdateStartDate InstanceGetUpdateStartDateAttributeType `json:"updateStartDate,omitempty"` } diff --git a/services/secretsmanager/model_list_acls_response.go b/services/secretsmanager/model_list_acls_response.go index aaca5e02b..299f512a7 100644 --- a/services/secretsmanager/model_list_acls_response.go +++ b/services/secretsmanager/model_list_acls_response.go @@ -40,7 +40,7 @@ func setListACLsResponseGetAclsAttributeType(arg *ListACLsResponseGetAclsAttribu // ListACLsResponse struct for ListACLsResponse type ListACLsResponse struct { // REQUIRED - Acls ListACLsResponseGetAclsAttributeType `json:"acls"` + Acls ListACLsResponseGetAclsAttributeType `json:"acls" required:"true"` } type _ListACLsResponse ListACLsResponse diff --git a/services/secretsmanager/model_list_instances_response.go b/services/secretsmanager/model_list_instances_response.go index 2b53571cf..2310d5f87 100644 --- a/services/secretsmanager/model_list_instances_response.go +++ b/services/secretsmanager/model_list_instances_response.go @@ -40,7 +40,7 @@ func setListInstancesResponseGetInstancesAttributeType(arg *ListInstancesRespons // ListInstancesResponse struct for ListInstancesResponse type ListInstancesResponse struct { // REQUIRED - Instances ListInstancesResponseGetInstancesAttributeType `json:"instances"` + Instances ListInstancesResponseGetInstancesAttributeType `json:"instances" required:"true"` } type _ListInstancesResponse ListInstancesResponse diff --git a/services/secretsmanager/model_list_users_response.go b/services/secretsmanager/model_list_users_response.go index 302bb8bfe..f594166ae 100644 --- a/services/secretsmanager/model_list_users_response.go +++ b/services/secretsmanager/model_list_users_response.go @@ -40,7 +40,7 @@ func setListUsersResponseGetUsersAttributeType(arg *ListUsersResponseGetUsersAtt // ListUsersResponse struct for ListUsersResponse type ListUsersResponse struct { // REQUIRED - Users ListUsersResponseGetUsersAttributeType `json:"users"` + Users ListUsersResponseGetUsersAttributeType `json:"users" required:"true"` } type _ListUsersResponse ListUsersResponse diff --git a/services/secretsmanager/model_not_found.go b/services/secretsmanager/model_not_found.go index 8c11ec55b..e991e56db 100644 --- a/services/secretsmanager/model_not_found.go +++ b/services/secretsmanager/model_not_found.go @@ -42,7 +42,7 @@ type NotFoundGetMessageRetType = string type NotFound struct { // The error message for not found resources // REQUIRED - Message NotFoundGetMessageAttributeType `json:"message"` + Message NotFoundGetMessageAttributeType `json:"message" required:"true"` } type _NotFound NotFound diff --git a/services/secretsmanager/model_update_acl_payload.go b/services/secretsmanager/model_update_acl_payload.go index 82327c3ad..0e3a49f90 100644 --- a/services/secretsmanager/model_update_acl_payload.go +++ b/services/secretsmanager/model_update_acl_payload.go @@ -42,7 +42,7 @@ type UpdateACLPayloadGetCidrRetType = string type UpdateACLPayload struct { // The given IP/IP Range that is permitted to access. // REQUIRED - Cidr UpdateACLPayloadGetCidrAttributeType `json:"cidr"` + Cidr UpdateACLPayloadGetCidrAttributeType `json:"cidr" required:"true"` } type _UpdateACLPayload UpdateACLPayload diff --git a/services/secretsmanager/model_update_instance_payload.go b/services/secretsmanager/model_update_instance_payload.go index fdb13b09c..1c1060797 100644 --- a/services/secretsmanager/model_update_instance_payload.go +++ b/services/secretsmanager/model_update_instance_payload.go @@ -42,7 +42,7 @@ type UpdateInstancePayloadGetNameRetType = string type UpdateInstancePayload struct { // A user chosen name to distinguish multiple secrets manager instances. // REQUIRED - Name UpdateInstancePayloadGetNameAttributeType `json:"name"` + Name UpdateInstancePayloadGetNameAttributeType `json:"name" required:"true"` } type _UpdateInstancePayload UpdateInstancePayload diff --git a/services/secretsmanager/model_user.go b/services/secretsmanager/model_user.go index 1e8e8d3e5..17766e982 100644 --- a/services/secretsmanager/model_user.go +++ b/services/secretsmanager/model_user.go @@ -125,19 +125,19 @@ func setUsergetWriteAttributeType(arg *UsergetWriteAttributeType, val UsergetWri type User struct { // A user chosen description to differentiate between multiple users. // REQUIRED - Description UserGetDescriptionAttributeType `json:"description"` + Description UserGetDescriptionAttributeType `json:"description" required:"true"` // A auto generated unique id which identifies the users. // REQUIRED - Id UserGetIdAttributeType `json:"id"` + Id UserGetIdAttributeType `json:"id" required:"true"` // A auto generated password for logging in with the user. // REQUIRED - Password UserGetPasswordAttributeType `json:"password"` + Password UserGetPasswordAttributeType `json:"password" required:"true"` // A auto generated username for logging in with the user. // REQUIRED - Username UserGetUsernameAttributeType `json:"username"` + Username UserGetUsernameAttributeType `json:"username" required:"true"` // Is true if the user has write access to the secrets engine. Is false for a read-only user. // REQUIRED - Write UsergetWriteAttributeType `json:"write"` + Write UsergetWriteAttributeType `json:"write" required:"true"` } type _User User