diff --git a/service/account/providers/aws/awscredential.go b/service/account/providers/aws/awscredential.go index 1c24a2cb..d6758326 100644 --- a/service/account/providers/aws/awscredential.go +++ b/service/account/providers/aws/awscredential.go @@ -14,20 +14,8 @@ type Credential struct { IamRole *string `json:"iamRole,omitempty"` AccountId *string `json:"accountId,omitempty"` - // forceSendFields is a list of field names (e.g. "Keys") to - // unconditionally include in API requests. By default, fields with - // empty values are omitted from API requests. However, any non-pointer, - // non-interface field appearing in ForceSendFields will be sent to the - // server regardless of whether the field is empty or not. This may be - // used to include empty fields in Patch requests. forceSendFields []string - // nullFields is a list of field names (e.g. "Keys") to include in API - // requests with the JSON null value. By default, fields with empty - // values are omitted from API requests. However, any field with an - // empty value appearing in NullFields will be sent to the server as - // null. It is an error if a field in this list has a non-empty value. - // This may be used to include null fields in Patch requests. nullFields []string } diff --git a/service/account/providers/aws/awsexternalId.go b/service/account/providers/aws/awsexternalId.go index 9d538370..459182a9 100644 --- a/service/account/providers/aws/awsexternalId.go +++ b/service/account/providers/aws/awsexternalId.go @@ -15,20 +15,8 @@ type AwsAccountExternalId struct { AccountId *string `json:"accountId,omitempty"` ExternalId *string `json:"externalId,omitempty"` - // forceSendFields is a list of field names (e.g. "Keys") to - // unconditionally include in API requests. By default, fields with - // empty values are omitted from API requests. However, any non-pointer, - // non-interface field appearing in ForceSendFields will be sent to the - // server regardless of whether the field is empty or not. This may be - // used to include empty fields in Patch requests. forceSendFields []string - - // nullFields is a list of field names (e.g. "Keys") to include in API - // requests with the JSON null value. By default, fields with empty - // values are omitted from API requests. However, any field with an - // empty value appearing in NullFields will be sent to the server as - // null. It is an error if a field in this list has a non-empty value. - // This may be used to include null fields in Patch requests. + nullFields []string }