diff --git a/cloudformation/accessanalyzer/aws-accessanalyzer-analyzer.go b/cloudformation/accessanalyzer/aws-accessanalyzer-analyzer.go index dc204289f0..e21f6aa663 100644 --- a/cloudformation/accessanalyzer/aws-accessanalyzer-analyzer.go +++ b/cloudformation/accessanalyzer/aws-accessanalyzer-analyzer.go @@ -97,7 +97,6 @@ func (r *Analyzer) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/acmpca/aws-acmpca-certificate.go b/cloudformation/acmpca/aws-acmpca-certificate.go index 8d0af13d46..20f36d3bfd 100644 --- a/cloudformation/acmpca/aws-acmpca-certificate.go +++ b/cloudformation/acmpca/aws-acmpca-certificate.go @@ -111,7 +111,6 @@ func (r *Certificate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/acmpca/aws-acmpca-certificateauthority.go b/cloudformation/acmpca/aws-acmpca-certificateauthority.go index 7f8c9a2ec8..a7dcfff888 100644 --- a/cloudformation/acmpca/aws-acmpca-certificateauthority.go +++ b/cloudformation/acmpca/aws-acmpca-certificateauthority.go @@ -117,7 +117,6 @@ func (r *CertificateAuthority) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/acmpca/aws-acmpca-certificateauthorityactivation.go b/cloudformation/acmpca/aws-acmpca-certificateauthorityactivation.go index faffee3f38..e27512d1b0 100644 --- a/cloudformation/acmpca/aws-acmpca-certificateauthorityactivation.go +++ b/cloudformation/acmpca/aws-acmpca-certificateauthorityactivation.go @@ -96,7 +96,6 @@ func (r *CertificateAuthorityActivation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/acmpca/aws-acmpca-permission.go b/cloudformation/acmpca/aws-acmpca-permission.go index f8e213c2dd..171cd52b98 100644 --- a/cloudformation/acmpca/aws-acmpca-permission.go +++ b/cloudformation/acmpca/aws-acmpca-permission.go @@ -96,7 +96,6 @@ func (r *Permission) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/amazonmq/aws-amazonmq-broker.go b/cloudformation/amazonmq/aws-amazonmq-broker.go index f4b8b89583..2a4ba2f846 100644 --- a/cloudformation/amazonmq/aws-amazonmq-broker.go +++ b/cloudformation/amazonmq/aws-amazonmq-broker.go @@ -166,7 +166,6 @@ func (r *Broker) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/amazonmq/aws-amazonmq-configuration.go b/cloudformation/amazonmq/aws-amazonmq-configuration.go index b19acc00b4..c0b0839932 100644 --- a/cloudformation/amazonmq/aws-amazonmq-configuration.go +++ b/cloudformation/amazonmq/aws-amazonmq-configuration.go @@ -111,7 +111,6 @@ func (r *Configuration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/amazonmq/aws-amazonmq-configurationassociation.go b/cloudformation/amazonmq/aws-amazonmq-configurationassociation.go index ff7b976c81..85b58db0af 100644 --- a/cloudformation/amazonmq/aws-amazonmq-configurationassociation.go +++ b/cloudformation/amazonmq/aws-amazonmq-configurationassociation.go @@ -86,7 +86,6 @@ func (r *ConfigurationAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/amplify/aws-amplify-app.go b/cloudformation/amplify/aws-amplify-app.go index a5f6d4d094..8d24b7cc4b 100644 --- a/cloudformation/amplify/aws-amplify-app.go +++ b/cloudformation/amplify/aws-amplify-app.go @@ -147,7 +147,6 @@ func (r *App) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/amplify/aws-amplify-branch.go b/cloudformation/amplify/aws-amplify-branch.go index dbe574c454..f0e2dbdabe 100644 --- a/cloudformation/amplify/aws-amplify-branch.go +++ b/cloudformation/amplify/aws-amplify-branch.go @@ -137,7 +137,6 @@ func (r *Branch) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/amplify/aws-amplify-domain.go b/cloudformation/amplify/aws-amplify-domain.go index 4a6f0dfb57..3a50529788 100644 --- a/cloudformation/amplify/aws-amplify-domain.go +++ b/cloudformation/amplify/aws-amplify-domain.go @@ -106,7 +106,6 @@ func (r *Domain) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/amplifyuibuilder/aws-amplifyuibuilder-component.go b/cloudformation/amplifyuibuilder/aws-amplifyuibuilder-component.go index c17c07d10a..61ddf4d318 100644 --- a/cloudformation/amplifyuibuilder/aws-amplifyuibuilder-component.go +++ b/cloudformation/amplifyuibuilder/aws-amplifyuibuilder-component.go @@ -136,7 +136,6 @@ func (r *Component) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/amplifyuibuilder/aws-amplifyuibuilder-theme.go b/cloudformation/amplifyuibuilder/aws-amplifyuibuilder-theme.go index a3ecdae0bd..d688275567 100644 --- a/cloudformation/amplifyuibuilder/aws-amplifyuibuilder-theme.go +++ b/cloudformation/amplifyuibuilder/aws-amplifyuibuilder-theme.go @@ -96,7 +96,6 @@ func (r *Theme) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-account.go b/cloudformation/apigateway/aws-apigateway-account.go index 3c9c28c8ee..299f5090a0 100644 --- a/cloudformation/apigateway/aws-apigateway-account.go +++ b/cloudformation/apigateway/aws-apigateway-account.go @@ -81,7 +81,6 @@ func (r *Account) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-apikey.go b/cloudformation/apigateway/aws-apigateway-apikey.go index 035144c2eb..9126dfad74 100644 --- a/cloudformation/apigateway/aws-apigateway-apikey.go +++ b/cloudformation/apigateway/aws-apigateway-apikey.go @@ -117,7 +117,6 @@ func (r *ApiKey) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-authorizer.go b/cloudformation/apigateway/aws-apigateway-authorizer.go index 72b45883a0..b8f99a9def 100644 --- a/cloudformation/apigateway/aws-apigateway-authorizer.go +++ b/cloudformation/apigateway/aws-apigateway-authorizer.go @@ -126,7 +126,6 @@ func (r *Authorizer) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-basepathmapping.go b/cloudformation/apigateway/aws-apigateway-basepathmapping.go index af01949cf9..0d8aa9fffa 100644 --- a/cloudformation/apigateway/aws-apigateway-basepathmapping.go +++ b/cloudformation/apigateway/aws-apigateway-basepathmapping.go @@ -101,7 +101,6 @@ func (r *BasePathMapping) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-clientcertificate.go b/cloudformation/apigateway/aws-apigateway-clientcertificate.go index 22e21d2c05..c2037eed4b 100644 --- a/cloudformation/apigateway/aws-apigateway-clientcertificate.go +++ b/cloudformation/apigateway/aws-apigateway-clientcertificate.go @@ -87,7 +87,6 @@ func (r *ClientCertificate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-deployment.go b/cloudformation/apigateway/aws-apigateway-deployment.go index 010631111b..d0586eed5e 100644 --- a/cloudformation/apigateway/aws-apigateway-deployment.go +++ b/cloudformation/apigateway/aws-apigateway-deployment.go @@ -101,7 +101,6 @@ func (r *Deployment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-documentationpart.go b/cloudformation/apigateway/aws-apigateway-documentationpart.go index b5ca972c76..4a75b34826 100644 --- a/cloudformation/apigateway/aws-apigateway-documentationpart.go +++ b/cloudformation/apigateway/aws-apigateway-documentationpart.go @@ -91,7 +91,6 @@ func (r *DocumentationPart) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-documentationversion.go b/cloudformation/apigateway/aws-apigateway-documentationversion.go index a00c9cf317..e427b5768e 100644 --- a/cloudformation/apigateway/aws-apigateway-documentationversion.go +++ b/cloudformation/apigateway/aws-apigateway-documentationversion.go @@ -91,7 +91,6 @@ func (r *DocumentationVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-domainname.go b/cloudformation/apigateway/aws-apigateway-domainname.go index bf86f42d2e..45f0cb8f40 100644 --- a/cloudformation/apigateway/aws-apigateway-domainname.go +++ b/cloudformation/apigateway/aws-apigateway-domainname.go @@ -117,7 +117,6 @@ func (r *DomainName) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-gatewayresponse.go b/cloudformation/apigateway/aws-apigateway-gatewayresponse.go index 982588a190..85f5c017ba 100644 --- a/cloudformation/apigateway/aws-apigateway-gatewayresponse.go +++ b/cloudformation/apigateway/aws-apigateway-gatewayresponse.go @@ -101,7 +101,6 @@ func (r *GatewayResponse) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-method.go b/cloudformation/apigateway/aws-apigateway-method.go index e82193f4e7..adacd82d86 100644 --- a/cloudformation/apigateway/aws-apigateway-method.go +++ b/cloudformation/apigateway/aws-apigateway-method.go @@ -141,7 +141,6 @@ func (r *Method) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-model.go b/cloudformation/apigateway/aws-apigateway-model.go index 38ceaacb6e..c4dc98e278 100644 --- a/cloudformation/apigateway/aws-apigateway-model.go +++ b/cloudformation/apigateway/aws-apigateway-model.go @@ -101,7 +101,6 @@ func (r *Model) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-requestvalidator.go b/cloudformation/apigateway/aws-apigateway-requestvalidator.go index 6655c133a6..a9aeabc50a 100644 --- a/cloudformation/apigateway/aws-apigateway-requestvalidator.go +++ b/cloudformation/apigateway/aws-apigateway-requestvalidator.go @@ -96,7 +96,6 @@ func (r *RequestValidator) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-resource.go b/cloudformation/apigateway/aws-apigateway-resource.go index 047479db88..ae29f6b68e 100644 --- a/cloudformation/apigateway/aws-apigateway-resource.go +++ b/cloudformation/apigateway/aws-apigateway-resource.go @@ -91,7 +91,6 @@ func (r *Resource) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-restapi.go b/cloudformation/apigateway/aws-apigateway-restapi.go index eeff515c4d..c6431bb03f 100644 --- a/cloudformation/apigateway/aws-apigateway-restapi.go +++ b/cloudformation/apigateway/aws-apigateway-restapi.go @@ -152,7 +152,6 @@ func (r *RestApi) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-stage.go b/cloudformation/apigateway/aws-apigateway-stage.go index 3163134c2e..8019e7a6a2 100644 --- a/cloudformation/apigateway/aws-apigateway-stage.go +++ b/cloudformation/apigateway/aws-apigateway-stage.go @@ -147,7 +147,6 @@ func (r *Stage) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-usageplan.go b/cloudformation/apigateway/aws-apigateway-usageplan.go index 0fe4571216..3b9a182009 100644 --- a/cloudformation/apigateway/aws-apigateway-usageplan.go +++ b/cloudformation/apigateway/aws-apigateway-usageplan.go @@ -107,7 +107,6 @@ func (r *UsagePlan) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-usageplankey.go b/cloudformation/apigateway/aws-apigateway-usageplankey.go index 4e3331cef0..61f95794b2 100644 --- a/cloudformation/apigateway/aws-apigateway-usageplankey.go +++ b/cloudformation/apigateway/aws-apigateway-usageplankey.go @@ -91,7 +91,6 @@ func (r *UsagePlanKey) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigateway/aws-apigateway-vpclink.go b/cloudformation/apigateway/aws-apigateway-vpclink.go index 0a85525768..430ada6ee9 100644 --- a/cloudformation/apigateway/aws-apigateway-vpclink.go +++ b/cloudformation/apigateway/aws-apigateway-vpclink.go @@ -97,7 +97,6 @@ func (r *VpcLink) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigatewayv2/aws-apigatewayv2-api.go b/cloudformation/apigatewayv2/aws-apigatewayv2-api.go index 9b73e54969..aec261ea65 100644 --- a/cloudformation/apigatewayv2/aws-apigatewayv2-api.go +++ b/cloudformation/apigatewayv2/aws-apigatewayv2-api.go @@ -161,7 +161,6 @@ func (r *Api) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigatewayv2/aws-apigatewayv2-apigatewaymanagedoverrides.go b/cloudformation/apigatewayv2/aws-apigatewayv2-apigatewaymanagedoverrides.go index afce737e66..7548585ba2 100644 --- a/cloudformation/apigatewayv2/aws-apigatewayv2-apigatewaymanagedoverrides.go +++ b/cloudformation/apigatewayv2/aws-apigatewayv2-apigatewaymanagedoverrides.go @@ -96,7 +96,6 @@ func (r *ApiGatewayManagedOverrides) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigatewayv2/aws-apigatewayv2-apimapping.go b/cloudformation/apigatewayv2/aws-apigatewayv2-apimapping.go index 836dca1521..ee9266845f 100644 --- a/cloudformation/apigatewayv2/aws-apigatewayv2-apimapping.go +++ b/cloudformation/apigatewayv2/aws-apigatewayv2-apimapping.go @@ -96,7 +96,6 @@ func (r *ApiMapping) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigatewayv2/aws-apigatewayv2-authorizer.go b/cloudformation/apigatewayv2/aws-apigatewayv2-authorizer.go index aa8b13a96a..fd9773213e 100644 --- a/cloudformation/apigatewayv2/aws-apigatewayv2-authorizer.go +++ b/cloudformation/apigatewayv2/aws-apigatewayv2-authorizer.go @@ -131,7 +131,6 @@ func (r *Authorizer) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigatewayv2/aws-apigatewayv2-deployment.go b/cloudformation/apigatewayv2/aws-apigatewayv2-deployment.go index ff7e481ba3..181e830c61 100644 --- a/cloudformation/apigatewayv2/aws-apigatewayv2-deployment.go +++ b/cloudformation/apigatewayv2/aws-apigatewayv2-deployment.go @@ -91,7 +91,6 @@ func (r *Deployment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigatewayv2/aws-apigatewayv2-domainname.go b/cloudformation/apigatewayv2/aws-apigatewayv2-domainname.go index 753e74acf6..740e8c0fef 100644 --- a/cloudformation/apigatewayv2/aws-apigatewayv2-domainname.go +++ b/cloudformation/apigatewayv2/aws-apigatewayv2-domainname.go @@ -96,7 +96,6 @@ func (r *DomainName) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigatewayv2/aws-apigatewayv2-integration.go b/cloudformation/apigatewayv2/aws-apigatewayv2-integration.go index 67d1651334..3bb3c957f3 100644 --- a/cloudformation/apigatewayv2/aws-apigatewayv2-integration.go +++ b/cloudformation/apigatewayv2/aws-apigatewayv2-integration.go @@ -166,7 +166,6 @@ func (r *Integration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigatewayv2/aws-apigatewayv2-integrationresponse.go b/cloudformation/apigatewayv2/aws-apigatewayv2-integrationresponse.go index 2182501a4c..27360f5d44 100644 --- a/cloudformation/apigatewayv2/aws-apigatewayv2-integrationresponse.go +++ b/cloudformation/apigatewayv2/aws-apigatewayv2-integrationresponse.go @@ -111,7 +111,6 @@ func (r *IntegrationResponse) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigatewayv2/aws-apigatewayv2-model.go b/cloudformation/apigatewayv2/aws-apigatewayv2-model.go index 2fe17fd172..7e7048b04d 100644 --- a/cloudformation/apigatewayv2/aws-apigatewayv2-model.go +++ b/cloudformation/apigatewayv2/aws-apigatewayv2-model.go @@ -101,7 +101,6 @@ func (r *Model) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigatewayv2/aws-apigatewayv2-route.go b/cloudformation/apigatewayv2/aws-apigatewayv2-route.go index c13bdb42f6..aa211722e6 100644 --- a/cloudformation/apigatewayv2/aws-apigatewayv2-route.go +++ b/cloudformation/apigatewayv2/aws-apigatewayv2-route.go @@ -136,7 +136,6 @@ func (r *Route) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigatewayv2/aws-apigatewayv2-routeresponse.go b/cloudformation/apigatewayv2/aws-apigatewayv2-routeresponse.go index 256dd28962..f41ab21782 100644 --- a/cloudformation/apigatewayv2/aws-apigatewayv2-routeresponse.go +++ b/cloudformation/apigatewayv2/aws-apigatewayv2-routeresponse.go @@ -106,7 +106,6 @@ func (r *RouteResponse) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigatewayv2/aws-apigatewayv2-stage.go b/cloudformation/apigatewayv2/aws-apigatewayv2-stage.go index 5553c6a2c0..330744ae82 100644 --- a/cloudformation/apigatewayv2/aws-apigatewayv2-stage.go +++ b/cloudformation/apigatewayv2/aws-apigatewayv2-stage.go @@ -136,7 +136,6 @@ func (r *Stage) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apigatewayv2/aws-apigatewayv2-vpclink.go b/cloudformation/apigatewayv2/aws-apigatewayv2-vpclink.go index 92cb800a80..3001dcf153 100644 --- a/cloudformation/apigatewayv2/aws-apigatewayv2-vpclink.go +++ b/cloudformation/apigatewayv2/aws-apigatewayv2-vpclink.go @@ -96,7 +96,6 @@ func (r *VpcLink) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appconfig/aws-appconfig-application.go b/cloudformation/appconfig/aws-appconfig-application.go index 21dc6d1a8f..213a62be27 100644 --- a/cloudformation/appconfig/aws-appconfig-application.go +++ b/cloudformation/appconfig/aws-appconfig-application.go @@ -91,7 +91,6 @@ func (r *Application) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appconfig/aws-appconfig-configurationprofile.go b/cloudformation/appconfig/aws-appconfig-configurationprofile.go index 59738c2686..77deb715c4 100644 --- a/cloudformation/appconfig/aws-appconfig-configurationprofile.go +++ b/cloudformation/appconfig/aws-appconfig-configurationprofile.go @@ -116,7 +116,6 @@ func (r *ConfigurationProfile) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appconfig/aws-appconfig-deployment.go b/cloudformation/appconfig/aws-appconfig-deployment.go index 1f9e53c8b9..bebd382324 100644 --- a/cloudformation/appconfig/aws-appconfig-deployment.go +++ b/cloudformation/appconfig/aws-appconfig-deployment.go @@ -111,7 +111,6 @@ func (r *Deployment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appconfig/aws-appconfig-deploymentstrategy.go b/cloudformation/appconfig/aws-appconfig-deploymentstrategy.go index c50546440c..575f3e36dd 100644 --- a/cloudformation/appconfig/aws-appconfig-deploymentstrategy.go +++ b/cloudformation/appconfig/aws-appconfig-deploymentstrategy.go @@ -116,7 +116,6 @@ func (r *DeploymentStrategy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appconfig/aws-appconfig-environment.go b/cloudformation/appconfig/aws-appconfig-environment.go index a57601a2a2..ae3d84b558 100644 --- a/cloudformation/appconfig/aws-appconfig-environment.go +++ b/cloudformation/appconfig/aws-appconfig-environment.go @@ -101,7 +101,6 @@ func (r *Environment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appconfig/aws-appconfig-hostedconfigurationversion.go b/cloudformation/appconfig/aws-appconfig-hostedconfigurationversion.go index 17ed2cabce..d09e3e2e39 100644 --- a/cloudformation/appconfig/aws-appconfig-hostedconfigurationversion.go +++ b/cloudformation/appconfig/aws-appconfig-hostedconfigurationversion.go @@ -106,7 +106,6 @@ func (r *HostedConfigurationVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appflow/aws-appflow-connectorprofile.go b/cloudformation/appflow/aws-appflow-connectorprofile.go index b53a528f5c..7eae91d417 100644 --- a/cloudformation/appflow/aws-appflow-connectorprofile.go +++ b/cloudformation/appflow/aws-appflow-connectorprofile.go @@ -106,7 +106,6 @@ func (r *ConnectorProfile) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appflow/aws-appflow-flow.go b/cloudformation/appflow/aws-appflow-flow.go index 3d19946b5a..fadc3324ae 100644 --- a/cloudformation/appflow/aws-appflow-flow.go +++ b/cloudformation/appflow/aws-appflow-flow.go @@ -117,7 +117,6 @@ func (r *Flow) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appintegrations/aws-appintegrations-dataintegration.go b/cloudformation/appintegrations/aws-appintegrations-dataintegration.go index 79f15100b3..3976aad8a8 100644 --- a/cloudformation/appintegrations/aws-appintegrations-dataintegration.go +++ b/cloudformation/appintegrations/aws-appintegrations-dataintegration.go @@ -107,7 +107,6 @@ func (r *DataIntegration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appintegrations/aws-appintegrations-eventintegration.go b/cloudformation/appintegrations/aws-appintegrations-eventintegration.go index 579434dad0..73df8ebb2a 100644 --- a/cloudformation/appintegrations/aws-appintegrations-eventintegration.go +++ b/cloudformation/appintegrations/aws-appintegrations-eventintegration.go @@ -102,7 +102,6 @@ func (r *EventIntegration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/applicationautoscaling/aws-applicationautoscaling-scalabletarget.go b/cloudformation/applicationautoscaling/aws-applicationautoscaling-scalabletarget.go index 559af0ba10..d66711030d 100644 --- a/cloudformation/applicationautoscaling/aws-applicationautoscaling-scalabletarget.go +++ b/cloudformation/applicationautoscaling/aws-applicationautoscaling-scalabletarget.go @@ -116,7 +116,6 @@ func (r *ScalableTarget) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/applicationautoscaling/aws-applicationautoscaling-scalingpolicy.go b/cloudformation/applicationautoscaling/aws-applicationautoscaling-scalingpolicy.go index 9da63c6c2d..8947c4c0c5 100644 --- a/cloudformation/applicationautoscaling/aws-applicationautoscaling-scalingpolicy.go +++ b/cloudformation/applicationautoscaling/aws-applicationautoscaling-scalingpolicy.go @@ -116,7 +116,6 @@ func (r *ScalingPolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/applicationinsights/aws-applicationinsights-application.go b/cloudformation/applicationinsights/aws-applicationinsights-application.go index bb4d998379..3e0bf07809 100644 --- a/cloudformation/applicationinsights/aws-applicationinsights-application.go +++ b/cloudformation/applicationinsights/aws-applicationinsights-application.go @@ -127,7 +127,6 @@ func (r *Application) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appmesh/aws-appmesh-gatewayroute.go b/cloudformation/appmesh/aws-appmesh-gatewayroute.go index cf58392f6b..c5e9c126fc 100644 --- a/cloudformation/appmesh/aws-appmesh-gatewayroute.go +++ b/cloudformation/appmesh/aws-appmesh-gatewayroute.go @@ -107,7 +107,6 @@ func (r *GatewayRoute) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appmesh/aws-appmesh-mesh.go b/cloudformation/appmesh/aws-appmesh-mesh.go index 973d7f7a5e..c30ebed2ee 100644 --- a/cloudformation/appmesh/aws-appmesh-mesh.go +++ b/cloudformation/appmesh/aws-appmesh-mesh.go @@ -92,7 +92,6 @@ func (r *Mesh) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appmesh/aws-appmesh-route.go b/cloudformation/appmesh/aws-appmesh-route.go index 826803f403..1ba021f668 100644 --- a/cloudformation/appmesh/aws-appmesh-route.go +++ b/cloudformation/appmesh/aws-appmesh-route.go @@ -107,7 +107,6 @@ func (r *Route) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appmesh/aws-appmesh-virtualgateway.go b/cloudformation/appmesh/aws-appmesh-virtualgateway.go index f3dca57e1a..01bcaba217 100644 --- a/cloudformation/appmesh/aws-appmesh-virtualgateway.go +++ b/cloudformation/appmesh/aws-appmesh-virtualgateway.go @@ -102,7 +102,6 @@ func (r *VirtualGateway) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appmesh/aws-appmesh-virtualnode.go b/cloudformation/appmesh/aws-appmesh-virtualnode.go index 837717aab4..3490afd2b3 100644 --- a/cloudformation/appmesh/aws-appmesh-virtualnode.go +++ b/cloudformation/appmesh/aws-appmesh-virtualnode.go @@ -102,7 +102,6 @@ func (r *VirtualNode) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appmesh/aws-appmesh-virtualrouter.go b/cloudformation/appmesh/aws-appmesh-virtualrouter.go index 6f364ab4ad..fb8ea82ce5 100644 --- a/cloudformation/appmesh/aws-appmesh-virtualrouter.go +++ b/cloudformation/appmesh/aws-appmesh-virtualrouter.go @@ -102,7 +102,6 @@ func (r *VirtualRouter) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appmesh/aws-appmesh-virtualservice.go b/cloudformation/appmesh/aws-appmesh-virtualservice.go index cbea1e5391..8e30d81168 100644 --- a/cloudformation/appmesh/aws-appmesh-virtualservice.go +++ b/cloudformation/appmesh/aws-appmesh-virtualservice.go @@ -102,7 +102,6 @@ func (r *VirtualService) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apprunner/aws-apprunner-observabilityconfiguration.go b/cloudformation/apprunner/aws-apprunner-observabilityconfiguration.go index bb6f441ad1..87a47d4b10 100644 --- a/cloudformation/apprunner/aws-apprunner-observabilityconfiguration.go +++ b/cloudformation/apprunner/aws-apprunner-observabilityconfiguration.go @@ -92,7 +92,6 @@ func (r *ObservabilityConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apprunner/aws-apprunner-service.go b/cloudformation/apprunner/aws-apprunner-service.go index 5d502533f4..897f54a3ac 100644 --- a/cloudformation/apprunner/aws-apprunner-service.go +++ b/cloudformation/apprunner/aws-apprunner-service.go @@ -122,7 +122,6 @@ func (r *Service) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/apprunner/aws-apprunner-vpcconnector.go b/cloudformation/apprunner/aws-apprunner-vpcconnector.go index 98b79becd3..5e6c607354 100644 --- a/cloudformation/apprunner/aws-apprunner-vpcconnector.go +++ b/cloudformation/apprunner/aws-apprunner-vpcconnector.go @@ -97,7 +97,6 @@ func (r *VpcConnector) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appstream/aws-appstream-appblock.go b/cloudformation/appstream/aws-appstream-appblock.go index 3b476cf614..18aab83553 100644 --- a/cloudformation/appstream/aws-appstream-appblock.go +++ b/cloudformation/appstream/aws-appstream-appblock.go @@ -107,7 +107,6 @@ func (r *AppBlock) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appstream/aws-appstream-application.go b/cloudformation/appstream/aws-appstream-application.go index 2ff236b079..fde3181c66 100644 --- a/cloudformation/appstream/aws-appstream-application.go +++ b/cloudformation/appstream/aws-appstream-application.go @@ -137,7 +137,6 @@ func (r *Application) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appstream/aws-appstream-applicationentitlementassociation.go b/cloudformation/appstream/aws-appstream-applicationentitlementassociation.go index 2a0be15f6a..d5e12bca57 100644 --- a/cloudformation/appstream/aws-appstream-applicationentitlementassociation.go +++ b/cloudformation/appstream/aws-appstream-applicationentitlementassociation.go @@ -91,7 +91,6 @@ func (r *ApplicationEntitlementAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appstream/aws-appstream-applicationfleetassociation.go b/cloudformation/appstream/aws-appstream-applicationfleetassociation.go index 3e56e2ca91..a94fc03a65 100644 --- a/cloudformation/appstream/aws-appstream-applicationfleetassociation.go +++ b/cloudformation/appstream/aws-appstream-applicationfleetassociation.go @@ -86,7 +86,6 @@ func (r *ApplicationFleetAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appstream/aws-appstream-directoryconfig.go b/cloudformation/appstream/aws-appstream-directoryconfig.go index 40eb9f2652..87ffa84443 100644 --- a/cloudformation/appstream/aws-appstream-directoryconfig.go +++ b/cloudformation/appstream/aws-appstream-directoryconfig.go @@ -91,7 +91,6 @@ func (r *DirectoryConfig) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appstream/aws-appstream-entitlement.go b/cloudformation/appstream/aws-appstream-entitlement.go index 49e99f5603..b8702b7115 100644 --- a/cloudformation/appstream/aws-appstream-entitlement.go +++ b/cloudformation/appstream/aws-appstream-entitlement.go @@ -101,7 +101,6 @@ func (r *Entitlement) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appstream/aws-appstream-fleet.go b/cloudformation/appstream/aws-appstream-fleet.go index 0272b173bb..db5b7e677c 100644 --- a/cloudformation/appstream/aws-appstream-fleet.go +++ b/cloudformation/appstream/aws-appstream-fleet.go @@ -194,7 +194,6 @@ func (r *Fleet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appstream/aws-appstream-imagebuilder.go b/cloudformation/appstream/aws-appstream-imagebuilder.go index d93d5e403c..1683171d9f 100644 --- a/cloudformation/appstream/aws-appstream-imagebuilder.go +++ b/cloudformation/appstream/aws-appstream-imagebuilder.go @@ -142,7 +142,6 @@ func (r *ImageBuilder) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appstream/aws-appstream-stack.go b/cloudformation/appstream/aws-appstream-stack.go index 244e1c9fcc..a915d8c21c 100644 --- a/cloudformation/appstream/aws-appstream-stack.go +++ b/cloudformation/appstream/aws-appstream-stack.go @@ -147,7 +147,6 @@ func (r *Stack) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appstream/aws-appstream-stackfleetassociation.go b/cloudformation/appstream/aws-appstream-stackfleetassociation.go index 8660a34cb3..38521084ab 100644 --- a/cloudformation/appstream/aws-appstream-stackfleetassociation.go +++ b/cloudformation/appstream/aws-appstream-stackfleetassociation.go @@ -86,7 +86,6 @@ func (r *StackFleetAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appstream/aws-appstream-stackuserassociation.go b/cloudformation/appstream/aws-appstream-stackuserassociation.go index d088380820..5b7e254b30 100644 --- a/cloudformation/appstream/aws-appstream-stackuserassociation.go +++ b/cloudformation/appstream/aws-appstream-stackuserassociation.go @@ -96,7 +96,6 @@ func (r *StackUserAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appstream/aws-appstream-user.go b/cloudformation/appstream/aws-appstream-user.go index 710cbfc6d3..a019ec3624 100644 --- a/cloudformation/appstream/aws-appstream-user.go +++ b/cloudformation/appstream/aws-appstream-user.go @@ -101,7 +101,6 @@ func (r *User) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appsync/aws-appsync-apicache.go b/cloudformation/appsync/aws-appsync-apicache.go index 235faf9078..f59ba31b32 100644 --- a/cloudformation/appsync/aws-appsync-apicache.go +++ b/cloudformation/appsync/aws-appsync-apicache.go @@ -106,7 +106,6 @@ func (r *ApiCache) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appsync/aws-appsync-apikey.go b/cloudformation/appsync/aws-appsync-apikey.go index 7608638179..d494730f1b 100644 --- a/cloudformation/appsync/aws-appsync-apikey.go +++ b/cloudformation/appsync/aws-appsync-apikey.go @@ -96,7 +96,6 @@ func (r *ApiKey) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appsync/aws-appsync-datasource.go b/cloudformation/appsync/aws-appsync-datasource.go index e42b5f9fe6..c89829ca43 100644 --- a/cloudformation/appsync/aws-appsync-datasource.go +++ b/cloudformation/appsync/aws-appsync-datasource.go @@ -131,7 +131,6 @@ func (r *DataSource) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appsync/aws-appsync-domainname.go b/cloudformation/appsync/aws-appsync-domainname.go index 9d07f0f794..688f48f5f3 100644 --- a/cloudformation/appsync/aws-appsync-domainname.go +++ b/cloudformation/appsync/aws-appsync-domainname.go @@ -91,7 +91,6 @@ func (r *DomainName) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appsync/aws-appsync-domainnameapiassociation.go b/cloudformation/appsync/aws-appsync-domainnameapiassociation.go index 14f999ce73..485b4bee5e 100644 --- a/cloudformation/appsync/aws-appsync-domainnameapiassociation.go +++ b/cloudformation/appsync/aws-appsync-domainnameapiassociation.go @@ -86,7 +86,6 @@ func (r *DomainNameApiAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appsync/aws-appsync-functionconfiguration.go b/cloudformation/appsync/aws-appsync-functionconfiguration.go index ddbe40d63c..b034dad31e 100644 --- a/cloudformation/appsync/aws-appsync-functionconfiguration.go +++ b/cloudformation/appsync/aws-appsync-functionconfiguration.go @@ -131,7 +131,6 @@ func (r *FunctionConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appsync/aws-appsync-graphqlapi.go b/cloudformation/appsync/aws-appsync-graphqlapi.go index 426c25ff33..fad59f7b4e 100644 --- a/cloudformation/appsync/aws-appsync-graphqlapi.go +++ b/cloudformation/appsync/aws-appsync-graphqlapi.go @@ -122,7 +122,6 @@ func (r *GraphQLApi) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appsync/aws-appsync-graphqlschema.go b/cloudformation/appsync/aws-appsync-graphqlschema.go index bd8c530dcd..c52334706c 100644 --- a/cloudformation/appsync/aws-appsync-graphqlschema.go +++ b/cloudformation/appsync/aws-appsync-graphqlschema.go @@ -91,7 +91,6 @@ func (r *GraphQLSchema) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/appsync/aws-appsync-resolver.go b/cloudformation/appsync/aws-appsync-resolver.go index f1678612f7..73c85ccdc5 100644 --- a/cloudformation/appsync/aws-appsync-resolver.go +++ b/cloudformation/appsync/aws-appsync-resolver.go @@ -141,7 +141,6 @@ func (r *Resolver) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/aps/aws-aps-rulegroupsnamespace.go b/cloudformation/aps/aws-aps-rulegroupsnamespace.go index bd541ecc5e..a89bab2fe1 100644 --- a/cloudformation/aps/aws-aps-rulegroupsnamespace.go +++ b/cloudformation/aps/aws-aps-rulegroupsnamespace.go @@ -97,7 +97,6 @@ func (r *RuleGroupsNamespace) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/aps/aws-aps-workspace.go b/cloudformation/aps/aws-aps-workspace.go index 617e52221f..bcc509958c 100644 --- a/cloudformation/aps/aws-aps-workspace.go +++ b/cloudformation/aps/aws-aps-workspace.go @@ -92,7 +92,6 @@ func (r *Workspace) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ask/alexa-ask-skill.go b/cloudformation/ask/alexa-ask-skill.go index 0ddda062eb..967f876bb7 100644 --- a/cloudformation/ask/alexa-ask-skill.go +++ b/cloudformation/ask/alexa-ask-skill.go @@ -91,7 +91,6 @@ func (r *Skill) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/athena/aws-athena-datacatalog.go b/cloudformation/athena/aws-athena-datacatalog.go index 79fa07de6a..d456a31fb0 100644 --- a/cloudformation/athena/aws-athena-datacatalog.go +++ b/cloudformation/athena/aws-athena-datacatalog.go @@ -102,7 +102,6 @@ func (r *DataCatalog) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/athena/aws-athena-namedquery.go b/cloudformation/athena/aws-athena-namedquery.go index d5df86bba7..6233b460d4 100644 --- a/cloudformation/athena/aws-athena-namedquery.go +++ b/cloudformation/athena/aws-athena-namedquery.go @@ -101,7 +101,6 @@ func (r *NamedQuery) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/athena/aws-athena-preparedstatement.go b/cloudformation/athena/aws-athena-preparedstatement.go index 2cfddf8b26..98528e6a76 100644 --- a/cloudformation/athena/aws-athena-preparedstatement.go +++ b/cloudformation/athena/aws-athena-preparedstatement.go @@ -96,7 +96,6 @@ func (r *PreparedStatement) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/athena/aws-athena-workgroup.go b/cloudformation/athena/aws-athena-workgroup.go index 379fa07e7f..4ac9c7051b 100644 --- a/cloudformation/athena/aws-athena-workgroup.go +++ b/cloudformation/athena/aws-athena-workgroup.go @@ -107,7 +107,6 @@ func (r *WorkGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/auditmanager/aws-auditmanager-assessment.go b/cloudformation/auditmanager/aws-auditmanager-assessment.go index 0a7bc9757d..7f998767a5 100644 --- a/cloudformation/auditmanager/aws-auditmanager-assessment.go +++ b/cloudformation/auditmanager/aws-auditmanager-assessment.go @@ -122,7 +122,6 @@ func (r *Assessment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/autoscaling/aws-autoscaling-autoscalinggroup.go b/cloudformation/autoscaling/aws-autoscaling-autoscalinggroup.go index 987ad3cbb1..fb55f6f2a1 100644 --- a/cloudformation/autoscaling/aws-autoscaling-autoscalinggroup.go +++ b/cloudformation/autoscaling/aws-autoscaling-autoscalinggroup.go @@ -228,7 +228,6 @@ func (r *AutoScalingGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/autoscaling/aws-autoscaling-launchconfiguration.go b/cloudformation/autoscaling/aws-autoscaling-launchconfiguration.go index fbfd82aaf8..614956c049 100644 --- a/cloudformation/autoscaling/aws-autoscaling-launchconfiguration.go +++ b/cloudformation/autoscaling/aws-autoscaling-launchconfiguration.go @@ -171,7 +171,6 @@ func (r *LaunchConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/autoscaling/aws-autoscaling-lifecyclehook.go b/cloudformation/autoscaling/aws-autoscaling-lifecyclehook.go index bd74b33af1..7cd14cfad6 100644 --- a/cloudformation/autoscaling/aws-autoscaling-lifecyclehook.go +++ b/cloudformation/autoscaling/aws-autoscaling-lifecyclehook.go @@ -116,7 +116,6 @@ func (r *LifecycleHook) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/autoscaling/aws-autoscaling-scalingpolicy.go b/cloudformation/autoscaling/aws-autoscaling-scalingpolicy.go index 7f28f42080..a40c65fbc9 100644 --- a/cloudformation/autoscaling/aws-autoscaling-scalingpolicy.go +++ b/cloudformation/autoscaling/aws-autoscaling-scalingpolicy.go @@ -131,7 +131,6 @@ func (r *ScalingPolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/autoscaling/aws-autoscaling-scheduledaction.go b/cloudformation/autoscaling/aws-autoscaling-scheduledaction.go index fb616f5734..d73598a318 100644 --- a/cloudformation/autoscaling/aws-autoscaling-scheduledaction.go +++ b/cloudformation/autoscaling/aws-autoscaling-scheduledaction.go @@ -116,7 +116,6 @@ func (r *ScheduledAction) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/autoscaling/aws-autoscaling-warmpool.go b/cloudformation/autoscaling/aws-autoscaling-warmpool.go index 8b5bebbb33..1d675049aa 100644 --- a/cloudformation/autoscaling/aws-autoscaling-warmpool.go +++ b/cloudformation/autoscaling/aws-autoscaling-warmpool.go @@ -101,7 +101,6 @@ func (r *WarmPool) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/autoscalingplans/aws-autoscalingplans-scalingplan.go b/cloudformation/autoscalingplans/aws-autoscalingplans-scalingplan.go index 1689e12a6f..db3e229a8e 100644 --- a/cloudformation/autoscalingplans/aws-autoscalingplans-scalingplan.go +++ b/cloudformation/autoscalingplans/aws-autoscalingplans-scalingplan.go @@ -86,7 +86,6 @@ func (r *ScalingPlan) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/backup/aws-backup-backupplan.go b/cloudformation/backup/aws-backup-backupplan.go index f5d2b8b569..12d21b1191 100644 --- a/cloudformation/backup/aws-backup-backupplan.go +++ b/cloudformation/backup/aws-backup-backupplan.go @@ -86,7 +86,6 @@ func (r *BackupPlan) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/backup/aws-backup-backupselection.go b/cloudformation/backup/aws-backup-backupselection.go index ef51869e7e..7319e11c19 100644 --- a/cloudformation/backup/aws-backup-backupselection.go +++ b/cloudformation/backup/aws-backup-backupselection.go @@ -86,7 +86,6 @@ func (r *BackupSelection) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/backup/aws-backup-backupvault.go b/cloudformation/backup/aws-backup-backupvault.go index 4fa6e02c48..10af1fb102 100644 --- a/cloudformation/backup/aws-backup-backupvault.go +++ b/cloudformation/backup/aws-backup-backupvault.go @@ -106,7 +106,6 @@ func (r *BackupVault) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/backup/aws-backup-framework.go b/cloudformation/backup/aws-backup-framework.go index 35e6c5a158..3a7b93207a 100644 --- a/cloudformation/backup/aws-backup-framework.go +++ b/cloudformation/backup/aws-backup-framework.go @@ -97,7 +97,6 @@ func (r *Framework) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/backup/aws-backup-reportplan.go b/cloudformation/backup/aws-backup-reportplan.go index 9f1572985b..0e3dd8d22d 100644 --- a/cloudformation/backup/aws-backup-reportplan.go +++ b/cloudformation/backup/aws-backup-reportplan.go @@ -102,7 +102,6 @@ func (r *ReportPlan) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/batch/aws-batch-computeenvironment.go b/cloudformation/batch/aws-batch-computeenvironment.go index d7806b8480..fef2a06cf9 100644 --- a/cloudformation/batch/aws-batch-computeenvironment.go +++ b/cloudformation/batch/aws-batch-computeenvironment.go @@ -121,7 +121,6 @@ func (r *ComputeEnvironment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/batch/aws-batch-jobdefinition.go b/cloudformation/batch/aws-batch-jobdefinition.go index a9c2f69d93..cd465a8315 100644 --- a/cloudformation/batch/aws-batch-jobdefinition.go +++ b/cloudformation/batch/aws-batch-jobdefinition.go @@ -131,7 +131,6 @@ func (r *JobDefinition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/batch/aws-batch-jobqueue.go b/cloudformation/batch/aws-batch-jobqueue.go index df407e2e1c..779895853d 100644 --- a/cloudformation/batch/aws-batch-jobqueue.go +++ b/cloudformation/batch/aws-batch-jobqueue.go @@ -106,7 +106,6 @@ func (r *JobQueue) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/batch/aws-batch-schedulingpolicy.go b/cloudformation/batch/aws-batch-schedulingpolicy.go index 51d7a00d07..9f92e8c9c0 100644 --- a/cloudformation/batch/aws-batch-schedulingpolicy.go +++ b/cloudformation/batch/aws-batch-schedulingpolicy.go @@ -91,7 +91,6 @@ func (r *SchedulingPolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/billingconductor/aws-billingconductor-billinggroup.go b/cloudformation/billingconductor/aws-billingconductor-billinggroup.go index 0501bd973c..8e3028bf4a 100644 --- a/cloudformation/billingconductor/aws-billingconductor-billinggroup.go +++ b/cloudformation/billingconductor/aws-billingconductor-billinggroup.go @@ -107,7 +107,6 @@ func (r *BillingGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/billingconductor/aws-billingconductor-customlineitem.go b/cloudformation/billingconductor/aws-billingconductor-customlineitem.go index 18e4e1923c..b1c3236ebc 100644 --- a/cloudformation/billingconductor/aws-billingconductor-customlineitem.go +++ b/cloudformation/billingconductor/aws-billingconductor-customlineitem.go @@ -107,7 +107,6 @@ func (r *CustomLineItem) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/billingconductor/aws-billingconductor-pricingplan.go b/cloudformation/billingconductor/aws-billingconductor-pricingplan.go index b46221860e..a6a9fd0703 100644 --- a/cloudformation/billingconductor/aws-billingconductor-pricingplan.go +++ b/cloudformation/billingconductor/aws-billingconductor-pricingplan.go @@ -97,7 +97,6 @@ func (r *PricingPlan) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/billingconductor/aws-billingconductor-pricingrule.go b/cloudformation/billingconductor/aws-billingconductor-pricingrule.go index f405169727..f250db08cd 100644 --- a/cloudformation/billingconductor/aws-billingconductor-pricingrule.go +++ b/cloudformation/billingconductor/aws-billingconductor-pricingrule.go @@ -112,7 +112,6 @@ func (r *PricingRule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/budgets/aws-budgets-budget.go b/cloudformation/budgets/aws-budgets-budget.go index a23841d09f..c5bb945751 100644 --- a/cloudformation/budgets/aws-budgets-budget.go +++ b/cloudformation/budgets/aws-budgets-budget.go @@ -86,7 +86,6 @@ func (r *Budget) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/budgets/aws-budgets-budgetsaction.go b/cloudformation/budgets/aws-budgets-budgetsaction.go index 3f81523b4e..0d77c53993 100644 --- a/cloudformation/budgets/aws-budgets-budgetsaction.go +++ b/cloudformation/budgets/aws-budgets-budgetsaction.go @@ -116,7 +116,6 @@ func (r *BudgetsAction) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cassandra/aws-cassandra-keyspace.go b/cloudformation/cassandra/aws-cassandra-keyspace.go index 0ead940857..e5270e53e3 100644 --- a/cloudformation/cassandra/aws-cassandra-keyspace.go +++ b/cloudformation/cassandra/aws-cassandra-keyspace.go @@ -87,7 +87,6 @@ func (r *Keyspace) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cassandra/aws-cassandra-table.go b/cloudformation/cassandra/aws-cassandra-table.go index ec488a44d2..008d45bdaf 100644 --- a/cloudformation/cassandra/aws-cassandra-table.go +++ b/cloudformation/cassandra/aws-cassandra-table.go @@ -127,7 +127,6 @@ func (r *Table) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cdk/aws-cdk-metadata.go b/cloudformation/cdk/aws-cdk-metadata.go index 03f2e7e473..e02f506118 100644 --- a/cloudformation/cdk/aws-cdk-metadata.go +++ b/cloudformation/cdk/aws-cdk-metadata.go @@ -81,7 +81,6 @@ func (r *Metadata) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ce/aws-ce-anomalymonitor.go b/cloudformation/ce/aws-ce-anomalymonitor.go index 01e452081f..d186e1957b 100644 --- a/cloudformation/ce/aws-ce-anomalymonitor.go +++ b/cloudformation/ce/aws-ce-anomalymonitor.go @@ -101,7 +101,6 @@ func (r *AnomalyMonitor) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ce/aws-ce-anomalysubscription.go b/cloudformation/ce/aws-ce-anomalysubscription.go index d0a3c4d479..17b98cfd5c 100644 --- a/cloudformation/ce/aws-ce-anomalysubscription.go +++ b/cloudformation/ce/aws-ce-anomalysubscription.go @@ -106,7 +106,6 @@ func (r *AnomalySubscription) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ce/aws-ce-costcategory.go b/cloudformation/ce/aws-ce-costcategory.go index 70e5293072..1601c0d96a 100644 --- a/cloudformation/ce/aws-ce-costcategory.go +++ b/cloudformation/ce/aws-ce-costcategory.go @@ -101,7 +101,6 @@ func (r *CostCategory) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/certificatemanager/aws-certificatemanager-account.go b/cloudformation/certificatemanager/aws-certificatemanager-account.go index bbe897b706..b6db4c4cce 100644 --- a/cloudformation/certificatemanager/aws-certificatemanager-account.go +++ b/cloudformation/certificatemanager/aws-certificatemanager-account.go @@ -81,7 +81,6 @@ func (r *Account) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/certificatemanager/aws-certificatemanager-certificate.go b/cloudformation/certificatemanager/aws-certificatemanager-certificate.go index f9ec090b73..e1e9beb24f 100644 --- a/cloudformation/certificatemanager/aws-certificatemanager-certificate.go +++ b/cloudformation/certificatemanager/aws-certificatemanager-certificate.go @@ -112,7 +112,6 @@ func (r *Certificate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/chatbot/aws-chatbot-slackchannelconfiguration.go b/cloudformation/chatbot/aws-chatbot-slackchannelconfiguration.go index c8112828db..9249285812 100644 --- a/cloudformation/chatbot/aws-chatbot-slackchannelconfiguration.go +++ b/cloudformation/chatbot/aws-chatbot-slackchannelconfiguration.go @@ -116,7 +116,6 @@ func (r *SlackChannelConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloud9/aws-cloud9-environmentec2.go b/cloudformation/cloud9/aws-cloud9-environmentec2.go index 0832fd89af..f6698316d8 100644 --- a/cloudformation/cloud9/aws-cloud9-environmentec2.go +++ b/cloudformation/cloud9/aws-cloud9-environmentec2.go @@ -127,7 +127,6 @@ func (r *EnvironmentEC2) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudformation/aws-cloudformation-customresource.go b/cloudformation/cloudformation/aws-cloudformation-customresource.go index 0177078915..ae6cc73010 100644 --- a/cloudformation/cloudformation/aws-cloudformation-customresource.go +++ b/cloudformation/cloudformation/aws-cloudformation-customresource.go @@ -81,7 +81,6 @@ func (r *CustomResource) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudformation/aws-cloudformation-hookdefaultversion.go b/cloudformation/cloudformation/aws-cloudformation-hookdefaultversion.go index c6cc4bd438..8ebee360d8 100644 --- a/cloudformation/cloudformation/aws-cloudformation-hookdefaultversion.go +++ b/cloudformation/cloudformation/aws-cloudformation-hookdefaultversion.go @@ -91,7 +91,6 @@ func (r *HookDefaultVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudformation/aws-cloudformation-hooktypeconfig.go b/cloudformation/cloudformation/aws-cloudformation-hooktypeconfig.go index 0ac56461a2..e3ae052f4a 100644 --- a/cloudformation/cloudformation/aws-cloudformation-hooktypeconfig.go +++ b/cloudformation/cloudformation/aws-cloudformation-hooktypeconfig.go @@ -96,7 +96,6 @@ func (r *HookTypeConfig) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudformation/aws-cloudformation-hookversion.go b/cloudformation/cloudformation/aws-cloudformation-hookversion.go index dd8b6ebe54..0726bd39c7 100644 --- a/cloudformation/cloudformation/aws-cloudformation-hookversion.go +++ b/cloudformation/cloudformation/aws-cloudformation-hookversion.go @@ -96,7 +96,6 @@ func (r *HookVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudformation/aws-cloudformation-macro.go b/cloudformation/cloudformation/aws-cloudformation-macro.go index 770c840b1e..6f21532f24 100644 --- a/cloudformation/cloudformation/aws-cloudformation-macro.go +++ b/cloudformation/cloudformation/aws-cloudformation-macro.go @@ -101,7 +101,6 @@ func (r *Macro) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudformation/aws-cloudformation-moduledefaultversion.go b/cloudformation/cloudformation/aws-cloudformation-moduledefaultversion.go index c1e395f3a8..0b51d00d60 100644 --- a/cloudformation/cloudformation/aws-cloudformation-moduledefaultversion.go +++ b/cloudformation/cloudformation/aws-cloudformation-moduledefaultversion.go @@ -91,7 +91,6 @@ func (r *ModuleDefaultVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudformation/aws-cloudformation-moduleversion.go b/cloudformation/cloudformation/aws-cloudformation-moduleversion.go index 174b043fd9..41db5bb47e 100644 --- a/cloudformation/cloudformation/aws-cloudformation-moduleversion.go +++ b/cloudformation/cloudformation/aws-cloudformation-moduleversion.go @@ -86,7 +86,6 @@ func (r *ModuleVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudformation/aws-cloudformation-publictypeversion.go b/cloudformation/cloudformation/aws-cloudformation-publictypeversion.go index e4c86131da..f90e1b11bd 100644 --- a/cloudformation/cloudformation/aws-cloudformation-publictypeversion.go +++ b/cloudformation/cloudformation/aws-cloudformation-publictypeversion.go @@ -101,7 +101,6 @@ func (r *PublicTypeVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudformation/aws-cloudformation-publisher.go b/cloudformation/cloudformation/aws-cloudformation-publisher.go index fe9a8c0b68..ef527c8c16 100644 --- a/cloudformation/cloudformation/aws-cloudformation-publisher.go +++ b/cloudformation/cloudformation/aws-cloudformation-publisher.go @@ -86,7 +86,6 @@ func (r *Publisher) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudformation/aws-cloudformation-resourcedefaultversion.go b/cloudformation/cloudformation/aws-cloudformation-resourcedefaultversion.go index f70d071520..97e83cede5 100644 --- a/cloudformation/cloudformation/aws-cloudformation-resourcedefaultversion.go +++ b/cloudformation/cloudformation/aws-cloudformation-resourcedefaultversion.go @@ -91,7 +91,6 @@ func (r *ResourceDefaultVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudformation/aws-cloudformation-resourceversion.go b/cloudformation/cloudformation/aws-cloudformation-resourceversion.go index 7d94d4cf66..e9130a6094 100644 --- a/cloudformation/cloudformation/aws-cloudformation-resourceversion.go +++ b/cloudformation/cloudformation/aws-cloudformation-resourceversion.go @@ -96,7 +96,6 @@ func (r *ResourceVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudformation/aws-cloudformation-stack.go b/cloudformation/cloudformation/aws-cloudformation-stack.go index ac5a929486..edd4af5ed1 100644 --- a/cloudformation/cloudformation/aws-cloudformation-stack.go +++ b/cloudformation/cloudformation/aws-cloudformation-stack.go @@ -102,7 +102,6 @@ func (r *Stack) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudformation/aws-cloudformation-stackset.go b/cloudformation/cloudformation/aws-cloudformation-stackset.go index d8fb3b4b64..897be3cdcc 100644 --- a/cloudformation/cloudformation/aws-cloudformation-stackset.go +++ b/cloudformation/cloudformation/aws-cloudformation-stackset.go @@ -152,7 +152,6 @@ func (r *StackSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudformation/aws-cloudformation-typeactivation.go b/cloudformation/cloudformation/aws-cloudformation-typeactivation.go index 685d79f47f..917b569a0a 100644 --- a/cloudformation/cloudformation/aws-cloudformation-typeactivation.go +++ b/cloudformation/cloudformation/aws-cloudformation-typeactivation.go @@ -126,7 +126,6 @@ func (r *TypeActivation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudformation/aws-cloudformation-waitcondition.go b/cloudformation/cloudformation/aws-cloudformation-waitcondition.go index 252ff01360..a7eabc34b4 100644 --- a/cloudformation/cloudformation/aws-cloudformation-waitcondition.go +++ b/cloudformation/cloudformation/aws-cloudformation-waitcondition.go @@ -100,7 +100,6 @@ func (r *WaitCondition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudformation/aws-cloudformation-waitconditionhandle.go b/cloudformation/cloudformation/aws-cloudformation-waitconditionhandle.go index fe0c455139..f68d10b150 100644 --- a/cloudformation/cloudformation/aws-cloudformation-waitconditionhandle.go +++ b/cloudformation/cloudformation/aws-cloudformation-waitconditionhandle.go @@ -76,7 +76,6 @@ func (r *WaitConditionHandle) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudfront/aws-cloudfront-cachepolicy.go b/cloudformation/cloudfront/aws-cloudfront-cachepolicy.go index 2260c2c521..48b9b52355 100644 --- a/cloudformation/cloudfront/aws-cloudfront-cachepolicy.go +++ b/cloudformation/cloudfront/aws-cloudfront-cachepolicy.go @@ -81,7 +81,6 @@ func (r *CachePolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudfront/aws-cloudfront-cloudfrontoriginaccessidentity.go b/cloudformation/cloudfront/aws-cloudfront-cloudfrontoriginaccessidentity.go index 0468478ddf..76d012c711 100644 --- a/cloudformation/cloudfront/aws-cloudfront-cloudfrontoriginaccessidentity.go +++ b/cloudformation/cloudfront/aws-cloudfront-cloudfrontoriginaccessidentity.go @@ -81,7 +81,6 @@ func (r *CloudFrontOriginAccessIdentity) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudfront/aws-cloudfront-distribution.go b/cloudformation/cloudfront/aws-cloudfront-distribution.go index 3217a47013..67a1d69226 100644 --- a/cloudformation/cloudfront/aws-cloudfront-distribution.go +++ b/cloudformation/cloudfront/aws-cloudfront-distribution.go @@ -87,7 +87,6 @@ func (r *Distribution) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudfront/aws-cloudfront-function.go b/cloudformation/cloudfront/aws-cloudfront-function.go index 7e36d9bac0..b464981259 100644 --- a/cloudformation/cloudfront/aws-cloudfront-function.go +++ b/cloudformation/cloudfront/aws-cloudfront-function.go @@ -96,7 +96,6 @@ func (r *Function) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudfront/aws-cloudfront-keygroup.go b/cloudformation/cloudfront/aws-cloudfront-keygroup.go index 3fde271e19..df502ea6fd 100644 --- a/cloudformation/cloudfront/aws-cloudfront-keygroup.go +++ b/cloudformation/cloudfront/aws-cloudfront-keygroup.go @@ -81,7 +81,6 @@ func (r *KeyGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudfront/aws-cloudfront-originrequestpolicy.go b/cloudformation/cloudfront/aws-cloudfront-originrequestpolicy.go index 65963b6985..b2a33bfd87 100644 --- a/cloudformation/cloudfront/aws-cloudfront-originrequestpolicy.go +++ b/cloudformation/cloudfront/aws-cloudfront-originrequestpolicy.go @@ -81,7 +81,6 @@ func (r *OriginRequestPolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudfront/aws-cloudfront-publickey.go b/cloudformation/cloudfront/aws-cloudfront-publickey.go index fafbdeaf9a..5bb79c7756 100644 --- a/cloudformation/cloudfront/aws-cloudfront-publickey.go +++ b/cloudformation/cloudfront/aws-cloudfront-publickey.go @@ -81,7 +81,6 @@ func (r *PublicKey) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudfront/aws-cloudfront-realtimelogconfig.go b/cloudformation/cloudfront/aws-cloudfront-realtimelogconfig.go index 59ace4807a..ee3a4545bc 100644 --- a/cloudformation/cloudfront/aws-cloudfront-realtimelogconfig.go +++ b/cloudformation/cloudfront/aws-cloudfront-realtimelogconfig.go @@ -96,7 +96,6 @@ func (r *RealtimeLogConfig) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudfront/aws-cloudfront-responseheaderspolicy.go b/cloudformation/cloudfront/aws-cloudfront-responseheaderspolicy.go index bd917c6921..581cb47549 100644 --- a/cloudformation/cloudfront/aws-cloudfront-responseheaderspolicy.go +++ b/cloudformation/cloudfront/aws-cloudfront-responseheaderspolicy.go @@ -81,7 +81,6 @@ func (r *ResponseHeadersPolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudfront/aws-cloudfront-streamingdistribution.go b/cloudformation/cloudfront/aws-cloudfront-streamingdistribution.go index cc93e25473..1feb7c9d60 100644 --- a/cloudformation/cloudfront/aws-cloudfront-streamingdistribution.go +++ b/cloudformation/cloudfront/aws-cloudfront-streamingdistribution.go @@ -87,7 +87,6 @@ func (r *StreamingDistribution) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudtrail/aws-cloudtrail-eventdatastore.go b/cloudformation/cloudtrail/aws-cloudtrail-eventdatastore.go index da7215f283..61dcb39ddd 100644 --- a/cloudformation/cloudtrail/aws-cloudtrail-eventdatastore.go +++ b/cloudformation/cloudtrail/aws-cloudtrail-eventdatastore.go @@ -112,7 +112,6 @@ func (r *EventDataStore) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudtrail/aws-cloudtrail-trail.go b/cloudformation/cloudtrail/aws-cloudtrail-trail.go index 2012e7dcb3..43810c4752 100644 --- a/cloudformation/cloudtrail/aws-cloudtrail-trail.go +++ b/cloudformation/cloudtrail/aws-cloudtrail-trail.go @@ -152,7 +152,6 @@ func (r *Trail) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudwatch/aws-cloudwatch-alarm.go b/cloudformation/cloudwatch/aws-cloudwatch-alarm.go index 4562ed561a..ccbc6f19d2 100644 --- a/cloudformation/cloudwatch/aws-cloudwatch-alarm.go +++ b/cloudformation/cloudwatch/aws-cloudwatch-alarm.go @@ -181,7 +181,6 @@ func (r *Alarm) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudwatch/aws-cloudwatch-anomalydetector.go b/cloudformation/cloudwatch/aws-cloudwatch-anomalydetector.go index 25059f6b24..741f7ab2d8 100644 --- a/cloudformation/cloudwatch/aws-cloudwatch-anomalydetector.go +++ b/cloudformation/cloudwatch/aws-cloudwatch-anomalydetector.go @@ -111,7 +111,6 @@ func (r *AnomalyDetector) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudwatch/aws-cloudwatch-compositealarm.go b/cloudformation/cloudwatch/aws-cloudwatch-compositealarm.go index bec19d3540..2f9328429a 100644 --- a/cloudformation/cloudwatch/aws-cloudwatch-compositealarm.go +++ b/cloudformation/cloudwatch/aws-cloudwatch-compositealarm.go @@ -126,7 +126,6 @@ func (r *CompositeAlarm) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudwatch/aws-cloudwatch-dashboard.go b/cloudformation/cloudwatch/aws-cloudwatch-dashboard.go index f9cf217ded..d26af3372b 100644 --- a/cloudformation/cloudwatch/aws-cloudwatch-dashboard.go +++ b/cloudformation/cloudwatch/aws-cloudwatch-dashboard.go @@ -86,7 +86,6 @@ func (r *Dashboard) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudwatch/aws-cloudwatch-insightrule.go b/cloudformation/cloudwatch/aws-cloudwatch-insightrule.go index c51e54697a..c934bc609a 100644 --- a/cloudformation/cloudwatch/aws-cloudwatch-insightrule.go +++ b/cloudformation/cloudwatch/aws-cloudwatch-insightrule.go @@ -96,7 +96,6 @@ func (r *InsightRule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cloudwatch/aws-cloudwatch-metricstream.go b/cloudformation/cloudwatch/aws-cloudwatch-metricstream.go index cf995a335a..ec75e7b4b9 100644 --- a/cloudformation/cloudwatch/aws-cloudwatch-metricstream.go +++ b/cloudformation/cloudwatch/aws-cloudwatch-metricstream.go @@ -117,7 +117,6 @@ func (r *MetricStream) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/codeartifact/aws-codeartifact-domain.go b/cloudformation/codeartifact/aws-codeartifact-domain.go index 59cce0912f..f9bf6b69c6 100644 --- a/cloudformation/codeartifact/aws-codeartifact-domain.go +++ b/cloudformation/codeartifact/aws-codeartifact-domain.go @@ -97,7 +97,6 @@ func (r *Domain) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/codeartifact/aws-codeartifact-repository.go b/cloudformation/codeartifact/aws-codeartifact-repository.go index c0ef40127b..3f0c3ce837 100644 --- a/cloudformation/codeartifact/aws-codeartifact-repository.go +++ b/cloudformation/codeartifact/aws-codeartifact-repository.go @@ -117,7 +117,6 @@ func (r *Repository) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/codebuild/aws-codebuild-project.go b/cloudformation/codebuild/aws-codebuild-project.go index db19bc0c0c..500e802709 100644 --- a/cloudformation/codebuild/aws-codebuild-project.go +++ b/cloudformation/codebuild/aws-codebuild-project.go @@ -197,7 +197,6 @@ func (r *Project) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/codebuild/aws-codebuild-reportgroup.go b/cloudformation/codebuild/aws-codebuild-reportgroup.go index b4e160d208..3b524c3fd7 100644 --- a/cloudformation/codebuild/aws-codebuild-reportgroup.go +++ b/cloudformation/codebuild/aws-codebuild-reportgroup.go @@ -102,7 +102,6 @@ func (r *ReportGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/codebuild/aws-codebuild-sourcecredential.go b/cloudformation/codebuild/aws-codebuild-sourcecredential.go index d4875a78ca..3a5c08c2fa 100644 --- a/cloudformation/codebuild/aws-codebuild-sourcecredential.go +++ b/cloudformation/codebuild/aws-codebuild-sourcecredential.go @@ -96,7 +96,6 @@ func (r *SourceCredential) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/codecommit/aws-codecommit-repository.go b/cloudformation/codecommit/aws-codecommit-repository.go index 9e7a0946e0..7a409daab5 100644 --- a/cloudformation/codecommit/aws-codecommit-repository.go +++ b/cloudformation/codecommit/aws-codecommit-repository.go @@ -102,7 +102,6 @@ func (r *Repository) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/codedeploy/aws-codedeploy-application.go b/cloudformation/codedeploy/aws-codedeploy-application.go index b0919b6376..b817b8c4e3 100644 --- a/cloudformation/codedeploy/aws-codedeploy-application.go +++ b/cloudformation/codedeploy/aws-codedeploy-application.go @@ -92,7 +92,6 @@ func (r *Application) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/codedeploy/aws-codedeploy-deploymentconfig.go b/cloudformation/codedeploy/aws-codedeploy-deploymentconfig.go index 7a22726e0a..a37c5bc5d4 100644 --- a/cloudformation/codedeploy/aws-codedeploy-deploymentconfig.go +++ b/cloudformation/codedeploy/aws-codedeploy-deploymentconfig.go @@ -96,7 +96,6 @@ func (r *DeploymentConfig) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/codedeploy/aws-codedeploy-deploymentgroup.go b/cloudformation/codedeploy/aws-codedeploy-deploymentgroup.go index 616a5c2c2f..416ec5f919 100644 --- a/cloudformation/codedeploy/aws-codedeploy-deploymentgroup.go +++ b/cloudformation/codedeploy/aws-codedeploy-deploymentgroup.go @@ -172,7 +172,6 @@ func (r *DeploymentGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/codeguruprofiler/aws-codeguruprofiler-profilinggroup.go b/cloudformation/codeguruprofiler/aws-codeguruprofiler-profilinggroup.go index 99e87eec62..5ffe91318c 100644 --- a/cloudformation/codeguruprofiler/aws-codeguruprofiler-profilinggroup.go +++ b/cloudformation/codeguruprofiler/aws-codeguruprofiler-profilinggroup.go @@ -102,7 +102,6 @@ func (r *ProfilingGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/codegurureviewer/aws-codegurureviewer-repositoryassociation.go b/cloudformation/codegurureviewer/aws-codegurureviewer-repositoryassociation.go index 965d49d2c5..cc42755b8c 100644 --- a/cloudformation/codegurureviewer/aws-codegurureviewer-repositoryassociation.go +++ b/cloudformation/codegurureviewer/aws-codegurureviewer-repositoryassociation.go @@ -107,7 +107,6 @@ func (r *RepositoryAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/codepipeline/aws-codepipeline-customactiontype.go b/cloudformation/codepipeline/aws-codepipeline-customactiontype.go index e2f49d41c6..9fb35c65e6 100644 --- a/cloudformation/codepipeline/aws-codepipeline-customactiontype.go +++ b/cloudformation/codepipeline/aws-codepipeline-customactiontype.go @@ -117,7 +117,6 @@ func (r *CustomActionType) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/codepipeline/aws-codepipeline-pipeline.go b/cloudformation/codepipeline/aws-codepipeline-pipeline.go index cbde19108d..d4df6f85df 100644 --- a/cloudformation/codepipeline/aws-codepipeline-pipeline.go +++ b/cloudformation/codepipeline/aws-codepipeline-pipeline.go @@ -117,7 +117,6 @@ func (r *Pipeline) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/codepipeline/aws-codepipeline-webhook.go b/cloudformation/codepipeline/aws-codepipeline-webhook.go index 1223cb7918..9932b9bbf4 100644 --- a/cloudformation/codepipeline/aws-codepipeline-webhook.go +++ b/cloudformation/codepipeline/aws-codepipeline-webhook.go @@ -116,7 +116,6 @@ func (r *Webhook) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/codestar/aws-codestar-githubrepository.go b/cloudformation/codestar/aws-codestar-githubrepository.go index 618ae40874..5fe38c85b3 100644 --- a/cloudformation/codestar/aws-codestar-githubrepository.go +++ b/cloudformation/codestar/aws-codestar-githubrepository.go @@ -116,7 +116,6 @@ func (r *GitHubRepository) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/codestarconnections/aws-codestarconnections-connection.go b/cloudformation/codestarconnections/aws-codestarconnections-connection.go index a93e93f96e..9bd6343213 100644 --- a/cloudformation/codestarconnections/aws-codestarconnections-connection.go +++ b/cloudformation/codestarconnections/aws-codestarconnections-connection.go @@ -97,7 +97,6 @@ func (r *Connection) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/codestarnotifications/aws-codestarnotifications-notificationrule.go b/cloudformation/codestarnotifications/aws-codestarnotifications-notificationrule.go index e2743c3693..1edb13e954 100644 --- a/cloudformation/codestarnotifications/aws-codestarnotifications-notificationrule.go +++ b/cloudformation/codestarnotifications/aws-codestarnotifications-notificationrule.go @@ -126,7 +126,6 @@ func (r *NotificationRule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cognito/aws-cognito-identitypool.go b/cloudformation/cognito/aws-cognito-identitypool.go index fef921d522..2dc9b73edd 100644 --- a/cloudformation/cognito/aws-cognito-identitypool.go +++ b/cloudformation/cognito/aws-cognito-identitypool.go @@ -131,7 +131,6 @@ func (r *IdentityPool) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cognito/aws-cognito-identitypoolroleattachment.go b/cloudformation/cognito/aws-cognito-identitypoolroleattachment.go index e5348614d6..2f1db87e70 100644 --- a/cloudformation/cognito/aws-cognito-identitypoolroleattachment.go +++ b/cloudformation/cognito/aws-cognito-identitypoolroleattachment.go @@ -91,7 +91,6 @@ func (r *IdentityPoolRoleAttachment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cognito/aws-cognito-userpool.go b/cloudformation/cognito/aws-cognito-userpool.go index cb19010aac..371dfaa629 100644 --- a/cloudformation/cognito/aws-cognito-userpool.go +++ b/cloudformation/cognito/aws-cognito-userpool.go @@ -191,7 +191,6 @@ func (r *UserPool) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cognito/aws-cognito-userpoolclient.go b/cloudformation/cognito/aws-cognito-userpoolclient.go index f72e8d4075..a4aba0ca0f 100644 --- a/cloudformation/cognito/aws-cognito-userpoolclient.go +++ b/cloudformation/cognito/aws-cognito-userpoolclient.go @@ -181,7 +181,6 @@ func (r *UserPoolClient) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cognito/aws-cognito-userpooldomain.go b/cloudformation/cognito/aws-cognito-userpooldomain.go index fadf1e748f..946e5a561d 100644 --- a/cloudformation/cognito/aws-cognito-userpooldomain.go +++ b/cloudformation/cognito/aws-cognito-userpooldomain.go @@ -91,7 +91,6 @@ func (r *UserPoolDomain) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cognito/aws-cognito-userpoolgroup.go b/cloudformation/cognito/aws-cognito-userpoolgroup.go index 5de9dc9906..beb41a6f64 100644 --- a/cloudformation/cognito/aws-cognito-userpoolgroup.go +++ b/cloudformation/cognito/aws-cognito-userpoolgroup.go @@ -101,7 +101,6 @@ func (r *UserPoolGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cognito/aws-cognito-userpoolidentityprovider.go b/cloudformation/cognito/aws-cognito-userpoolidentityprovider.go index 6be8f6b6bf..49e17769fe 100644 --- a/cloudformation/cognito/aws-cognito-userpoolidentityprovider.go +++ b/cloudformation/cognito/aws-cognito-userpoolidentityprovider.go @@ -106,7 +106,6 @@ func (r *UserPoolIdentityProvider) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cognito/aws-cognito-userpoolresourceserver.go b/cloudformation/cognito/aws-cognito-userpoolresourceserver.go index 8a8d4e956c..0582a22a24 100644 --- a/cloudformation/cognito/aws-cognito-userpoolresourceserver.go +++ b/cloudformation/cognito/aws-cognito-userpoolresourceserver.go @@ -96,7 +96,6 @@ func (r *UserPoolResourceServer) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cognito/aws-cognito-userpoolriskconfigurationattachment.go b/cloudformation/cognito/aws-cognito-userpoolriskconfigurationattachment.go index 878cf0d654..80f00c0e40 100644 --- a/cloudformation/cognito/aws-cognito-userpoolriskconfigurationattachment.go +++ b/cloudformation/cognito/aws-cognito-userpoolriskconfigurationattachment.go @@ -101,7 +101,6 @@ func (r *UserPoolRiskConfigurationAttachment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cognito/aws-cognito-userpooluicustomizationattachment.go b/cloudformation/cognito/aws-cognito-userpooluicustomizationattachment.go index 4f3164f0c9..78cc49f30e 100644 --- a/cloudformation/cognito/aws-cognito-userpooluicustomizationattachment.go +++ b/cloudformation/cognito/aws-cognito-userpooluicustomizationattachment.go @@ -91,7 +91,6 @@ func (r *UserPoolUICustomizationAttachment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cognito/aws-cognito-userpooluser.go b/cloudformation/cognito/aws-cognito-userpooluser.go index 2990f86713..9ccc5f0b70 100644 --- a/cloudformation/cognito/aws-cognito-userpooluser.go +++ b/cloudformation/cognito/aws-cognito-userpooluser.go @@ -116,7 +116,6 @@ func (r *UserPoolUser) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cognito/aws-cognito-userpoolusertogroupattachment.go b/cloudformation/cognito/aws-cognito-userpoolusertogroupattachment.go index e8c39c13b3..9226abddb5 100644 --- a/cloudformation/cognito/aws-cognito-userpoolusertogroupattachment.go +++ b/cloudformation/cognito/aws-cognito-userpoolusertogroupattachment.go @@ -91,7 +91,6 @@ func (r *UserPoolUserToGroupAttachment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/config/aws-config-aggregationauthorization.go b/cloudformation/config/aws-config-aggregationauthorization.go index 5c2aa80dd7..3980ffd820 100644 --- a/cloudformation/config/aws-config-aggregationauthorization.go +++ b/cloudformation/config/aws-config-aggregationauthorization.go @@ -92,7 +92,6 @@ func (r *AggregationAuthorization) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/config/aws-config-configrule.go b/cloudformation/config/aws-config-configrule.go index 94aa32ece2..18dcabb856 100644 --- a/cloudformation/config/aws-config-configrule.go +++ b/cloudformation/config/aws-config-configrule.go @@ -106,7 +106,6 @@ func (r *ConfigRule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/config/aws-config-configurationaggregator.go b/cloudformation/config/aws-config-configurationaggregator.go index d841813807..8bb34fc9d5 100644 --- a/cloudformation/config/aws-config-configurationaggregator.go +++ b/cloudformation/config/aws-config-configurationaggregator.go @@ -97,7 +97,6 @@ func (r *ConfigurationAggregator) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/config/aws-config-configurationrecorder.go b/cloudformation/config/aws-config-configurationrecorder.go index 5e120c61db..67a0274cb9 100644 --- a/cloudformation/config/aws-config-configurationrecorder.go +++ b/cloudformation/config/aws-config-configurationrecorder.go @@ -91,7 +91,6 @@ func (r *ConfigurationRecorder) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/config/aws-config-conformancepack.go b/cloudformation/config/aws-config-conformancepack.go index 001bbecbdd..85c625ce47 100644 --- a/cloudformation/config/aws-config-conformancepack.go +++ b/cloudformation/config/aws-config-conformancepack.go @@ -106,7 +106,6 @@ func (r *ConformancePack) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/config/aws-config-deliverychannel.go b/cloudformation/config/aws-config-deliverychannel.go index 2cc678a162..fa151442d7 100644 --- a/cloudformation/config/aws-config-deliverychannel.go +++ b/cloudformation/config/aws-config-deliverychannel.go @@ -106,7 +106,6 @@ func (r *DeliveryChannel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/config/aws-config-organizationconfigrule.go b/cloudformation/config/aws-config-organizationconfigrule.go index 86ea02df0a..4113408f9d 100644 --- a/cloudformation/config/aws-config-organizationconfigrule.go +++ b/cloudformation/config/aws-config-organizationconfigrule.go @@ -101,7 +101,6 @@ func (r *OrganizationConfigRule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/config/aws-config-organizationconformancepack.go b/cloudformation/config/aws-config-organizationconformancepack.go index 16f217a21a..18beccabae 100644 --- a/cloudformation/config/aws-config-organizationconformancepack.go +++ b/cloudformation/config/aws-config-organizationconformancepack.go @@ -111,7 +111,6 @@ func (r *OrganizationConformancePack) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/config/aws-config-remediationconfiguration.go b/cloudformation/config/aws-config-remediationconfiguration.go index ec12ea84dd..18042f8e81 100644 --- a/cloudformation/config/aws-config-remediationconfiguration.go +++ b/cloudformation/config/aws-config-remediationconfiguration.go @@ -126,7 +126,6 @@ func (r *RemediationConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/config/aws-config-storedquery.go b/cloudformation/config/aws-config-storedquery.go index 1e20c05e06..a4bd7fcee2 100644 --- a/cloudformation/config/aws-config-storedquery.go +++ b/cloudformation/config/aws-config-storedquery.go @@ -97,7 +97,6 @@ func (r *StoredQuery) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/connect/aws-connect-contactflow.go b/cloudformation/connect/aws-connect-contactflow.go index 5387535139..036e8d600d 100644 --- a/cloudformation/connect/aws-connect-contactflow.go +++ b/cloudformation/connect/aws-connect-contactflow.go @@ -112,7 +112,6 @@ func (r *ContactFlow) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/connect/aws-connect-contactflowmodule.go b/cloudformation/connect/aws-connect-contactflowmodule.go index cbdc3736fd..b22e5dab51 100644 --- a/cloudformation/connect/aws-connect-contactflowmodule.go +++ b/cloudformation/connect/aws-connect-contactflowmodule.go @@ -107,7 +107,6 @@ func (r *ContactFlowModule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/connect/aws-connect-hoursofoperation.go b/cloudformation/connect/aws-connect-hoursofoperation.go index 1d6c5a41ec..19b4a03eb0 100644 --- a/cloudformation/connect/aws-connect-hoursofoperation.go +++ b/cloudformation/connect/aws-connect-hoursofoperation.go @@ -107,7 +107,6 @@ func (r *HoursOfOperation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/connect/aws-connect-phonenumber.go b/cloudformation/connect/aws-connect-phonenumber.go index 3b3fd4106d..216dbf776e 100644 --- a/cloudformation/connect/aws-connect-phonenumber.go +++ b/cloudformation/connect/aws-connect-phonenumber.go @@ -107,7 +107,6 @@ func (r *PhoneNumber) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/connect/aws-connect-quickconnect.go b/cloudformation/connect/aws-connect-quickconnect.go index 7a52463de6..4adee104a8 100644 --- a/cloudformation/connect/aws-connect-quickconnect.go +++ b/cloudformation/connect/aws-connect-quickconnect.go @@ -102,7 +102,6 @@ func (r *QuickConnect) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/connect/aws-connect-tasktemplate.go b/cloudformation/connect/aws-connect-tasktemplate.go index c1212797f7..b31625295c 100644 --- a/cloudformation/connect/aws-connect-tasktemplate.go +++ b/cloudformation/connect/aws-connect-tasktemplate.go @@ -127,7 +127,6 @@ func (r *TaskTemplate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/connect/aws-connect-user.go b/cloudformation/connect/aws-connect-user.go index 14fe7884d1..1005a9b601 100644 --- a/cloudformation/connect/aws-connect-user.go +++ b/cloudformation/connect/aws-connect-user.go @@ -127,7 +127,6 @@ func (r *User) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/connect/aws-connect-userhierarchygroup.go b/cloudformation/connect/aws-connect-userhierarchygroup.go index 50d523e893..7a38582c59 100644 --- a/cloudformation/connect/aws-connect-userhierarchygroup.go +++ b/cloudformation/connect/aws-connect-userhierarchygroup.go @@ -91,7 +91,6 @@ func (r *UserHierarchyGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/connectcampaigns/aws-connectcampaigns-campaign.go b/cloudformation/connectcampaigns/aws-connectcampaigns-campaign.go index a92f4e2004..0dafdda484 100644 --- a/cloudformation/connectcampaigns/aws-connectcampaigns-campaign.go +++ b/cloudformation/connectcampaigns/aws-connectcampaigns-campaign.go @@ -102,7 +102,6 @@ func (r *Campaign) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/cur/aws-cur-reportdefinition.go b/cloudformation/cur/aws-cur-reportdefinition.go index 4c089e11dc..0c62501259 100644 --- a/cloudformation/cur/aws-cur-reportdefinition.go +++ b/cloudformation/cur/aws-cur-reportdefinition.go @@ -136,7 +136,6 @@ func (r *ReportDefinition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/customerprofiles/aws-customerprofiles-domain.go b/cloudformation/customerprofiles/aws-customerprofiles-domain.go index 873ae64813..2f491b9f2f 100644 --- a/cloudformation/customerprofiles/aws-customerprofiles-domain.go +++ b/cloudformation/customerprofiles/aws-customerprofiles-domain.go @@ -102,7 +102,6 @@ func (r *Domain) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/customerprofiles/aws-customerprofiles-integration.go b/cloudformation/customerprofiles/aws-customerprofiles-integration.go index 54df7dee15..2024ab0b7a 100644 --- a/cloudformation/customerprofiles/aws-customerprofiles-integration.go +++ b/cloudformation/customerprofiles/aws-customerprofiles-integration.go @@ -107,7 +107,6 @@ func (r *Integration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/customerprofiles/aws-customerprofiles-objecttype.go b/cloudformation/customerprofiles/aws-customerprofiles-objecttype.go index c61dcc8724..612fbb5e92 100644 --- a/cloudformation/customerprofiles/aws-customerprofiles-objecttype.go +++ b/cloudformation/customerprofiles/aws-customerprofiles-objecttype.go @@ -127,7 +127,6 @@ func (r *ObjectType) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/databrew/aws-databrew-dataset.go b/cloudformation/databrew/aws-databrew-dataset.go index 39cf60418f..94f83495c0 100644 --- a/cloudformation/databrew/aws-databrew-dataset.go +++ b/cloudformation/databrew/aws-databrew-dataset.go @@ -107,7 +107,6 @@ func (r *Dataset) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/databrew/aws-databrew-job.go b/cloudformation/databrew/aws-databrew-job.go index a5ea2dedea..fb8a7bf723 100644 --- a/cloudformation/databrew/aws-databrew-job.go +++ b/cloudformation/databrew/aws-databrew-job.go @@ -177,7 +177,6 @@ func (r *Job) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/databrew/aws-databrew-project.go b/cloudformation/databrew/aws-databrew-project.go index e187594faa..e9747bb50c 100644 --- a/cloudformation/databrew/aws-databrew-project.go +++ b/cloudformation/databrew/aws-databrew-project.go @@ -107,7 +107,6 @@ func (r *Project) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/databrew/aws-databrew-recipe.go b/cloudformation/databrew/aws-databrew-recipe.go index 7d31fba6a1..2bd88ad2d5 100644 --- a/cloudformation/databrew/aws-databrew-recipe.go +++ b/cloudformation/databrew/aws-databrew-recipe.go @@ -97,7 +97,6 @@ func (r *Recipe) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/databrew/aws-databrew-ruleset.go b/cloudformation/databrew/aws-databrew-ruleset.go index 04ae2dbf3b..03fe7cb1eb 100644 --- a/cloudformation/databrew/aws-databrew-ruleset.go +++ b/cloudformation/databrew/aws-databrew-ruleset.go @@ -102,7 +102,6 @@ func (r *Ruleset) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/databrew/aws-databrew-schedule.go b/cloudformation/databrew/aws-databrew-schedule.go index 089ac76437..bb5faeb602 100644 --- a/cloudformation/databrew/aws-databrew-schedule.go +++ b/cloudformation/databrew/aws-databrew-schedule.go @@ -97,7 +97,6 @@ func (r *Schedule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/datapipeline/aws-datapipeline-pipeline.go b/cloudformation/datapipeline/aws-datapipeline-pipeline.go index ca4314f45a..49637654ef 100644 --- a/cloudformation/datapipeline/aws-datapipeline-pipeline.go +++ b/cloudformation/datapipeline/aws-datapipeline-pipeline.go @@ -111,7 +111,6 @@ func (r *Pipeline) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/datasync/aws-datasync-agent.go b/cloudformation/datasync/aws-datasync-agent.go index 6505948c21..4dcf5e72ad 100644 --- a/cloudformation/datasync/aws-datasync-agent.go +++ b/cloudformation/datasync/aws-datasync-agent.go @@ -107,7 +107,6 @@ func (r *Agent) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/datasync/aws-datasync-locationefs.go b/cloudformation/datasync/aws-datasync-locationefs.go index 9685d9c3ab..211d8f78ad 100644 --- a/cloudformation/datasync/aws-datasync-locationefs.go +++ b/cloudformation/datasync/aws-datasync-locationefs.go @@ -112,7 +112,6 @@ func (r *LocationEFS) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/datasync/aws-datasync-locationfsxlustre.go b/cloudformation/datasync/aws-datasync-locationfsxlustre.go index 694bf294dc..3bdc480a36 100644 --- a/cloudformation/datasync/aws-datasync-locationfsxlustre.go +++ b/cloudformation/datasync/aws-datasync-locationfsxlustre.go @@ -97,7 +97,6 @@ func (r *LocationFSxLustre) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/datasync/aws-datasync-locationfsxontap.go b/cloudformation/datasync/aws-datasync-locationfsxontap.go index 4674524c95..d5f24f4b40 100644 --- a/cloudformation/datasync/aws-datasync-locationfsxontap.go +++ b/cloudformation/datasync/aws-datasync-locationfsxontap.go @@ -102,7 +102,6 @@ func (r *LocationFSxONTAP) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/datasync/aws-datasync-locationfsxopenzfs.go b/cloudformation/datasync/aws-datasync-locationfsxopenzfs.go index 3ce97298e9..e5238389ae 100644 --- a/cloudformation/datasync/aws-datasync-locationfsxopenzfs.go +++ b/cloudformation/datasync/aws-datasync-locationfsxopenzfs.go @@ -102,7 +102,6 @@ func (r *LocationFSxOpenZFS) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/datasync/aws-datasync-locationfsxwindows.go b/cloudformation/datasync/aws-datasync-locationfsxwindows.go index a7c0e4e4a6..b638960f89 100644 --- a/cloudformation/datasync/aws-datasync-locationfsxwindows.go +++ b/cloudformation/datasync/aws-datasync-locationfsxwindows.go @@ -112,7 +112,6 @@ func (r *LocationFSxWindows) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/datasync/aws-datasync-locationhdfs.go b/cloudformation/datasync/aws-datasync-locationhdfs.go index c1f0dce462..f51d31e000 100644 --- a/cloudformation/datasync/aws-datasync-locationhdfs.go +++ b/cloudformation/datasync/aws-datasync-locationhdfs.go @@ -142,7 +142,6 @@ func (r *LocationHDFS) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/datasync/aws-datasync-locationnfs.go b/cloudformation/datasync/aws-datasync-locationnfs.go index 2c9a49c3f4..2216cf09a9 100644 --- a/cloudformation/datasync/aws-datasync-locationnfs.go +++ b/cloudformation/datasync/aws-datasync-locationnfs.go @@ -102,7 +102,6 @@ func (r *LocationNFS) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/datasync/aws-datasync-locationobjectstorage.go b/cloudformation/datasync/aws-datasync-locationobjectstorage.go index 6d16cdd19e..2ac11591be 100644 --- a/cloudformation/datasync/aws-datasync-locationobjectstorage.go +++ b/cloudformation/datasync/aws-datasync-locationobjectstorage.go @@ -122,7 +122,6 @@ func (r *LocationObjectStorage) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/datasync/aws-datasync-locations3.go b/cloudformation/datasync/aws-datasync-locations3.go index cb3cc02162..82296ca4aa 100644 --- a/cloudformation/datasync/aws-datasync-locations3.go +++ b/cloudformation/datasync/aws-datasync-locations3.go @@ -102,7 +102,6 @@ func (r *LocationS3) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/datasync/aws-datasync-locationsmb.go b/cloudformation/datasync/aws-datasync-locationsmb.go index b3ca203f92..2f62b4625a 100644 --- a/cloudformation/datasync/aws-datasync-locationsmb.go +++ b/cloudformation/datasync/aws-datasync-locationsmb.go @@ -117,7 +117,6 @@ func (r *LocationSMB) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/datasync/aws-datasync-task.go b/cloudformation/datasync/aws-datasync-task.go index 549fd5019d..3b61ca99fc 100644 --- a/cloudformation/datasync/aws-datasync-task.go +++ b/cloudformation/datasync/aws-datasync-task.go @@ -122,7 +122,6 @@ func (r *Task) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/dax/aws-dax-cluster.go b/cloudformation/dax/aws-dax-cluster.go index d441324597..834e3a6cb0 100644 --- a/cloudformation/dax/aws-dax-cluster.go +++ b/cloudformation/dax/aws-dax-cluster.go @@ -146,7 +146,6 @@ func (r *Cluster) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/dax/aws-dax-parametergroup.go b/cloudformation/dax/aws-dax-parametergroup.go index 5bed72607e..d8f9b325d2 100644 --- a/cloudformation/dax/aws-dax-parametergroup.go +++ b/cloudformation/dax/aws-dax-parametergroup.go @@ -91,7 +91,6 @@ func (r *ParameterGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/dax/aws-dax-subnetgroup.go b/cloudformation/dax/aws-dax-subnetgroup.go index 75f0c87712..92c233f970 100644 --- a/cloudformation/dax/aws-dax-subnetgroup.go +++ b/cloudformation/dax/aws-dax-subnetgroup.go @@ -91,7 +91,6 @@ func (r *SubnetGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/detective/aws-detective-graph.go b/cloudformation/detective/aws-detective-graph.go index 76b6c3d984..47ecb54f7b 100644 --- a/cloudformation/detective/aws-detective-graph.go +++ b/cloudformation/detective/aws-detective-graph.go @@ -82,7 +82,6 @@ func (r *Graph) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/detective/aws-detective-memberinvitation.go b/cloudformation/detective/aws-detective-memberinvitation.go index 89e74e912b..8f1723c12d 100644 --- a/cloudformation/detective/aws-detective-memberinvitation.go +++ b/cloudformation/detective/aws-detective-memberinvitation.go @@ -101,7 +101,6 @@ func (r *MemberInvitation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/devopsguru/aws-devopsguru-notificationchannel.go b/cloudformation/devopsguru/aws-devopsguru-notificationchannel.go index 43a120ecfe..d677492eb1 100644 --- a/cloudformation/devopsguru/aws-devopsguru-notificationchannel.go +++ b/cloudformation/devopsguru/aws-devopsguru-notificationchannel.go @@ -81,7 +81,6 @@ func (r *NotificationChannel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/devopsguru/aws-devopsguru-resourcecollection.go b/cloudformation/devopsguru/aws-devopsguru-resourcecollection.go index 0edb2162da..25c2b63971 100644 --- a/cloudformation/devopsguru/aws-devopsguru-resourcecollection.go +++ b/cloudformation/devopsguru/aws-devopsguru-resourcecollection.go @@ -81,7 +81,6 @@ func (r *ResourceCollection) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/directoryservice/aws-directoryservice-microsoftad.go b/cloudformation/directoryservice/aws-directoryservice-microsoftad.go index c025597772..69b9ea555a 100644 --- a/cloudformation/directoryservice/aws-directoryservice-microsoftad.go +++ b/cloudformation/directoryservice/aws-directoryservice-microsoftad.go @@ -111,7 +111,6 @@ func (r *MicrosoftAD) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/directoryservice/aws-directoryservice-simplead.go b/cloudformation/directoryservice/aws-directoryservice-simplead.go index f36c0ec3f3..9e63444b63 100644 --- a/cloudformation/directoryservice/aws-directoryservice-simplead.go +++ b/cloudformation/directoryservice/aws-directoryservice-simplead.go @@ -116,7 +116,6 @@ func (r *SimpleAD) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/dlm/aws-dlm-lifecyclepolicy.go b/cloudformation/dlm/aws-dlm-lifecyclepolicy.go index 765967c3b6..785f64ea3e 100644 --- a/cloudformation/dlm/aws-dlm-lifecyclepolicy.go +++ b/cloudformation/dlm/aws-dlm-lifecyclepolicy.go @@ -102,7 +102,6 @@ func (r *LifecyclePolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/dms/aws-dms-certificate.go b/cloudformation/dms/aws-dms-certificate.go index 955018ccff..59670fbb79 100644 --- a/cloudformation/dms/aws-dms-certificate.go +++ b/cloudformation/dms/aws-dms-certificate.go @@ -91,7 +91,6 @@ func (r *Certificate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/dms/aws-dms-endpoint.go b/cloudformation/dms/aws-dms-endpoint.go index bd58488007..ad952698b8 100644 --- a/cloudformation/dms/aws-dms-endpoint.go +++ b/cloudformation/dms/aws-dms-endpoint.go @@ -232,7 +232,6 @@ func (r *Endpoint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/dms/aws-dms-eventsubscription.go b/cloudformation/dms/aws-dms-eventsubscription.go index 8defa26263..f6d7cf37fc 100644 --- a/cloudformation/dms/aws-dms-eventsubscription.go +++ b/cloudformation/dms/aws-dms-eventsubscription.go @@ -112,7 +112,6 @@ func (r *EventSubscription) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/dms/aws-dms-replicationinstance.go b/cloudformation/dms/aws-dms-replicationinstance.go index ce347857d8..b2c7b30446 100644 --- a/cloudformation/dms/aws-dms-replicationinstance.go +++ b/cloudformation/dms/aws-dms-replicationinstance.go @@ -152,7 +152,6 @@ func (r *ReplicationInstance) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/dms/aws-dms-replicationsubnetgroup.go b/cloudformation/dms/aws-dms-replicationsubnetgroup.go index 9828770a2e..beac4bde53 100644 --- a/cloudformation/dms/aws-dms-replicationsubnetgroup.go +++ b/cloudformation/dms/aws-dms-replicationsubnetgroup.go @@ -97,7 +97,6 @@ func (r *ReplicationSubnetGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/dms/aws-dms-replicationtask.go b/cloudformation/dms/aws-dms-replicationtask.go index a4a268842e..96e1499a50 100644 --- a/cloudformation/dms/aws-dms-replicationtask.go +++ b/cloudformation/dms/aws-dms-replicationtask.go @@ -142,7 +142,6 @@ func (r *ReplicationTask) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/docdb/aws-docdb-dbcluster.go b/cloudformation/docdb/aws-docdb-dbcluster.go index d6eda9d44a..e4e55ed0fa 100644 --- a/cloudformation/docdb/aws-docdb-dbcluster.go +++ b/cloudformation/docdb/aws-docdb-dbcluster.go @@ -192,7 +192,6 @@ func (r *DBCluster) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/docdb/aws-docdb-dbclusterparametergroup.go b/cloudformation/docdb/aws-docdb-dbclusterparametergroup.go index 74c2aeddaf..932469c034 100644 --- a/cloudformation/docdb/aws-docdb-dbclusterparametergroup.go +++ b/cloudformation/docdb/aws-docdb-dbclusterparametergroup.go @@ -102,7 +102,6 @@ func (r *DBClusterParameterGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/docdb/aws-docdb-dbinstance.go b/cloudformation/docdb/aws-docdb-dbinstance.go index 07c6de5ba6..17b727d22b 100644 --- a/cloudformation/docdb/aws-docdb-dbinstance.go +++ b/cloudformation/docdb/aws-docdb-dbinstance.go @@ -117,7 +117,6 @@ func (r *DBInstance) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/docdb/aws-docdb-dbsubnetgroup.go b/cloudformation/docdb/aws-docdb-dbsubnetgroup.go index 490cd20a53..52859fe9c5 100644 --- a/cloudformation/docdb/aws-docdb-dbsubnetgroup.go +++ b/cloudformation/docdb/aws-docdb-dbsubnetgroup.go @@ -97,7 +97,6 @@ func (r *DBSubnetGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/dynamodb/aws-dynamodb-globaltable.go b/cloudformation/dynamodb/aws-dynamodb-globaltable.go index 937520d651..0b6eebbc51 100644 --- a/cloudformation/dynamodb/aws-dynamodb-globaltable.go +++ b/cloudformation/dynamodb/aws-dynamodb-globaltable.go @@ -131,7 +131,6 @@ func (r *GlobalTable) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/dynamodb/aws-dynamodb-table.go b/cloudformation/dynamodb/aws-dynamodb-table.go index 765d9281ca..c676279e86 100644 --- a/cloudformation/dynamodb/aws-dynamodb-table.go +++ b/cloudformation/dynamodb/aws-dynamodb-table.go @@ -152,7 +152,6 @@ func (r *Table) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-capacityreservation.go b/cloudformation/ec2/aws-ec2-capacityreservation.go index c81324f6c8..fda9449c42 100644 --- a/cloudformation/ec2/aws-ec2-capacityreservation.go +++ b/cloudformation/ec2/aws-ec2-capacityreservation.go @@ -141,7 +141,6 @@ func (r *CapacityReservation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-capacityreservationfleet.go b/cloudformation/ec2/aws-ec2-capacityreservationfleet.go index 32125a7077..c1bf42cb3b 100644 --- a/cloudformation/ec2/aws-ec2-capacityreservationfleet.go +++ b/cloudformation/ec2/aws-ec2-capacityreservationfleet.go @@ -121,7 +121,6 @@ func (r *CapacityReservationFleet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-carriergateway.go b/cloudformation/ec2/aws-ec2-carriergateway.go index ad3c598131..ef0049087e 100644 --- a/cloudformation/ec2/aws-ec2-carriergateway.go +++ b/cloudformation/ec2/aws-ec2-carriergateway.go @@ -87,7 +87,6 @@ func (r *CarrierGateway) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-clientvpnauthorizationrule.go b/cloudformation/ec2/aws-ec2-clientvpnauthorizationrule.go index f2e92a0d15..dfd5a2e3f2 100644 --- a/cloudformation/ec2/aws-ec2-clientvpnauthorizationrule.go +++ b/cloudformation/ec2/aws-ec2-clientvpnauthorizationrule.go @@ -101,7 +101,6 @@ func (r *ClientVpnAuthorizationRule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-clientvpnendpoint.go b/cloudformation/ec2/aws-ec2-clientvpnendpoint.go index a9e72a9da5..870c146dd5 100644 --- a/cloudformation/ec2/aws-ec2-clientvpnendpoint.go +++ b/cloudformation/ec2/aws-ec2-clientvpnendpoint.go @@ -156,7 +156,6 @@ func (r *ClientVpnEndpoint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-clientvpnroute.go b/cloudformation/ec2/aws-ec2-clientvpnroute.go index 7ba1995d21..fbfe0a9f27 100644 --- a/cloudformation/ec2/aws-ec2-clientvpnroute.go +++ b/cloudformation/ec2/aws-ec2-clientvpnroute.go @@ -96,7 +96,6 @@ func (r *ClientVpnRoute) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-clientvpntargetnetworkassociation.go b/cloudformation/ec2/aws-ec2-clientvpntargetnetworkassociation.go index aa02d69337..33ce4c3ff2 100644 --- a/cloudformation/ec2/aws-ec2-clientvpntargetnetworkassociation.go +++ b/cloudformation/ec2/aws-ec2-clientvpntargetnetworkassociation.go @@ -86,7 +86,6 @@ func (r *ClientVpnTargetNetworkAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-customergateway.go b/cloudformation/ec2/aws-ec2-customergateway.go index cc6776549b..cc14814a5a 100644 --- a/cloudformation/ec2/aws-ec2-customergateway.go +++ b/cloudformation/ec2/aws-ec2-customergateway.go @@ -97,7 +97,6 @@ func (r *CustomerGateway) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-dhcpoptions.go b/cloudformation/ec2/aws-ec2-dhcpoptions.go index 9b509cb2d2..ca08334499 100644 --- a/cloudformation/ec2/aws-ec2-dhcpoptions.go +++ b/cloudformation/ec2/aws-ec2-dhcpoptions.go @@ -107,7 +107,6 @@ func (r *DHCPOptions) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-ec2fleet.go b/cloudformation/ec2/aws-ec2-ec2fleet.go index 866dd19f46..16b4660deb 100644 --- a/cloudformation/ec2/aws-ec2-ec2fleet.go +++ b/cloudformation/ec2/aws-ec2-ec2fleet.go @@ -136,7 +136,6 @@ func (r *EC2Fleet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-egressonlyinternetgateway.go b/cloudformation/ec2/aws-ec2-egressonlyinternetgateway.go index 9648aaba9f..667349a863 100644 --- a/cloudformation/ec2/aws-ec2-egressonlyinternetgateway.go +++ b/cloudformation/ec2/aws-ec2-egressonlyinternetgateway.go @@ -81,7 +81,6 @@ func (r *EgressOnlyInternetGateway) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-eip.go b/cloudformation/ec2/aws-ec2-eip.go index 755acceb45..de104297ae 100644 --- a/cloudformation/ec2/aws-ec2-eip.go +++ b/cloudformation/ec2/aws-ec2-eip.go @@ -102,7 +102,6 @@ func (r *EIP) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-eipassociation.go b/cloudformation/ec2/aws-ec2-eipassociation.go index 70e548182b..17226213b0 100644 --- a/cloudformation/ec2/aws-ec2-eipassociation.go +++ b/cloudformation/ec2/aws-ec2-eipassociation.go @@ -101,7 +101,6 @@ func (r *EIPAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-enclavecertificateiamroleassociation.go b/cloudformation/ec2/aws-ec2-enclavecertificateiamroleassociation.go index 03b16e8c00..ec7f7a2ea0 100644 --- a/cloudformation/ec2/aws-ec2-enclavecertificateiamroleassociation.go +++ b/cloudformation/ec2/aws-ec2-enclavecertificateiamroleassociation.go @@ -86,7 +86,6 @@ func (r *EnclaveCertificateIamRoleAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-flowlog.go b/cloudformation/ec2/aws-ec2-flowlog.go index 6f6e9427b8..3d8ced69aa 100644 --- a/cloudformation/ec2/aws-ec2-flowlog.go +++ b/cloudformation/ec2/aws-ec2-flowlog.go @@ -132,7 +132,6 @@ func (r *FlowLog) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-gatewayroutetableassociation.go b/cloudformation/ec2/aws-ec2-gatewayroutetableassociation.go index 143c124755..bcb14b0790 100644 --- a/cloudformation/ec2/aws-ec2-gatewayroutetableassociation.go +++ b/cloudformation/ec2/aws-ec2-gatewayroutetableassociation.go @@ -86,7 +86,6 @@ func (r *GatewayRouteTableAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-host.go b/cloudformation/ec2/aws-ec2-host.go index 85c883bd6a..caeb549126 100644 --- a/cloudformation/ec2/aws-ec2-host.go +++ b/cloudformation/ec2/aws-ec2-host.go @@ -106,7 +106,6 @@ func (r *Host) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-instance.go b/cloudformation/ec2/aws-ec2-instance.go index 96fbb2af20..5fd7bc1ac6 100644 --- a/cloudformation/ec2/aws-ec2-instance.go +++ b/cloudformation/ec2/aws-ec2-instance.go @@ -286,7 +286,6 @@ func (r *Instance) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-internetgateway.go b/cloudformation/ec2/aws-ec2-internetgateway.go index 97c8eda45e..23143c8604 100644 --- a/cloudformation/ec2/aws-ec2-internetgateway.go +++ b/cloudformation/ec2/aws-ec2-internetgateway.go @@ -82,7 +82,6 @@ func (r *InternetGateway) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-ipam.go b/cloudformation/ec2/aws-ec2-ipam.go index 8ba95fcc90..6d5e6567a9 100644 --- a/cloudformation/ec2/aws-ec2-ipam.go +++ b/cloudformation/ec2/aws-ec2-ipam.go @@ -92,7 +92,6 @@ func (r *IPAM) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-ipamallocation.go b/cloudformation/ec2/aws-ec2-ipamallocation.go index 15d95dc4f4..6e6f25744f 100644 --- a/cloudformation/ec2/aws-ec2-ipamallocation.go +++ b/cloudformation/ec2/aws-ec2-ipamallocation.go @@ -96,7 +96,6 @@ func (r *IPAMAllocation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-ipampool.go b/cloudformation/ec2/aws-ec2-ipampool.go index f669fcec30..c8995dae5b 100644 --- a/cloudformation/ec2/aws-ec2-ipampool.go +++ b/cloudformation/ec2/aws-ec2-ipampool.go @@ -147,7 +147,6 @@ func (r *IPAMPool) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-ipamscope.go b/cloudformation/ec2/aws-ec2-ipamscope.go index 1050aeb7f0..32a22c8713 100644 --- a/cloudformation/ec2/aws-ec2-ipamscope.go +++ b/cloudformation/ec2/aws-ec2-ipamscope.go @@ -92,7 +92,6 @@ func (r *IPAMScope) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-keypair.go b/cloudformation/ec2/aws-ec2-keypair.go index e6c31259fa..cbc234e129 100644 --- a/cloudformation/ec2/aws-ec2-keypair.go +++ b/cloudformation/ec2/aws-ec2-keypair.go @@ -97,7 +97,6 @@ func (r *KeyPair) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-launchtemplate.go b/cloudformation/ec2/aws-ec2-launchtemplate.go index 1e422ac2cc..5a13930b5a 100644 --- a/cloudformation/ec2/aws-ec2-launchtemplate.go +++ b/cloudformation/ec2/aws-ec2-launchtemplate.go @@ -91,7 +91,6 @@ func (r *LaunchTemplate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-localgatewayroute.go b/cloudformation/ec2/aws-ec2-localgatewayroute.go index 44d588685d..706d7d5fc9 100644 --- a/cloudformation/ec2/aws-ec2-localgatewayroute.go +++ b/cloudformation/ec2/aws-ec2-localgatewayroute.go @@ -91,7 +91,6 @@ func (r *LocalGatewayRoute) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-localgatewayroutetablevpcassociation.go b/cloudformation/ec2/aws-ec2-localgatewayroutetablevpcassociation.go index 5850506c4f..a8cce5e752 100644 --- a/cloudformation/ec2/aws-ec2-localgatewayroutetablevpcassociation.go +++ b/cloudformation/ec2/aws-ec2-localgatewayroutetablevpcassociation.go @@ -92,7 +92,6 @@ func (r *LocalGatewayRouteTableVPCAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-natgateway.go b/cloudformation/ec2/aws-ec2-natgateway.go index 2d9dcce688..0c042ac07a 100644 --- a/cloudformation/ec2/aws-ec2-natgateway.go +++ b/cloudformation/ec2/aws-ec2-natgateway.go @@ -97,7 +97,6 @@ func (r *NatGateway) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-networkacl.go b/cloudformation/ec2/aws-ec2-networkacl.go index 24485a0339..f1457122b8 100644 --- a/cloudformation/ec2/aws-ec2-networkacl.go +++ b/cloudformation/ec2/aws-ec2-networkacl.go @@ -87,7 +87,6 @@ func (r *NetworkAcl) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-networkaclentry.go b/cloudformation/ec2/aws-ec2-networkaclentry.go index 98a53adb6e..acdb94bb4c 100644 --- a/cloudformation/ec2/aws-ec2-networkaclentry.go +++ b/cloudformation/ec2/aws-ec2-networkaclentry.go @@ -121,7 +121,6 @@ func (r *NetworkAclEntry) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-networkinsightsaccessscope.go b/cloudformation/ec2/aws-ec2-networkinsightsaccessscope.go index 82b2f95cf6..c0cfc9f8d5 100644 --- a/cloudformation/ec2/aws-ec2-networkinsightsaccessscope.go +++ b/cloudformation/ec2/aws-ec2-networkinsightsaccessscope.go @@ -92,7 +92,6 @@ func (r *NetworkInsightsAccessScope) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-networkinsightsaccessscopeanalysis.go b/cloudformation/ec2/aws-ec2-networkinsightsaccessscopeanalysis.go index 42e21374ca..cb45107e62 100644 --- a/cloudformation/ec2/aws-ec2-networkinsightsaccessscopeanalysis.go +++ b/cloudformation/ec2/aws-ec2-networkinsightsaccessscopeanalysis.go @@ -87,7 +87,6 @@ func (r *NetworkInsightsAccessScopeAnalysis) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-networkinsightsanalysis.go b/cloudformation/ec2/aws-ec2-networkinsightsanalysis.go index 56aa1c536c..295ebe4af1 100644 --- a/cloudformation/ec2/aws-ec2-networkinsightsanalysis.go +++ b/cloudformation/ec2/aws-ec2-networkinsightsanalysis.go @@ -92,7 +92,6 @@ func (r *NetworkInsightsAnalysis) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-networkinsightspath.go b/cloudformation/ec2/aws-ec2-networkinsightspath.go index c9e27fbbbb..23eaf16b0c 100644 --- a/cloudformation/ec2/aws-ec2-networkinsightspath.go +++ b/cloudformation/ec2/aws-ec2-networkinsightspath.go @@ -112,7 +112,6 @@ func (r *NetworkInsightsPath) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-networkinterface.go b/cloudformation/ec2/aws-ec2-networkinterface.go index d4495aad2a..9272fa85a7 100644 --- a/cloudformation/ec2/aws-ec2-networkinterface.go +++ b/cloudformation/ec2/aws-ec2-networkinterface.go @@ -132,7 +132,6 @@ func (r *NetworkInterface) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-networkinterfaceattachment.go b/cloudformation/ec2/aws-ec2-networkinterfaceattachment.go index 6dc24053fa..c078cb3236 100644 --- a/cloudformation/ec2/aws-ec2-networkinterfaceattachment.go +++ b/cloudformation/ec2/aws-ec2-networkinterfaceattachment.go @@ -96,7 +96,6 @@ func (r *NetworkInterfaceAttachment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-networkinterfacepermission.go b/cloudformation/ec2/aws-ec2-networkinterfacepermission.go index 9ccbcd7407..62b08a9083 100644 --- a/cloudformation/ec2/aws-ec2-networkinterfacepermission.go +++ b/cloudformation/ec2/aws-ec2-networkinterfacepermission.go @@ -91,7 +91,6 @@ func (r *NetworkInterfacePermission) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-placementgroup.go b/cloudformation/ec2/aws-ec2-placementgroup.go index 62af1bc888..150af6ab2c 100644 --- a/cloudformation/ec2/aws-ec2-placementgroup.go +++ b/cloudformation/ec2/aws-ec2-placementgroup.go @@ -86,7 +86,6 @@ func (r *PlacementGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-prefixlist.go b/cloudformation/ec2/aws-ec2-prefixlist.go index 385a3a5474..c6a01a279c 100644 --- a/cloudformation/ec2/aws-ec2-prefixlist.go +++ b/cloudformation/ec2/aws-ec2-prefixlist.go @@ -102,7 +102,6 @@ func (r *PrefixList) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-route.go b/cloudformation/ec2/aws-ec2-route.go index 0991c99ed3..8420e5fd2b 100644 --- a/cloudformation/ec2/aws-ec2-route.go +++ b/cloudformation/ec2/aws-ec2-route.go @@ -141,7 +141,6 @@ func (r *Route) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-routetable.go b/cloudformation/ec2/aws-ec2-routetable.go index a88cecc363..a94ed1d89a 100644 --- a/cloudformation/ec2/aws-ec2-routetable.go +++ b/cloudformation/ec2/aws-ec2-routetable.go @@ -87,7 +87,6 @@ func (r *RouteTable) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-securitygroup.go b/cloudformation/ec2/aws-ec2-securitygroup.go index 01a522bd6b..4bab1b7ea1 100644 --- a/cloudformation/ec2/aws-ec2-securitygroup.go +++ b/cloudformation/ec2/aws-ec2-securitygroup.go @@ -107,7 +107,6 @@ func (r *SecurityGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-securitygroupegress.go b/cloudformation/ec2/aws-ec2-securitygroupegress.go index 67e2cc42f5..e2d3a6ccc5 100644 --- a/cloudformation/ec2/aws-ec2-securitygroupegress.go +++ b/cloudformation/ec2/aws-ec2-securitygroupegress.go @@ -121,7 +121,6 @@ func (r *SecurityGroupEgress) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-securitygroupingress.go b/cloudformation/ec2/aws-ec2-securitygroupingress.go index 5806a2d12c..347d8bdc5c 100644 --- a/cloudformation/ec2/aws-ec2-securitygroupingress.go +++ b/cloudformation/ec2/aws-ec2-securitygroupingress.go @@ -136,7 +136,6 @@ func (r *SecurityGroupIngress) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-spotfleet.go b/cloudformation/ec2/aws-ec2-spotfleet.go index 23a1bbc824..5867cf3b68 100644 --- a/cloudformation/ec2/aws-ec2-spotfleet.go +++ b/cloudformation/ec2/aws-ec2-spotfleet.go @@ -81,7 +81,6 @@ func (r *SpotFleet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-subnet.go b/cloudformation/ec2/aws-ec2-subnet.go index 4601976681..60d1d521f3 100644 --- a/cloudformation/ec2/aws-ec2-subnet.go +++ b/cloudformation/ec2/aws-ec2-subnet.go @@ -137,7 +137,6 @@ func (r *Subnet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-subnetcidrblock.go b/cloudformation/ec2/aws-ec2-subnetcidrblock.go index 755931459c..7805512b9e 100644 --- a/cloudformation/ec2/aws-ec2-subnetcidrblock.go +++ b/cloudformation/ec2/aws-ec2-subnetcidrblock.go @@ -86,7 +86,6 @@ func (r *SubnetCidrBlock) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-subnetnetworkaclassociation.go b/cloudformation/ec2/aws-ec2-subnetnetworkaclassociation.go index a1fa19ab00..f989bb211b 100644 --- a/cloudformation/ec2/aws-ec2-subnetnetworkaclassociation.go +++ b/cloudformation/ec2/aws-ec2-subnetnetworkaclassociation.go @@ -86,7 +86,6 @@ func (r *SubnetNetworkAclAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-subnetroutetableassociation.go b/cloudformation/ec2/aws-ec2-subnetroutetableassociation.go index 6d41e8fa9f..1a41b1354f 100644 --- a/cloudformation/ec2/aws-ec2-subnetroutetableassociation.go +++ b/cloudformation/ec2/aws-ec2-subnetroutetableassociation.go @@ -86,7 +86,6 @@ func (r *SubnetRouteTableAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-trafficmirrorfilter.go b/cloudformation/ec2/aws-ec2-trafficmirrorfilter.go index db0a7e6d84..fbc14b36b9 100644 --- a/cloudformation/ec2/aws-ec2-trafficmirrorfilter.go +++ b/cloudformation/ec2/aws-ec2-trafficmirrorfilter.go @@ -92,7 +92,6 @@ func (r *TrafficMirrorFilter) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-trafficmirrorfilterrule.go b/cloudformation/ec2/aws-ec2-trafficmirrorfilterrule.go index f96501bb41..fb06a723bc 100644 --- a/cloudformation/ec2/aws-ec2-trafficmirrorfilterrule.go +++ b/cloudformation/ec2/aws-ec2-trafficmirrorfilterrule.go @@ -126,7 +126,6 @@ func (r *TrafficMirrorFilterRule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-trafficmirrorsession.go b/cloudformation/ec2/aws-ec2-trafficmirrorsession.go index 963613782b..fd3a4c92f5 100644 --- a/cloudformation/ec2/aws-ec2-trafficmirrorsession.go +++ b/cloudformation/ec2/aws-ec2-trafficmirrorsession.go @@ -117,7 +117,6 @@ func (r *TrafficMirrorSession) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-trafficmirrortarget.go b/cloudformation/ec2/aws-ec2-trafficmirrortarget.go index 61092fd1d6..c657493517 100644 --- a/cloudformation/ec2/aws-ec2-trafficmirrortarget.go +++ b/cloudformation/ec2/aws-ec2-trafficmirrortarget.go @@ -102,7 +102,6 @@ func (r *TrafficMirrorTarget) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-transitgateway.go b/cloudformation/ec2/aws-ec2-transitgateway.go index 04258a7c15..64366c4da2 100644 --- a/cloudformation/ec2/aws-ec2-transitgateway.go +++ b/cloudformation/ec2/aws-ec2-transitgateway.go @@ -137,7 +137,6 @@ func (r *TransitGateway) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-transitgatewayattachment.go b/cloudformation/ec2/aws-ec2-transitgatewayattachment.go index 217219de2d..9f35acfd8c 100644 --- a/cloudformation/ec2/aws-ec2-transitgatewayattachment.go +++ b/cloudformation/ec2/aws-ec2-transitgatewayattachment.go @@ -102,7 +102,6 @@ func (r *TransitGatewayAttachment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-transitgatewayconnect.go b/cloudformation/ec2/aws-ec2-transitgatewayconnect.go index 80099d27b6..1cb639ec0e 100644 --- a/cloudformation/ec2/aws-ec2-transitgatewayconnect.go +++ b/cloudformation/ec2/aws-ec2-transitgatewayconnect.go @@ -92,7 +92,6 @@ func (r *TransitGatewayConnect) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-transitgatewaymulticastdomain.go b/cloudformation/ec2/aws-ec2-transitgatewaymulticastdomain.go index bba4e3d193..e466ef5998 100644 --- a/cloudformation/ec2/aws-ec2-transitgatewaymulticastdomain.go +++ b/cloudformation/ec2/aws-ec2-transitgatewaymulticastdomain.go @@ -92,7 +92,6 @@ func (r *TransitGatewayMulticastDomain) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-transitgatewaymulticastdomainassociation.go b/cloudformation/ec2/aws-ec2-transitgatewaymulticastdomainassociation.go index 0d8fb88695..4f73da15da 100644 --- a/cloudformation/ec2/aws-ec2-transitgatewaymulticastdomainassociation.go +++ b/cloudformation/ec2/aws-ec2-transitgatewaymulticastdomainassociation.go @@ -91,7 +91,6 @@ func (r *TransitGatewayMulticastDomainAssociation) UnmarshalJSON(b []byte) error dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-transitgatewaymulticastgroupmember.go b/cloudformation/ec2/aws-ec2-transitgatewaymulticastgroupmember.go index 113c06e659..e42d25e1a0 100644 --- a/cloudformation/ec2/aws-ec2-transitgatewaymulticastgroupmember.go +++ b/cloudformation/ec2/aws-ec2-transitgatewaymulticastgroupmember.go @@ -91,7 +91,6 @@ func (r *TransitGatewayMulticastGroupMember) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-transitgatewaymulticastgroupsource.go b/cloudformation/ec2/aws-ec2-transitgatewaymulticastgroupsource.go index f47b86da8e..d5aa755680 100644 --- a/cloudformation/ec2/aws-ec2-transitgatewaymulticastgroupsource.go +++ b/cloudformation/ec2/aws-ec2-transitgatewaymulticastgroupsource.go @@ -91,7 +91,6 @@ func (r *TransitGatewayMulticastGroupSource) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-transitgatewaypeeringattachment.go b/cloudformation/ec2/aws-ec2-transitgatewaypeeringattachment.go index 38f8766f42..deb0507d3b 100644 --- a/cloudformation/ec2/aws-ec2-transitgatewaypeeringattachment.go +++ b/cloudformation/ec2/aws-ec2-transitgatewaypeeringattachment.go @@ -102,7 +102,6 @@ func (r *TransitGatewayPeeringAttachment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-transitgatewayroute.go b/cloudformation/ec2/aws-ec2-transitgatewayroute.go index 7e4c0ca4eb..8d4e488b50 100644 --- a/cloudformation/ec2/aws-ec2-transitgatewayroute.go +++ b/cloudformation/ec2/aws-ec2-transitgatewayroute.go @@ -96,7 +96,6 @@ func (r *TransitGatewayRoute) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-transitgatewayroutetable.go b/cloudformation/ec2/aws-ec2-transitgatewayroutetable.go index 49ff6b8c18..af2b5eb80d 100644 --- a/cloudformation/ec2/aws-ec2-transitgatewayroutetable.go +++ b/cloudformation/ec2/aws-ec2-transitgatewayroutetable.go @@ -87,7 +87,6 @@ func (r *TransitGatewayRouteTable) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-transitgatewayroutetableassociation.go b/cloudformation/ec2/aws-ec2-transitgatewayroutetableassociation.go index e0b4df7a33..5a648750b9 100644 --- a/cloudformation/ec2/aws-ec2-transitgatewayroutetableassociation.go +++ b/cloudformation/ec2/aws-ec2-transitgatewayroutetableassociation.go @@ -86,7 +86,6 @@ func (r *TransitGatewayRouteTableAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-transitgatewayroutetablepropagation.go b/cloudformation/ec2/aws-ec2-transitgatewayroutetablepropagation.go index 146c15931f..dcc5080b85 100644 --- a/cloudformation/ec2/aws-ec2-transitgatewayroutetablepropagation.go +++ b/cloudformation/ec2/aws-ec2-transitgatewayroutetablepropagation.go @@ -86,7 +86,6 @@ func (r *TransitGatewayRouteTablePropagation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-transitgatewayvpcattachment.go b/cloudformation/ec2/aws-ec2-transitgatewayvpcattachment.go index 3183573c59..1c3fc78000 100644 --- a/cloudformation/ec2/aws-ec2-transitgatewayvpcattachment.go +++ b/cloudformation/ec2/aws-ec2-transitgatewayvpcattachment.go @@ -112,7 +112,6 @@ func (r *TransitGatewayVpcAttachment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-volume.go b/cloudformation/ec2/aws-ec2-volume.go index 3463e14630..703df272e8 100644 --- a/cloudformation/ec2/aws-ec2-volume.go +++ b/cloudformation/ec2/aws-ec2-volume.go @@ -137,7 +137,6 @@ func (r *Volume) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-volumeattachment.go b/cloudformation/ec2/aws-ec2-volumeattachment.go index 289688b29b..dd93b40e82 100644 --- a/cloudformation/ec2/aws-ec2-volumeattachment.go +++ b/cloudformation/ec2/aws-ec2-volumeattachment.go @@ -91,7 +91,6 @@ func (r *VolumeAttachment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-vpc.go b/cloudformation/ec2/aws-ec2-vpc.go index 9cf784b23b..d086d7395f 100644 --- a/cloudformation/ec2/aws-ec2-vpc.go +++ b/cloudformation/ec2/aws-ec2-vpc.go @@ -112,7 +112,6 @@ func (r *VPC) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-vpccidrblock.go b/cloudformation/ec2/aws-ec2-vpccidrblock.go index f5e09f93bf..cac59f64bd 100644 --- a/cloudformation/ec2/aws-ec2-vpccidrblock.go +++ b/cloudformation/ec2/aws-ec2-vpccidrblock.go @@ -121,7 +121,6 @@ func (r *VPCCidrBlock) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-vpcdhcpoptionsassociation.go b/cloudformation/ec2/aws-ec2-vpcdhcpoptionsassociation.go index 93e98b1bab..80f6aa9d8c 100644 --- a/cloudformation/ec2/aws-ec2-vpcdhcpoptionsassociation.go +++ b/cloudformation/ec2/aws-ec2-vpcdhcpoptionsassociation.go @@ -86,7 +86,6 @@ func (r *VPCDHCPOptionsAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-vpcendpoint.go b/cloudformation/ec2/aws-ec2-vpcendpoint.go index e803f8c885..fc7a14ebf2 100644 --- a/cloudformation/ec2/aws-ec2-vpcendpoint.go +++ b/cloudformation/ec2/aws-ec2-vpcendpoint.go @@ -116,7 +116,6 @@ func (r *VPCEndpoint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-vpcendpointconnectionnotification.go b/cloudformation/ec2/aws-ec2-vpcendpointconnectionnotification.go index 0f3221777c..4bf17b5403 100644 --- a/cloudformation/ec2/aws-ec2-vpcendpointconnectionnotification.go +++ b/cloudformation/ec2/aws-ec2-vpcendpointconnectionnotification.go @@ -96,7 +96,6 @@ func (r *VPCEndpointConnectionNotification) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-vpcendpointservice.go b/cloudformation/ec2/aws-ec2-vpcendpointservice.go index 0758da9766..7b7d9fbea0 100644 --- a/cloudformation/ec2/aws-ec2-vpcendpointservice.go +++ b/cloudformation/ec2/aws-ec2-vpcendpointservice.go @@ -101,7 +101,6 @@ func (r *VPCEndpointService) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-vpcendpointservicepermissions.go b/cloudformation/ec2/aws-ec2-vpcendpointservicepermissions.go index 606f3fbe31..ed666f8f69 100644 --- a/cloudformation/ec2/aws-ec2-vpcendpointservicepermissions.go +++ b/cloudformation/ec2/aws-ec2-vpcendpointservicepermissions.go @@ -86,7 +86,6 @@ func (r *VPCEndpointServicePermissions) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-vpcgatewayattachment.go b/cloudformation/ec2/aws-ec2-vpcgatewayattachment.go index 38d29727e3..25ce0b7851 100644 --- a/cloudformation/ec2/aws-ec2-vpcgatewayattachment.go +++ b/cloudformation/ec2/aws-ec2-vpcgatewayattachment.go @@ -91,7 +91,6 @@ func (r *VPCGatewayAttachment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-vpcpeeringconnection.go b/cloudformation/ec2/aws-ec2-vpcpeeringconnection.go index 373a0d0b73..773c632f2e 100644 --- a/cloudformation/ec2/aws-ec2-vpcpeeringconnection.go +++ b/cloudformation/ec2/aws-ec2-vpcpeeringconnection.go @@ -107,7 +107,6 @@ func (r *VPCPeeringConnection) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-vpnconnection.go b/cloudformation/ec2/aws-ec2-vpnconnection.go index c9aabaa70e..f1570903bb 100644 --- a/cloudformation/ec2/aws-ec2-vpnconnection.go +++ b/cloudformation/ec2/aws-ec2-vpnconnection.go @@ -112,7 +112,6 @@ func (r *VPNConnection) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-vpnconnectionroute.go b/cloudformation/ec2/aws-ec2-vpnconnectionroute.go index 54c92d42c6..6aab38e5b0 100644 --- a/cloudformation/ec2/aws-ec2-vpnconnectionroute.go +++ b/cloudformation/ec2/aws-ec2-vpnconnectionroute.go @@ -86,7 +86,6 @@ func (r *VPNConnectionRoute) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-vpngateway.go b/cloudformation/ec2/aws-ec2-vpngateway.go index 5ccade9c5d..9242db0cf4 100644 --- a/cloudformation/ec2/aws-ec2-vpngateway.go +++ b/cloudformation/ec2/aws-ec2-vpngateway.go @@ -92,7 +92,6 @@ func (r *VPNGateway) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ec2/aws-ec2-vpngatewayroutepropagation.go b/cloudformation/ec2/aws-ec2-vpngatewayroutepropagation.go index bdca782880..7efb3fcd79 100644 --- a/cloudformation/ec2/aws-ec2-vpngatewayroutepropagation.go +++ b/cloudformation/ec2/aws-ec2-vpngatewayroutepropagation.go @@ -86,7 +86,6 @@ func (r *VPNGatewayRoutePropagation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ecr/aws-ecr-publicrepository.go b/cloudformation/ecr/aws-ecr-publicrepository.go index 66ce60e225..74a5b0f5cb 100644 --- a/cloudformation/ecr/aws-ecr-publicrepository.go +++ b/cloudformation/ecr/aws-ecr-publicrepository.go @@ -97,7 +97,6 @@ func (r *PublicRepository) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ecr/aws-ecr-pullthroughcacherule.go b/cloudformation/ecr/aws-ecr-pullthroughcacherule.go index 59b6e0cce7..ed2d553df4 100644 --- a/cloudformation/ecr/aws-ecr-pullthroughcacherule.go +++ b/cloudformation/ecr/aws-ecr-pullthroughcacherule.go @@ -86,7 +86,6 @@ func (r *PullThroughCacheRule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ecr/aws-ecr-registrypolicy.go b/cloudformation/ecr/aws-ecr-registrypolicy.go index ef6383aa8b..e0d599e549 100644 --- a/cloudformation/ecr/aws-ecr-registrypolicy.go +++ b/cloudformation/ecr/aws-ecr-registrypolicy.go @@ -81,7 +81,6 @@ func (r *RegistryPolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ecr/aws-ecr-replicationconfiguration.go b/cloudformation/ecr/aws-ecr-replicationconfiguration.go index 85010a56cd..364f6f83e7 100644 --- a/cloudformation/ecr/aws-ecr-replicationconfiguration.go +++ b/cloudformation/ecr/aws-ecr-replicationconfiguration.go @@ -81,7 +81,6 @@ func (r *ReplicationConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ecr/aws-ecr-repository.go b/cloudformation/ecr/aws-ecr-repository.go index af5cff4aaf..0b050b2a7e 100644 --- a/cloudformation/ecr/aws-ecr-repository.go +++ b/cloudformation/ecr/aws-ecr-repository.go @@ -112,7 +112,6 @@ func (r *Repository) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ecs/aws-ecs-capacityprovider.go b/cloudformation/ecs/aws-ecs-capacityprovider.go index 79c094c794..554cdfd18c 100644 --- a/cloudformation/ecs/aws-ecs-capacityprovider.go +++ b/cloudformation/ecs/aws-ecs-capacityprovider.go @@ -92,7 +92,6 @@ func (r *CapacityProvider) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ecs/aws-ecs-cluster.go b/cloudformation/ecs/aws-ecs-cluster.go index f02278cec4..aa62f9dd51 100644 --- a/cloudformation/ecs/aws-ecs-cluster.go +++ b/cloudformation/ecs/aws-ecs-cluster.go @@ -107,7 +107,6 @@ func (r *Cluster) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ecs/aws-ecs-clustercapacityproviderassociations.go b/cloudformation/ecs/aws-ecs-clustercapacityproviderassociations.go index bb224054d5..f9604ae26d 100644 --- a/cloudformation/ecs/aws-ecs-clustercapacityproviderassociations.go +++ b/cloudformation/ecs/aws-ecs-clustercapacityproviderassociations.go @@ -91,7 +91,6 @@ func (r *ClusterCapacityProviderAssociations) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ecs/aws-ecs-primarytaskset.go b/cloudformation/ecs/aws-ecs-primarytaskset.go index 7179aeb40a..287e5d73ca 100644 --- a/cloudformation/ecs/aws-ecs-primarytaskset.go +++ b/cloudformation/ecs/aws-ecs-primarytaskset.go @@ -91,7 +91,6 @@ func (r *PrimaryTaskSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ecs/aws-ecs-service.go b/cloudformation/ecs/aws-ecs-service.go index 844d7ac383..845308fcb3 100644 --- a/cloudformation/ecs/aws-ecs-service.go +++ b/cloudformation/ecs/aws-ecs-service.go @@ -182,7 +182,6 @@ func (r *Service) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ecs/aws-ecs-taskdefinition.go b/cloudformation/ecs/aws-ecs-taskdefinition.go index 9f87bf56f4..c6f2707bd9 100644 --- a/cloudformation/ecs/aws-ecs-taskdefinition.go +++ b/cloudformation/ecs/aws-ecs-taskdefinition.go @@ -162,7 +162,6 @@ func (r *TaskDefinition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ecs/aws-ecs-taskset.go b/cloudformation/ecs/aws-ecs-taskset.go index af3855f672..ceb90faea6 100644 --- a/cloudformation/ecs/aws-ecs-taskset.go +++ b/cloudformation/ecs/aws-ecs-taskset.go @@ -126,7 +126,6 @@ func (r *TaskSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/efs/aws-efs-accesspoint.go b/cloudformation/efs/aws-efs-accesspoint.go index 8933066a3e..516eb7e3b6 100644 --- a/cloudformation/efs/aws-efs-accesspoint.go +++ b/cloudformation/efs/aws-efs-accesspoint.go @@ -101,7 +101,6 @@ func (r *AccessPoint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/efs/aws-efs-filesystem.go b/cloudformation/efs/aws-efs-filesystem.go index d4abe15a21..d72d9b98f7 100644 --- a/cloudformation/efs/aws-efs-filesystem.go +++ b/cloudformation/efs/aws-efs-filesystem.go @@ -131,7 +131,6 @@ func (r *FileSystem) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/efs/aws-efs-mounttarget.go b/cloudformation/efs/aws-efs-mounttarget.go index 39bdda8688..55bbbf5a7a 100644 --- a/cloudformation/efs/aws-efs-mounttarget.go +++ b/cloudformation/efs/aws-efs-mounttarget.go @@ -96,7 +96,6 @@ func (r *MountTarget) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/eks/aws-eks-addon.go b/cloudformation/eks/aws-eks-addon.go index 101981e1df..2206f9407f 100644 --- a/cloudformation/eks/aws-eks-addon.go +++ b/cloudformation/eks/aws-eks-addon.go @@ -107,7 +107,6 @@ func (r *Addon) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/eks/aws-eks-cluster.go b/cloudformation/eks/aws-eks-cluster.go index 52edb300fb..3beda45df5 100644 --- a/cloudformation/eks/aws-eks-cluster.go +++ b/cloudformation/eks/aws-eks-cluster.go @@ -117,7 +117,6 @@ func (r *Cluster) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/eks/aws-eks-fargateprofile.go b/cloudformation/eks/aws-eks-fargateprofile.go index bf15faef37..04176749db 100644 --- a/cloudformation/eks/aws-eks-fargateprofile.go +++ b/cloudformation/eks/aws-eks-fargateprofile.go @@ -107,7 +107,6 @@ func (r *FargateProfile) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/eks/aws-eks-identityproviderconfig.go b/cloudformation/eks/aws-eks-identityproviderconfig.go index 40eabc282f..7d8ad148d7 100644 --- a/cloudformation/eks/aws-eks-identityproviderconfig.go +++ b/cloudformation/eks/aws-eks-identityproviderconfig.go @@ -102,7 +102,6 @@ func (r *IdentityProviderConfig) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/eks/aws-eks-nodegroup.go b/cloudformation/eks/aws-eks-nodegroup.go index 2e2b7ce44c..387227dd93 100644 --- a/cloudformation/eks/aws-eks-nodegroup.go +++ b/cloudformation/eks/aws-eks-nodegroup.go @@ -166,7 +166,6 @@ func (r *Nodegroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticache/aws-elasticache-cachecluster.go b/cloudformation/elasticache/aws-elasticache-cachecluster.go index 6d1d9f19d2..c13bc5b294 100644 --- a/cloudformation/elasticache/aws-elasticache-cachecluster.go +++ b/cloudformation/elasticache/aws-elasticache-cachecluster.go @@ -187,7 +187,6 @@ func (r *CacheCluster) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticache/aws-elasticache-globalreplicationgroup.go b/cloudformation/elasticache/aws-elasticache-globalreplicationgroup.go index f75852e25d..db59adf161 100644 --- a/cloudformation/elasticache/aws-elasticache-globalreplicationgroup.go +++ b/cloudformation/elasticache/aws-elasticache-globalreplicationgroup.go @@ -121,7 +121,6 @@ func (r *GlobalReplicationGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticache/aws-elasticache-parametergroup.go b/cloudformation/elasticache/aws-elasticache-parametergroup.go index db80e2e240..485b2a678d 100644 --- a/cloudformation/elasticache/aws-elasticache-parametergroup.go +++ b/cloudformation/elasticache/aws-elasticache-parametergroup.go @@ -97,7 +97,6 @@ func (r *ParameterGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticache/aws-elasticache-replicationgroup.go b/cloudformation/elasticache/aws-elasticache-replicationgroup.go index 05ae48f34f..97a3ecd073 100644 --- a/cloudformation/elasticache/aws-elasticache-replicationgroup.go +++ b/cloudformation/elasticache/aws-elasticache-replicationgroup.go @@ -258,7 +258,6 @@ func (r *ReplicationGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticache/aws-elasticache-securitygroup.go b/cloudformation/elasticache/aws-elasticache-securitygroup.go index 98daab06ed..83ca0f6493 100644 --- a/cloudformation/elasticache/aws-elasticache-securitygroup.go +++ b/cloudformation/elasticache/aws-elasticache-securitygroup.go @@ -87,7 +87,6 @@ func (r *SecurityGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticache/aws-elasticache-securitygroupingress.go b/cloudformation/elasticache/aws-elasticache-securitygroupingress.go index 66460bb130..cae275b938 100644 --- a/cloudformation/elasticache/aws-elasticache-securitygroupingress.go +++ b/cloudformation/elasticache/aws-elasticache-securitygroupingress.go @@ -91,7 +91,6 @@ func (r *SecurityGroupIngress) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticache/aws-elasticache-subnetgroup.go b/cloudformation/elasticache/aws-elasticache-subnetgroup.go index a702d05ea3..d19f5966f9 100644 --- a/cloudformation/elasticache/aws-elasticache-subnetgroup.go +++ b/cloudformation/elasticache/aws-elasticache-subnetgroup.go @@ -97,7 +97,6 @@ func (r *SubnetGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticache/aws-elasticache-user.go b/cloudformation/elasticache/aws-elasticache-user.go index fa916d372c..61b452a260 100644 --- a/cloudformation/elasticache/aws-elasticache-user.go +++ b/cloudformation/elasticache/aws-elasticache-user.go @@ -106,7 +106,6 @@ func (r *User) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticache/aws-elasticache-usergroup.go b/cloudformation/elasticache/aws-elasticache-usergroup.go index 291a5bcf9c..47b04d3ae9 100644 --- a/cloudformation/elasticache/aws-elasticache-usergroup.go +++ b/cloudformation/elasticache/aws-elasticache-usergroup.go @@ -91,7 +91,6 @@ func (r *UserGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticbeanstalk/aws-elasticbeanstalk-application.go b/cloudformation/elasticbeanstalk/aws-elasticbeanstalk-application.go index 7a36cf9d5b..a30887776c 100644 --- a/cloudformation/elasticbeanstalk/aws-elasticbeanstalk-application.go +++ b/cloudformation/elasticbeanstalk/aws-elasticbeanstalk-application.go @@ -91,7 +91,6 @@ func (r *Application) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticbeanstalk/aws-elasticbeanstalk-applicationversion.go b/cloudformation/elasticbeanstalk/aws-elasticbeanstalk-applicationversion.go index 72f2ec58e6..d0026353d6 100644 --- a/cloudformation/elasticbeanstalk/aws-elasticbeanstalk-applicationversion.go +++ b/cloudformation/elasticbeanstalk/aws-elasticbeanstalk-applicationversion.go @@ -91,7 +91,6 @@ func (r *ApplicationVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticbeanstalk/aws-elasticbeanstalk-configurationtemplate.go b/cloudformation/elasticbeanstalk/aws-elasticbeanstalk-configurationtemplate.go index 35015272d3..bdeaedc4cb 100644 --- a/cloudformation/elasticbeanstalk/aws-elasticbeanstalk-configurationtemplate.go +++ b/cloudformation/elasticbeanstalk/aws-elasticbeanstalk-configurationtemplate.go @@ -111,7 +111,6 @@ func (r *ConfigurationTemplate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticbeanstalk/aws-elasticbeanstalk-environment.go b/cloudformation/elasticbeanstalk/aws-elasticbeanstalk-environment.go index d0e0bac76e..aa65b23794 100644 --- a/cloudformation/elasticbeanstalk/aws-elasticbeanstalk-environment.go +++ b/cloudformation/elasticbeanstalk/aws-elasticbeanstalk-environment.go @@ -137,7 +137,6 @@ func (r *Environment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticloadbalancing/aws-elasticloadbalancing-loadbalancer.go b/cloudformation/elasticloadbalancing/aws-elasticloadbalancing-loadbalancer.go index 43ba074909..05907e65f0 100644 --- a/cloudformation/elasticloadbalancing/aws-elasticloadbalancing-loadbalancer.go +++ b/cloudformation/elasticloadbalancing/aws-elasticloadbalancing-loadbalancer.go @@ -157,7 +157,6 @@ func (r *LoadBalancer) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-listener.go b/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-listener.go index 92b8a9094f..d4f399093c 100644 --- a/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-listener.go +++ b/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-listener.go @@ -111,7 +111,6 @@ func (r *Listener) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-listenercertificate.go b/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-listenercertificate.go index 5a658b8a21..0cad3aec14 100644 --- a/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-listenercertificate.go +++ b/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-listenercertificate.go @@ -86,7 +86,6 @@ func (r *ListenerCertificate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-listenerrule.go b/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-listenerrule.go index 3f37aec85b..ad3d780039 100644 --- a/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-listenerrule.go +++ b/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-listenerrule.go @@ -96,7 +96,6 @@ func (r *ListenerRule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-loadbalancer.go b/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-loadbalancer.go index 7fc429265e..f0f6b09fa4 100644 --- a/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-loadbalancer.go +++ b/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-loadbalancer.go @@ -122,7 +122,6 @@ func (r *LoadBalancer) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-targetgroup.go b/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-targetgroup.go index bdca3c74f8..50cfd78751 100644 --- a/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-targetgroup.go +++ b/cloudformation/elasticloadbalancingv2/aws-elasticloadbalancingv2-targetgroup.go @@ -172,7 +172,6 @@ func (r *TargetGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/elasticsearch/aws-elasticsearch-domain.go b/cloudformation/elasticsearch/aws-elasticsearch-domain.go index 7131912751..86274edcb3 100644 --- a/cloudformation/elasticsearch/aws-elasticsearch-domain.go +++ b/cloudformation/elasticsearch/aws-elasticsearch-domain.go @@ -158,7 +158,6 @@ func (r *Domain) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/emr/aws-emr-cluster.go b/cloudformation/emr/aws-emr-cluster.go index f74b17aa3e..8fbf5885dd 100644 --- a/cloudformation/emr/aws-emr-cluster.go +++ b/cloudformation/emr/aws-emr-cluster.go @@ -192,7 +192,6 @@ func (r *Cluster) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/emr/aws-emr-instancefleetconfig.go b/cloudformation/emr/aws-emr-instancefleetconfig.go index 63d4cefb68..bc29556882 100644 --- a/cloudformation/emr/aws-emr-instancefleetconfig.go +++ b/cloudformation/emr/aws-emr-instancefleetconfig.go @@ -111,7 +111,6 @@ func (r *InstanceFleetConfig) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/emr/aws-emr-instancegroupconfig.go b/cloudformation/emr/aws-emr-instancegroupconfig.go index 3e59a15bea..4518dd9410 100644 --- a/cloudformation/emr/aws-emr-instancegroupconfig.go +++ b/cloudformation/emr/aws-emr-instancegroupconfig.go @@ -131,7 +131,6 @@ func (r *InstanceGroupConfig) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/emr/aws-emr-securityconfiguration.go b/cloudformation/emr/aws-emr-securityconfiguration.go index 6caee6d894..f001d3960e 100644 --- a/cloudformation/emr/aws-emr-securityconfiguration.go +++ b/cloudformation/emr/aws-emr-securityconfiguration.go @@ -86,7 +86,6 @@ func (r *SecurityConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/emr/aws-emr-step.go b/cloudformation/emr/aws-emr-step.go index ed4aa6dfd5..46a37a4d86 100644 --- a/cloudformation/emr/aws-emr-step.go +++ b/cloudformation/emr/aws-emr-step.go @@ -96,7 +96,6 @@ func (r *Step) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/emr/aws-emr-studio.go b/cloudformation/emr/aws-emr-studio.go index a0fdd44e90..4d69f9c40e 100644 --- a/cloudformation/emr/aws-emr-studio.go +++ b/cloudformation/emr/aws-emr-studio.go @@ -142,7 +142,6 @@ func (r *Studio) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/emr/aws-emr-studiosessionmapping.go b/cloudformation/emr/aws-emr-studiosessionmapping.go index 7c5f975fdd..0888a6258a 100644 --- a/cloudformation/emr/aws-emr-studiosessionmapping.go +++ b/cloudformation/emr/aws-emr-studiosessionmapping.go @@ -96,7 +96,6 @@ func (r *StudioSessionMapping) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/emrcontainers/aws-emrcontainers-virtualcluster.go b/cloudformation/emrcontainers/aws-emrcontainers-virtualcluster.go index 054f1cb439..833ae7828c 100644 --- a/cloudformation/emrcontainers/aws-emrcontainers-virtualcluster.go +++ b/cloudformation/emrcontainers/aws-emrcontainers-virtualcluster.go @@ -92,7 +92,6 @@ func (r *VirtualCluster) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/emrserverless/aws-emrserverless-application.go b/cloudformation/emrserverless/aws-emrserverless-application.go index eb22373c01..13dc30c131 100644 --- a/cloudformation/emrserverless/aws-emrserverless-application.go +++ b/cloudformation/emrserverless/aws-emrserverless-application.go @@ -122,7 +122,6 @@ func (r *Application) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/events/aws-events-apidestination.go b/cloudformation/events/aws-events-apidestination.go index 20c239edcc..f0a2428008 100644 --- a/cloudformation/events/aws-events-apidestination.go +++ b/cloudformation/events/aws-events-apidestination.go @@ -106,7 +106,6 @@ func (r *ApiDestination) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/events/aws-events-archive.go b/cloudformation/events/aws-events-archive.go index 123f6d0332..76fad5db5e 100644 --- a/cloudformation/events/aws-events-archive.go +++ b/cloudformation/events/aws-events-archive.go @@ -101,7 +101,6 @@ func (r *Archive) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/events/aws-events-connection.go b/cloudformation/events/aws-events-connection.go index 9dd4fc2445..b5af7f17c1 100644 --- a/cloudformation/events/aws-events-connection.go +++ b/cloudformation/events/aws-events-connection.go @@ -96,7 +96,6 @@ func (r *Connection) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/events/aws-events-endpoint.go b/cloudformation/events/aws-events-endpoint.go index e994919494..218091d427 100644 --- a/cloudformation/events/aws-events-endpoint.go +++ b/cloudformation/events/aws-events-endpoint.go @@ -106,7 +106,6 @@ func (r *Endpoint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/events/aws-events-eventbus.go b/cloudformation/events/aws-events-eventbus.go index 57520b84ae..54fbacc2fd 100644 --- a/cloudformation/events/aws-events-eventbus.go +++ b/cloudformation/events/aws-events-eventbus.go @@ -91,7 +91,6 @@ func (r *EventBus) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/events/aws-events-eventbuspolicy.go b/cloudformation/events/aws-events-eventbuspolicy.go index 17f1554801..29e226aecd 100644 --- a/cloudformation/events/aws-events-eventbuspolicy.go +++ b/cloudformation/events/aws-events-eventbuspolicy.go @@ -106,7 +106,6 @@ func (r *EventBusPolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/events/aws-events-rule.go b/cloudformation/events/aws-events-rule.go index c071bf7579..f149a2de33 100644 --- a/cloudformation/events/aws-events-rule.go +++ b/cloudformation/events/aws-events-rule.go @@ -116,7 +116,6 @@ func (r *Rule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/eventschemas/aws-eventschemas-discoverer.go b/cloudformation/eventschemas/aws-eventschemas-discoverer.go index ae55398d92..b097379f40 100644 --- a/cloudformation/eventschemas/aws-eventschemas-discoverer.go +++ b/cloudformation/eventschemas/aws-eventschemas-discoverer.go @@ -96,7 +96,6 @@ func (r *Discoverer) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/eventschemas/aws-eventschemas-registry.go b/cloudformation/eventschemas/aws-eventschemas-registry.go index 5cdf206697..40c0e9f482 100644 --- a/cloudformation/eventschemas/aws-eventschemas-registry.go +++ b/cloudformation/eventschemas/aws-eventschemas-registry.go @@ -91,7 +91,6 @@ func (r *Registry) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/eventschemas/aws-eventschemas-registrypolicy.go b/cloudformation/eventschemas/aws-eventschemas-registrypolicy.go index 3bdd213766..a33ed345a1 100644 --- a/cloudformation/eventschemas/aws-eventschemas-registrypolicy.go +++ b/cloudformation/eventschemas/aws-eventschemas-registrypolicy.go @@ -91,7 +91,6 @@ func (r *RegistryPolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/eventschemas/aws-eventschemas-schema.go b/cloudformation/eventschemas/aws-eventschemas-schema.go index d707bba910..f5ca1d2dfd 100644 --- a/cloudformation/eventschemas/aws-eventschemas-schema.go +++ b/cloudformation/eventschemas/aws-eventschemas-schema.go @@ -106,7 +106,6 @@ func (r *Schema) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/evidently/aws-evidently-experiment.go b/cloudformation/evidently/aws-evidently-experiment.go index 96db0961d1..5eff3dc811 100644 --- a/cloudformation/evidently/aws-evidently-experiment.go +++ b/cloudformation/evidently/aws-evidently-experiment.go @@ -137,7 +137,6 @@ func (r *Experiment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/evidently/aws-evidently-feature.go b/cloudformation/evidently/aws-evidently-feature.go index 9a8968c424..36986ae6f9 100644 --- a/cloudformation/evidently/aws-evidently-feature.go +++ b/cloudformation/evidently/aws-evidently-feature.go @@ -117,7 +117,6 @@ func (r *Feature) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/evidently/aws-evidently-launch.go b/cloudformation/evidently/aws-evidently-launch.go index 12b1cd6cbf..741e765225 100644 --- a/cloudformation/evidently/aws-evidently-launch.go +++ b/cloudformation/evidently/aws-evidently-launch.go @@ -122,7 +122,6 @@ func (r *Launch) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/evidently/aws-evidently-project.go b/cloudformation/evidently/aws-evidently-project.go index 98a9224615..8709f9906b 100644 --- a/cloudformation/evidently/aws-evidently-project.go +++ b/cloudformation/evidently/aws-evidently-project.go @@ -97,7 +97,6 @@ func (r *Project) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/evidently/aws-evidently-segment.go b/cloudformation/evidently/aws-evidently-segment.go index 563e071b0f..7403e3323e 100644 --- a/cloudformation/evidently/aws-evidently-segment.go +++ b/cloudformation/evidently/aws-evidently-segment.go @@ -97,7 +97,6 @@ func (r *Segment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/finspace/aws-finspace-environment.go b/cloudformation/finspace/aws-finspace-environment.go index 9035d86fe2..75d4009bcb 100644 --- a/cloudformation/finspace/aws-finspace-environment.go +++ b/cloudformation/finspace/aws-finspace-environment.go @@ -111,7 +111,6 @@ func (r *Environment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/fis/aws-fis-experimenttemplate.go b/cloudformation/fis/aws-fis-experimenttemplate.go index bbd1d481f8..6d23f6976e 100644 --- a/cloudformation/fis/aws-fis-experimenttemplate.go +++ b/cloudformation/fis/aws-fis-experimenttemplate.go @@ -111,7 +111,6 @@ func (r *ExperimentTemplate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/fms/aws-fms-notificationchannel.go b/cloudformation/fms/aws-fms-notificationchannel.go index 4ca97bf9af..5065d9cd6f 100644 --- a/cloudformation/fms/aws-fms-notificationchannel.go +++ b/cloudformation/fms/aws-fms-notificationchannel.go @@ -86,7 +86,6 @@ func (r *NotificationChannel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/fms/aws-fms-policy.go b/cloudformation/fms/aws-fms-policy.go index 829e6b48d2..94c091a33d 100644 --- a/cloudformation/fms/aws-fms-policy.go +++ b/cloudformation/fms/aws-fms-policy.go @@ -136,7 +136,6 @@ func (r *Policy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/forecast/aws-forecast-dataset.go b/cloudformation/forecast/aws-forecast-dataset.go index e5858cb406..afbaa08678 100644 --- a/cloudformation/forecast/aws-forecast-dataset.go +++ b/cloudformation/forecast/aws-forecast-dataset.go @@ -111,7 +111,6 @@ func (r *Dataset) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/forecast/aws-forecast-datasetgroup.go b/cloudformation/forecast/aws-forecast-datasetgroup.go index 2de0d73ee2..c043b70f36 100644 --- a/cloudformation/forecast/aws-forecast-datasetgroup.go +++ b/cloudformation/forecast/aws-forecast-datasetgroup.go @@ -97,7 +97,6 @@ func (r *DatasetGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/frauddetector/aws-frauddetector-detector.go b/cloudformation/frauddetector/aws-frauddetector-detector.go index 30ba493df2..91624a1f95 100644 --- a/cloudformation/frauddetector/aws-frauddetector-detector.go +++ b/cloudformation/frauddetector/aws-frauddetector-detector.go @@ -117,7 +117,6 @@ func (r *Detector) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/frauddetector/aws-frauddetector-entitytype.go b/cloudformation/frauddetector/aws-frauddetector-entitytype.go index 254d14e96c..5998bc5a27 100644 --- a/cloudformation/frauddetector/aws-frauddetector-entitytype.go +++ b/cloudformation/frauddetector/aws-frauddetector-entitytype.go @@ -92,7 +92,6 @@ func (r *EntityType) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/frauddetector/aws-frauddetector-eventtype.go b/cloudformation/frauddetector/aws-frauddetector-eventtype.go index b6a2db0a42..00e9946ce5 100644 --- a/cloudformation/frauddetector/aws-frauddetector-eventtype.go +++ b/cloudformation/frauddetector/aws-frauddetector-eventtype.go @@ -107,7 +107,6 @@ func (r *EventType) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/frauddetector/aws-frauddetector-label.go b/cloudformation/frauddetector/aws-frauddetector-label.go index 23322127ef..c5d56afd3e 100644 --- a/cloudformation/frauddetector/aws-frauddetector-label.go +++ b/cloudformation/frauddetector/aws-frauddetector-label.go @@ -92,7 +92,6 @@ func (r *Label) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/frauddetector/aws-frauddetector-outcome.go b/cloudformation/frauddetector/aws-frauddetector-outcome.go index 4cf6f47981..b5016889e1 100644 --- a/cloudformation/frauddetector/aws-frauddetector-outcome.go +++ b/cloudformation/frauddetector/aws-frauddetector-outcome.go @@ -92,7 +92,6 @@ func (r *Outcome) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/frauddetector/aws-frauddetector-variable.go b/cloudformation/frauddetector/aws-frauddetector-variable.go index e1716dfc35..37774044e6 100644 --- a/cloudformation/frauddetector/aws-frauddetector-variable.go +++ b/cloudformation/frauddetector/aws-frauddetector-variable.go @@ -112,7 +112,6 @@ func (r *Variable) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/fsx/aws-fsx-filesystem.go b/cloudformation/fsx/aws-fsx-filesystem.go index 9b13177674..41fecef0f7 100644 --- a/cloudformation/fsx/aws-fsx-filesystem.go +++ b/cloudformation/fsx/aws-fsx-filesystem.go @@ -142,7 +142,6 @@ func (r *FileSystem) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/fsx/aws-fsx-snapshot.go b/cloudformation/fsx/aws-fsx-snapshot.go index 5a1e823f4b..bdb900d1c3 100644 --- a/cloudformation/fsx/aws-fsx-snapshot.go +++ b/cloudformation/fsx/aws-fsx-snapshot.go @@ -92,7 +92,6 @@ func (r *Snapshot) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/fsx/aws-fsx-storagevirtualmachine.go b/cloudformation/fsx/aws-fsx-storagevirtualmachine.go index 8b609f4072..198e727f1e 100644 --- a/cloudformation/fsx/aws-fsx-storagevirtualmachine.go +++ b/cloudformation/fsx/aws-fsx-storagevirtualmachine.go @@ -107,7 +107,6 @@ func (r *StorageVirtualMachine) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/fsx/aws-fsx-volume.go b/cloudformation/fsx/aws-fsx-volume.go index 262900596e..c6ef85ac27 100644 --- a/cloudformation/fsx/aws-fsx-volume.go +++ b/cloudformation/fsx/aws-fsx-volume.go @@ -107,7 +107,6 @@ func (r *Volume) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/gamelift/aws-gamelift-alias.go b/cloudformation/gamelift/aws-gamelift-alias.go index 44bd41a3ed..1d00a69e1f 100644 --- a/cloudformation/gamelift/aws-gamelift-alias.go +++ b/cloudformation/gamelift/aws-gamelift-alias.go @@ -91,7 +91,6 @@ func (r *Alias) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/gamelift/aws-gamelift-build.go b/cloudformation/gamelift/aws-gamelift-build.go index b9fd975081..d817bd6c69 100644 --- a/cloudformation/gamelift/aws-gamelift-build.go +++ b/cloudformation/gamelift/aws-gamelift-build.go @@ -96,7 +96,6 @@ func (r *Build) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/gamelift/aws-gamelift-fleet.go b/cloudformation/gamelift/aws-gamelift-fleet.go index 5a306012d4..c5918c7397 100644 --- a/cloudformation/gamelift/aws-gamelift-fleet.go +++ b/cloudformation/gamelift/aws-gamelift-fleet.go @@ -171,7 +171,6 @@ func (r *Fleet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/gamelift/aws-gamelift-gameservergroup.go b/cloudformation/gamelift/aws-gamelift-gameservergroup.go index b461f237fd..cbd238ac05 100644 --- a/cloudformation/gamelift/aws-gamelift-gameservergroup.go +++ b/cloudformation/gamelift/aws-gamelift-gameservergroup.go @@ -137,7 +137,6 @@ func (r *GameServerGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/gamelift/aws-gamelift-gamesessionqueue.go b/cloudformation/gamelift/aws-gamelift-gamesessionqueue.go index d2c3f3ff7c..4b54bd50b4 100644 --- a/cloudformation/gamelift/aws-gamelift-gamesessionqueue.go +++ b/cloudformation/gamelift/aws-gamelift-gamesessionqueue.go @@ -122,7 +122,6 @@ func (r *GameSessionQueue) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/gamelift/aws-gamelift-matchmakingconfiguration.go b/cloudformation/gamelift/aws-gamelift-matchmakingconfiguration.go index 4239b30d8a..1427dbb9b0 100644 --- a/cloudformation/gamelift/aws-gamelift-matchmakingconfiguration.go +++ b/cloudformation/gamelift/aws-gamelift-matchmakingconfiguration.go @@ -152,7 +152,6 @@ func (r *MatchmakingConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/gamelift/aws-gamelift-matchmakingruleset.go b/cloudformation/gamelift/aws-gamelift-matchmakingruleset.go index 19502f263e..2cc75f1f7d 100644 --- a/cloudformation/gamelift/aws-gamelift-matchmakingruleset.go +++ b/cloudformation/gamelift/aws-gamelift-matchmakingruleset.go @@ -92,7 +92,6 @@ func (r *MatchmakingRuleSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/gamelift/aws-gamelift-script.go b/cloudformation/gamelift/aws-gamelift-script.go index bda136d826..e089c17e57 100644 --- a/cloudformation/gamelift/aws-gamelift-script.go +++ b/cloudformation/gamelift/aws-gamelift-script.go @@ -97,7 +97,6 @@ func (r *Script) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/globalaccelerator/aws-globalaccelerator-accelerator.go b/cloudformation/globalaccelerator/aws-globalaccelerator-accelerator.go index 90ffc52f6c..751441d4fe 100644 --- a/cloudformation/globalaccelerator/aws-globalaccelerator-accelerator.go +++ b/cloudformation/globalaccelerator/aws-globalaccelerator-accelerator.go @@ -102,7 +102,6 @@ func (r *Accelerator) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/globalaccelerator/aws-globalaccelerator-endpointgroup.go b/cloudformation/globalaccelerator/aws-globalaccelerator-endpointgroup.go index 1682ede015..b331681b46 100644 --- a/cloudformation/globalaccelerator/aws-globalaccelerator-endpointgroup.go +++ b/cloudformation/globalaccelerator/aws-globalaccelerator-endpointgroup.go @@ -126,7 +126,6 @@ func (r *EndpointGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/globalaccelerator/aws-globalaccelerator-listener.go b/cloudformation/globalaccelerator/aws-globalaccelerator-listener.go index 0d671f5a89..8bd7d7222b 100644 --- a/cloudformation/globalaccelerator/aws-globalaccelerator-listener.go +++ b/cloudformation/globalaccelerator/aws-globalaccelerator-listener.go @@ -96,7 +96,6 @@ func (r *Listener) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/glue/aws-glue-classifier.go b/cloudformation/glue/aws-glue-classifier.go index c751931bca..7ab9af5d38 100644 --- a/cloudformation/glue/aws-glue-classifier.go +++ b/cloudformation/glue/aws-glue-classifier.go @@ -96,7 +96,6 @@ func (r *Classifier) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/glue/aws-glue-connection.go b/cloudformation/glue/aws-glue-connection.go index d28d1553b8..d13d8b9fdf 100644 --- a/cloudformation/glue/aws-glue-connection.go +++ b/cloudformation/glue/aws-glue-connection.go @@ -86,7 +86,6 @@ func (r *Connection) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/glue/aws-glue-crawler.go b/cloudformation/glue/aws-glue-crawler.go index 424cfec6ca..dbaeb3c316 100644 --- a/cloudformation/glue/aws-glue-crawler.go +++ b/cloudformation/glue/aws-glue-crawler.go @@ -141,7 +141,6 @@ func (r *Crawler) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/glue/aws-glue-database.go b/cloudformation/glue/aws-glue-database.go index c89150c740..e060ae5cca 100644 --- a/cloudformation/glue/aws-glue-database.go +++ b/cloudformation/glue/aws-glue-database.go @@ -86,7 +86,6 @@ func (r *Database) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/glue/aws-glue-datacatalogencryptionsettings.go b/cloudformation/glue/aws-glue-datacatalogencryptionsettings.go index 7a1d96da95..8ce7b67226 100644 --- a/cloudformation/glue/aws-glue-datacatalogencryptionsettings.go +++ b/cloudformation/glue/aws-glue-datacatalogencryptionsettings.go @@ -86,7 +86,6 @@ func (r *DataCatalogEncryptionSettings) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/glue/aws-glue-devendpoint.go b/cloudformation/glue/aws-glue-devendpoint.go index eb037b0053..d6b737c176 100644 --- a/cloudformation/glue/aws-glue-devendpoint.go +++ b/cloudformation/glue/aws-glue-devendpoint.go @@ -151,7 +151,6 @@ func (r *DevEndpoint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/glue/aws-glue-job.go b/cloudformation/glue/aws-glue-job.go index 8ac9a27161..f3e2f6cdd6 100644 --- a/cloudformation/glue/aws-glue-job.go +++ b/cloudformation/glue/aws-glue-job.go @@ -166,7 +166,6 @@ func (r *Job) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/glue/aws-glue-mltransform.go b/cloudformation/glue/aws-glue-mltransform.go index 486258f270..2791556f24 100644 --- a/cloudformation/glue/aws-glue-mltransform.go +++ b/cloudformation/glue/aws-glue-mltransform.go @@ -141,7 +141,6 @@ func (r *MLTransform) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/glue/aws-glue-partition.go b/cloudformation/glue/aws-glue-partition.go index adb793e042..042fc50f47 100644 --- a/cloudformation/glue/aws-glue-partition.go +++ b/cloudformation/glue/aws-glue-partition.go @@ -96,7 +96,6 @@ func (r *Partition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/glue/aws-glue-registry.go b/cloudformation/glue/aws-glue-registry.go index 61e7f39e1e..b3ea170c15 100644 --- a/cloudformation/glue/aws-glue-registry.go +++ b/cloudformation/glue/aws-glue-registry.go @@ -92,7 +92,6 @@ func (r *Registry) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/glue/aws-glue-schema.go b/cloudformation/glue/aws-glue-schema.go index 7334524a92..0029fce1df 100644 --- a/cloudformation/glue/aws-glue-schema.go +++ b/cloudformation/glue/aws-glue-schema.go @@ -117,7 +117,6 @@ func (r *Schema) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/glue/aws-glue-schemaversion.go b/cloudformation/glue/aws-glue-schemaversion.go index 4e6c8b37aa..9b0c5a5e42 100644 --- a/cloudformation/glue/aws-glue-schemaversion.go +++ b/cloudformation/glue/aws-glue-schemaversion.go @@ -86,7 +86,6 @@ func (r *SchemaVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/glue/aws-glue-schemaversionmetadata.go b/cloudformation/glue/aws-glue-schemaversionmetadata.go index e036bffc00..52c58aa6c5 100644 --- a/cloudformation/glue/aws-glue-schemaversionmetadata.go +++ b/cloudformation/glue/aws-glue-schemaversionmetadata.go @@ -91,7 +91,6 @@ func (r *SchemaVersionMetadata) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/glue/aws-glue-securityconfiguration.go b/cloudformation/glue/aws-glue-securityconfiguration.go index de4c1eb8bc..6bca03f3c9 100644 --- a/cloudformation/glue/aws-glue-securityconfiguration.go +++ b/cloudformation/glue/aws-glue-securityconfiguration.go @@ -86,7 +86,6 @@ func (r *SecurityConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/glue/aws-glue-table.go b/cloudformation/glue/aws-glue-table.go index 9b879e8fa1..1bd98b5f45 100644 --- a/cloudformation/glue/aws-glue-table.go +++ b/cloudformation/glue/aws-glue-table.go @@ -91,7 +91,6 @@ func (r *Table) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/glue/aws-glue-trigger.go b/cloudformation/glue/aws-glue-trigger.go index d86ee7ae11..d3bc9b993a 100644 --- a/cloudformation/glue/aws-glue-trigger.go +++ b/cloudformation/glue/aws-glue-trigger.go @@ -121,7 +121,6 @@ func (r *Trigger) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/glue/aws-glue-workflow.go b/cloudformation/glue/aws-glue-workflow.go index 9a91b1a1e2..8180938d96 100644 --- a/cloudformation/glue/aws-glue-workflow.go +++ b/cloudformation/glue/aws-glue-workflow.go @@ -96,7 +96,6 @@ func (r *Workflow) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/greengrass/aws-greengrass-connectordefinition.go b/cloudformation/greengrass/aws-greengrass-connectordefinition.go index d14a0c6c70..b3ab012152 100644 --- a/cloudformation/greengrass/aws-greengrass-connectordefinition.go +++ b/cloudformation/greengrass/aws-greengrass-connectordefinition.go @@ -91,7 +91,6 @@ func (r *ConnectorDefinition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/greengrass/aws-greengrass-connectordefinitionversion.go b/cloudformation/greengrass/aws-greengrass-connectordefinitionversion.go index bbf0f67a95..0a777ae8c6 100644 --- a/cloudformation/greengrass/aws-greengrass-connectordefinitionversion.go +++ b/cloudformation/greengrass/aws-greengrass-connectordefinitionversion.go @@ -86,7 +86,6 @@ func (r *ConnectorDefinitionVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/greengrass/aws-greengrass-coredefinition.go b/cloudformation/greengrass/aws-greengrass-coredefinition.go index 9db163488f..40708f7656 100644 --- a/cloudformation/greengrass/aws-greengrass-coredefinition.go +++ b/cloudformation/greengrass/aws-greengrass-coredefinition.go @@ -91,7 +91,6 @@ func (r *CoreDefinition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/greengrass/aws-greengrass-coredefinitionversion.go b/cloudformation/greengrass/aws-greengrass-coredefinitionversion.go index b9e536cb47..fd1eab4091 100644 --- a/cloudformation/greengrass/aws-greengrass-coredefinitionversion.go +++ b/cloudformation/greengrass/aws-greengrass-coredefinitionversion.go @@ -86,7 +86,6 @@ func (r *CoreDefinitionVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/greengrass/aws-greengrass-devicedefinition.go b/cloudformation/greengrass/aws-greengrass-devicedefinition.go index e128330801..f69ae278bc 100644 --- a/cloudformation/greengrass/aws-greengrass-devicedefinition.go +++ b/cloudformation/greengrass/aws-greengrass-devicedefinition.go @@ -91,7 +91,6 @@ func (r *DeviceDefinition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/greengrass/aws-greengrass-devicedefinitionversion.go b/cloudformation/greengrass/aws-greengrass-devicedefinitionversion.go index 3838143ef4..9f9c293bca 100644 --- a/cloudformation/greengrass/aws-greengrass-devicedefinitionversion.go +++ b/cloudformation/greengrass/aws-greengrass-devicedefinitionversion.go @@ -86,7 +86,6 @@ func (r *DeviceDefinitionVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/greengrass/aws-greengrass-functiondefinition.go b/cloudformation/greengrass/aws-greengrass-functiondefinition.go index dbbf8ff218..caaf209206 100644 --- a/cloudformation/greengrass/aws-greengrass-functiondefinition.go +++ b/cloudformation/greengrass/aws-greengrass-functiondefinition.go @@ -91,7 +91,6 @@ func (r *FunctionDefinition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/greengrass/aws-greengrass-functiondefinitionversion.go b/cloudformation/greengrass/aws-greengrass-functiondefinitionversion.go index 698a3d7753..4d8c3b40e1 100644 --- a/cloudformation/greengrass/aws-greengrass-functiondefinitionversion.go +++ b/cloudformation/greengrass/aws-greengrass-functiondefinitionversion.go @@ -91,7 +91,6 @@ func (r *FunctionDefinitionVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/greengrass/aws-greengrass-group.go b/cloudformation/greengrass/aws-greengrass-group.go index 48ace1b850..92a544aa9d 100644 --- a/cloudformation/greengrass/aws-greengrass-group.go +++ b/cloudformation/greengrass/aws-greengrass-group.go @@ -96,7 +96,6 @@ func (r *Group) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/greengrass/aws-greengrass-groupversion.go b/cloudformation/greengrass/aws-greengrass-groupversion.go index 524675ccb7..8aaf3399e6 100644 --- a/cloudformation/greengrass/aws-greengrass-groupversion.go +++ b/cloudformation/greengrass/aws-greengrass-groupversion.go @@ -116,7 +116,6 @@ func (r *GroupVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/greengrass/aws-greengrass-loggerdefinition.go b/cloudformation/greengrass/aws-greengrass-loggerdefinition.go index ea04d1ba75..54de431210 100644 --- a/cloudformation/greengrass/aws-greengrass-loggerdefinition.go +++ b/cloudformation/greengrass/aws-greengrass-loggerdefinition.go @@ -91,7 +91,6 @@ func (r *LoggerDefinition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/greengrass/aws-greengrass-loggerdefinitionversion.go b/cloudformation/greengrass/aws-greengrass-loggerdefinitionversion.go index f5707dca1d..13427b9d5f 100644 --- a/cloudformation/greengrass/aws-greengrass-loggerdefinitionversion.go +++ b/cloudformation/greengrass/aws-greengrass-loggerdefinitionversion.go @@ -86,7 +86,6 @@ func (r *LoggerDefinitionVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/greengrass/aws-greengrass-resourcedefinition.go b/cloudformation/greengrass/aws-greengrass-resourcedefinition.go index 26121b435a..59fac6425e 100644 --- a/cloudformation/greengrass/aws-greengrass-resourcedefinition.go +++ b/cloudformation/greengrass/aws-greengrass-resourcedefinition.go @@ -91,7 +91,6 @@ func (r *ResourceDefinition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/greengrass/aws-greengrass-resourcedefinitionversion.go b/cloudformation/greengrass/aws-greengrass-resourcedefinitionversion.go index 9581c416b2..e20bf9d52a 100644 --- a/cloudformation/greengrass/aws-greengrass-resourcedefinitionversion.go +++ b/cloudformation/greengrass/aws-greengrass-resourcedefinitionversion.go @@ -86,7 +86,6 @@ func (r *ResourceDefinitionVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/greengrass/aws-greengrass-subscriptiondefinition.go b/cloudformation/greengrass/aws-greengrass-subscriptiondefinition.go index 684dc051bf..f9aee4a7fc 100644 --- a/cloudformation/greengrass/aws-greengrass-subscriptiondefinition.go +++ b/cloudformation/greengrass/aws-greengrass-subscriptiondefinition.go @@ -91,7 +91,6 @@ func (r *SubscriptionDefinition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/greengrass/aws-greengrass-subscriptiondefinitionversion.go b/cloudformation/greengrass/aws-greengrass-subscriptiondefinitionversion.go index fe3ca78117..1e41ef9b04 100644 --- a/cloudformation/greengrass/aws-greengrass-subscriptiondefinitionversion.go +++ b/cloudformation/greengrass/aws-greengrass-subscriptiondefinitionversion.go @@ -86,7 +86,6 @@ func (r *SubscriptionDefinitionVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/greengrassv2/aws-greengrassv2-componentversion.go b/cloudformation/greengrassv2/aws-greengrassv2-componentversion.go index 628d4acaee..9d564bcb61 100644 --- a/cloudformation/greengrassv2/aws-greengrassv2-componentversion.go +++ b/cloudformation/greengrassv2/aws-greengrassv2-componentversion.go @@ -91,7 +91,6 @@ func (r *ComponentVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/groundstation/aws-groundstation-config.go b/cloudformation/groundstation/aws-groundstation-config.go index 70617b19c6..3758c821f7 100644 --- a/cloudformation/groundstation/aws-groundstation-config.go +++ b/cloudformation/groundstation/aws-groundstation-config.go @@ -92,7 +92,6 @@ func (r *Config) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/groundstation/aws-groundstation-dataflowendpointgroup.go b/cloudformation/groundstation/aws-groundstation-dataflowendpointgroup.go index 49c6aec0a6..711e567fde 100644 --- a/cloudformation/groundstation/aws-groundstation-dataflowendpointgroup.go +++ b/cloudformation/groundstation/aws-groundstation-dataflowendpointgroup.go @@ -87,7 +87,6 @@ func (r *DataflowEndpointGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/groundstation/aws-groundstation-missionprofile.go b/cloudformation/groundstation/aws-groundstation-missionprofile.go index bddefa4154..10b1b50c63 100644 --- a/cloudformation/groundstation/aws-groundstation-missionprofile.go +++ b/cloudformation/groundstation/aws-groundstation-missionprofile.go @@ -112,7 +112,6 @@ func (r *MissionProfile) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/guardduty/aws-guardduty-detector.go b/cloudformation/guardduty/aws-guardduty-detector.go index 691d3e91c1..246079d328 100644 --- a/cloudformation/guardduty/aws-guardduty-detector.go +++ b/cloudformation/guardduty/aws-guardduty-detector.go @@ -97,7 +97,6 @@ func (r *Detector) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/guardduty/aws-guardduty-filter.go b/cloudformation/guardduty/aws-guardduty-filter.go index 45fab5d94f..cd490e74f8 100644 --- a/cloudformation/guardduty/aws-guardduty-filter.go +++ b/cloudformation/guardduty/aws-guardduty-filter.go @@ -112,7 +112,6 @@ func (r *Filter) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/guardduty/aws-guardduty-ipset.go b/cloudformation/guardduty/aws-guardduty-ipset.go index 7141032fee..7c494d7ad4 100644 --- a/cloudformation/guardduty/aws-guardduty-ipset.go +++ b/cloudformation/guardduty/aws-guardduty-ipset.go @@ -107,7 +107,6 @@ func (r *IPSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/guardduty/aws-guardduty-master.go b/cloudformation/guardduty/aws-guardduty-master.go index 406d6d24cf..27628ce3aa 100644 --- a/cloudformation/guardduty/aws-guardduty-master.go +++ b/cloudformation/guardduty/aws-guardduty-master.go @@ -91,7 +91,6 @@ func (r *Master) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/guardduty/aws-guardduty-member.go b/cloudformation/guardduty/aws-guardduty-member.go index efaaeb99ea..f9bb69c7f7 100644 --- a/cloudformation/guardduty/aws-guardduty-member.go +++ b/cloudformation/guardduty/aws-guardduty-member.go @@ -106,7 +106,6 @@ func (r *Member) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/guardduty/aws-guardduty-threatintelset.go b/cloudformation/guardduty/aws-guardduty-threatintelset.go index 865e31b693..b673ddddb7 100644 --- a/cloudformation/guardduty/aws-guardduty-threatintelset.go +++ b/cloudformation/guardduty/aws-guardduty-threatintelset.go @@ -107,7 +107,6 @@ func (r *ThreatIntelSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/healthlake/aws-healthlake-fhirdatastore.go b/cloudformation/healthlake/aws-healthlake-fhirdatastore.go index 3cb87ac26a..0740b5dfcc 100644 --- a/cloudformation/healthlake/aws-healthlake-fhirdatastore.go +++ b/cloudformation/healthlake/aws-healthlake-fhirdatastore.go @@ -102,7 +102,6 @@ func (r *FHIRDatastore) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iam/aws-iam-accesskey.go b/cloudformation/iam/aws-iam-accesskey.go index 7fd3f32e41..f42dcafde3 100644 --- a/cloudformation/iam/aws-iam-accesskey.go +++ b/cloudformation/iam/aws-iam-accesskey.go @@ -91,7 +91,6 @@ func (r *AccessKey) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iam/aws-iam-group.go b/cloudformation/iam/aws-iam-group.go index 8ef52de5aa..145f6188aa 100644 --- a/cloudformation/iam/aws-iam-group.go +++ b/cloudformation/iam/aws-iam-group.go @@ -96,7 +96,6 @@ func (r *Group) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iam/aws-iam-instanceprofile.go b/cloudformation/iam/aws-iam-instanceprofile.go index 5eebe353dd..898e1bf985 100644 --- a/cloudformation/iam/aws-iam-instanceprofile.go +++ b/cloudformation/iam/aws-iam-instanceprofile.go @@ -91,7 +91,6 @@ func (r *InstanceProfile) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iam/aws-iam-managedpolicy.go b/cloudformation/iam/aws-iam-managedpolicy.go index 0377513a77..99bd4e0d60 100644 --- a/cloudformation/iam/aws-iam-managedpolicy.go +++ b/cloudformation/iam/aws-iam-managedpolicy.go @@ -111,7 +111,6 @@ func (r *ManagedPolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iam/aws-iam-oidcprovider.go b/cloudformation/iam/aws-iam-oidcprovider.go index 74d9f94ee2..d61db05955 100644 --- a/cloudformation/iam/aws-iam-oidcprovider.go +++ b/cloudformation/iam/aws-iam-oidcprovider.go @@ -97,7 +97,6 @@ func (r *OIDCProvider) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iam/aws-iam-policy.go b/cloudformation/iam/aws-iam-policy.go index 9689e1f845..9ce6fadac0 100644 --- a/cloudformation/iam/aws-iam-policy.go +++ b/cloudformation/iam/aws-iam-policy.go @@ -101,7 +101,6 @@ func (r *Policy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iam/aws-iam-role.go b/cloudformation/iam/aws-iam-role.go index 86b83771e8..a84f53f255 100644 --- a/cloudformation/iam/aws-iam-role.go +++ b/cloudformation/iam/aws-iam-role.go @@ -122,7 +122,6 @@ func (r *Role) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iam/aws-iam-samlprovider.go b/cloudformation/iam/aws-iam-samlprovider.go index b5fc297d83..9fbeaff8de 100644 --- a/cloudformation/iam/aws-iam-samlprovider.go +++ b/cloudformation/iam/aws-iam-samlprovider.go @@ -92,7 +92,6 @@ func (r *SAMLProvider) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iam/aws-iam-servercertificate.go b/cloudformation/iam/aws-iam-servercertificate.go index 950bc25c78..9d4c12ee01 100644 --- a/cloudformation/iam/aws-iam-servercertificate.go +++ b/cloudformation/iam/aws-iam-servercertificate.go @@ -107,7 +107,6 @@ func (r *ServerCertificate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iam/aws-iam-servicelinkedrole.go b/cloudformation/iam/aws-iam-servicelinkedrole.go index cce4f07661..3ad0706ce8 100644 --- a/cloudformation/iam/aws-iam-servicelinkedrole.go +++ b/cloudformation/iam/aws-iam-servicelinkedrole.go @@ -91,7 +91,6 @@ func (r *ServiceLinkedRole) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iam/aws-iam-user.go b/cloudformation/iam/aws-iam-user.go index 0d66537897..7767f135b9 100644 --- a/cloudformation/iam/aws-iam-user.go +++ b/cloudformation/iam/aws-iam-user.go @@ -117,7 +117,6 @@ func (r *User) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iam/aws-iam-usertogroupaddition.go b/cloudformation/iam/aws-iam-usertogroupaddition.go index d13a32be52..9d53b2e7ba 100644 --- a/cloudformation/iam/aws-iam-usertogroupaddition.go +++ b/cloudformation/iam/aws-iam-usertogroupaddition.go @@ -86,7 +86,6 @@ func (r *UserToGroupAddition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iam/aws-iam-virtualmfadevice.go b/cloudformation/iam/aws-iam-virtualmfadevice.go index c6322b84e6..600540884e 100644 --- a/cloudformation/iam/aws-iam-virtualmfadevice.go +++ b/cloudformation/iam/aws-iam-virtualmfadevice.go @@ -97,7 +97,6 @@ func (r *VirtualMFADevice) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/imagebuilder/aws-imagebuilder-component.go b/cloudformation/imagebuilder/aws-imagebuilder-component.go index 49bf00595d..01d646e2f6 100644 --- a/cloudformation/imagebuilder/aws-imagebuilder-component.go +++ b/cloudformation/imagebuilder/aws-imagebuilder-component.go @@ -126,7 +126,6 @@ func (r *Component) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/imagebuilder/aws-imagebuilder-containerrecipe.go b/cloudformation/imagebuilder/aws-imagebuilder-containerrecipe.go index 5cdf91bd7d..2da3ddcf71 100644 --- a/cloudformation/imagebuilder/aws-imagebuilder-containerrecipe.go +++ b/cloudformation/imagebuilder/aws-imagebuilder-containerrecipe.go @@ -151,7 +151,6 @@ func (r *ContainerRecipe) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/imagebuilder/aws-imagebuilder-distributionconfiguration.go b/cloudformation/imagebuilder/aws-imagebuilder-distributionconfiguration.go index e7eb03f894..51cff8df06 100644 --- a/cloudformation/imagebuilder/aws-imagebuilder-distributionconfiguration.go +++ b/cloudformation/imagebuilder/aws-imagebuilder-distributionconfiguration.go @@ -96,7 +96,6 @@ func (r *DistributionConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/imagebuilder/aws-imagebuilder-image.go b/cloudformation/imagebuilder/aws-imagebuilder-image.go index 5e4ffbf03c..8ed980fe27 100644 --- a/cloudformation/imagebuilder/aws-imagebuilder-image.go +++ b/cloudformation/imagebuilder/aws-imagebuilder-image.go @@ -111,7 +111,6 @@ func (r *Image) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/imagebuilder/aws-imagebuilder-imagepipeline.go b/cloudformation/imagebuilder/aws-imagebuilder-imagepipeline.go index 0147bcdbdf..eb23badf7b 100644 --- a/cloudformation/imagebuilder/aws-imagebuilder-imagepipeline.go +++ b/cloudformation/imagebuilder/aws-imagebuilder-imagepipeline.go @@ -131,7 +131,6 @@ func (r *ImagePipeline) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/imagebuilder/aws-imagebuilder-imagerecipe.go b/cloudformation/imagebuilder/aws-imagebuilder-imagerecipe.go index fb3be74eb5..4f0214edd0 100644 --- a/cloudformation/imagebuilder/aws-imagebuilder-imagerecipe.go +++ b/cloudformation/imagebuilder/aws-imagebuilder-imagerecipe.go @@ -121,7 +121,6 @@ func (r *ImageRecipe) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/imagebuilder/aws-imagebuilder-infrastructureconfiguration.go b/cloudformation/imagebuilder/aws-imagebuilder-infrastructureconfiguration.go index 7e510d370e..a4e5561355 100644 --- a/cloudformation/imagebuilder/aws-imagebuilder-infrastructureconfiguration.go +++ b/cloudformation/imagebuilder/aws-imagebuilder-infrastructureconfiguration.go @@ -141,7 +141,6 @@ func (r *InfrastructureConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/inspector/aws-inspector-assessmenttarget.go b/cloudformation/inspector/aws-inspector-assessmenttarget.go index 24239ec1f8..bce7cae923 100644 --- a/cloudformation/inspector/aws-inspector-assessmenttarget.go +++ b/cloudformation/inspector/aws-inspector-assessmenttarget.go @@ -86,7 +86,6 @@ func (r *AssessmentTarget) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/inspector/aws-inspector-assessmenttemplate.go b/cloudformation/inspector/aws-inspector-assessmenttemplate.go index 5f60a2ec42..ba4983fad2 100644 --- a/cloudformation/inspector/aws-inspector-assessmenttemplate.go +++ b/cloudformation/inspector/aws-inspector-assessmenttemplate.go @@ -102,7 +102,6 @@ func (r *AssessmentTemplate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/inspector/aws-inspector-resourcegroup.go b/cloudformation/inspector/aws-inspector-resourcegroup.go index 7105b40aea..c8088fc486 100644 --- a/cloudformation/inspector/aws-inspector-resourcegroup.go +++ b/cloudformation/inspector/aws-inspector-resourcegroup.go @@ -82,7 +82,6 @@ func (r *ResourceGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/inspectorv2/aws-inspectorv2-filter.go b/cloudformation/inspectorv2/aws-inspectorv2-filter.go index 53e756da4c..0ab89a8986 100644 --- a/cloudformation/inspectorv2/aws-inspectorv2-filter.go +++ b/cloudformation/inspectorv2/aws-inspectorv2-filter.go @@ -96,7 +96,6 @@ func (r *Filter) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-accountauditconfiguration.go b/cloudformation/iot/aws-iot-accountauditconfiguration.go index 78183b2527..ff5276afa7 100644 --- a/cloudformation/iot/aws-iot-accountauditconfiguration.go +++ b/cloudformation/iot/aws-iot-accountauditconfiguration.go @@ -96,7 +96,6 @@ func (r *AccountAuditConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-authorizer.go b/cloudformation/iot/aws-iot-authorizer.go index 002b468efb..490babe9da 100644 --- a/cloudformation/iot/aws-iot-authorizer.go +++ b/cloudformation/iot/aws-iot-authorizer.go @@ -117,7 +117,6 @@ func (r *Authorizer) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-cacertificate.go b/cloudformation/iot/aws-iot-cacertificate.go index 29352bfefc..1f984ad937 100644 --- a/cloudformation/iot/aws-iot-cacertificate.go +++ b/cloudformation/iot/aws-iot-cacertificate.go @@ -112,7 +112,6 @@ func (r *CACertificate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-certificate.go b/cloudformation/iot/aws-iot-certificate.go index 1dc03f3fc4..b0c871227b 100644 --- a/cloudformation/iot/aws-iot-certificate.go +++ b/cloudformation/iot/aws-iot-certificate.go @@ -101,7 +101,6 @@ func (r *Certificate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-custommetric.go b/cloudformation/iot/aws-iot-custommetric.go index a0e432b772..484263819c 100644 --- a/cloudformation/iot/aws-iot-custommetric.go +++ b/cloudformation/iot/aws-iot-custommetric.go @@ -97,7 +97,6 @@ func (r *CustomMetric) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-dimension.go b/cloudformation/iot/aws-iot-dimension.go index e0a2b71c56..2cc1bedb17 100644 --- a/cloudformation/iot/aws-iot-dimension.go +++ b/cloudformation/iot/aws-iot-dimension.go @@ -97,7 +97,6 @@ func (r *Dimension) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-domainconfiguration.go b/cloudformation/iot/aws-iot-domainconfiguration.go index bbe3e955b3..dbde734663 100644 --- a/cloudformation/iot/aws-iot-domainconfiguration.go +++ b/cloudformation/iot/aws-iot-domainconfiguration.go @@ -117,7 +117,6 @@ func (r *DomainConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-fleetmetric.go b/cloudformation/iot/aws-iot-fleetmetric.go index 825d8c1abe..7d193cd4df 100644 --- a/cloudformation/iot/aws-iot-fleetmetric.go +++ b/cloudformation/iot/aws-iot-fleetmetric.go @@ -127,7 +127,6 @@ func (r *FleetMetric) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-jobtemplate.go b/cloudformation/iot/aws-iot-jobtemplate.go index 5fa82f3acc..6abc72d85c 100644 --- a/cloudformation/iot/aws-iot-jobtemplate.go +++ b/cloudformation/iot/aws-iot-jobtemplate.go @@ -132,7 +132,6 @@ func (r *JobTemplate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-logging.go b/cloudformation/iot/aws-iot-logging.go index b571383d13..3e508e817b 100644 --- a/cloudformation/iot/aws-iot-logging.go +++ b/cloudformation/iot/aws-iot-logging.go @@ -91,7 +91,6 @@ func (r *Logging) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-mitigationaction.go b/cloudformation/iot/aws-iot-mitigationaction.go index 6b87b63870..724c6e81fe 100644 --- a/cloudformation/iot/aws-iot-mitigationaction.go +++ b/cloudformation/iot/aws-iot-mitigationaction.go @@ -97,7 +97,6 @@ func (r *MitigationAction) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-policy.go b/cloudformation/iot/aws-iot-policy.go index 8c351ce740..679d92d85e 100644 --- a/cloudformation/iot/aws-iot-policy.go +++ b/cloudformation/iot/aws-iot-policy.go @@ -86,7 +86,6 @@ func (r *Policy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-policyprincipalattachment.go b/cloudformation/iot/aws-iot-policyprincipalattachment.go index 8ee79401af..777cea00fa 100644 --- a/cloudformation/iot/aws-iot-policyprincipalattachment.go +++ b/cloudformation/iot/aws-iot-policyprincipalattachment.go @@ -86,7 +86,6 @@ func (r *PolicyPrincipalAttachment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-provisioningtemplate.go b/cloudformation/iot/aws-iot-provisioningtemplate.go index 5f67223e15..931b20a6a6 100644 --- a/cloudformation/iot/aws-iot-provisioningtemplate.go +++ b/cloudformation/iot/aws-iot-provisioningtemplate.go @@ -117,7 +117,6 @@ func (r *ProvisioningTemplate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-resourcespecificlogging.go b/cloudformation/iot/aws-iot-resourcespecificlogging.go index c8250d597a..11dd164788 100644 --- a/cloudformation/iot/aws-iot-resourcespecificlogging.go +++ b/cloudformation/iot/aws-iot-resourcespecificlogging.go @@ -91,7 +91,6 @@ func (r *ResourceSpecificLogging) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-rolealias.go b/cloudformation/iot/aws-iot-rolealias.go index c696a05438..19ab3de564 100644 --- a/cloudformation/iot/aws-iot-rolealias.go +++ b/cloudformation/iot/aws-iot-rolealias.go @@ -97,7 +97,6 @@ func (r *RoleAlias) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-scheduledaudit.go b/cloudformation/iot/aws-iot-scheduledaudit.go index 62caf9da02..ea072a8676 100644 --- a/cloudformation/iot/aws-iot-scheduledaudit.go +++ b/cloudformation/iot/aws-iot-scheduledaudit.go @@ -107,7 +107,6 @@ func (r *ScheduledAudit) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-securityprofile.go b/cloudformation/iot/aws-iot-securityprofile.go index 03082aa4d6..9fdf312e0e 100644 --- a/cloudformation/iot/aws-iot-securityprofile.go +++ b/cloudformation/iot/aws-iot-securityprofile.go @@ -112,7 +112,6 @@ func (r *SecurityProfile) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-thing.go b/cloudformation/iot/aws-iot-thing.go index 1415d2b8e9..42d0209adf 100644 --- a/cloudformation/iot/aws-iot-thing.go +++ b/cloudformation/iot/aws-iot-thing.go @@ -86,7 +86,6 @@ func (r *Thing) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-thingprincipalattachment.go b/cloudformation/iot/aws-iot-thingprincipalattachment.go index 7bd24039a1..25b65ff77e 100644 --- a/cloudformation/iot/aws-iot-thingprincipalattachment.go +++ b/cloudformation/iot/aws-iot-thingprincipalattachment.go @@ -86,7 +86,6 @@ func (r *ThingPrincipalAttachment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-topicrule.go b/cloudformation/iot/aws-iot-topicrule.go index 766ca0779e..bda87ae635 100644 --- a/cloudformation/iot/aws-iot-topicrule.go +++ b/cloudformation/iot/aws-iot-topicrule.go @@ -92,7 +92,6 @@ func (r *TopicRule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot/aws-iot-topicruledestination.go b/cloudformation/iot/aws-iot-topicruledestination.go index 9ac179af28..1196ab7cab 100644 --- a/cloudformation/iot/aws-iot-topicruledestination.go +++ b/cloudformation/iot/aws-iot-topicruledestination.go @@ -91,7 +91,6 @@ func (r *TopicRuleDestination) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot1click/aws-iot1click-device.go b/cloudformation/iot1click/aws-iot1click-device.go index 37fd9c1c6e..7ee9f26f85 100644 --- a/cloudformation/iot1click/aws-iot1click-device.go +++ b/cloudformation/iot1click/aws-iot1click-device.go @@ -86,7 +86,6 @@ func (r *Device) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot1click/aws-iot1click-placement.go b/cloudformation/iot1click/aws-iot1click-placement.go index a880264f22..27622a11e4 100644 --- a/cloudformation/iot1click/aws-iot1click-placement.go +++ b/cloudformation/iot1click/aws-iot1click-placement.go @@ -96,7 +96,6 @@ func (r *Placement) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iot1click/aws-iot1click-project.go b/cloudformation/iot1click/aws-iot1click-project.go index 7202814178..a1549f497c 100644 --- a/cloudformation/iot1click/aws-iot1click-project.go +++ b/cloudformation/iot1click/aws-iot1click-project.go @@ -91,7 +91,6 @@ func (r *Project) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotanalytics/aws-iotanalytics-channel.go b/cloudformation/iotanalytics/aws-iotanalytics-channel.go index 4c2eb530b4..1567c4da27 100644 --- a/cloudformation/iotanalytics/aws-iotanalytics-channel.go +++ b/cloudformation/iotanalytics/aws-iotanalytics-channel.go @@ -97,7 +97,6 @@ func (r *Channel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotanalytics/aws-iotanalytics-dataset.go b/cloudformation/iotanalytics/aws-iotanalytics-dataset.go index 47ae35b2e8..31495e3bb2 100644 --- a/cloudformation/iotanalytics/aws-iotanalytics-dataset.go +++ b/cloudformation/iotanalytics/aws-iotanalytics-dataset.go @@ -117,7 +117,6 @@ func (r *Dataset) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotanalytics/aws-iotanalytics-datastore.go b/cloudformation/iotanalytics/aws-iotanalytics-datastore.go index e88cc02107..52b07b4d7b 100644 --- a/cloudformation/iotanalytics/aws-iotanalytics-datastore.go +++ b/cloudformation/iotanalytics/aws-iotanalytics-datastore.go @@ -107,7 +107,6 @@ func (r *Datastore) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotanalytics/aws-iotanalytics-pipeline.go b/cloudformation/iotanalytics/aws-iotanalytics-pipeline.go index 5bc627e490..4485fff359 100644 --- a/cloudformation/iotanalytics/aws-iotanalytics-pipeline.go +++ b/cloudformation/iotanalytics/aws-iotanalytics-pipeline.go @@ -92,7 +92,6 @@ func (r *Pipeline) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotcoredeviceadvisor/aws-iotcoredeviceadvisor-suitedefinition.go b/cloudformation/iotcoredeviceadvisor/aws-iotcoredeviceadvisor-suitedefinition.go index 63e3d5b3da..cd0f500cd5 100644 --- a/cloudformation/iotcoredeviceadvisor/aws-iotcoredeviceadvisor-suitedefinition.go +++ b/cloudformation/iotcoredeviceadvisor/aws-iotcoredeviceadvisor-suitedefinition.go @@ -87,7 +87,6 @@ func (r *SuiteDefinition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotevents/aws-iotevents-alarmmodel.go b/cloudformation/iotevents/aws-iotevents-alarmmodel.go index 9020931201..7cdb6abadb 100644 --- a/cloudformation/iotevents/aws-iotevents-alarmmodel.go +++ b/cloudformation/iotevents/aws-iotevents-alarmmodel.go @@ -122,7 +122,6 @@ func (r *AlarmModel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotevents/aws-iotevents-detectormodel.go b/cloudformation/iotevents/aws-iotevents-detectormodel.go index c705203c2a..882d0a7b0c 100644 --- a/cloudformation/iotevents/aws-iotevents-detectormodel.go +++ b/cloudformation/iotevents/aws-iotevents-detectormodel.go @@ -112,7 +112,6 @@ func (r *DetectorModel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotevents/aws-iotevents-input.go b/cloudformation/iotevents/aws-iotevents-input.go index 5b09bcadc0..86b4a47cfc 100644 --- a/cloudformation/iotevents/aws-iotevents-input.go +++ b/cloudformation/iotevents/aws-iotevents-input.go @@ -97,7 +97,6 @@ func (r *Input) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotfleethub/aws-iotfleethub-application.go b/cloudformation/iotfleethub/aws-iotfleethub-application.go index 8159c432bf..300b8b1a57 100644 --- a/cloudformation/iotfleethub/aws-iotfleethub-application.go +++ b/cloudformation/iotfleethub/aws-iotfleethub-application.go @@ -97,7 +97,6 @@ func (r *Application) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotsitewise/aws-iotsitewise-accesspolicy.go b/cloudformation/iotsitewise/aws-iotsitewise-accesspolicy.go index 69c9231b2c..363ee00187 100644 --- a/cloudformation/iotsitewise/aws-iotsitewise-accesspolicy.go +++ b/cloudformation/iotsitewise/aws-iotsitewise-accesspolicy.go @@ -91,7 +91,6 @@ func (r *AccessPolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotsitewise/aws-iotsitewise-asset.go b/cloudformation/iotsitewise/aws-iotsitewise-asset.go index 7b8ec00eb3..6dd803c8be 100644 --- a/cloudformation/iotsitewise/aws-iotsitewise-asset.go +++ b/cloudformation/iotsitewise/aws-iotsitewise-asset.go @@ -107,7 +107,6 @@ func (r *Asset) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotsitewise/aws-iotsitewise-assetmodel.go b/cloudformation/iotsitewise/aws-iotsitewise-assetmodel.go index 70e45a1c31..c32557b7a6 100644 --- a/cloudformation/iotsitewise/aws-iotsitewise-assetmodel.go +++ b/cloudformation/iotsitewise/aws-iotsitewise-assetmodel.go @@ -107,7 +107,6 @@ func (r *AssetModel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotsitewise/aws-iotsitewise-dashboard.go b/cloudformation/iotsitewise/aws-iotsitewise-dashboard.go index f60d688a29..3a53432991 100644 --- a/cloudformation/iotsitewise/aws-iotsitewise-dashboard.go +++ b/cloudformation/iotsitewise/aws-iotsitewise-dashboard.go @@ -102,7 +102,6 @@ func (r *Dashboard) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotsitewise/aws-iotsitewise-gateway.go b/cloudformation/iotsitewise/aws-iotsitewise-gateway.go index 84fcbaa7c7..6103ed344b 100644 --- a/cloudformation/iotsitewise/aws-iotsitewise-gateway.go +++ b/cloudformation/iotsitewise/aws-iotsitewise-gateway.go @@ -97,7 +97,6 @@ func (r *Gateway) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotsitewise/aws-iotsitewise-portal.go b/cloudformation/iotsitewise/aws-iotsitewise-portal.go index 8674cadfb0..589e84ba5a 100644 --- a/cloudformation/iotsitewise/aws-iotsitewise-portal.go +++ b/cloudformation/iotsitewise/aws-iotsitewise-portal.go @@ -117,7 +117,6 @@ func (r *Portal) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotsitewise/aws-iotsitewise-project.go b/cloudformation/iotsitewise/aws-iotsitewise-project.go index 85b8e80016..9c838614b5 100644 --- a/cloudformation/iotsitewise/aws-iotsitewise-project.go +++ b/cloudformation/iotsitewise/aws-iotsitewise-project.go @@ -102,7 +102,6 @@ func (r *Project) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotthingsgraph/aws-iotthingsgraph-flowtemplate.go b/cloudformation/iotthingsgraph/aws-iotthingsgraph-flowtemplate.go index f96d409da6..5681cf490e 100644 --- a/cloudformation/iotthingsgraph/aws-iotthingsgraph-flowtemplate.go +++ b/cloudformation/iotthingsgraph/aws-iotthingsgraph-flowtemplate.go @@ -86,7 +86,6 @@ func (r *FlowTemplate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iottwinmaker/aws-iottwinmaker-componenttype.go b/cloudformation/iottwinmaker/aws-iottwinmaker-componenttype.go index a58ca1babb..ea9b1b2d75 100644 --- a/cloudformation/iottwinmaker/aws-iottwinmaker-componenttype.go +++ b/cloudformation/iottwinmaker/aws-iottwinmaker-componenttype.go @@ -116,7 +116,6 @@ func (r *ComponentType) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iottwinmaker/aws-iottwinmaker-entity.go b/cloudformation/iottwinmaker/aws-iottwinmaker-entity.go index fae993c15c..3d18d0d584 100644 --- a/cloudformation/iottwinmaker/aws-iottwinmaker-entity.go +++ b/cloudformation/iottwinmaker/aws-iottwinmaker-entity.go @@ -111,7 +111,6 @@ func (r *Entity) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iottwinmaker/aws-iottwinmaker-scene.go b/cloudformation/iottwinmaker/aws-iottwinmaker-scene.go index 4963e86d9c..91818854ce 100644 --- a/cloudformation/iottwinmaker/aws-iottwinmaker-scene.go +++ b/cloudformation/iottwinmaker/aws-iottwinmaker-scene.go @@ -106,7 +106,6 @@ func (r *Scene) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iottwinmaker/aws-iottwinmaker-workspace.go b/cloudformation/iottwinmaker/aws-iottwinmaker-workspace.go index 5288fa6a9d..2f49ab3f06 100644 --- a/cloudformation/iottwinmaker/aws-iottwinmaker-workspace.go +++ b/cloudformation/iottwinmaker/aws-iottwinmaker-workspace.go @@ -101,7 +101,6 @@ func (r *Workspace) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotwireless/aws-iotwireless-destination.go b/cloudformation/iotwireless/aws-iotwireless-destination.go index ec9c751bb2..51303aae4d 100644 --- a/cloudformation/iotwireless/aws-iotwireless-destination.go +++ b/cloudformation/iotwireless/aws-iotwireless-destination.go @@ -107,7 +107,6 @@ func (r *Destination) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotwireless/aws-iotwireless-deviceprofile.go b/cloudformation/iotwireless/aws-iotwireless-deviceprofile.go index ab9e902888..3d9a31ddb6 100644 --- a/cloudformation/iotwireless/aws-iotwireless-deviceprofile.go +++ b/cloudformation/iotwireless/aws-iotwireless-deviceprofile.go @@ -92,7 +92,6 @@ func (r *DeviceProfile) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotwireless/aws-iotwireless-fuotatask.go b/cloudformation/iotwireless/aws-iotwireless-fuotatask.go index ddb7b185ac..659a0cab73 100644 --- a/cloudformation/iotwireless/aws-iotwireless-fuotatask.go +++ b/cloudformation/iotwireless/aws-iotwireless-fuotatask.go @@ -127,7 +127,6 @@ func (r *FuotaTask) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotwireless/aws-iotwireless-multicastgroup.go b/cloudformation/iotwireless/aws-iotwireless-multicastgroup.go index 475df1f9f3..def8d7f8a8 100644 --- a/cloudformation/iotwireless/aws-iotwireless-multicastgroup.go +++ b/cloudformation/iotwireless/aws-iotwireless-multicastgroup.go @@ -107,7 +107,6 @@ func (r *MulticastGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotwireless/aws-iotwireless-networkanalyzerconfiguration.go b/cloudformation/iotwireless/aws-iotwireless-networkanalyzerconfiguration.go index 6c543097fe..3e33e5690c 100644 --- a/cloudformation/iotwireless/aws-iotwireless-networkanalyzerconfiguration.go +++ b/cloudformation/iotwireless/aws-iotwireless-networkanalyzerconfiguration.go @@ -107,7 +107,6 @@ func (r *NetworkAnalyzerConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotwireless/aws-iotwireless-partneraccount.go b/cloudformation/iotwireless/aws-iotwireless-partneraccount.go index 29241a5b8e..85e17bc5a9 100644 --- a/cloudformation/iotwireless/aws-iotwireless-partneraccount.go +++ b/cloudformation/iotwireless/aws-iotwireless-partneraccount.go @@ -112,7 +112,6 @@ func (r *PartnerAccount) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotwireless/aws-iotwireless-serviceprofile.go b/cloudformation/iotwireless/aws-iotwireless-serviceprofile.go index 29f667910a..e88c7c1ee8 100644 --- a/cloudformation/iotwireless/aws-iotwireless-serviceprofile.go +++ b/cloudformation/iotwireless/aws-iotwireless-serviceprofile.go @@ -92,7 +92,6 @@ func (r *ServiceProfile) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotwireless/aws-iotwireless-taskdefinition.go b/cloudformation/iotwireless/aws-iotwireless-taskdefinition.go index 1b34aa8ac7..8047592ce5 100644 --- a/cloudformation/iotwireless/aws-iotwireless-taskdefinition.go +++ b/cloudformation/iotwireless/aws-iotwireless-taskdefinition.go @@ -107,7 +107,6 @@ func (r *TaskDefinition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotwireless/aws-iotwireless-wirelessdevice.go b/cloudformation/iotwireless/aws-iotwireless-wirelessdevice.go index b95081a3e3..f0edefbfa8 100644 --- a/cloudformation/iotwireless/aws-iotwireless-wirelessdevice.go +++ b/cloudformation/iotwireless/aws-iotwireless-wirelessdevice.go @@ -117,7 +117,6 @@ func (r *WirelessDevice) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/iotwireless/aws-iotwireless-wirelessgateway.go b/cloudformation/iotwireless/aws-iotwireless-wirelessgateway.go index e9aff2a33a..b3609e7618 100644 --- a/cloudformation/iotwireless/aws-iotwireless-wirelessgateway.go +++ b/cloudformation/iotwireless/aws-iotwireless-wirelessgateway.go @@ -107,7 +107,6 @@ func (r *WirelessGateway) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ivs/aws-ivs-channel.go b/cloudformation/ivs/aws-ivs-channel.go index b90e9e9ed3..6310e59919 100644 --- a/cloudformation/ivs/aws-ivs-channel.go +++ b/cloudformation/ivs/aws-ivs-channel.go @@ -107,7 +107,6 @@ func (r *Channel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ivs/aws-ivs-playbackkeypair.go b/cloudformation/ivs/aws-ivs-playbackkeypair.go index f634f0fb57..014f4a8dba 100644 --- a/cloudformation/ivs/aws-ivs-playbackkeypair.go +++ b/cloudformation/ivs/aws-ivs-playbackkeypair.go @@ -92,7 +92,6 @@ func (r *PlaybackKeyPair) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ivs/aws-ivs-recordingconfiguration.go b/cloudformation/ivs/aws-ivs-recordingconfiguration.go index 9b5a7eed77..baf84c36d6 100644 --- a/cloudformation/ivs/aws-ivs-recordingconfiguration.go +++ b/cloudformation/ivs/aws-ivs-recordingconfiguration.go @@ -97,7 +97,6 @@ func (r *RecordingConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ivs/aws-ivs-streamkey.go b/cloudformation/ivs/aws-ivs-streamkey.go index c281ba0bf9..10bcd0ddae 100644 --- a/cloudformation/ivs/aws-ivs-streamkey.go +++ b/cloudformation/ivs/aws-ivs-streamkey.go @@ -87,7 +87,6 @@ func (r *StreamKey) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kafkaconnect/aws-kafkaconnect-connector.go b/cloudformation/kafkaconnect/aws-kafkaconnect-connector.go index 82635a04d1..2c41baad5d 100644 --- a/cloudformation/kafkaconnect/aws-kafkaconnect-connector.go +++ b/cloudformation/kafkaconnect/aws-kafkaconnect-connector.go @@ -136,7 +136,6 @@ func (r *Connector) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kendra/aws-kendra-datasource.go b/cloudformation/kendra/aws-kendra-datasource.go index 2c8586761e..f5fb9752f2 100644 --- a/cloudformation/kendra/aws-kendra-datasource.go +++ b/cloudformation/kendra/aws-kendra-datasource.go @@ -122,7 +122,6 @@ func (r *DataSource) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kendra/aws-kendra-faq.go b/cloudformation/kendra/aws-kendra-faq.go index 9af5ead79d..01d94ccede 100644 --- a/cloudformation/kendra/aws-kendra-faq.go +++ b/cloudformation/kendra/aws-kendra-faq.go @@ -112,7 +112,6 @@ func (r *Faq) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kendra/aws-kendra-index.go b/cloudformation/kendra/aws-kendra-index.go index fd559c3cb3..02b1bf9071 100644 --- a/cloudformation/kendra/aws-kendra-index.go +++ b/cloudformation/kendra/aws-kendra-index.go @@ -127,7 +127,6 @@ func (r *Index) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kinesis/aws-kinesis-stream.go b/cloudformation/kinesis/aws-kinesis-stream.go index b69e344189..3bcdda0a13 100644 --- a/cloudformation/kinesis/aws-kinesis-stream.go +++ b/cloudformation/kinesis/aws-kinesis-stream.go @@ -107,7 +107,6 @@ func (r *Stream) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kinesis/aws-kinesis-streamconsumer.go b/cloudformation/kinesis/aws-kinesis-streamconsumer.go index 42acafb29b..a6900e9620 100644 --- a/cloudformation/kinesis/aws-kinesis-streamconsumer.go +++ b/cloudformation/kinesis/aws-kinesis-streamconsumer.go @@ -86,7 +86,6 @@ func (r *StreamConsumer) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kinesisanalytics/aws-kinesisanalytics-application.go b/cloudformation/kinesisanalytics/aws-kinesisanalytics-application.go index 6e87331467..0d4464dd57 100644 --- a/cloudformation/kinesisanalytics/aws-kinesisanalytics-application.go +++ b/cloudformation/kinesisanalytics/aws-kinesisanalytics-application.go @@ -96,7 +96,6 @@ func (r *Application) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kinesisanalytics/aws-kinesisanalytics-applicationoutput.go b/cloudformation/kinesisanalytics/aws-kinesisanalytics-applicationoutput.go index 7d845d3c29..65663fdc59 100644 --- a/cloudformation/kinesisanalytics/aws-kinesisanalytics-applicationoutput.go +++ b/cloudformation/kinesisanalytics/aws-kinesisanalytics-applicationoutput.go @@ -86,7 +86,6 @@ func (r *ApplicationOutput) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kinesisanalytics/aws-kinesisanalytics-applicationreferencedatasource.go b/cloudformation/kinesisanalytics/aws-kinesisanalytics-applicationreferencedatasource.go index f76126e8a6..9689d10444 100644 --- a/cloudformation/kinesisanalytics/aws-kinesisanalytics-applicationreferencedatasource.go +++ b/cloudformation/kinesisanalytics/aws-kinesisanalytics-applicationreferencedatasource.go @@ -86,7 +86,6 @@ func (r *ApplicationReferenceDataSource) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kinesisanalyticsv2/aws-kinesisanalyticsv2-application.go b/cloudformation/kinesisanalyticsv2/aws-kinesisanalyticsv2-application.go index 10b960843b..74bfa7d432 100644 --- a/cloudformation/kinesisanalyticsv2/aws-kinesisanalyticsv2-application.go +++ b/cloudformation/kinesisanalyticsv2/aws-kinesisanalyticsv2-application.go @@ -122,7 +122,6 @@ func (r *Application) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kinesisanalyticsv2/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.go b/cloudformation/kinesisanalyticsv2/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.go index e1840bbf87..6ea6bb1665 100644 --- a/cloudformation/kinesisanalyticsv2/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.go +++ b/cloudformation/kinesisanalyticsv2/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.go @@ -86,7 +86,6 @@ func (r *ApplicationCloudWatchLoggingOption) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kinesisanalyticsv2/aws-kinesisanalyticsv2-applicationoutput.go b/cloudformation/kinesisanalyticsv2/aws-kinesisanalyticsv2-applicationoutput.go index 6f2ea5d098..a6ae33a54a 100644 --- a/cloudformation/kinesisanalyticsv2/aws-kinesisanalyticsv2-applicationoutput.go +++ b/cloudformation/kinesisanalyticsv2/aws-kinesisanalyticsv2-applicationoutput.go @@ -86,7 +86,6 @@ func (r *ApplicationOutput) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kinesisanalyticsv2/aws-kinesisanalyticsv2-applicationreferencedatasource.go b/cloudformation/kinesisanalyticsv2/aws-kinesisanalyticsv2-applicationreferencedatasource.go index 6cf10a21ef..eecf425353 100644 --- a/cloudformation/kinesisanalyticsv2/aws-kinesisanalyticsv2-applicationreferencedatasource.go +++ b/cloudformation/kinesisanalyticsv2/aws-kinesisanalyticsv2-applicationreferencedatasource.go @@ -86,7 +86,6 @@ func (r *ApplicationReferenceDataSource) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kinesisfirehose/aws-kinesisfirehose-deliverystream.go b/cloudformation/kinesisfirehose/aws-kinesisfirehose-deliverystream.go index f97032cb52..f512ec8a3f 100644 --- a/cloudformation/kinesisfirehose/aws-kinesisfirehose-deliverystream.go +++ b/cloudformation/kinesisfirehose/aws-kinesisfirehose-deliverystream.go @@ -137,7 +137,6 @@ func (r *DeliveryStream) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kinesisvideo/aws-kinesisvideo-signalingchannel.go b/cloudformation/kinesisvideo/aws-kinesisvideo-signalingchannel.go index e20b1972c8..1e121e6c2e 100644 --- a/cloudformation/kinesisvideo/aws-kinesisvideo-signalingchannel.go +++ b/cloudformation/kinesisvideo/aws-kinesisvideo-signalingchannel.go @@ -97,7 +97,6 @@ func (r *SignalingChannel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kinesisvideo/aws-kinesisvideo-stream.go b/cloudformation/kinesisvideo/aws-kinesisvideo-stream.go index dddb82f918..1b448ee50d 100644 --- a/cloudformation/kinesisvideo/aws-kinesisvideo-stream.go +++ b/cloudformation/kinesisvideo/aws-kinesisvideo-stream.go @@ -107,7 +107,6 @@ func (r *Stream) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kms/aws-kms-alias.go b/cloudformation/kms/aws-kms-alias.go index b897e10bc3..5cf2ec715b 100644 --- a/cloudformation/kms/aws-kms-alias.go +++ b/cloudformation/kms/aws-kms-alias.go @@ -86,7 +86,6 @@ func (r *Alias) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kms/aws-kms-key.go b/cloudformation/kms/aws-kms-key.go index 668c07dbed..210f817a48 100644 --- a/cloudformation/kms/aws-kms-key.go +++ b/cloudformation/kms/aws-kms-key.go @@ -122,7 +122,6 @@ func (r *Key) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/kms/aws-kms-replicakey.go b/cloudformation/kms/aws-kms-replicakey.go index 207adf86d5..ffc8c9af20 100644 --- a/cloudformation/kms/aws-kms-replicakey.go +++ b/cloudformation/kms/aws-kms-replicakey.go @@ -107,7 +107,6 @@ func (r *ReplicaKey) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lakeformation/aws-lakeformation-datacellsfilter.go b/cloudformation/lakeformation/aws-lakeformation-datacellsfilter.go index 93b6709560..72a383abe5 100644 --- a/cloudformation/lakeformation/aws-lakeformation-datacellsfilter.go +++ b/cloudformation/lakeformation/aws-lakeformation-datacellsfilter.go @@ -111,7 +111,6 @@ func (r *DataCellsFilter) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lakeformation/aws-lakeformation-datalakesettings.go b/cloudformation/lakeformation/aws-lakeformation-datalakesettings.go index cdfb23d18a..b5b9b1dfb3 100644 --- a/cloudformation/lakeformation/aws-lakeformation-datalakesettings.go +++ b/cloudformation/lakeformation/aws-lakeformation-datalakesettings.go @@ -86,7 +86,6 @@ func (r *DataLakeSettings) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lakeformation/aws-lakeformation-permissions.go b/cloudformation/lakeformation/aws-lakeformation-permissions.go index b49526b571..8e58469d64 100644 --- a/cloudformation/lakeformation/aws-lakeformation-permissions.go +++ b/cloudformation/lakeformation/aws-lakeformation-permissions.go @@ -96,7 +96,6 @@ func (r *Permissions) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lakeformation/aws-lakeformation-principalpermissions.go b/cloudformation/lakeformation/aws-lakeformation-principalpermissions.go index 608525a36b..b27dbc1910 100644 --- a/cloudformation/lakeformation/aws-lakeformation-principalpermissions.go +++ b/cloudformation/lakeformation/aws-lakeformation-principalpermissions.go @@ -101,7 +101,6 @@ func (r *PrincipalPermissions) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lakeformation/aws-lakeformation-resource.go b/cloudformation/lakeformation/aws-lakeformation-resource.go index 96793da557..8cee8b4745 100644 --- a/cloudformation/lakeformation/aws-lakeformation-resource.go +++ b/cloudformation/lakeformation/aws-lakeformation-resource.go @@ -91,7 +91,6 @@ func (r *Resource) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lakeformation/aws-lakeformation-tag.go b/cloudformation/lakeformation/aws-lakeformation-tag.go index 0ef9f7aeaf..f05a28b003 100644 --- a/cloudformation/lakeformation/aws-lakeformation-tag.go +++ b/cloudformation/lakeformation/aws-lakeformation-tag.go @@ -91,7 +91,6 @@ func (r *Tag) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lakeformation/aws-lakeformation-tagassociation.go b/cloudformation/lakeformation/aws-lakeformation-tagassociation.go index 8e1d6cd246..ece656ed64 100644 --- a/cloudformation/lakeformation/aws-lakeformation-tagassociation.go +++ b/cloudformation/lakeformation/aws-lakeformation-tagassociation.go @@ -86,7 +86,6 @@ func (r *TagAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lambda/aws-lambda-alias.go b/cloudformation/lambda/aws-lambda-alias.go index 424a868e51..bcdf4234b4 100644 --- a/cloudformation/lambda/aws-lambda-alias.go +++ b/cloudformation/lambda/aws-lambda-alias.go @@ -112,7 +112,6 @@ func (r *Alias) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lambda/aws-lambda-codesigningconfig.go b/cloudformation/lambda/aws-lambda-codesigningconfig.go index 60e0846916..da81092e46 100644 --- a/cloudformation/lambda/aws-lambda-codesigningconfig.go +++ b/cloudformation/lambda/aws-lambda-codesigningconfig.go @@ -91,7 +91,6 @@ func (r *CodeSigningConfig) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lambda/aws-lambda-eventinvokeconfig.go b/cloudformation/lambda/aws-lambda-eventinvokeconfig.go index f826568607..bfd501d38b 100644 --- a/cloudformation/lambda/aws-lambda-eventinvokeconfig.go +++ b/cloudformation/lambda/aws-lambda-eventinvokeconfig.go @@ -101,7 +101,6 @@ func (r *EventInvokeConfig) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lambda/aws-lambda-eventsourcemapping.go b/cloudformation/lambda/aws-lambda-eventsourcemapping.go index 2364ef7b79..f7020e2e69 100644 --- a/cloudformation/lambda/aws-lambda-eventsourcemapping.go +++ b/cloudformation/lambda/aws-lambda-eventsourcemapping.go @@ -171,7 +171,6 @@ func (r *EventSourceMapping) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lambda/aws-lambda-function.go b/cloudformation/lambda/aws-lambda-function.go index fd8a7610ed..8298f15a02 100644 --- a/cloudformation/lambda/aws-lambda-function.go +++ b/cloudformation/lambda/aws-lambda-function.go @@ -187,7 +187,6 @@ func (r *Function) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lambda/aws-lambda-layerversion.go b/cloudformation/lambda/aws-lambda-layerversion.go index 6a464e6d6a..fe3969d2bc 100644 --- a/cloudformation/lambda/aws-lambda-layerversion.go +++ b/cloudformation/lambda/aws-lambda-layerversion.go @@ -106,7 +106,6 @@ func (r *LayerVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lambda/aws-lambda-layerversionpermission.go b/cloudformation/lambda/aws-lambda-layerversionpermission.go index 7e362a2d87..ce1fe64e09 100644 --- a/cloudformation/lambda/aws-lambda-layerversionpermission.go +++ b/cloudformation/lambda/aws-lambda-layerversionpermission.go @@ -96,7 +96,6 @@ func (r *LayerVersionPermission) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lambda/aws-lambda-permission.go b/cloudformation/lambda/aws-lambda-permission.go index 6e79837077..fe96a5bb18 100644 --- a/cloudformation/lambda/aws-lambda-permission.go +++ b/cloudformation/lambda/aws-lambda-permission.go @@ -116,7 +116,6 @@ func (r *Permission) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lambda/aws-lambda-url.go b/cloudformation/lambda/aws-lambda-url.go index b8aaca2bfd..5a583b58b5 100644 --- a/cloudformation/lambda/aws-lambda-url.go +++ b/cloudformation/lambda/aws-lambda-url.go @@ -101,7 +101,6 @@ func (r *Url) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lambda/aws-lambda-version.go b/cloudformation/lambda/aws-lambda-version.go index 420bbfc736..86a944583b 100644 --- a/cloudformation/lambda/aws-lambda-version.go +++ b/cloudformation/lambda/aws-lambda-version.go @@ -96,7 +96,6 @@ func (r *Version) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lex/aws-lex-bot.go b/cloudformation/lex/aws-lex-bot.go index e70bd8bfd9..2fa5f583a3 100644 --- a/cloudformation/lex/aws-lex-bot.go +++ b/cloudformation/lex/aws-lex-bot.go @@ -132,7 +132,6 @@ func (r *Bot) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lex/aws-lex-botalias.go b/cloudformation/lex/aws-lex-botalias.go index 835e4fc4f6..38b607b9c3 100644 --- a/cloudformation/lex/aws-lex-botalias.go +++ b/cloudformation/lex/aws-lex-botalias.go @@ -117,7 +117,6 @@ func (r *BotAlias) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lex/aws-lex-botversion.go b/cloudformation/lex/aws-lex-botversion.go index 2139422393..6d4d45e247 100644 --- a/cloudformation/lex/aws-lex-botversion.go +++ b/cloudformation/lex/aws-lex-botversion.go @@ -91,7 +91,6 @@ func (r *BotVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lex/aws-lex-resourcepolicy.go b/cloudformation/lex/aws-lex-resourcepolicy.go index b50c76ec2b..63cca2dd4a 100644 --- a/cloudformation/lex/aws-lex-resourcepolicy.go +++ b/cloudformation/lex/aws-lex-resourcepolicy.go @@ -86,7 +86,6 @@ func (r *ResourcePolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/licensemanager/aws-licensemanager-grant.go b/cloudformation/licensemanager/aws-licensemanager-grant.go index 555e7e03d7..56d608038c 100644 --- a/cloudformation/licensemanager/aws-licensemanager-grant.go +++ b/cloudformation/licensemanager/aws-licensemanager-grant.go @@ -106,7 +106,6 @@ func (r *Grant) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/licensemanager/aws-licensemanager-license.go b/cloudformation/licensemanager/aws-licensemanager-license.go index 8823950d6b..a22cb1cff5 100644 --- a/cloudformation/licensemanager/aws-licensemanager-license.go +++ b/cloudformation/licensemanager/aws-licensemanager-license.go @@ -131,7 +131,6 @@ func (r *License) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lightsail/aws-lightsail-alarm.go b/cloudformation/lightsail/aws-lightsail-alarm.go index 1454b4e1e1..e7f8d7b797 100644 --- a/cloudformation/lightsail/aws-lightsail-alarm.go +++ b/cloudformation/lightsail/aws-lightsail-alarm.go @@ -131,7 +131,6 @@ func (r *Alarm) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lightsail/aws-lightsail-bucket.go b/cloudformation/lightsail/aws-lightsail-bucket.go index d2d31083fc..c2460c870c 100644 --- a/cloudformation/lightsail/aws-lightsail-bucket.go +++ b/cloudformation/lightsail/aws-lightsail-bucket.go @@ -112,7 +112,6 @@ func (r *Bucket) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lightsail/aws-lightsail-certificate.go b/cloudformation/lightsail/aws-lightsail-certificate.go index b7d262254d..52be45c7b2 100644 --- a/cloudformation/lightsail/aws-lightsail-certificate.go +++ b/cloudformation/lightsail/aws-lightsail-certificate.go @@ -97,7 +97,6 @@ func (r *Certificate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lightsail/aws-lightsail-container.go b/cloudformation/lightsail/aws-lightsail-container.go index 4f3fac493c..e1b5fdf9e7 100644 --- a/cloudformation/lightsail/aws-lightsail-container.go +++ b/cloudformation/lightsail/aws-lightsail-container.go @@ -112,7 +112,6 @@ func (r *Container) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lightsail/aws-lightsail-database.go b/cloudformation/lightsail/aws-lightsail-database.go index 5274de382b..34688cb99b 100644 --- a/cloudformation/lightsail/aws-lightsail-database.go +++ b/cloudformation/lightsail/aws-lightsail-database.go @@ -152,7 +152,6 @@ func (r *Database) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lightsail/aws-lightsail-disk.go b/cloudformation/lightsail/aws-lightsail-disk.go index cee6159424..c63239192a 100644 --- a/cloudformation/lightsail/aws-lightsail-disk.go +++ b/cloudformation/lightsail/aws-lightsail-disk.go @@ -102,7 +102,6 @@ func (r *Disk) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lightsail/aws-lightsail-distribution.go b/cloudformation/lightsail/aws-lightsail-distribution.go index fb09916072..753575a2ee 100644 --- a/cloudformation/lightsail/aws-lightsail-distribution.go +++ b/cloudformation/lightsail/aws-lightsail-distribution.go @@ -127,7 +127,6 @@ func (r *Distribution) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lightsail/aws-lightsail-instance.go b/cloudformation/lightsail/aws-lightsail-instance.go index 8730c4ee80..cfcb70c7ea 100644 --- a/cloudformation/lightsail/aws-lightsail-instance.go +++ b/cloudformation/lightsail/aws-lightsail-instance.go @@ -127,7 +127,6 @@ func (r *Instance) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lightsail/aws-lightsail-loadbalancer.go b/cloudformation/lightsail/aws-lightsail-loadbalancer.go index ed118a9ae7..eb519b777e 100644 --- a/cloudformation/lightsail/aws-lightsail-loadbalancer.go +++ b/cloudformation/lightsail/aws-lightsail-loadbalancer.go @@ -122,7 +122,6 @@ func (r *LoadBalancer) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lightsail/aws-lightsail-loadbalancertlscertificate.go b/cloudformation/lightsail/aws-lightsail-loadbalancertlscertificate.go index c4fe5513b5..81ee408cfc 100644 --- a/cloudformation/lightsail/aws-lightsail-loadbalancertlscertificate.go +++ b/cloudformation/lightsail/aws-lightsail-loadbalancertlscertificate.go @@ -106,7 +106,6 @@ func (r *LoadBalancerTlsCertificate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lightsail/aws-lightsail-staticip.go b/cloudformation/lightsail/aws-lightsail-staticip.go index 733f828275..e230d6f61a 100644 --- a/cloudformation/lightsail/aws-lightsail-staticip.go +++ b/cloudformation/lightsail/aws-lightsail-staticip.go @@ -86,7 +86,6 @@ func (r *StaticIp) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/location/aws-location-geofencecollection.go b/cloudformation/location/aws-location-geofencecollection.go index 964e5cd63d..833ee559a2 100644 --- a/cloudformation/location/aws-location-geofencecollection.go +++ b/cloudformation/location/aws-location-geofencecollection.go @@ -101,7 +101,6 @@ func (r *GeofenceCollection) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/location/aws-location-map.go b/cloudformation/location/aws-location-map.go index 07fcc52a8e..d206ef8509 100644 --- a/cloudformation/location/aws-location-map.go +++ b/cloudformation/location/aws-location-map.go @@ -96,7 +96,6 @@ func (r *Map) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/location/aws-location-placeindex.go b/cloudformation/location/aws-location-placeindex.go index 64a4cf18be..d816826eae 100644 --- a/cloudformation/location/aws-location-placeindex.go +++ b/cloudformation/location/aws-location-placeindex.go @@ -101,7 +101,6 @@ func (r *PlaceIndex) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/location/aws-location-routecalculator.go b/cloudformation/location/aws-location-routecalculator.go index 5b68f53d0e..edf29af748 100644 --- a/cloudformation/location/aws-location-routecalculator.go +++ b/cloudformation/location/aws-location-routecalculator.go @@ -96,7 +96,6 @@ func (r *RouteCalculator) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/location/aws-location-tracker.go b/cloudformation/location/aws-location-tracker.go index c5971b7ae7..464717acbc 100644 --- a/cloudformation/location/aws-location-tracker.go +++ b/cloudformation/location/aws-location-tracker.go @@ -106,7 +106,6 @@ func (r *Tracker) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/location/aws-location-trackerconsumer.go b/cloudformation/location/aws-location-trackerconsumer.go index 29a1fa2653..d0d844192b 100644 --- a/cloudformation/location/aws-location-trackerconsumer.go +++ b/cloudformation/location/aws-location-trackerconsumer.go @@ -86,7 +86,6 @@ func (r *TrackerConsumer) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/logs/aws-logs-destination.go b/cloudformation/logs/aws-logs-destination.go index ed12d36675..115ee15cc0 100644 --- a/cloudformation/logs/aws-logs-destination.go +++ b/cloudformation/logs/aws-logs-destination.go @@ -96,7 +96,6 @@ func (r *Destination) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/logs/aws-logs-loggroup.go b/cloudformation/logs/aws-logs-loggroup.go index 568ab528b0..72ed2416f2 100644 --- a/cloudformation/logs/aws-logs-loggroup.go +++ b/cloudformation/logs/aws-logs-loggroup.go @@ -97,7 +97,6 @@ func (r *LogGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/logs/aws-logs-logstream.go b/cloudformation/logs/aws-logs-logstream.go index bb5e31300a..8a1c959e6d 100644 --- a/cloudformation/logs/aws-logs-logstream.go +++ b/cloudformation/logs/aws-logs-logstream.go @@ -86,7 +86,6 @@ func (r *LogStream) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/logs/aws-logs-metricfilter.go b/cloudformation/logs/aws-logs-metricfilter.go index f6ffc708cf..a3b01f8a6b 100644 --- a/cloudformation/logs/aws-logs-metricfilter.go +++ b/cloudformation/logs/aws-logs-metricfilter.go @@ -96,7 +96,6 @@ func (r *MetricFilter) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/logs/aws-logs-querydefinition.go b/cloudformation/logs/aws-logs-querydefinition.go index b847beb4a6..7f53369262 100644 --- a/cloudformation/logs/aws-logs-querydefinition.go +++ b/cloudformation/logs/aws-logs-querydefinition.go @@ -91,7 +91,6 @@ func (r *QueryDefinition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/logs/aws-logs-resourcepolicy.go b/cloudformation/logs/aws-logs-resourcepolicy.go index fe243d95c3..1e219f53e9 100644 --- a/cloudformation/logs/aws-logs-resourcepolicy.go +++ b/cloudformation/logs/aws-logs-resourcepolicy.go @@ -86,7 +86,6 @@ func (r *ResourcePolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/logs/aws-logs-subscriptionfilter.go b/cloudformation/logs/aws-logs-subscriptionfilter.go index 15ac11fa1a..676f1651a7 100644 --- a/cloudformation/logs/aws-logs-subscriptionfilter.go +++ b/cloudformation/logs/aws-logs-subscriptionfilter.go @@ -96,7 +96,6 @@ func (r *SubscriptionFilter) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lookoutequipment/aws-lookoutequipment-inferencescheduler.go b/cloudformation/lookoutequipment/aws-lookoutequipment-inferencescheduler.go index 90280d7c1c..f73a3aa2c9 100644 --- a/cloudformation/lookoutequipment/aws-lookoutequipment-inferencescheduler.go +++ b/cloudformation/lookoutequipment/aws-lookoutequipment-inferencescheduler.go @@ -122,7 +122,6 @@ func (r *InferenceScheduler) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lookoutmetrics/aws-lookoutmetrics-alert.go b/cloudformation/lookoutmetrics/aws-lookoutmetrics-alert.go index cdbf70d4e8..4962fb5ede 100644 --- a/cloudformation/lookoutmetrics/aws-lookoutmetrics-alert.go +++ b/cloudformation/lookoutmetrics/aws-lookoutmetrics-alert.go @@ -101,7 +101,6 @@ func (r *Alert) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lookoutmetrics/aws-lookoutmetrics-anomalydetector.go b/cloudformation/lookoutmetrics/aws-lookoutmetrics-anomalydetector.go index cf2b4f4007..ade8144bc9 100644 --- a/cloudformation/lookoutmetrics/aws-lookoutmetrics-anomalydetector.go +++ b/cloudformation/lookoutmetrics/aws-lookoutmetrics-anomalydetector.go @@ -101,7 +101,6 @@ func (r *AnomalyDetector) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/lookoutvision/aws-lookoutvision-project.go b/cloudformation/lookoutvision/aws-lookoutvision-project.go index 5a7d36e092..fe8345a200 100644 --- a/cloudformation/lookoutvision/aws-lookoutvision-project.go +++ b/cloudformation/lookoutvision/aws-lookoutvision-project.go @@ -81,7 +81,6 @@ func (r *Project) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/macie/aws-macie-customdataidentifier.go b/cloudformation/macie/aws-macie-customdataidentifier.go index f727de381f..91d73d2f23 100644 --- a/cloudformation/macie/aws-macie-customdataidentifier.go +++ b/cloudformation/macie/aws-macie-customdataidentifier.go @@ -106,7 +106,6 @@ func (r *CustomDataIdentifier) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/macie/aws-macie-findingsfilter.go b/cloudformation/macie/aws-macie-findingsfilter.go index 7c3714af0e..1d19f63199 100644 --- a/cloudformation/macie/aws-macie-findingsfilter.go +++ b/cloudformation/macie/aws-macie-findingsfilter.go @@ -101,7 +101,6 @@ func (r *FindingsFilter) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/macie/aws-macie-session.go b/cloudformation/macie/aws-macie-session.go index be140537e7..7c397bb956 100644 --- a/cloudformation/macie/aws-macie-session.go +++ b/cloudformation/macie/aws-macie-session.go @@ -86,7 +86,6 @@ func (r *Session) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/managedblockchain/aws-managedblockchain-member.go b/cloudformation/managedblockchain/aws-managedblockchain-member.go index 0b83e94442..4eaa189bdc 100644 --- a/cloudformation/managedblockchain/aws-managedblockchain-member.go +++ b/cloudformation/managedblockchain/aws-managedblockchain-member.go @@ -96,7 +96,6 @@ func (r *Member) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/managedblockchain/aws-managedblockchain-node.go b/cloudformation/managedblockchain/aws-managedblockchain-node.go index 9795c59fd1..bccd6a60ae 100644 --- a/cloudformation/managedblockchain/aws-managedblockchain-node.go +++ b/cloudformation/managedblockchain/aws-managedblockchain-node.go @@ -91,7 +91,6 @@ func (r *Node) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/mediaconnect/aws-mediaconnect-flow.go b/cloudformation/mediaconnect/aws-mediaconnect-flow.go index 8648ce4752..b9844ec933 100644 --- a/cloudformation/mediaconnect/aws-mediaconnect-flow.go +++ b/cloudformation/mediaconnect/aws-mediaconnect-flow.go @@ -96,7 +96,6 @@ func (r *Flow) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/mediaconnect/aws-mediaconnect-flowentitlement.go b/cloudformation/mediaconnect/aws-mediaconnect-flowentitlement.go index b22f890c4a..0e413f9113 100644 --- a/cloudformation/mediaconnect/aws-mediaconnect-flowentitlement.go +++ b/cloudformation/mediaconnect/aws-mediaconnect-flowentitlement.go @@ -111,7 +111,6 @@ func (r *FlowEntitlement) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/mediaconnect/aws-mediaconnect-flowoutput.go b/cloudformation/mediaconnect/aws-mediaconnect-flowoutput.go index 71974f232f..9040bca2fb 100644 --- a/cloudformation/mediaconnect/aws-mediaconnect-flowoutput.go +++ b/cloudformation/mediaconnect/aws-mediaconnect-flowoutput.go @@ -146,7 +146,6 @@ func (r *FlowOutput) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/mediaconnect/aws-mediaconnect-flowsource.go b/cloudformation/mediaconnect/aws-mediaconnect-flowsource.go index 1291e43996..fc8f360a4c 100644 --- a/cloudformation/mediaconnect/aws-mediaconnect-flowsource.go +++ b/cloudformation/mediaconnect/aws-mediaconnect-flowsource.go @@ -136,7 +136,6 @@ func (r *FlowSource) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/mediaconnect/aws-mediaconnect-flowvpcinterface.go b/cloudformation/mediaconnect/aws-mediaconnect-flowvpcinterface.go index f30c84f337..b292155ef2 100644 --- a/cloudformation/mediaconnect/aws-mediaconnect-flowvpcinterface.go +++ b/cloudformation/mediaconnect/aws-mediaconnect-flowvpcinterface.go @@ -101,7 +101,6 @@ func (r *FlowVpcInterface) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/mediaconvert/aws-mediaconvert-jobtemplate.go b/cloudformation/mediaconvert/aws-mediaconvert-jobtemplate.go index e35869807e..8dda6d037e 100644 --- a/cloudformation/mediaconvert/aws-mediaconvert-jobtemplate.go +++ b/cloudformation/mediaconvert/aws-mediaconvert-jobtemplate.go @@ -126,7 +126,6 @@ func (r *JobTemplate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/mediaconvert/aws-mediaconvert-preset.go b/cloudformation/mediaconvert/aws-mediaconvert-preset.go index a5f4999533..9c634fb3ae 100644 --- a/cloudformation/mediaconvert/aws-mediaconvert-preset.go +++ b/cloudformation/mediaconvert/aws-mediaconvert-preset.go @@ -101,7 +101,6 @@ func (r *Preset) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/mediaconvert/aws-mediaconvert-queue.go b/cloudformation/mediaconvert/aws-mediaconvert-queue.go index ca61824637..45ed781d1f 100644 --- a/cloudformation/mediaconvert/aws-mediaconvert-queue.go +++ b/cloudformation/mediaconvert/aws-mediaconvert-queue.go @@ -101,7 +101,6 @@ func (r *Queue) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/medialive/aws-medialive-channel.go b/cloudformation/medialive/aws-medialive-channel.go index 03f7576d4f..43a7cea22e 100644 --- a/cloudformation/medialive/aws-medialive-channel.go +++ b/cloudformation/medialive/aws-medialive-channel.go @@ -131,7 +131,6 @@ func (r *Channel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/medialive/aws-medialive-input.go b/cloudformation/medialive/aws-medialive-input.go index 7fa401b9de..bad1dbb1bd 100644 --- a/cloudformation/medialive/aws-medialive-input.go +++ b/cloudformation/medialive/aws-medialive-input.go @@ -126,7 +126,6 @@ func (r *Input) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/medialive/aws-medialive-inputsecuritygroup.go b/cloudformation/medialive/aws-medialive-inputsecuritygroup.go index 6bba6cdeba..d06a426d52 100644 --- a/cloudformation/medialive/aws-medialive-inputsecuritygroup.go +++ b/cloudformation/medialive/aws-medialive-inputsecuritygroup.go @@ -86,7 +86,6 @@ func (r *InputSecurityGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/mediapackage/aws-mediapackage-asset.go b/cloudformation/mediapackage/aws-mediapackage-asset.go index a1f68b8231..2abd38808c 100644 --- a/cloudformation/mediapackage/aws-mediapackage-asset.go +++ b/cloudformation/mediapackage/aws-mediapackage-asset.go @@ -107,7 +107,6 @@ func (r *Asset) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/mediapackage/aws-mediapackage-channel.go b/cloudformation/mediapackage/aws-mediapackage-channel.go index 40fe75e6c5..7388f4a166 100644 --- a/cloudformation/mediapackage/aws-mediapackage-channel.go +++ b/cloudformation/mediapackage/aws-mediapackage-channel.go @@ -102,7 +102,6 @@ func (r *Channel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/mediapackage/aws-mediapackage-originendpoint.go b/cloudformation/mediapackage/aws-mediapackage-originendpoint.go index 6bb8292b82..60116b978d 100644 --- a/cloudformation/mediapackage/aws-mediapackage-originendpoint.go +++ b/cloudformation/mediapackage/aws-mediapackage-originendpoint.go @@ -147,7 +147,6 @@ func (r *OriginEndpoint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/mediapackage/aws-mediapackage-packagingconfiguration.go b/cloudformation/mediapackage/aws-mediapackage-packagingconfiguration.go index 1cf1216acc..c41a819cd2 100644 --- a/cloudformation/mediapackage/aws-mediapackage-packagingconfiguration.go +++ b/cloudformation/mediapackage/aws-mediapackage-packagingconfiguration.go @@ -112,7 +112,6 @@ func (r *PackagingConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/mediapackage/aws-mediapackage-packaginggroup.go b/cloudformation/mediapackage/aws-mediapackage-packaginggroup.go index b9f76742eb..515986f3c4 100644 --- a/cloudformation/mediapackage/aws-mediapackage-packaginggroup.go +++ b/cloudformation/mediapackage/aws-mediapackage-packaginggroup.go @@ -97,7 +97,6 @@ func (r *PackagingGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/mediastore/aws-mediastore-container.go b/cloudformation/mediastore/aws-mediastore-container.go index b778278676..afe0e78932 100644 --- a/cloudformation/mediastore/aws-mediastore-container.go +++ b/cloudformation/mediastore/aws-mediastore-container.go @@ -112,7 +112,6 @@ func (r *Container) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/mediatailor/aws-mediatailor-playbackconfiguration.go b/cloudformation/mediatailor/aws-mediatailor-playbackconfiguration.go index 60f52458e2..49bbee0b0a 100644 --- a/cloudformation/mediatailor/aws-mediatailor-playbackconfiguration.go +++ b/cloudformation/mediatailor/aws-mediatailor-playbackconfiguration.go @@ -147,7 +147,6 @@ func (r *PlaybackConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/memorydb/aws-memorydb-acl.go b/cloudformation/memorydb/aws-memorydb-acl.go index 4f2a9ea09b..8ab1b4e894 100644 --- a/cloudformation/memorydb/aws-memorydb-acl.go +++ b/cloudformation/memorydb/aws-memorydb-acl.go @@ -92,7 +92,6 @@ func (r *ACL) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/memorydb/aws-memorydb-cluster.go b/cloudformation/memorydb/aws-memorydb-cluster.go index 14e4c6cf4f..2b0d6a9181 100644 --- a/cloudformation/memorydb/aws-memorydb-cluster.go +++ b/cloudformation/memorydb/aws-memorydb-cluster.go @@ -192,7 +192,6 @@ func (r *Cluster) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/memorydb/aws-memorydb-parametergroup.go b/cloudformation/memorydb/aws-memorydb-parametergroup.go index 30e7ccba4b..5172e3c275 100644 --- a/cloudformation/memorydb/aws-memorydb-parametergroup.go +++ b/cloudformation/memorydb/aws-memorydb-parametergroup.go @@ -102,7 +102,6 @@ func (r *ParameterGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/memorydb/aws-memorydb-subnetgroup.go b/cloudformation/memorydb/aws-memorydb-subnetgroup.go index b4ee6f9809..532356ddc8 100644 --- a/cloudformation/memorydb/aws-memorydb-subnetgroup.go +++ b/cloudformation/memorydb/aws-memorydb-subnetgroup.go @@ -97,7 +97,6 @@ func (r *SubnetGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/memorydb/aws-memorydb-user.go b/cloudformation/memorydb/aws-memorydb-user.go index 4cf606e421..ee102f3c20 100644 --- a/cloudformation/memorydb/aws-memorydb-user.go +++ b/cloudformation/memorydb/aws-memorydb-user.go @@ -97,7 +97,6 @@ func (r *User) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/msk/aws-msk-batchscramsecret.go b/cloudformation/msk/aws-msk-batchscramsecret.go index 0fbe1a7f9e..98226e161a 100644 --- a/cloudformation/msk/aws-msk-batchscramsecret.go +++ b/cloudformation/msk/aws-msk-batchscramsecret.go @@ -86,7 +86,6 @@ func (r *BatchScramSecret) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/msk/aws-msk-cluster.go b/cloudformation/msk/aws-msk-cluster.go index 75687466f7..d129958dbe 100644 --- a/cloudformation/msk/aws-msk-cluster.go +++ b/cloudformation/msk/aws-msk-cluster.go @@ -136,7 +136,6 @@ func (r *Cluster) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/msk/aws-msk-configuration.go b/cloudformation/msk/aws-msk-configuration.go index 60333b3c99..fc36b2377a 100644 --- a/cloudformation/msk/aws-msk-configuration.go +++ b/cloudformation/msk/aws-msk-configuration.go @@ -96,7 +96,6 @@ func (r *Configuration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/mwaa/aws-mwaa-environment.go b/cloudformation/mwaa/aws-mwaa-environment.go index 383bda4926..afeb279d0f 100644 --- a/cloudformation/mwaa/aws-mwaa-environment.go +++ b/cloudformation/mwaa/aws-mwaa-environment.go @@ -176,7 +176,6 @@ func (r *Environment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/neptune/aws-neptune-dbcluster.go b/cloudformation/neptune/aws-neptune-dbcluster.go index 025e94a7c4..b5b802f485 100644 --- a/cloudformation/neptune/aws-neptune-dbcluster.go +++ b/cloudformation/neptune/aws-neptune-dbcluster.go @@ -187,7 +187,6 @@ func (r *DBCluster) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/neptune/aws-neptune-dbclusterparametergroup.go b/cloudformation/neptune/aws-neptune-dbclusterparametergroup.go index 753f576494..b3f2f59c90 100644 --- a/cloudformation/neptune/aws-neptune-dbclusterparametergroup.go +++ b/cloudformation/neptune/aws-neptune-dbclusterparametergroup.go @@ -102,7 +102,6 @@ func (r *DBClusterParameterGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/neptune/aws-neptune-dbinstance.go b/cloudformation/neptune/aws-neptune-dbinstance.go index 2d39ffdc57..f57d9e35a0 100644 --- a/cloudformation/neptune/aws-neptune-dbinstance.go +++ b/cloudformation/neptune/aws-neptune-dbinstance.go @@ -132,7 +132,6 @@ func (r *DBInstance) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/neptune/aws-neptune-dbparametergroup.go b/cloudformation/neptune/aws-neptune-dbparametergroup.go index a0c3595d06..c238d28466 100644 --- a/cloudformation/neptune/aws-neptune-dbparametergroup.go +++ b/cloudformation/neptune/aws-neptune-dbparametergroup.go @@ -102,7 +102,6 @@ func (r *DBParameterGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/neptune/aws-neptune-dbsubnetgroup.go b/cloudformation/neptune/aws-neptune-dbsubnetgroup.go index b7ee6ae42a..1f0352a905 100644 --- a/cloudformation/neptune/aws-neptune-dbsubnetgroup.go +++ b/cloudformation/neptune/aws-neptune-dbsubnetgroup.go @@ -97,7 +97,6 @@ func (r *DBSubnetGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/networkfirewall/aws-networkfirewall-firewall.go b/cloudformation/networkfirewall/aws-networkfirewall-firewall.go index 3b263ff7fd..9a422b5d9e 100644 --- a/cloudformation/networkfirewall/aws-networkfirewall-firewall.go +++ b/cloudformation/networkfirewall/aws-networkfirewall-firewall.go @@ -122,7 +122,6 @@ func (r *Firewall) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/networkfirewall/aws-networkfirewall-firewallpolicy.go b/cloudformation/networkfirewall/aws-networkfirewall-firewallpolicy.go index 462dc711d5..2190f4df3d 100644 --- a/cloudformation/networkfirewall/aws-networkfirewall-firewallpolicy.go +++ b/cloudformation/networkfirewall/aws-networkfirewall-firewallpolicy.go @@ -97,7 +97,6 @@ func (r *FirewallPolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/networkfirewall/aws-networkfirewall-loggingconfiguration.go b/cloudformation/networkfirewall/aws-networkfirewall-loggingconfiguration.go index c89197c92f..700633a405 100644 --- a/cloudformation/networkfirewall/aws-networkfirewall-loggingconfiguration.go +++ b/cloudformation/networkfirewall/aws-networkfirewall-loggingconfiguration.go @@ -91,7 +91,6 @@ func (r *LoggingConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/networkfirewall/aws-networkfirewall-rulegroup.go b/cloudformation/networkfirewall/aws-networkfirewall-rulegroup.go index 17d77763ed..2612118659 100644 --- a/cloudformation/networkfirewall/aws-networkfirewall-rulegroup.go +++ b/cloudformation/networkfirewall/aws-networkfirewall-rulegroup.go @@ -107,7 +107,6 @@ func (r *RuleGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/networkmanager/aws-networkmanager-connectattachment.go b/cloudformation/networkmanager/aws-networkmanager-connectattachment.go index a2d22ab063..b87b77e2cf 100644 --- a/cloudformation/networkmanager/aws-networkmanager-connectattachment.go +++ b/cloudformation/networkmanager/aws-networkmanager-connectattachment.go @@ -102,7 +102,6 @@ func (r *ConnectAttachment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/networkmanager/aws-networkmanager-connectpeer.go b/cloudformation/networkmanager/aws-networkmanager-connectpeer.go index 45cf0066d2..dcb3011d69 100644 --- a/cloudformation/networkmanager/aws-networkmanager-connectpeer.go +++ b/cloudformation/networkmanager/aws-networkmanager-connectpeer.go @@ -107,7 +107,6 @@ func (r *ConnectPeer) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/networkmanager/aws-networkmanager-corenetwork.go b/cloudformation/networkmanager/aws-networkmanager-corenetwork.go index 558c125c18..97f0283048 100644 --- a/cloudformation/networkmanager/aws-networkmanager-corenetwork.go +++ b/cloudformation/networkmanager/aws-networkmanager-corenetwork.go @@ -97,7 +97,6 @@ func (r *CoreNetwork) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/networkmanager/aws-networkmanager-customergatewayassociation.go b/cloudformation/networkmanager/aws-networkmanager-customergatewayassociation.go index 205ccde101..b3582559d3 100644 --- a/cloudformation/networkmanager/aws-networkmanager-customergatewayassociation.go +++ b/cloudformation/networkmanager/aws-networkmanager-customergatewayassociation.go @@ -96,7 +96,6 @@ func (r *CustomerGatewayAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/networkmanager/aws-networkmanager-device.go b/cloudformation/networkmanager/aws-networkmanager-device.go index e6cf093860..5333ab5780 100644 --- a/cloudformation/networkmanager/aws-networkmanager-device.go +++ b/cloudformation/networkmanager/aws-networkmanager-device.go @@ -122,7 +122,6 @@ func (r *Device) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/networkmanager/aws-networkmanager-globalnetwork.go b/cloudformation/networkmanager/aws-networkmanager-globalnetwork.go index 86e3d0a9ee..26f3f0ac66 100644 --- a/cloudformation/networkmanager/aws-networkmanager-globalnetwork.go +++ b/cloudformation/networkmanager/aws-networkmanager-globalnetwork.go @@ -87,7 +87,6 @@ func (r *GlobalNetwork) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/networkmanager/aws-networkmanager-link.go b/cloudformation/networkmanager/aws-networkmanager-link.go index ff23c9ea41..50ab7519c2 100644 --- a/cloudformation/networkmanager/aws-networkmanager-link.go +++ b/cloudformation/networkmanager/aws-networkmanager-link.go @@ -112,7 +112,6 @@ func (r *Link) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/networkmanager/aws-networkmanager-linkassociation.go b/cloudformation/networkmanager/aws-networkmanager-linkassociation.go index 254095db3c..13a4b165d4 100644 --- a/cloudformation/networkmanager/aws-networkmanager-linkassociation.go +++ b/cloudformation/networkmanager/aws-networkmanager-linkassociation.go @@ -91,7 +91,6 @@ func (r *LinkAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/networkmanager/aws-networkmanager-site.go b/cloudformation/networkmanager/aws-networkmanager-site.go index d68e7c98a4..2d125d8852 100644 --- a/cloudformation/networkmanager/aws-networkmanager-site.go +++ b/cloudformation/networkmanager/aws-networkmanager-site.go @@ -97,7 +97,6 @@ func (r *Site) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/networkmanager/aws-networkmanager-sitetositevpnattachment.go b/cloudformation/networkmanager/aws-networkmanager-sitetositevpnattachment.go index fbf1392017..c3cb470e34 100644 --- a/cloudformation/networkmanager/aws-networkmanager-sitetositevpnattachment.go +++ b/cloudformation/networkmanager/aws-networkmanager-sitetositevpnattachment.go @@ -92,7 +92,6 @@ func (r *SiteToSiteVpnAttachment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/networkmanager/aws-networkmanager-transitgatewayregistration.go b/cloudformation/networkmanager/aws-networkmanager-transitgatewayregistration.go index 10695c31cd..71edbff89b 100644 --- a/cloudformation/networkmanager/aws-networkmanager-transitgatewayregistration.go +++ b/cloudformation/networkmanager/aws-networkmanager-transitgatewayregistration.go @@ -86,7 +86,6 @@ func (r *TransitGatewayRegistration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/networkmanager/aws-networkmanager-vpcattachment.go b/cloudformation/networkmanager/aws-networkmanager-vpcattachment.go index 8d571bb996..44be161da2 100644 --- a/cloudformation/networkmanager/aws-networkmanager-vpcattachment.go +++ b/cloudformation/networkmanager/aws-networkmanager-vpcattachment.go @@ -102,7 +102,6 @@ func (r *VpcAttachment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/nimblestudio/aws-nimblestudio-launchprofile.go b/cloudformation/nimblestudio/aws-nimblestudio-launchprofile.go index aaa7fa8d31..a744df1551 100644 --- a/cloudformation/nimblestudio/aws-nimblestudio-launchprofile.go +++ b/cloudformation/nimblestudio/aws-nimblestudio-launchprofile.go @@ -116,7 +116,6 @@ func (r *LaunchProfile) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/nimblestudio/aws-nimblestudio-streamingimage.go b/cloudformation/nimblestudio/aws-nimblestudio-streamingimage.go index 31251dda5d..7b0086a325 100644 --- a/cloudformation/nimblestudio/aws-nimblestudio-streamingimage.go +++ b/cloudformation/nimblestudio/aws-nimblestudio-streamingimage.go @@ -101,7 +101,6 @@ func (r *StreamingImage) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/nimblestudio/aws-nimblestudio-studio.go b/cloudformation/nimblestudio/aws-nimblestudio-studio.go index ca7279bba1..4917587991 100644 --- a/cloudformation/nimblestudio/aws-nimblestudio-studio.go +++ b/cloudformation/nimblestudio/aws-nimblestudio-studio.go @@ -106,7 +106,6 @@ func (r *Studio) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/nimblestudio/aws-nimblestudio-studiocomponent.go b/cloudformation/nimblestudio/aws-nimblestudio-studiocomponent.go index f82611c776..b4378af73c 100644 --- a/cloudformation/nimblestudio/aws-nimblestudio-studiocomponent.go +++ b/cloudformation/nimblestudio/aws-nimblestudio-studiocomponent.go @@ -126,7 +126,6 @@ func (r *StudioComponent) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/opensearchservice/aws-opensearchservice-domain.go b/cloudformation/opensearchservice/aws-opensearchservice-domain.go index 242699b65c..57fc746e99 100644 --- a/cloudformation/opensearchservice/aws-opensearchservice-domain.go +++ b/cloudformation/opensearchservice/aws-opensearchservice-domain.go @@ -158,7 +158,6 @@ func (r *Domain) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/opsworks/aws-opsworks-app.go b/cloudformation/opsworks/aws-opsworks-app.go index 31c44dd348..5b7a629f2f 100644 --- a/cloudformation/opsworks/aws-opsworks-app.go +++ b/cloudformation/opsworks/aws-opsworks-app.go @@ -136,7 +136,6 @@ func (r *App) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/opsworks/aws-opsworks-elasticloadbalancerattachment.go b/cloudformation/opsworks/aws-opsworks-elasticloadbalancerattachment.go index af3c0108d2..f0140239a4 100644 --- a/cloudformation/opsworks/aws-opsworks-elasticloadbalancerattachment.go +++ b/cloudformation/opsworks/aws-opsworks-elasticloadbalancerattachment.go @@ -86,7 +86,6 @@ func (r *ElasticLoadBalancerAttachment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/opsworks/aws-opsworks-instance.go b/cloudformation/opsworks/aws-opsworks-instance.go index e0d063f1bf..352bac458b 100644 --- a/cloudformation/opsworks/aws-opsworks-instance.go +++ b/cloudformation/opsworks/aws-opsworks-instance.go @@ -181,7 +181,6 @@ func (r *Instance) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/opsworks/aws-opsworks-layer.go b/cloudformation/opsworks/aws-opsworks-layer.go index ab937082df..27ffd23ce9 100644 --- a/cloudformation/opsworks/aws-opsworks-layer.go +++ b/cloudformation/opsworks/aws-opsworks-layer.go @@ -172,7 +172,6 @@ func (r *Layer) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/opsworks/aws-opsworks-stack.go b/cloudformation/opsworks/aws-opsworks-stack.go index 7eb8c1d3f6..5114ef2707 100644 --- a/cloudformation/opsworks/aws-opsworks-stack.go +++ b/cloudformation/opsworks/aws-opsworks-stack.go @@ -202,7 +202,6 @@ func (r *Stack) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/opsworks/aws-opsworks-userprofile.go b/cloudformation/opsworks/aws-opsworks-userprofile.go index 0ff3dbad1d..c3dcaea96b 100644 --- a/cloudformation/opsworks/aws-opsworks-userprofile.go +++ b/cloudformation/opsworks/aws-opsworks-userprofile.go @@ -96,7 +96,6 @@ func (r *UserProfile) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/opsworks/aws-opsworks-volume.go b/cloudformation/opsworks/aws-opsworks-volume.go index 896f6f2fd0..b2caf37cd7 100644 --- a/cloudformation/opsworks/aws-opsworks-volume.go +++ b/cloudformation/opsworks/aws-opsworks-volume.go @@ -96,7 +96,6 @@ func (r *Volume) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/opsworkscm/aws-opsworkscm-server.go b/cloudformation/opsworkscm/aws-opsworkscm-server.go index 97bf7e9088..bc16198234 100644 --- a/cloudformation/opsworkscm/aws-opsworkscm-server.go +++ b/cloudformation/opsworkscm/aws-opsworkscm-server.go @@ -182,7 +182,6 @@ func (r *Server) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/panorama/aws-panorama-applicationinstance.go b/cloudformation/panorama/aws-panorama-applicationinstance.go index 822613acc1..dea39f9c34 100644 --- a/cloudformation/panorama/aws-panorama-applicationinstance.go +++ b/cloudformation/panorama/aws-panorama-applicationinstance.go @@ -127,7 +127,6 @@ func (r *ApplicationInstance) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/panorama/aws-panorama-package.go b/cloudformation/panorama/aws-panorama-package.go index 5f54949e37..b1438762e3 100644 --- a/cloudformation/panorama/aws-panorama-package.go +++ b/cloudformation/panorama/aws-panorama-package.go @@ -87,7 +87,6 @@ func (r *Package) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/panorama/aws-panorama-packageversion.go b/cloudformation/panorama/aws-panorama-packageversion.go index 7a2f6556e9..840f77708f 100644 --- a/cloudformation/panorama/aws-panorama-packageversion.go +++ b/cloudformation/panorama/aws-panorama-packageversion.go @@ -106,7 +106,6 @@ func (r *PackageVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/personalize/aws-personalize-dataset.go b/cloudformation/personalize/aws-personalize-dataset.go index 48bd93c843..aab6ba3f50 100644 --- a/cloudformation/personalize/aws-personalize-dataset.go +++ b/cloudformation/personalize/aws-personalize-dataset.go @@ -101,7 +101,6 @@ func (r *Dataset) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/personalize/aws-personalize-datasetgroup.go b/cloudformation/personalize/aws-personalize-datasetgroup.go index 2eb348eede..a2b0e6cd98 100644 --- a/cloudformation/personalize/aws-personalize-datasetgroup.go +++ b/cloudformation/personalize/aws-personalize-datasetgroup.go @@ -96,7 +96,6 @@ func (r *DatasetGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/personalize/aws-personalize-schema.go b/cloudformation/personalize/aws-personalize-schema.go index b04fde11f8..5a40d4d612 100644 --- a/cloudformation/personalize/aws-personalize-schema.go +++ b/cloudformation/personalize/aws-personalize-schema.go @@ -91,7 +91,6 @@ func (r *Schema) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/personalize/aws-personalize-solution.go b/cloudformation/personalize/aws-personalize-solution.go index a67c2ca3bf..b6142e33ce 100644 --- a/cloudformation/personalize/aws-personalize-solution.go +++ b/cloudformation/personalize/aws-personalize-solution.go @@ -111,7 +111,6 @@ func (r *Solution) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-admchannel.go b/cloudformation/pinpoint/aws-pinpoint-admchannel.go index 647424fdad..f719041fe1 100644 --- a/cloudformation/pinpoint/aws-pinpoint-admchannel.go +++ b/cloudformation/pinpoint/aws-pinpoint-admchannel.go @@ -96,7 +96,6 @@ func (r *ADMChannel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-apnschannel.go b/cloudformation/pinpoint/aws-pinpoint-apnschannel.go index d21302a755..c864b00f75 100644 --- a/cloudformation/pinpoint/aws-pinpoint-apnschannel.go +++ b/cloudformation/pinpoint/aws-pinpoint-apnschannel.go @@ -121,7 +121,6 @@ func (r *APNSChannel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-apnssandboxchannel.go b/cloudformation/pinpoint/aws-pinpoint-apnssandboxchannel.go index 36f8a5ada0..9870a274ff 100644 --- a/cloudformation/pinpoint/aws-pinpoint-apnssandboxchannel.go +++ b/cloudformation/pinpoint/aws-pinpoint-apnssandboxchannel.go @@ -121,7 +121,6 @@ func (r *APNSSandboxChannel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-apnsvoipchannel.go b/cloudformation/pinpoint/aws-pinpoint-apnsvoipchannel.go index ae1b60635f..71861a02e8 100644 --- a/cloudformation/pinpoint/aws-pinpoint-apnsvoipchannel.go +++ b/cloudformation/pinpoint/aws-pinpoint-apnsvoipchannel.go @@ -121,7 +121,6 @@ func (r *APNSVoipChannel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-apnsvoipsandboxchannel.go b/cloudformation/pinpoint/aws-pinpoint-apnsvoipsandboxchannel.go index c286966700..97cffbbe85 100644 --- a/cloudformation/pinpoint/aws-pinpoint-apnsvoipsandboxchannel.go +++ b/cloudformation/pinpoint/aws-pinpoint-apnsvoipsandboxchannel.go @@ -121,7 +121,6 @@ func (r *APNSVoipSandboxChannel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-app.go b/cloudformation/pinpoint/aws-pinpoint-app.go index f52b3c7062..c71c687320 100644 --- a/cloudformation/pinpoint/aws-pinpoint-app.go +++ b/cloudformation/pinpoint/aws-pinpoint-app.go @@ -86,7 +86,6 @@ func (r *App) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-applicationsettings.go b/cloudformation/pinpoint/aws-pinpoint-applicationsettings.go index 3d9548e301..14bdad7c1b 100644 --- a/cloudformation/pinpoint/aws-pinpoint-applicationsettings.go +++ b/cloudformation/pinpoint/aws-pinpoint-applicationsettings.go @@ -101,7 +101,6 @@ func (r *ApplicationSettings) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-baiduchannel.go b/cloudformation/pinpoint/aws-pinpoint-baiduchannel.go index b6ba28ccb6..61d46cf3fd 100644 --- a/cloudformation/pinpoint/aws-pinpoint-baiduchannel.go +++ b/cloudformation/pinpoint/aws-pinpoint-baiduchannel.go @@ -96,7 +96,6 @@ func (r *BaiduChannel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-campaign.go b/cloudformation/pinpoint/aws-pinpoint-campaign.go index b1b3a53087..6eb262493a 100644 --- a/cloudformation/pinpoint/aws-pinpoint-campaign.go +++ b/cloudformation/pinpoint/aws-pinpoint-campaign.go @@ -166,7 +166,6 @@ func (r *Campaign) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-emailchannel.go b/cloudformation/pinpoint/aws-pinpoint-emailchannel.go index b2165abe5b..f545c86340 100644 --- a/cloudformation/pinpoint/aws-pinpoint-emailchannel.go +++ b/cloudformation/pinpoint/aws-pinpoint-emailchannel.go @@ -106,7 +106,6 @@ func (r *EmailChannel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-emailtemplate.go b/cloudformation/pinpoint/aws-pinpoint-emailtemplate.go index 152673406c..42b81becd4 100644 --- a/cloudformation/pinpoint/aws-pinpoint-emailtemplate.go +++ b/cloudformation/pinpoint/aws-pinpoint-emailtemplate.go @@ -111,7 +111,6 @@ func (r *EmailTemplate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-eventstream.go b/cloudformation/pinpoint/aws-pinpoint-eventstream.go index 34dae9fadc..1d36ae7924 100644 --- a/cloudformation/pinpoint/aws-pinpoint-eventstream.go +++ b/cloudformation/pinpoint/aws-pinpoint-eventstream.go @@ -91,7 +91,6 @@ func (r *EventStream) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-gcmchannel.go b/cloudformation/pinpoint/aws-pinpoint-gcmchannel.go index 7b4c5588c1..f2c6655a37 100644 --- a/cloudformation/pinpoint/aws-pinpoint-gcmchannel.go +++ b/cloudformation/pinpoint/aws-pinpoint-gcmchannel.go @@ -91,7 +91,6 @@ func (r *GCMChannel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-inapptemplate.go b/cloudformation/pinpoint/aws-pinpoint-inapptemplate.go index 1d12af4ab8..bde2a40f13 100644 --- a/cloudformation/pinpoint/aws-pinpoint-inapptemplate.go +++ b/cloudformation/pinpoint/aws-pinpoint-inapptemplate.go @@ -106,7 +106,6 @@ func (r *InAppTemplate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-pushtemplate.go b/cloudformation/pinpoint/aws-pinpoint-pushtemplate.go index c30c4065dc..bda15fd7fe 100644 --- a/cloudformation/pinpoint/aws-pinpoint-pushtemplate.go +++ b/cloudformation/pinpoint/aws-pinpoint-pushtemplate.go @@ -121,7 +121,6 @@ func (r *PushTemplate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-segment.go b/cloudformation/pinpoint/aws-pinpoint-segment.go index c4a891044d..b9bf3caf45 100644 --- a/cloudformation/pinpoint/aws-pinpoint-segment.go +++ b/cloudformation/pinpoint/aws-pinpoint-segment.go @@ -101,7 +101,6 @@ func (r *Segment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-smschannel.go b/cloudformation/pinpoint/aws-pinpoint-smschannel.go index 34ff0bd4f3..105e8988fc 100644 --- a/cloudformation/pinpoint/aws-pinpoint-smschannel.go +++ b/cloudformation/pinpoint/aws-pinpoint-smschannel.go @@ -96,7 +96,6 @@ func (r *SMSChannel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-smstemplate.go b/cloudformation/pinpoint/aws-pinpoint-smstemplate.go index ec686bf5fe..4172dd5d26 100644 --- a/cloudformation/pinpoint/aws-pinpoint-smstemplate.go +++ b/cloudformation/pinpoint/aws-pinpoint-smstemplate.go @@ -101,7 +101,6 @@ func (r *SmsTemplate) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpoint/aws-pinpoint-voicechannel.go b/cloudformation/pinpoint/aws-pinpoint-voicechannel.go index 26cad2f034..d20c650b8c 100644 --- a/cloudformation/pinpoint/aws-pinpoint-voicechannel.go +++ b/cloudformation/pinpoint/aws-pinpoint-voicechannel.go @@ -86,7 +86,6 @@ func (r *VoiceChannel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpointemail/aws-pinpointemail-configurationset.go b/cloudformation/pinpointemail/aws-pinpointemail-configurationset.go index e426568d19..c246b1fa4a 100644 --- a/cloudformation/pinpointemail/aws-pinpointemail-configurationset.go +++ b/cloudformation/pinpointemail/aws-pinpointemail-configurationset.go @@ -106,7 +106,6 @@ func (r *ConfigurationSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpointemail/aws-pinpointemail-configurationseteventdestination.go b/cloudformation/pinpointemail/aws-pinpointemail-configurationseteventdestination.go index d864b4c0df..90ff4719ff 100644 --- a/cloudformation/pinpointemail/aws-pinpointemail-configurationseteventdestination.go +++ b/cloudformation/pinpointemail/aws-pinpointemail-configurationseteventdestination.go @@ -91,7 +91,6 @@ func (r *ConfigurationSetEventDestination) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpointemail/aws-pinpointemail-dedicatedippool.go b/cloudformation/pinpointemail/aws-pinpointemail-dedicatedippool.go index 6c8e83581e..95250096e8 100644 --- a/cloudformation/pinpointemail/aws-pinpointemail-dedicatedippool.go +++ b/cloudformation/pinpointemail/aws-pinpointemail-dedicatedippool.go @@ -86,7 +86,6 @@ func (r *DedicatedIpPool) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/pinpointemail/aws-pinpointemail-identity.go b/cloudformation/pinpointemail/aws-pinpointemail-identity.go index cb2798cc86..2f3d5a817d 100644 --- a/cloudformation/pinpointemail/aws-pinpointemail-identity.go +++ b/cloudformation/pinpointemail/aws-pinpointemail-identity.go @@ -101,7 +101,6 @@ func (r *Identity) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/qldb/aws-qldb-ledger.go b/cloudformation/qldb/aws-qldb-ledger.go index cc4954c5db..5d96faba7d 100644 --- a/cloudformation/qldb/aws-qldb-ledger.go +++ b/cloudformation/qldb/aws-qldb-ledger.go @@ -102,7 +102,6 @@ func (r *Ledger) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/qldb/aws-qldb-stream.go b/cloudformation/qldb/aws-qldb-stream.go index 2f1777207b..3043ccce62 100644 --- a/cloudformation/qldb/aws-qldb-stream.go +++ b/cloudformation/qldb/aws-qldb-stream.go @@ -112,7 +112,6 @@ func (r *Stream) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/quicksight/aws-quicksight-analysis.go b/cloudformation/quicksight/aws-quicksight-analysis.go index df7b751434..27f7700a6a 100644 --- a/cloudformation/quicksight/aws-quicksight-analysis.go +++ b/cloudformation/quicksight/aws-quicksight-analysis.go @@ -122,7 +122,6 @@ func (r *Analysis) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/quicksight/aws-quicksight-dashboard.go b/cloudformation/quicksight/aws-quicksight-dashboard.go index 3a9b4d3ec6..64f45aa82f 100644 --- a/cloudformation/quicksight/aws-quicksight-dashboard.go +++ b/cloudformation/quicksight/aws-quicksight-dashboard.go @@ -127,7 +127,6 @@ func (r *Dashboard) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/quicksight/aws-quicksight-dataset.go b/cloudformation/quicksight/aws-quicksight-dataset.go index 968518596c..82fbd06028 100644 --- a/cloudformation/quicksight/aws-quicksight-dataset.go +++ b/cloudformation/quicksight/aws-quicksight-dataset.go @@ -147,7 +147,6 @@ func (r *DataSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/quicksight/aws-quicksight-datasource.go b/cloudformation/quicksight/aws-quicksight-datasource.go index 2ce3d1ffde..b6ffc6370a 100644 --- a/cloudformation/quicksight/aws-quicksight-datasource.go +++ b/cloudformation/quicksight/aws-quicksight-datasource.go @@ -137,7 +137,6 @@ func (r *DataSource) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/quicksight/aws-quicksight-template.go b/cloudformation/quicksight/aws-quicksight-template.go index 76b138815c..59ed0d8ce8 100644 --- a/cloudformation/quicksight/aws-quicksight-template.go +++ b/cloudformation/quicksight/aws-quicksight-template.go @@ -112,7 +112,6 @@ func (r *Template) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/quicksight/aws-quicksight-theme.go b/cloudformation/quicksight/aws-quicksight-theme.go index ed2c9c107b..dc756c4873 100644 --- a/cloudformation/quicksight/aws-quicksight-theme.go +++ b/cloudformation/quicksight/aws-quicksight-theme.go @@ -117,7 +117,6 @@ func (r *Theme) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ram/aws-ram-resourceshare.go b/cloudformation/ram/aws-ram-resourceshare.go index 301b20be45..b4d9128f9a 100644 --- a/cloudformation/ram/aws-ram-resourceshare.go +++ b/cloudformation/ram/aws-ram-resourceshare.go @@ -107,7 +107,6 @@ func (r *ResourceShare) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rds/aws-rds-dbcluster.go b/cloudformation/rds/aws-rds-dbcluster.go index 2b415f5ab5..147c79b9fc 100644 --- a/cloudformation/rds/aws-rds-dbcluster.go +++ b/cloudformation/rds/aws-rds-dbcluster.go @@ -242,7 +242,6 @@ func (r *DBCluster) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rds/aws-rds-dbclusterparametergroup.go b/cloudformation/rds/aws-rds-dbclusterparametergroup.go index cf1a4c79e7..dcfff116ba 100644 --- a/cloudformation/rds/aws-rds-dbclusterparametergroup.go +++ b/cloudformation/rds/aws-rds-dbclusterparametergroup.go @@ -97,7 +97,6 @@ func (r *DBClusterParameterGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rds/aws-rds-dbinstance.go b/cloudformation/rds/aws-rds-dbinstance.go index 3245e10863..58b41ac30c 100644 --- a/cloudformation/rds/aws-rds-dbinstance.go +++ b/cloudformation/rds/aws-rds-dbinstance.go @@ -337,7 +337,6 @@ func (r *DBInstance) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rds/aws-rds-dbparametergroup.go b/cloudformation/rds/aws-rds-dbparametergroup.go index 33bb175682..a0787b3554 100644 --- a/cloudformation/rds/aws-rds-dbparametergroup.go +++ b/cloudformation/rds/aws-rds-dbparametergroup.go @@ -97,7 +97,6 @@ func (r *DBParameterGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rds/aws-rds-dbproxy.go b/cloudformation/rds/aws-rds-dbproxy.go index f052544d29..946c2494ac 100644 --- a/cloudformation/rds/aws-rds-dbproxy.go +++ b/cloudformation/rds/aws-rds-dbproxy.go @@ -126,7 +126,6 @@ func (r *DBProxy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rds/aws-rds-dbproxyendpoint.go b/cloudformation/rds/aws-rds-dbproxyendpoint.go index 95bb3357d1..bac74851b6 100644 --- a/cloudformation/rds/aws-rds-dbproxyendpoint.go +++ b/cloudformation/rds/aws-rds-dbproxyendpoint.go @@ -106,7 +106,6 @@ func (r *DBProxyEndpoint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rds/aws-rds-dbproxytargetgroup.go b/cloudformation/rds/aws-rds-dbproxytargetgroup.go index 4d27f7eccf..8e67c3767b 100644 --- a/cloudformation/rds/aws-rds-dbproxytargetgroup.go +++ b/cloudformation/rds/aws-rds-dbproxytargetgroup.go @@ -101,7 +101,6 @@ func (r *DBProxyTargetGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rds/aws-rds-dbsecuritygroup.go b/cloudformation/rds/aws-rds-dbsecuritygroup.go index b0268ccd59..3c83aa3fe8 100644 --- a/cloudformation/rds/aws-rds-dbsecuritygroup.go +++ b/cloudformation/rds/aws-rds-dbsecuritygroup.go @@ -97,7 +97,6 @@ func (r *DBSecurityGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rds/aws-rds-dbsecuritygroupingress.go b/cloudformation/rds/aws-rds-dbsecuritygroupingress.go index 34da38e123..b14ab778d7 100644 --- a/cloudformation/rds/aws-rds-dbsecuritygroupingress.go +++ b/cloudformation/rds/aws-rds-dbsecuritygroupingress.go @@ -101,7 +101,6 @@ func (r *DBSecurityGroupIngress) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rds/aws-rds-dbsubnetgroup.go b/cloudformation/rds/aws-rds-dbsubnetgroup.go index d547cbd405..76f8e27c29 100644 --- a/cloudformation/rds/aws-rds-dbsubnetgroup.go +++ b/cloudformation/rds/aws-rds-dbsubnetgroup.go @@ -97,7 +97,6 @@ func (r *DBSubnetGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rds/aws-rds-eventsubscription.go b/cloudformation/rds/aws-rds-eventsubscription.go index de43f537c5..7e94922213 100644 --- a/cloudformation/rds/aws-rds-eventsubscription.go +++ b/cloudformation/rds/aws-rds-eventsubscription.go @@ -112,7 +112,6 @@ func (r *EventSubscription) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rds/aws-rds-globalcluster.go b/cloudformation/rds/aws-rds-globalcluster.go index dde078f91e..62cc163dc3 100644 --- a/cloudformation/rds/aws-rds-globalcluster.go +++ b/cloudformation/rds/aws-rds-globalcluster.go @@ -106,7 +106,6 @@ func (r *GlobalCluster) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rds/aws-rds-optiongroup.go b/cloudformation/rds/aws-rds-optiongroup.go index fe0b99d53f..080caa656a 100644 --- a/cloudformation/rds/aws-rds-optiongroup.go +++ b/cloudformation/rds/aws-rds-optiongroup.go @@ -102,7 +102,6 @@ func (r *OptionGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/redshift/aws-redshift-cluster.go b/cloudformation/redshift/aws-redshift-cluster.go index a015903c9b..34c20b0650 100644 --- a/cloudformation/redshift/aws-redshift-cluster.go +++ b/cloudformation/redshift/aws-redshift-cluster.go @@ -312,7 +312,6 @@ func (r *Cluster) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/redshift/aws-redshift-clusterparametergroup.go b/cloudformation/redshift/aws-redshift-clusterparametergroup.go index 7c1a4984cc..bd3a4269a0 100644 --- a/cloudformation/redshift/aws-redshift-clusterparametergroup.go +++ b/cloudformation/redshift/aws-redshift-clusterparametergroup.go @@ -97,7 +97,6 @@ func (r *ClusterParameterGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/redshift/aws-redshift-clustersecuritygroup.go b/cloudformation/redshift/aws-redshift-clustersecuritygroup.go index 290414bf29..f6f72c2e73 100644 --- a/cloudformation/redshift/aws-redshift-clustersecuritygroup.go +++ b/cloudformation/redshift/aws-redshift-clustersecuritygroup.go @@ -87,7 +87,6 @@ func (r *ClusterSecurityGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/redshift/aws-redshift-clustersecuritygroupingress.go b/cloudformation/redshift/aws-redshift-clustersecuritygroupingress.go index eea1191bf2..1bdff95800 100644 --- a/cloudformation/redshift/aws-redshift-clustersecuritygroupingress.go +++ b/cloudformation/redshift/aws-redshift-clustersecuritygroupingress.go @@ -96,7 +96,6 @@ func (r *ClusterSecurityGroupIngress) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/redshift/aws-redshift-clustersubnetgroup.go b/cloudformation/redshift/aws-redshift-clustersubnetgroup.go index fe265a2957..4d5756b982 100644 --- a/cloudformation/redshift/aws-redshift-clustersubnetgroup.go +++ b/cloudformation/redshift/aws-redshift-clustersubnetgroup.go @@ -92,7 +92,6 @@ func (r *ClusterSubnetGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/redshift/aws-redshift-endpointaccess.go b/cloudformation/redshift/aws-redshift-endpointaccess.go index fe2983af4b..67ede90c60 100644 --- a/cloudformation/redshift/aws-redshift-endpointaccess.go +++ b/cloudformation/redshift/aws-redshift-endpointaccess.go @@ -101,7 +101,6 @@ func (r *EndpointAccess) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/redshift/aws-redshift-endpointauthorization.go b/cloudformation/redshift/aws-redshift-endpointauthorization.go index 3fceaf628b..3689b9b111 100644 --- a/cloudformation/redshift/aws-redshift-endpointauthorization.go +++ b/cloudformation/redshift/aws-redshift-endpointauthorization.go @@ -96,7 +96,6 @@ func (r *EndpointAuthorization) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/redshift/aws-redshift-eventsubscription.go b/cloudformation/redshift/aws-redshift-eventsubscription.go index a5c79ddfc5..b98844ba29 100644 --- a/cloudformation/redshift/aws-redshift-eventsubscription.go +++ b/cloudformation/redshift/aws-redshift-eventsubscription.go @@ -117,7 +117,6 @@ func (r *EventSubscription) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/redshift/aws-redshift-scheduledaction.go b/cloudformation/redshift/aws-redshift-scheduledaction.go index de1235b486..b1c2c65499 100644 --- a/cloudformation/redshift/aws-redshift-scheduledaction.go +++ b/cloudformation/redshift/aws-redshift-scheduledaction.go @@ -116,7 +116,6 @@ func (r *ScheduledAction) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/redshiftserverless/aws-redshiftserverless-namespace.go b/cloudformation/redshiftserverless/aws-redshiftserverless-namespace.go index fba5d2619a..0f085c8957 100644 --- a/cloudformation/redshiftserverless/aws-redshiftserverless-namespace.go +++ b/cloudformation/redshiftserverless/aws-redshiftserverless-namespace.go @@ -132,7 +132,6 @@ func (r *Namespace) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/redshiftserverless/aws-redshiftserverless-workgroup.go b/cloudformation/redshiftserverless/aws-redshiftserverless-workgroup.go index 8fabda58cf..8558c7f2a7 100644 --- a/cloudformation/redshiftserverless/aws-redshiftserverless-workgroup.go +++ b/cloudformation/redshiftserverless/aws-redshiftserverless-workgroup.go @@ -122,7 +122,6 @@ func (r *Workgroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/refactorspaces/aws-refactorspaces-application.go b/cloudformation/refactorspaces/aws-refactorspaces-application.go index 8f58a0e93f..369fdb3262 100644 --- a/cloudformation/refactorspaces/aws-refactorspaces-application.go +++ b/cloudformation/refactorspaces/aws-refactorspaces-application.go @@ -107,7 +107,6 @@ func (r *Application) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/refactorspaces/aws-refactorspaces-environment.go b/cloudformation/refactorspaces/aws-refactorspaces-environment.go index 29f21918c3..79e736e43a 100644 --- a/cloudformation/refactorspaces/aws-refactorspaces-environment.go +++ b/cloudformation/refactorspaces/aws-refactorspaces-environment.go @@ -97,7 +97,6 @@ func (r *Environment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/refactorspaces/aws-refactorspaces-route.go b/cloudformation/refactorspaces/aws-refactorspaces-route.go index afc7d27769..b98b86ccaf 100644 --- a/cloudformation/refactorspaces/aws-refactorspaces-route.go +++ b/cloudformation/refactorspaces/aws-refactorspaces-route.go @@ -112,7 +112,6 @@ func (r *Route) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/refactorspaces/aws-refactorspaces-service.go b/cloudformation/refactorspaces/aws-refactorspaces-service.go index ce5f758162..8ab80b9820 100644 --- a/cloudformation/refactorspaces/aws-refactorspaces-service.go +++ b/cloudformation/refactorspaces/aws-refactorspaces-service.go @@ -122,7 +122,6 @@ func (r *Service) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rekognition/aws-rekognition-collection.go b/cloudformation/rekognition/aws-rekognition-collection.go index 45d438ce31..266d5533ab 100644 --- a/cloudformation/rekognition/aws-rekognition-collection.go +++ b/cloudformation/rekognition/aws-rekognition-collection.go @@ -87,7 +87,6 @@ func (r *Collection) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rekognition/aws-rekognition-project.go b/cloudformation/rekognition/aws-rekognition-project.go index 4d709d2e8f..7aef87b6d4 100644 --- a/cloudformation/rekognition/aws-rekognition-project.go +++ b/cloudformation/rekognition/aws-rekognition-project.go @@ -81,7 +81,6 @@ func (r *Project) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rekognition/aws-rekognition-streamprocessor.go b/cloudformation/rekognition/aws-rekognition-streamprocessor.go index 3820a08999..d61d8a59e9 100644 --- a/cloudformation/rekognition/aws-rekognition-streamprocessor.go +++ b/cloudformation/rekognition/aws-rekognition-streamprocessor.go @@ -142,7 +142,6 @@ func (r *StreamProcessor) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/resiliencehub/aws-resiliencehub-app.go b/cloudformation/resiliencehub/aws-resiliencehub-app.go index 5cdca9ab7e..2f3a0d33d9 100644 --- a/cloudformation/resiliencehub/aws-resiliencehub-app.go +++ b/cloudformation/resiliencehub/aws-resiliencehub-app.go @@ -111,7 +111,6 @@ func (r *App) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/resiliencehub/aws-resiliencehub-resiliencypolicy.go b/cloudformation/resiliencehub/aws-resiliencehub-resiliencypolicy.go index 96c77130c2..e2bac7d038 100644 --- a/cloudformation/resiliencehub/aws-resiliencehub-resiliencypolicy.go +++ b/cloudformation/resiliencehub/aws-resiliencehub-resiliencypolicy.go @@ -106,7 +106,6 @@ func (r *ResiliencyPolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/resourcegroups/aws-resourcegroups-group.go b/cloudformation/resourcegroups/aws-resourcegroups-group.go index 3fccb854da..fa97d2844d 100644 --- a/cloudformation/resourcegroups/aws-resourcegroups-group.go +++ b/cloudformation/resourcegroups/aws-resourcegroups-group.go @@ -107,7 +107,6 @@ func (r *Group) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/robomaker/aws-robomaker-fleet.go b/cloudformation/robomaker/aws-robomaker-fleet.go index 46e62f4e93..ad0732dace 100644 --- a/cloudformation/robomaker/aws-robomaker-fleet.go +++ b/cloudformation/robomaker/aws-robomaker-fleet.go @@ -86,7 +86,6 @@ func (r *Fleet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/robomaker/aws-robomaker-robot.go b/cloudformation/robomaker/aws-robomaker-robot.go index f54da53476..85e7037de6 100644 --- a/cloudformation/robomaker/aws-robomaker-robot.go +++ b/cloudformation/robomaker/aws-robomaker-robot.go @@ -101,7 +101,6 @@ func (r *Robot) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/robomaker/aws-robomaker-robotapplication.go b/cloudformation/robomaker/aws-robomaker-robotapplication.go index a0e1a49b37..02ced20c25 100644 --- a/cloudformation/robomaker/aws-robomaker-robotapplication.go +++ b/cloudformation/robomaker/aws-robomaker-robotapplication.go @@ -106,7 +106,6 @@ func (r *RobotApplication) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/robomaker/aws-robomaker-robotapplicationversion.go b/cloudformation/robomaker/aws-robomaker-robotapplicationversion.go index a5303dbd3e..6fa95336f7 100644 --- a/cloudformation/robomaker/aws-robomaker-robotapplicationversion.go +++ b/cloudformation/robomaker/aws-robomaker-robotapplicationversion.go @@ -86,7 +86,6 @@ func (r *RobotApplicationVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/robomaker/aws-robomaker-simulationapplication.go b/cloudformation/robomaker/aws-robomaker-simulationapplication.go index 0a931208f4..f8efe21ab2 100644 --- a/cloudformation/robomaker/aws-robomaker-simulationapplication.go +++ b/cloudformation/robomaker/aws-robomaker-simulationapplication.go @@ -116,7 +116,6 @@ func (r *SimulationApplication) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/robomaker/aws-robomaker-simulationapplicationversion.go b/cloudformation/robomaker/aws-robomaker-simulationapplicationversion.go index 800d199bc4..5cf6a50bfb 100644 --- a/cloudformation/robomaker/aws-robomaker-simulationapplicationversion.go +++ b/cloudformation/robomaker/aws-robomaker-simulationapplicationversion.go @@ -86,7 +86,6 @@ func (r *SimulationApplicationVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rolesanywhere/aws-rolesanywhere-crl.go b/cloudformation/rolesanywhere/aws-rolesanywhere-crl.go index 97b2063aa0..5cb34014b5 100644 --- a/cloudformation/rolesanywhere/aws-rolesanywhere-crl.go +++ b/cloudformation/rolesanywhere/aws-rolesanywhere-crl.go @@ -102,7 +102,6 @@ func (r *CRL) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rolesanywhere/aws-rolesanywhere-profile.go b/cloudformation/rolesanywhere/aws-rolesanywhere-profile.go index 91d083d008..fb31367188 100644 --- a/cloudformation/rolesanywhere/aws-rolesanywhere-profile.go +++ b/cloudformation/rolesanywhere/aws-rolesanywhere-profile.go @@ -117,7 +117,6 @@ func (r *Profile) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rolesanywhere/aws-rolesanywhere-trustanchor.go b/cloudformation/rolesanywhere/aws-rolesanywhere-trustanchor.go index 0ee0bb6d44..fa3fa8dfd8 100644 --- a/cloudformation/rolesanywhere/aws-rolesanywhere-trustanchor.go +++ b/cloudformation/rolesanywhere/aws-rolesanywhere-trustanchor.go @@ -97,7 +97,6 @@ func (r *TrustAnchor) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53/aws-route53-cidrcollection.go b/cloudformation/route53/aws-route53-cidrcollection.go index b4ec18ce74..a301fd38ba 100644 --- a/cloudformation/route53/aws-route53-cidrcollection.go +++ b/cloudformation/route53/aws-route53-cidrcollection.go @@ -86,7 +86,6 @@ func (r *CidrCollection) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53/aws-route53-dnssec.go b/cloudformation/route53/aws-route53-dnssec.go index 14e191307a..d0134e63e7 100644 --- a/cloudformation/route53/aws-route53-dnssec.go +++ b/cloudformation/route53/aws-route53-dnssec.go @@ -81,7 +81,6 @@ func (r *DNSSEC) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53/aws-route53-healthcheck.go b/cloudformation/route53/aws-route53-healthcheck.go index e9d1be7773..3ea2e86452 100644 --- a/cloudformation/route53/aws-route53-healthcheck.go +++ b/cloudformation/route53/aws-route53-healthcheck.go @@ -86,7 +86,6 @@ func (r *HealthCheck) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53/aws-route53-hostedzone.go b/cloudformation/route53/aws-route53-hostedzone.go index f1cab0fa9a..b04a92c4f4 100644 --- a/cloudformation/route53/aws-route53-hostedzone.go +++ b/cloudformation/route53/aws-route53-hostedzone.go @@ -101,7 +101,6 @@ func (r *HostedZone) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53/aws-route53-keysigningkey.go b/cloudformation/route53/aws-route53-keysigningkey.go index fb7b5ceea6..f514c32420 100644 --- a/cloudformation/route53/aws-route53-keysigningkey.go +++ b/cloudformation/route53/aws-route53-keysigningkey.go @@ -96,7 +96,6 @@ func (r *KeySigningKey) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53/aws-route53-recordset.go b/cloudformation/route53/aws-route53-recordset.go index f6d1930810..0196d5965c 100644 --- a/cloudformation/route53/aws-route53-recordset.go +++ b/cloudformation/route53/aws-route53-recordset.go @@ -156,7 +156,6 @@ func (r *RecordSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53/aws-route53-recordsetgroup.go b/cloudformation/route53/aws-route53-recordsetgroup.go index c87d2e4e58..1f6e4a0746 100644 --- a/cloudformation/route53/aws-route53-recordsetgroup.go +++ b/cloudformation/route53/aws-route53-recordsetgroup.go @@ -96,7 +96,6 @@ func (r *RecordSetGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53recoverycontrol/aws-route53recoverycontrol-cluster.go b/cloudformation/route53recoverycontrol/aws-route53recoverycontrol-cluster.go index 82a5e5e243..fe447667c3 100644 --- a/cloudformation/route53recoverycontrol/aws-route53recoverycontrol-cluster.go +++ b/cloudformation/route53recoverycontrol/aws-route53recoverycontrol-cluster.go @@ -87,7 +87,6 @@ func (r *Cluster) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53recoverycontrol/aws-route53recoverycontrol-controlpanel.go b/cloudformation/route53recoverycontrol/aws-route53recoverycontrol-controlpanel.go index 187cdfa02b..884767deee 100644 --- a/cloudformation/route53recoverycontrol/aws-route53recoverycontrol-controlpanel.go +++ b/cloudformation/route53recoverycontrol/aws-route53recoverycontrol-controlpanel.go @@ -92,7 +92,6 @@ func (r *ControlPanel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53recoverycontrol/aws-route53recoverycontrol-routingcontrol.go b/cloudformation/route53recoverycontrol/aws-route53recoverycontrol-routingcontrol.go index ad6b3bc0e4..8d35fae349 100644 --- a/cloudformation/route53recoverycontrol/aws-route53recoverycontrol-routingcontrol.go +++ b/cloudformation/route53recoverycontrol/aws-route53recoverycontrol-routingcontrol.go @@ -91,7 +91,6 @@ func (r *RoutingControl) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53recoverycontrol/aws-route53recoverycontrol-safetyrule.go b/cloudformation/route53recoverycontrol/aws-route53recoverycontrol-safetyrule.go index 8e793b4b2d..6024f7eb27 100644 --- a/cloudformation/route53recoverycontrol/aws-route53recoverycontrol-safetyrule.go +++ b/cloudformation/route53recoverycontrol/aws-route53recoverycontrol-safetyrule.go @@ -107,7 +107,6 @@ func (r *SafetyRule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53recoveryreadiness/aws-route53recoveryreadiness-cell.go b/cloudformation/route53recoveryreadiness/aws-route53recoveryreadiness-cell.go index a71ae1d895..3b49e1e6f8 100644 --- a/cloudformation/route53recoveryreadiness/aws-route53recoveryreadiness-cell.go +++ b/cloudformation/route53recoveryreadiness/aws-route53recoveryreadiness-cell.go @@ -92,7 +92,6 @@ func (r *Cell) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53recoveryreadiness/aws-route53recoveryreadiness-readinesscheck.go b/cloudformation/route53recoveryreadiness/aws-route53recoveryreadiness-readinesscheck.go index ab0e2fb233..f6335f3ac9 100644 --- a/cloudformation/route53recoveryreadiness/aws-route53recoveryreadiness-readinesscheck.go +++ b/cloudformation/route53recoveryreadiness/aws-route53recoveryreadiness-readinesscheck.go @@ -92,7 +92,6 @@ func (r *ReadinessCheck) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53recoveryreadiness/aws-route53recoveryreadiness-recoverygroup.go b/cloudformation/route53recoveryreadiness/aws-route53recoveryreadiness-recoverygroup.go index 06eea69673..74da5d68b9 100644 --- a/cloudformation/route53recoveryreadiness/aws-route53recoveryreadiness-recoverygroup.go +++ b/cloudformation/route53recoveryreadiness/aws-route53recoveryreadiness-recoverygroup.go @@ -92,7 +92,6 @@ func (r *RecoveryGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53recoveryreadiness/aws-route53recoveryreadiness-resourceset.go b/cloudformation/route53recoveryreadiness/aws-route53recoveryreadiness-resourceset.go index 06dcd656cb..26de951938 100644 --- a/cloudformation/route53recoveryreadiness/aws-route53recoveryreadiness-resourceset.go +++ b/cloudformation/route53recoveryreadiness/aws-route53recoveryreadiness-resourceset.go @@ -97,7 +97,6 @@ func (r *ResourceSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53resolver/aws-route53resolver-firewalldomainlist.go b/cloudformation/route53resolver/aws-route53resolver-firewalldomainlist.go index 09464662bd..9c86fdfdbe 100644 --- a/cloudformation/route53resolver/aws-route53resolver-firewalldomainlist.go +++ b/cloudformation/route53resolver/aws-route53resolver-firewalldomainlist.go @@ -97,7 +97,6 @@ func (r *FirewallDomainList) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53resolver/aws-route53resolver-firewallrulegroup.go b/cloudformation/route53resolver/aws-route53resolver-firewallrulegroup.go index 681cfad22a..660dfc6f92 100644 --- a/cloudformation/route53resolver/aws-route53resolver-firewallrulegroup.go +++ b/cloudformation/route53resolver/aws-route53resolver-firewallrulegroup.go @@ -92,7 +92,6 @@ func (r *FirewallRuleGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53resolver/aws-route53resolver-firewallrulegroupassociation.go b/cloudformation/route53resolver/aws-route53resolver-firewallrulegroupassociation.go index c6d04bde95..7f156c9f96 100644 --- a/cloudformation/route53resolver/aws-route53resolver-firewallrulegroupassociation.go +++ b/cloudformation/route53resolver/aws-route53resolver-firewallrulegroupassociation.go @@ -107,7 +107,6 @@ func (r *FirewallRuleGroupAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53resolver/aws-route53resolver-resolverconfig.go b/cloudformation/route53resolver/aws-route53resolver-resolverconfig.go index 81ee1d3490..15cbf6fb57 100644 --- a/cloudformation/route53resolver/aws-route53resolver-resolverconfig.go +++ b/cloudformation/route53resolver/aws-route53resolver-resolverconfig.go @@ -86,7 +86,6 @@ func (r *ResolverConfig) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53resolver/aws-route53resolver-resolverdnssecconfig.go b/cloudformation/route53resolver/aws-route53resolver-resolverdnssecconfig.go index 3c8c12b89b..f080739983 100644 --- a/cloudformation/route53resolver/aws-route53resolver-resolverdnssecconfig.go +++ b/cloudformation/route53resolver/aws-route53resolver-resolverdnssecconfig.go @@ -81,7 +81,6 @@ func (r *ResolverDNSSECConfig) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53resolver/aws-route53resolver-resolverendpoint.go b/cloudformation/route53resolver/aws-route53resolver-resolverendpoint.go index 67d27f7ed2..a3d5f561dc 100644 --- a/cloudformation/route53resolver/aws-route53resolver-resolverendpoint.go +++ b/cloudformation/route53resolver/aws-route53resolver-resolverendpoint.go @@ -102,7 +102,6 @@ func (r *ResolverEndpoint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53resolver/aws-route53resolver-resolverqueryloggingconfig.go b/cloudformation/route53resolver/aws-route53resolver-resolverqueryloggingconfig.go index 0e04d21967..20d4b7a0fc 100644 --- a/cloudformation/route53resolver/aws-route53resolver-resolverqueryloggingconfig.go +++ b/cloudformation/route53resolver/aws-route53resolver-resolverqueryloggingconfig.go @@ -86,7 +86,6 @@ func (r *ResolverQueryLoggingConfig) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53resolver/aws-route53resolver-resolverqueryloggingconfigassociation.go b/cloudformation/route53resolver/aws-route53resolver-resolverqueryloggingconfigassociation.go index 84f4b24463..b94a38c753 100644 --- a/cloudformation/route53resolver/aws-route53resolver-resolverqueryloggingconfigassociation.go +++ b/cloudformation/route53resolver/aws-route53resolver-resolverqueryloggingconfigassociation.go @@ -86,7 +86,6 @@ func (r *ResolverQueryLoggingConfigAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53resolver/aws-route53resolver-resolverrule.go b/cloudformation/route53resolver/aws-route53resolver-resolverrule.go index 58dcaefd44..a93a0bcdd4 100644 --- a/cloudformation/route53resolver/aws-route53resolver-resolverrule.go +++ b/cloudformation/route53resolver/aws-route53resolver-resolverrule.go @@ -107,7 +107,6 @@ func (r *ResolverRule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/route53resolver/aws-route53resolver-resolverruleassociation.go b/cloudformation/route53resolver/aws-route53resolver-resolverruleassociation.go index 7c72217a8d..2aa66ce80e 100644 --- a/cloudformation/route53resolver/aws-route53resolver-resolverruleassociation.go +++ b/cloudformation/route53resolver/aws-route53resolver-resolverruleassociation.go @@ -91,7 +91,6 @@ func (r *ResolverRuleAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/rum/aws-rum-appmonitor.go b/cloudformation/rum/aws-rum-appmonitor.go index b56cdacd33..d9db76f33d 100644 --- a/cloudformation/rum/aws-rum-appmonitor.go +++ b/cloudformation/rum/aws-rum-appmonitor.go @@ -102,7 +102,6 @@ func (r *AppMonitor) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/s3/aws-s3-accesspoint.go b/cloudformation/s3/aws-s3-accesspoint.go index 0feb2b36d2..08f0c650a8 100644 --- a/cloudformation/s3/aws-s3-accesspoint.go +++ b/cloudformation/s3/aws-s3-accesspoint.go @@ -106,7 +106,6 @@ func (r *AccessPoint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/s3/aws-s3-bucket.go b/cloudformation/s3/aws-s3-bucket.go index 53eba73b1c..cb32e9552d 100644 --- a/cloudformation/s3/aws-s3-bucket.go +++ b/cloudformation/s3/aws-s3-bucket.go @@ -177,7 +177,6 @@ func (r *Bucket) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/s3/aws-s3-bucketpolicy.go b/cloudformation/s3/aws-s3-bucketpolicy.go index 37a4a54f38..a7540930e2 100644 --- a/cloudformation/s3/aws-s3-bucketpolicy.go +++ b/cloudformation/s3/aws-s3-bucketpolicy.go @@ -86,7 +86,6 @@ func (r *BucketPolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/s3/aws-s3-multiregionaccesspoint.go b/cloudformation/s3/aws-s3-multiregionaccesspoint.go index 990b203e0b..bd7fecbb72 100644 --- a/cloudformation/s3/aws-s3-multiregionaccesspoint.go +++ b/cloudformation/s3/aws-s3-multiregionaccesspoint.go @@ -91,7 +91,6 @@ func (r *MultiRegionAccessPoint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/s3/aws-s3-multiregionaccesspointpolicy.go b/cloudformation/s3/aws-s3-multiregionaccesspointpolicy.go index df808fdacc..b2ae5705a1 100644 --- a/cloudformation/s3/aws-s3-multiregionaccesspointpolicy.go +++ b/cloudformation/s3/aws-s3-multiregionaccesspointpolicy.go @@ -86,7 +86,6 @@ func (r *MultiRegionAccessPointPolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/s3/aws-s3-storagelens.go b/cloudformation/s3/aws-s3-storagelens.go index c4ea087d0e..22b5613901 100644 --- a/cloudformation/s3/aws-s3-storagelens.go +++ b/cloudformation/s3/aws-s3-storagelens.go @@ -87,7 +87,6 @@ func (r *StorageLens) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/s3objectlambda/aws-s3objectlambda-accesspoint.go b/cloudformation/s3objectlambda/aws-s3objectlambda-accesspoint.go index 14c6df02fc..e7ffadb1d1 100644 --- a/cloudformation/s3objectlambda/aws-s3objectlambda-accesspoint.go +++ b/cloudformation/s3objectlambda/aws-s3objectlambda-accesspoint.go @@ -86,7 +86,6 @@ func (r *AccessPoint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/s3objectlambda/aws-s3objectlambda-accesspointpolicy.go b/cloudformation/s3objectlambda/aws-s3objectlambda-accesspointpolicy.go index 97646edada..45a1e85991 100644 --- a/cloudformation/s3objectlambda/aws-s3objectlambda-accesspointpolicy.go +++ b/cloudformation/s3objectlambda/aws-s3objectlambda-accesspointpolicy.go @@ -86,7 +86,6 @@ func (r *AccessPointPolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/s3outposts/aws-s3outposts-accesspoint.go b/cloudformation/s3outposts/aws-s3outposts-accesspoint.go index 6e92102dbd..7b214d9c5e 100644 --- a/cloudformation/s3outposts/aws-s3outposts-accesspoint.go +++ b/cloudformation/s3outposts/aws-s3outposts-accesspoint.go @@ -96,7 +96,6 @@ func (r *AccessPoint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/s3outposts/aws-s3outposts-bucket.go b/cloudformation/s3outposts/aws-s3outposts-bucket.go index eb321b79a3..a9e2f0ddc4 100644 --- a/cloudformation/s3outposts/aws-s3outposts-bucket.go +++ b/cloudformation/s3outposts/aws-s3outposts-bucket.go @@ -97,7 +97,6 @@ func (r *Bucket) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/s3outposts/aws-s3outposts-bucketpolicy.go b/cloudformation/s3outposts/aws-s3outposts-bucketpolicy.go index 193dd0a1ba..7c1db612cf 100644 --- a/cloudformation/s3outposts/aws-s3outposts-bucketpolicy.go +++ b/cloudformation/s3outposts/aws-s3outposts-bucketpolicy.go @@ -86,7 +86,6 @@ func (r *BucketPolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/s3outposts/aws-s3outposts-endpoint.go b/cloudformation/s3outposts/aws-s3outposts-endpoint.go index 5b5e1f6808..6053eb2b45 100644 --- a/cloudformation/s3outposts/aws-s3outposts-endpoint.go +++ b/cloudformation/s3outposts/aws-s3outposts-endpoint.go @@ -101,7 +101,6 @@ func (r *Endpoint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-app.go b/cloudformation/sagemaker/aws-sagemaker-app.go index d7d31d8f09..e0991381fd 100644 --- a/cloudformation/sagemaker/aws-sagemaker-app.go +++ b/cloudformation/sagemaker/aws-sagemaker-app.go @@ -107,7 +107,6 @@ func (r *App) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-appimageconfig.go b/cloudformation/sagemaker/aws-sagemaker-appimageconfig.go index 64f4625505..1b734c030d 100644 --- a/cloudformation/sagemaker/aws-sagemaker-appimageconfig.go +++ b/cloudformation/sagemaker/aws-sagemaker-appimageconfig.go @@ -92,7 +92,6 @@ func (r *AppImageConfig) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-coderepository.go b/cloudformation/sagemaker/aws-sagemaker-coderepository.go index 6c01a0626c..820e376ce3 100644 --- a/cloudformation/sagemaker/aws-sagemaker-coderepository.go +++ b/cloudformation/sagemaker/aws-sagemaker-coderepository.go @@ -92,7 +92,6 @@ func (r *CodeRepository) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-dataqualityjobdefinition.go b/cloudformation/sagemaker/aws-sagemaker-dataqualityjobdefinition.go index a6ae36d4b9..eeccc1aa0a 100644 --- a/cloudformation/sagemaker/aws-sagemaker-dataqualityjobdefinition.go +++ b/cloudformation/sagemaker/aws-sagemaker-dataqualityjobdefinition.go @@ -132,7 +132,6 @@ func (r *DataQualityJobDefinition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-device.go b/cloudformation/sagemaker/aws-sagemaker-device.go index b15a349c69..9deb461f35 100644 --- a/cloudformation/sagemaker/aws-sagemaker-device.go +++ b/cloudformation/sagemaker/aws-sagemaker-device.go @@ -92,7 +92,6 @@ func (r *Device) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-devicefleet.go b/cloudformation/sagemaker/aws-sagemaker-devicefleet.go index 282f042e30..89215a77ba 100644 --- a/cloudformation/sagemaker/aws-sagemaker-devicefleet.go +++ b/cloudformation/sagemaker/aws-sagemaker-devicefleet.go @@ -102,7 +102,6 @@ func (r *DeviceFleet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-domain.go b/cloudformation/sagemaker/aws-sagemaker-domain.go index ae036736e2..55ea40002c 100644 --- a/cloudformation/sagemaker/aws-sagemaker-domain.go +++ b/cloudformation/sagemaker/aws-sagemaker-domain.go @@ -127,7 +127,6 @@ func (r *Domain) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-endpoint.go b/cloudformation/sagemaker/aws-sagemaker-endpoint.go index 11a516a9a4..8c43c60357 100644 --- a/cloudformation/sagemaker/aws-sagemaker-endpoint.go +++ b/cloudformation/sagemaker/aws-sagemaker-endpoint.go @@ -112,7 +112,6 @@ func (r *Endpoint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-endpointconfig.go b/cloudformation/sagemaker/aws-sagemaker-endpointconfig.go index 1e4b1e65cf..d6b7a02682 100644 --- a/cloudformation/sagemaker/aws-sagemaker-endpointconfig.go +++ b/cloudformation/sagemaker/aws-sagemaker-endpointconfig.go @@ -107,7 +107,6 @@ func (r *EndpointConfig) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-featuregroup.go b/cloudformation/sagemaker/aws-sagemaker-featuregroup.go index 2099ac29c4..bc8ef4e881 100644 --- a/cloudformation/sagemaker/aws-sagemaker-featuregroup.go +++ b/cloudformation/sagemaker/aws-sagemaker-featuregroup.go @@ -122,7 +122,6 @@ func (r *FeatureGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-image.go b/cloudformation/sagemaker/aws-sagemaker-image.go index 9169db55c2..d1ec97b5cb 100644 --- a/cloudformation/sagemaker/aws-sagemaker-image.go +++ b/cloudformation/sagemaker/aws-sagemaker-image.go @@ -102,7 +102,6 @@ func (r *Image) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-imageversion.go b/cloudformation/sagemaker/aws-sagemaker-imageversion.go index 7a6b4e86d6..b7a8192202 100644 --- a/cloudformation/sagemaker/aws-sagemaker-imageversion.go +++ b/cloudformation/sagemaker/aws-sagemaker-imageversion.go @@ -86,7 +86,6 @@ func (r *ImageVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-model.go b/cloudformation/sagemaker/aws-sagemaker-model.go index 4ea3965053..a5bda0cb29 100644 --- a/cloudformation/sagemaker/aws-sagemaker-model.go +++ b/cloudformation/sagemaker/aws-sagemaker-model.go @@ -117,7 +117,6 @@ func (r *Model) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-modelbiasjobdefinition.go b/cloudformation/sagemaker/aws-sagemaker-modelbiasjobdefinition.go index ac712649e1..00fb47b445 100644 --- a/cloudformation/sagemaker/aws-sagemaker-modelbiasjobdefinition.go +++ b/cloudformation/sagemaker/aws-sagemaker-modelbiasjobdefinition.go @@ -132,7 +132,6 @@ func (r *ModelBiasJobDefinition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-modelexplainabilityjobdefinition.go b/cloudformation/sagemaker/aws-sagemaker-modelexplainabilityjobdefinition.go index b5ec42d298..16eb129bc5 100644 --- a/cloudformation/sagemaker/aws-sagemaker-modelexplainabilityjobdefinition.go +++ b/cloudformation/sagemaker/aws-sagemaker-modelexplainabilityjobdefinition.go @@ -132,7 +132,6 @@ func (r *ModelExplainabilityJobDefinition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-modelpackage.go b/cloudformation/sagemaker/aws-sagemaker-modelpackage.go index 2090a04bb5..70d04eb9fc 100644 --- a/cloudformation/sagemaker/aws-sagemaker-modelpackage.go +++ b/cloudformation/sagemaker/aws-sagemaker-modelpackage.go @@ -222,7 +222,6 @@ func (r *ModelPackage) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-modelpackagegroup.go b/cloudformation/sagemaker/aws-sagemaker-modelpackagegroup.go index 667e6c0bf4..5fa23aba3d 100644 --- a/cloudformation/sagemaker/aws-sagemaker-modelpackagegroup.go +++ b/cloudformation/sagemaker/aws-sagemaker-modelpackagegroup.go @@ -97,7 +97,6 @@ func (r *ModelPackageGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-modelqualityjobdefinition.go b/cloudformation/sagemaker/aws-sagemaker-modelqualityjobdefinition.go index 7c7a8c8acc..3032504db0 100644 --- a/cloudformation/sagemaker/aws-sagemaker-modelqualityjobdefinition.go +++ b/cloudformation/sagemaker/aws-sagemaker-modelqualityjobdefinition.go @@ -132,7 +132,6 @@ func (r *ModelQualityJobDefinition) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-monitoringschedule.go b/cloudformation/sagemaker/aws-sagemaker-monitoringschedule.go index 8c544ff5df..7bc25930a8 100644 --- a/cloudformation/sagemaker/aws-sagemaker-monitoringschedule.go +++ b/cloudformation/sagemaker/aws-sagemaker-monitoringschedule.go @@ -112,7 +112,6 @@ func (r *MonitoringSchedule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-notebookinstance.go b/cloudformation/sagemaker/aws-sagemaker-notebookinstance.go index 5ae28b245a..6518cedffe 100644 --- a/cloudformation/sagemaker/aws-sagemaker-notebookinstance.go +++ b/cloudformation/sagemaker/aws-sagemaker-notebookinstance.go @@ -157,7 +157,6 @@ func (r *NotebookInstance) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-notebookinstancelifecycleconfig.go b/cloudformation/sagemaker/aws-sagemaker-notebookinstancelifecycleconfig.go index c740e5bccb..2d625b68b9 100644 --- a/cloudformation/sagemaker/aws-sagemaker-notebookinstancelifecycleconfig.go +++ b/cloudformation/sagemaker/aws-sagemaker-notebookinstancelifecycleconfig.go @@ -91,7 +91,6 @@ func (r *NotebookInstanceLifecycleConfig) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-pipeline.go b/cloudformation/sagemaker/aws-sagemaker-pipeline.go index f614e55ba2..7c3d57e240 100644 --- a/cloudformation/sagemaker/aws-sagemaker-pipeline.go +++ b/cloudformation/sagemaker/aws-sagemaker-pipeline.go @@ -112,7 +112,6 @@ func (r *Pipeline) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-project.go b/cloudformation/sagemaker/aws-sagemaker-project.go index 254d14f2a0..6e6a6d432e 100644 --- a/cloudformation/sagemaker/aws-sagemaker-project.go +++ b/cloudformation/sagemaker/aws-sagemaker-project.go @@ -97,7 +97,6 @@ func (r *Project) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-userprofile.go b/cloudformation/sagemaker/aws-sagemaker-userprofile.go index 8b1f7983fd..1e03d8478d 100644 --- a/cloudformation/sagemaker/aws-sagemaker-userprofile.go +++ b/cloudformation/sagemaker/aws-sagemaker-userprofile.go @@ -107,7 +107,6 @@ func (r *UserProfile) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sagemaker/aws-sagemaker-workteam.go b/cloudformation/sagemaker/aws-sagemaker-workteam.go index 33fa8affcf..c716a5038e 100644 --- a/cloudformation/sagemaker/aws-sagemaker-workteam.go +++ b/cloudformation/sagemaker/aws-sagemaker-workteam.go @@ -107,7 +107,6 @@ func (r *Workteam) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sdb/aws-sdb-domain.go b/cloudformation/sdb/aws-sdb-domain.go index b10af11c51..5526b1e9d6 100644 --- a/cloudformation/sdb/aws-sdb-domain.go +++ b/cloudformation/sdb/aws-sdb-domain.go @@ -81,7 +81,6 @@ func (r *Domain) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/secretsmanager/aws-secretsmanager-resourcepolicy.go b/cloudformation/secretsmanager/aws-secretsmanager-resourcepolicy.go index 25b2da70ed..defa2518f6 100644 --- a/cloudformation/secretsmanager/aws-secretsmanager-resourcepolicy.go +++ b/cloudformation/secretsmanager/aws-secretsmanager-resourcepolicy.go @@ -91,7 +91,6 @@ func (r *ResourcePolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/secretsmanager/aws-secretsmanager-rotationschedule.go b/cloudformation/secretsmanager/aws-secretsmanager-rotationschedule.go index b823326fb5..44112d4996 100644 --- a/cloudformation/secretsmanager/aws-secretsmanager-rotationschedule.go +++ b/cloudformation/secretsmanager/aws-secretsmanager-rotationschedule.go @@ -101,7 +101,6 @@ func (r *RotationSchedule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/secretsmanager/aws-secretsmanager-secret.go b/cloudformation/secretsmanager/aws-secretsmanager-secret.go index 046d016504..f9bf344b6c 100644 --- a/cloudformation/secretsmanager/aws-secretsmanager-secret.go +++ b/cloudformation/secretsmanager/aws-secretsmanager-secret.go @@ -112,7 +112,6 @@ func (r *Secret) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/secretsmanager/aws-secretsmanager-secrettargetattachment.go b/cloudformation/secretsmanager/aws-secretsmanager-secrettargetattachment.go index 7fb03a9429..65b006f1a2 100644 --- a/cloudformation/secretsmanager/aws-secretsmanager-secrettargetattachment.go +++ b/cloudformation/secretsmanager/aws-secretsmanager-secrettargetattachment.go @@ -91,7 +91,6 @@ func (r *SecretTargetAttachment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/securityhub/aws-securityhub-hub.go b/cloudformation/securityhub/aws-securityhub-hub.go index d7f0bdb237..42738921b1 100644 --- a/cloudformation/securityhub/aws-securityhub-hub.go +++ b/cloudformation/securityhub/aws-securityhub-hub.go @@ -81,7 +81,6 @@ func (r *Hub) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/serverless/aws-serverless-api.go b/cloudformation/serverless/aws-serverless-api.go index 09a7fc3c19..b02c0e25a7 100644 --- a/cloudformation/serverless/aws-serverless-api.go +++ b/cloudformation/serverless/aws-serverless-api.go @@ -186,7 +186,6 @@ func (r *Api) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/serverless/aws-serverless-application.go b/cloudformation/serverless/aws-serverless-application.go index 68d6d39e95..f5ca644072 100644 --- a/cloudformation/serverless/aws-serverless-application.go +++ b/cloudformation/serverless/aws-serverless-application.go @@ -101,7 +101,6 @@ func (r *Application) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/serverless/aws-serverless-function.go b/cloudformation/serverless/aws-serverless-function.go index 7bb166cdfc..ee001795aa 100644 --- a/cloudformation/serverless/aws-serverless-function.go +++ b/cloudformation/serverless/aws-serverless-function.go @@ -241,7 +241,6 @@ func (r *Function) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/serverless/aws-serverless-httpapi.go b/cloudformation/serverless/aws-serverless-httpapi.go index 4c77053bef..d72c41d8c7 100644 --- a/cloudformation/serverless/aws-serverless-httpapi.go +++ b/cloudformation/serverless/aws-serverless-httpapi.go @@ -146,7 +146,6 @@ func (r *HttpApi) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/serverless/aws-serverless-layerversion.go b/cloudformation/serverless/aws-serverless-layerversion.go index 2186ff7346..eee7b11bf7 100644 --- a/cloudformation/serverless/aws-serverless-layerversion.go +++ b/cloudformation/serverless/aws-serverless-layerversion.go @@ -106,7 +106,6 @@ func (r *LayerVersion) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/serverless/aws-serverless-simpletable.go b/cloudformation/serverless/aws-serverless-simpletable.go index 7c3ab6c0e0..88fcd2b0c2 100644 --- a/cloudformation/serverless/aws-serverless-simpletable.go +++ b/cloudformation/serverless/aws-serverless-simpletable.go @@ -101,7 +101,6 @@ func (r *SimpleTable) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/serverless/aws-serverless-statemachine.go b/cloudformation/serverless/aws-serverless-statemachine.go index efd9363760..b7d8092fb3 100644 --- a/cloudformation/serverless/aws-serverless-statemachine.go +++ b/cloudformation/serverless/aws-serverless-statemachine.go @@ -136,7 +136,6 @@ func (r *StateMachine) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalog/aws-servicecatalog-acceptedportfolioshare.go b/cloudformation/servicecatalog/aws-servicecatalog-acceptedportfolioshare.go index b26d67806e..cfc0be7927 100644 --- a/cloudformation/servicecatalog/aws-servicecatalog-acceptedportfolioshare.go +++ b/cloudformation/servicecatalog/aws-servicecatalog-acceptedportfolioshare.go @@ -86,7 +86,6 @@ func (r *AcceptedPortfolioShare) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalog/aws-servicecatalog-cloudformationproduct.go b/cloudformation/servicecatalog/aws-servicecatalog-cloudformationproduct.go index 16290f27d9..10c656568c 100644 --- a/cloudformation/servicecatalog/aws-servicecatalog-cloudformationproduct.go +++ b/cloudformation/servicecatalog/aws-servicecatalog-cloudformationproduct.go @@ -132,7 +132,6 @@ func (r *CloudFormationProduct) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalog/aws-servicecatalog-cloudformationprovisionedproduct.go b/cloudformation/servicecatalog/aws-servicecatalog-cloudformationprovisionedproduct.go index f67bd775ee..3ded7224dc 100644 --- a/cloudformation/servicecatalog/aws-servicecatalog-cloudformationprovisionedproduct.go +++ b/cloudformation/servicecatalog/aws-servicecatalog-cloudformationprovisionedproduct.go @@ -137,7 +137,6 @@ func (r *CloudFormationProvisionedProduct) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalog/aws-servicecatalog-launchnotificationconstraint.go b/cloudformation/servicecatalog/aws-servicecatalog-launchnotificationconstraint.go index 79b1c5cc72..cd122415ae 100644 --- a/cloudformation/servicecatalog/aws-servicecatalog-launchnotificationconstraint.go +++ b/cloudformation/servicecatalog/aws-servicecatalog-launchnotificationconstraint.go @@ -101,7 +101,6 @@ func (r *LaunchNotificationConstraint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalog/aws-servicecatalog-launchroleconstraint.go b/cloudformation/servicecatalog/aws-servicecatalog-launchroleconstraint.go index 27c1cd8594..0585d317ef 100644 --- a/cloudformation/servicecatalog/aws-servicecatalog-launchroleconstraint.go +++ b/cloudformation/servicecatalog/aws-servicecatalog-launchroleconstraint.go @@ -106,7 +106,6 @@ func (r *LaunchRoleConstraint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalog/aws-servicecatalog-launchtemplateconstraint.go b/cloudformation/servicecatalog/aws-servicecatalog-launchtemplateconstraint.go index 04ec602206..ace927d178 100644 --- a/cloudformation/servicecatalog/aws-servicecatalog-launchtemplateconstraint.go +++ b/cloudformation/servicecatalog/aws-servicecatalog-launchtemplateconstraint.go @@ -101,7 +101,6 @@ func (r *LaunchTemplateConstraint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalog/aws-servicecatalog-portfolio.go b/cloudformation/servicecatalog/aws-servicecatalog-portfolio.go index b4d9776e6f..91c12e49ec 100644 --- a/cloudformation/servicecatalog/aws-servicecatalog-portfolio.go +++ b/cloudformation/servicecatalog/aws-servicecatalog-portfolio.go @@ -102,7 +102,6 @@ func (r *Portfolio) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalog/aws-servicecatalog-portfolioprincipalassociation.go b/cloudformation/servicecatalog/aws-servicecatalog-portfolioprincipalassociation.go index 25063e87db..fbd5317299 100644 --- a/cloudformation/servicecatalog/aws-servicecatalog-portfolioprincipalassociation.go +++ b/cloudformation/servicecatalog/aws-servicecatalog-portfolioprincipalassociation.go @@ -96,7 +96,6 @@ func (r *PortfolioPrincipalAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalog/aws-servicecatalog-portfolioproductassociation.go b/cloudformation/servicecatalog/aws-servicecatalog-portfolioproductassociation.go index 047544668f..92773efb63 100644 --- a/cloudformation/servicecatalog/aws-servicecatalog-portfolioproductassociation.go +++ b/cloudformation/servicecatalog/aws-servicecatalog-portfolioproductassociation.go @@ -96,7 +96,6 @@ func (r *PortfolioProductAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalog/aws-servicecatalog-portfolioshare.go b/cloudformation/servicecatalog/aws-servicecatalog-portfolioshare.go index e696379c3b..6e43e2cc9f 100644 --- a/cloudformation/servicecatalog/aws-servicecatalog-portfolioshare.go +++ b/cloudformation/servicecatalog/aws-servicecatalog-portfolioshare.go @@ -96,7 +96,6 @@ func (r *PortfolioShare) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalog/aws-servicecatalog-resourceupdateconstraint.go b/cloudformation/servicecatalog/aws-servicecatalog-resourceupdateconstraint.go index 32a97b26aa..cdb80fae29 100644 --- a/cloudformation/servicecatalog/aws-servicecatalog-resourceupdateconstraint.go +++ b/cloudformation/servicecatalog/aws-servicecatalog-resourceupdateconstraint.go @@ -101,7 +101,6 @@ func (r *ResourceUpdateConstraint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalog/aws-servicecatalog-serviceaction.go b/cloudformation/servicecatalog/aws-servicecatalog-serviceaction.go index 5a7f49dea4..5eb6e8c176 100644 --- a/cloudformation/servicecatalog/aws-servicecatalog-serviceaction.go +++ b/cloudformation/servicecatalog/aws-servicecatalog-serviceaction.go @@ -101,7 +101,6 @@ func (r *ServiceAction) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalog/aws-servicecatalog-serviceactionassociation.go b/cloudformation/servicecatalog/aws-servicecatalog-serviceactionassociation.go index f61fc37106..3150c2ed99 100644 --- a/cloudformation/servicecatalog/aws-servicecatalog-serviceactionassociation.go +++ b/cloudformation/servicecatalog/aws-servicecatalog-serviceactionassociation.go @@ -91,7 +91,6 @@ func (r *ServiceActionAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalog/aws-servicecatalog-stacksetconstraint.go b/cloudformation/servicecatalog/aws-servicecatalog-stacksetconstraint.go index 895bf7135f..bac4391a6b 100644 --- a/cloudformation/servicecatalog/aws-servicecatalog-stacksetconstraint.go +++ b/cloudformation/servicecatalog/aws-servicecatalog-stacksetconstraint.go @@ -121,7 +121,6 @@ func (r *StackSetConstraint) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalog/aws-servicecatalog-tagoption.go b/cloudformation/servicecatalog/aws-servicecatalog-tagoption.go index 53d0b892be..a9f0ccc299 100644 --- a/cloudformation/servicecatalog/aws-servicecatalog-tagoption.go +++ b/cloudformation/servicecatalog/aws-servicecatalog-tagoption.go @@ -91,7 +91,6 @@ func (r *TagOption) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalog/aws-servicecatalog-tagoptionassociation.go b/cloudformation/servicecatalog/aws-servicecatalog-tagoptionassociation.go index b20f3ca58c..ecbaf40105 100644 --- a/cloudformation/servicecatalog/aws-servicecatalog-tagoptionassociation.go +++ b/cloudformation/servicecatalog/aws-servicecatalog-tagoptionassociation.go @@ -86,7 +86,6 @@ func (r *TagOptionAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalogappregistry/aws-servicecatalogappregistry-application.go b/cloudformation/servicecatalogappregistry/aws-servicecatalogappregistry-application.go index 604fece237..30a9510359 100644 --- a/cloudformation/servicecatalogappregistry/aws-servicecatalogappregistry-application.go +++ b/cloudformation/servicecatalogappregistry/aws-servicecatalogappregistry-application.go @@ -91,7 +91,6 @@ func (r *Application) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalogappregistry/aws-servicecatalogappregistry-attributegroup.go b/cloudformation/servicecatalogappregistry/aws-servicecatalogappregistry-attributegroup.go index 51970b4747..e833a3a006 100644 --- a/cloudformation/servicecatalogappregistry/aws-servicecatalogappregistry-attributegroup.go +++ b/cloudformation/servicecatalogappregistry/aws-servicecatalogappregistry-attributegroup.go @@ -96,7 +96,6 @@ func (r *AttributeGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalogappregistry/aws-servicecatalogappregistry-attributegroupassociation.go b/cloudformation/servicecatalogappregistry/aws-servicecatalogappregistry-attributegroupassociation.go index 49a1c1b3a1..48f72b58bf 100644 --- a/cloudformation/servicecatalogappregistry/aws-servicecatalogappregistry-attributegroupassociation.go +++ b/cloudformation/servicecatalogappregistry/aws-servicecatalogappregistry-attributegroupassociation.go @@ -86,7 +86,6 @@ func (r *AttributeGroupAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicecatalogappregistry/aws-servicecatalogappregistry-resourceassociation.go b/cloudformation/servicecatalogappregistry/aws-servicecatalogappregistry-resourceassociation.go index 88456e4adb..998fd857bf 100644 --- a/cloudformation/servicecatalogappregistry/aws-servicecatalogappregistry-resourceassociation.go +++ b/cloudformation/servicecatalogappregistry/aws-servicecatalogappregistry-resourceassociation.go @@ -91,7 +91,6 @@ func (r *ResourceAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicediscovery/aws-servicediscovery-httpnamespace.go b/cloudformation/servicediscovery/aws-servicediscovery-httpnamespace.go index 22620a6b90..8bf3c6232e 100644 --- a/cloudformation/servicediscovery/aws-servicediscovery-httpnamespace.go +++ b/cloudformation/servicediscovery/aws-servicediscovery-httpnamespace.go @@ -92,7 +92,6 @@ func (r *HttpNamespace) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicediscovery/aws-servicediscovery-instance.go b/cloudformation/servicediscovery/aws-servicediscovery-instance.go index 528d1dcf86..afc73064ca 100644 --- a/cloudformation/servicediscovery/aws-servicediscovery-instance.go +++ b/cloudformation/servicediscovery/aws-servicediscovery-instance.go @@ -91,7 +91,6 @@ func (r *Instance) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicediscovery/aws-servicediscovery-privatednsnamespace.go b/cloudformation/servicediscovery/aws-servicediscovery-privatednsnamespace.go index 6a23c36b21..0ce2d5fba5 100644 --- a/cloudformation/servicediscovery/aws-servicediscovery-privatednsnamespace.go +++ b/cloudformation/servicediscovery/aws-servicediscovery-privatednsnamespace.go @@ -102,7 +102,6 @@ func (r *PrivateDnsNamespace) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicediscovery/aws-servicediscovery-publicdnsnamespace.go b/cloudformation/servicediscovery/aws-servicediscovery-publicdnsnamespace.go index 1162b84a09..e593c0d10b 100644 --- a/cloudformation/servicediscovery/aws-servicediscovery-publicdnsnamespace.go +++ b/cloudformation/servicediscovery/aws-servicediscovery-publicdnsnamespace.go @@ -97,7 +97,6 @@ func (r *PublicDnsNamespace) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/servicediscovery/aws-servicediscovery-service.go b/cloudformation/servicediscovery/aws-servicediscovery-service.go index 0479defc95..33ac822d68 100644 --- a/cloudformation/servicediscovery/aws-servicediscovery-service.go +++ b/cloudformation/servicediscovery/aws-servicediscovery-service.go @@ -117,7 +117,6 @@ func (r *Service) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ses/aws-ses-configurationset.go b/cloudformation/ses/aws-ses-configurationset.go index 9c870f3049..408fa7ac64 100644 --- a/cloudformation/ses/aws-ses-configurationset.go +++ b/cloudformation/ses/aws-ses-configurationset.go @@ -106,7 +106,6 @@ func (r *ConfigurationSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ses/aws-ses-configurationseteventdestination.go b/cloudformation/ses/aws-ses-configurationseteventdestination.go index 4336479b75..49c79b30de 100644 --- a/cloudformation/ses/aws-ses-configurationseteventdestination.go +++ b/cloudformation/ses/aws-ses-configurationseteventdestination.go @@ -86,7 +86,6 @@ func (r *ConfigurationSetEventDestination) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ses/aws-ses-contactlist.go b/cloudformation/ses/aws-ses-contactlist.go index 00e564f7ef..558348a96d 100644 --- a/cloudformation/ses/aws-ses-contactlist.go +++ b/cloudformation/ses/aws-ses-contactlist.go @@ -97,7 +97,6 @@ func (r *ContactList) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ses/aws-ses-dedicatedippool.go b/cloudformation/ses/aws-ses-dedicatedippool.go index ecea1f9575..4a8891c0ed 100644 --- a/cloudformation/ses/aws-ses-dedicatedippool.go +++ b/cloudformation/ses/aws-ses-dedicatedippool.go @@ -81,7 +81,6 @@ func (r *DedicatedIpPool) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ses/aws-ses-emailidentity.go b/cloudformation/ses/aws-ses-emailidentity.go index a3acc55a64..dffe29a182 100644 --- a/cloudformation/ses/aws-ses-emailidentity.go +++ b/cloudformation/ses/aws-ses-emailidentity.go @@ -106,7 +106,6 @@ func (r *EmailIdentity) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ses/aws-ses-receiptfilter.go b/cloudformation/ses/aws-ses-receiptfilter.go index 43a1f855e0..ba140b4b85 100644 --- a/cloudformation/ses/aws-ses-receiptfilter.go +++ b/cloudformation/ses/aws-ses-receiptfilter.go @@ -81,7 +81,6 @@ func (r *ReceiptFilter) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ses/aws-ses-receiptrule.go b/cloudformation/ses/aws-ses-receiptrule.go index a5306cc932..f1d37a8f30 100644 --- a/cloudformation/ses/aws-ses-receiptrule.go +++ b/cloudformation/ses/aws-ses-receiptrule.go @@ -91,7 +91,6 @@ func (r *ReceiptRule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ses/aws-ses-receiptruleset.go b/cloudformation/ses/aws-ses-receiptruleset.go index 65ac87d31f..6f28d023c2 100644 --- a/cloudformation/ses/aws-ses-receiptruleset.go +++ b/cloudformation/ses/aws-ses-receiptruleset.go @@ -81,7 +81,6 @@ func (r *ReceiptRuleSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ses/aws-ses-template.go b/cloudformation/ses/aws-ses-template.go index 7690868219..24faf7bc7c 100644 --- a/cloudformation/ses/aws-ses-template.go +++ b/cloudformation/ses/aws-ses-template.go @@ -81,7 +81,6 @@ func (r *Template) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/signer/aws-signer-profilepermission.go b/cloudformation/signer/aws-signer-profilepermission.go index ea5b7222b6..9d4ecd79d5 100644 --- a/cloudformation/signer/aws-signer-profilepermission.go +++ b/cloudformation/signer/aws-signer-profilepermission.go @@ -101,7 +101,6 @@ func (r *ProfilePermission) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/signer/aws-signer-signingprofile.go b/cloudformation/signer/aws-signer-signingprofile.go index ab0005fdde..3cfae44b0d 100644 --- a/cloudformation/signer/aws-signer-signingprofile.go +++ b/cloudformation/signer/aws-signer-signingprofile.go @@ -92,7 +92,6 @@ func (r *SigningProfile) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sns/aws-sns-subscription.go b/cloudformation/sns/aws-sns-subscription.go index 573defe7fd..6a8d04e2e6 100644 --- a/cloudformation/sns/aws-sns-subscription.go +++ b/cloudformation/sns/aws-sns-subscription.go @@ -121,7 +121,6 @@ func (r *Subscription) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sns/aws-sns-topic.go b/cloudformation/sns/aws-sns-topic.go index ead24ca65f..101d33ac8a 100644 --- a/cloudformation/sns/aws-sns-topic.go +++ b/cloudformation/sns/aws-sns-topic.go @@ -112,7 +112,6 @@ func (r *Topic) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sns/aws-sns-topicpolicy.go b/cloudformation/sns/aws-sns-topicpolicy.go index abbd390352..ca27e78b03 100644 --- a/cloudformation/sns/aws-sns-topicpolicy.go +++ b/cloudformation/sns/aws-sns-topicpolicy.go @@ -86,7 +86,6 @@ func (r *TopicPolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sqs/aws-sqs-queue.go b/cloudformation/sqs/aws-sqs-queue.go index e30b2d754e..4c04a5a092 100644 --- a/cloudformation/sqs/aws-sqs-queue.go +++ b/cloudformation/sqs/aws-sqs-queue.go @@ -157,7 +157,6 @@ func (r *Queue) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sqs/aws-sqs-queuepolicy.go b/cloudformation/sqs/aws-sqs-queuepolicy.go index aab4576488..a1f9ce2f5f 100644 --- a/cloudformation/sqs/aws-sqs-queuepolicy.go +++ b/cloudformation/sqs/aws-sqs-queuepolicy.go @@ -86,7 +86,6 @@ func (r *QueuePolicy) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ssm/aws-ssm-association.go b/cloudformation/ssm/aws-ssm-association.go index f7315db02b..e03df7625e 100644 --- a/cloudformation/ssm/aws-ssm-association.go +++ b/cloudformation/ssm/aws-ssm-association.go @@ -161,7 +161,6 @@ func (r *Association) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ssm/aws-ssm-document.go b/cloudformation/ssm/aws-ssm-document.go index 784b3d1f7a..da277ca484 100644 --- a/cloudformation/ssm/aws-ssm-document.go +++ b/cloudformation/ssm/aws-ssm-document.go @@ -127,7 +127,6 @@ func (r *Document) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ssm/aws-ssm-maintenancewindow.go b/cloudformation/ssm/aws-ssm-maintenancewindow.go index 18706fcb49..1a7d19e7ab 100644 --- a/cloudformation/ssm/aws-ssm-maintenancewindow.go +++ b/cloudformation/ssm/aws-ssm-maintenancewindow.go @@ -132,7 +132,6 @@ func (r *MaintenanceWindow) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ssm/aws-ssm-maintenancewindowtarget.go b/cloudformation/ssm/aws-ssm-maintenancewindowtarget.go index 8e87e7f8aa..0e216bc236 100644 --- a/cloudformation/ssm/aws-ssm-maintenancewindowtarget.go +++ b/cloudformation/ssm/aws-ssm-maintenancewindowtarget.go @@ -106,7 +106,6 @@ func (r *MaintenanceWindowTarget) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ssm/aws-ssm-maintenancewindowtask.go b/cloudformation/ssm/aws-ssm-maintenancewindowtask.go index 8e3f9cdf61..7cacdfd1e0 100644 --- a/cloudformation/ssm/aws-ssm-maintenancewindowtask.go +++ b/cloudformation/ssm/aws-ssm-maintenancewindowtask.go @@ -146,7 +146,6 @@ func (r *MaintenanceWindowTask) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ssm/aws-ssm-parameter.go b/cloudformation/ssm/aws-ssm-parameter.go index 868ed1b318..f99f28ee68 100644 --- a/cloudformation/ssm/aws-ssm-parameter.go +++ b/cloudformation/ssm/aws-ssm-parameter.go @@ -121,7 +121,6 @@ func (r *Parameter) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ssm/aws-ssm-patchbaseline.go b/cloudformation/ssm/aws-ssm-patchbaseline.go index 1b01cdb023..96a6997f0d 100644 --- a/cloudformation/ssm/aws-ssm-patchbaseline.go +++ b/cloudformation/ssm/aws-ssm-patchbaseline.go @@ -142,7 +142,6 @@ func (r *PatchBaseline) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ssm/aws-ssm-resourcedatasync.go b/cloudformation/ssm/aws-ssm-resourcedatasync.go index 2130f0e7bf..b323230b84 100644 --- a/cloudformation/ssm/aws-ssm-resourcedatasync.go +++ b/cloudformation/ssm/aws-ssm-resourcedatasync.go @@ -121,7 +121,6 @@ func (r *ResourceDataSync) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ssmcontacts/aws-ssmcontacts-contact.go b/cloudformation/ssmcontacts/aws-ssmcontacts-contact.go index 4ac7ed1d0b..48246eb3e9 100644 --- a/cloudformation/ssmcontacts/aws-ssmcontacts-contact.go +++ b/cloudformation/ssmcontacts/aws-ssmcontacts-contact.go @@ -96,7 +96,6 @@ func (r *Contact) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ssmcontacts/aws-ssmcontacts-contactchannel.go b/cloudformation/ssmcontacts/aws-ssmcontacts-contactchannel.go index 7652188fe4..0168c4bf32 100644 --- a/cloudformation/ssmcontacts/aws-ssmcontacts-contactchannel.go +++ b/cloudformation/ssmcontacts/aws-ssmcontacts-contactchannel.go @@ -101,7 +101,6 @@ func (r *ContactChannel) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ssmincidents/aws-ssmincidents-replicationset.go b/cloudformation/ssmincidents/aws-ssmincidents-replicationset.go index 5ac8b9c988..a4cf0f9b13 100644 --- a/cloudformation/ssmincidents/aws-ssmincidents-replicationset.go +++ b/cloudformation/ssmincidents/aws-ssmincidents-replicationset.go @@ -86,7 +86,6 @@ func (r *ReplicationSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/ssmincidents/aws-ssmincidents-responseplan.go b/cloudformation/ssmincidents/aws-ssmincidents-responseplan.go index acc784de9e..6c4b595175 100644 --- a/cloudformation/ssmincidents/aws-ssmincidents-responseplan.go +++ b/cloudformation/ssmincidents/aws-ssmincidents-responseplan.go @@ -112,7 +112,6 @@ func (r *ResponsePlan) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sso/aws-sso-assignment.go b/cloudformation/sso/aws-sso-assignment.go index c6141db0fe..afdfc5417d 100644 --- a/cloudformation/sso/aws-sso-assignment.go +++ b/cloudformation/sso/aws-sso-assignment.go @@ -106,7 +106,6 @@ func (r *Assignment) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sso/aws-sso-instanceaccesscontrolattributeconfiguration.go b/cloudformation/sso/aws-sso-instanceaccesscontrolattributeconfiguration.go index 9f022b2ac4..3d16a9ad5a 100644 --- a/cloudformation/sso/aws-sso-instanceaccesscontrolattributeconfiguration.go +++ b/cloudformation/sso/aws-sso-instanceaccesscontrolattributeconfiguration.go @@ -86,7 +86,6 @@ func (r *InstanceAccessControlAttributeConfiguration) UnmarshalJSON(b []byte) er dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/sso/aws-sso-permissionset.go b/cloudformation/sso/aws-sso-permissionset.go index 26a5cb4d30..f53f7c2a00 100644 --- a/cloudformation/sso/aws-sso-permissionset.go +++ b/cloudformation/sso/aws-sso-permissionset.go @@ -127,7 +127,6 @@ func (r *PermissionSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/stepfunctions/aws-stepfunctions-activity.go b/cloudformation/stepfunctions/aws-stepfunctions-activity.go index 5d61998f81..dcfff66ae9 100644 --- a/cloudformation/stepfunctions/aws-stepfunctions-activity.go +++ b/cloudformation/stepfunctions/aws-stepfunctions-activity.go @@ -86,7 +86,6 @@ func (r *Activity) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/stepfunctions/aws-stepfunctions-statemachine.go b/cloudformation/stepfunctions/aws-stepfunctions-statemachine.go index db343938e4..822a9774bb 100644 --- a/cloudformation/stepfunctions/aws-stepfunctions-statemachine.go +++ b/cloudformation/stepfunctions/aws-stepfunctions-statemachine.go @@ -126,7 +126,6 @@ func (r *StateMachine) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/synthetics/aws-synthetics-canary.go b/cloudformation/synthetics/aws-synthetics-canary.go index 4706b99e57..96ca4b0752 100644 --- a/cloudformation/synthetics/aws-synthetics-canary.go +++ b/cloudformation/synthetics/aws-synthetics-canary.go @@ -152,7 +152,6 @@ func (r *Canary) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/synthetics/aws-synthetics-group.go b/cloudformation/synthetics/aws-synthetics-group.go index 97a8f6d879..d5278a042c 100644 --- a/cloudformation/synthetics/aws-synthetics-group.go +++ b/cloudformation/synthetics/aws-synthetics-group.go @@ -92,7 +92,6 @@ func (r *Group) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/timestream/aws-timestream-database.go b/cloudformation/timestream/aws-timestream-database.go index 3dcbbe451d..4656617be9 100644 --- a/cloudformation/timestream/aws-timestream-database.go +++ b/cloudformation/timestream/aws-timestream-database.go @@ -92,7 +92,6 @@ func (r *Database) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/timestream/aws-timestream-scheduledquery.go b/cloudformation/timestream/aws-timestream-scheduledquery.go index 28dcea2f8e..6a9896cb00 100644 --- a/cloudformation/timestream/aws-timestream-scheduledquery.go +++ b/cloudformation/timestream/aws-timestream-scheduledquery.go @@ -127,7 +127,6 @@ func (r *ScheduledQuery) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/timestream/aws-timestream-table.go b/cloudformation/timestream/aws-timestream-table.go index f3b4cb9c23..e5fb8ddc13 100644 --- a/cloudformation/timestream/aws-timestream-table.go +++ b/cloudformation/timestream/aws-timestream-table.go @@ -102,7 +102,6 @@ func (r *Table) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/transfer/aws-transfer-server.go b/cloudformation/transfer/aws-transfer-server.go index 62e157f10b..d6884db509 100644 --- a/cloudformation/transfer/aws-transfer-server.go +++ b/cloudformation/transfer/aws-transfer-server.go @@ -147,7 +147,6 @@ func (r *Server) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/transfer/aws-transfer-user.go b/cloudformation/transfer/aws-transfer-user.go index 8ee64d6bca..838139d729 100644 --- a/cloudformation/transfer/aws-transfer-user.go +++ b/cloudformation/transfer/aws-transfer-user.go @@ -127,7 +127,6 @@ func (r *User) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/transfer/aws-transfer-workflow.go b/cloudformation/transfer/aws-transfer-workflow.go index c3a646ca63..807d8201ca 100644 --- a/cloudformation/transfer/aws-transfer-workflow.go +++ b/cloudformation/transfer/aws-transfer-workflow.go @@ -97,7 +97,6 @@ func (r *Workflow) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/voiceid/aws-voiceid-domain.go b/cloudformation/voiceid/aws-voiceid-domain.go index 48ddba8831..2a434e3f4c 100644 --- a/cloudformation/voiceid/aws-voiceid-domain.go +++ b/cloudformation/voiceid/aws-voiceid-domain.go @@ -97,7 +97,6 @@ func (r *Domain) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/waf/aws-waf-bytematchset.go b/cloudformation/waf/aws-waf-bytematchset.go index 88a72b595b..6f5adca940 100644 --- a/cloudformation/waf/aws-waf-bytematchset.go +++ b/cloudformation/waf/aws-waf-bytematchset.go @@ -86,7 +86,6 @@ func (r *ByteMatchSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/waf/aws-waf-ipset.go b/cloudformation/waf/aws-waf-ipset.go index a450d1c21b..630b63fb95 100644 --- a/cloudformation/waf/aws-waf-ipset.go +++ b/cloudformation/waf/aws-waf-ipset.go @@ -86,7 +86,6 @@ func (r *IPSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/waf/aws-waf-rule.go b/cloudformation/waf/aws-waf-rule.go index a64b337f5b..b1745407aa 100644 --- a/cloudformation/waf/aws-waf-rule.go +++ b/cloudformation/waf/aws-waf-rule.go @@ -91,7 +91,6 @@ func (r *Rule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/waf/aws-waf-sizeconstraintset.go b/cloudformation/waf/aws-waf-sizeconstraintset.go index 31c5688ce1..c851f69caa 100644 --- a/cloudformation/waf/aws-waf-sizeconstraintset.go +++ b/cloudformation/waf/aws-waf-sizeconstraintset.go @@ -86,7 +86,6 @@ func (r *SizeConstraintSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/waf/aws-waf-sqlinjectionmatchset.go b/cloudformation/waf/aws-waf-sqlinjectionmatchset.go index e73948fd66..742fac8e1e 100644 --- a/cloudformation/waf/aws-waf-sqlinjectionmatchset.go +++ b/cloudformation/waf/aws-waf-sqlinjectionmatchset.go @@ -86,7 +86,6 @@ func (r *SqlInjectionMatchSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/waf/aws-waf-webacl.go b/cloudformation/waf/aws-waf-webacl.go index 977ea6928f..a73139e4cc 100644 --- a/cloudformation/waf/aws-waf-webacl.go +++ b/cloudformation/waf/aws-waf-webacl.go @@ -96,7 +96,6 @@ func (r *WebACL) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/waf/aws-waf-xssmatchset.go b/cloudformation/waf/aws-waf-xssmatchset.go index 5aa77e3d69..ff4850afdc 100644 --- a/cloudformation/waf/aws-waf-xssmatchset.go +++ b/cloudformation/waf/aws-waf-xssmatchset.go @@ -86,7 +86,6 @@ func (r *XssMatchSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wafregional/aws-wafregional-bytematchset.go b/cloudformation/wafregional/aws-wafregional-bytematchset.go index 07e3c5a6f4..4d1ab59495 100644 --- a/cloudformation/wafregional/aws-wafregional-bytematchset.go +++ b/cloudformation/wafregional/aws-wafregional-bytematchset.go @@ -86,7 +86,6 @@ func (r *ByteMatchSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wafregional/aws-wafregional-geomatchset.go b/cloudformation/wafregional/aws-wafregional-geomatchset.go index d01c6003b4..b4009991eb 100644 --- a/cloudformation/wafregional/aws-wafregional-geomatchset.go +++ b/cloudformation/wafregional/aws-wafregional-geomatchset.go @@ -86,7 +86,6 @@ func (r *GeoMatchSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wafregional/aws-wafregional-ipset.go b/cloudformation/wafregional/aws-wafregional-ipset.go index 81dc89c789..ea4ccb77bb 100644 --- a/cloudformation/wafregional/aws-wafregional-ipset.go +++ b/cloudformation/wafregional/aws-wafregional-ipset.go @@ -86,7 +86,6 @@ func (r *IPSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wafregional/aws-wafregional-ratebasedrule.go b/cloudformation/wafregional/aws-wafregional-ratebasedrule.go index b1aa6c1c86..aef12f5d18 100644 --- a/cloudformation/wafregional/aws-wafregional-ratebasedrule.go +++ b/cloudformation/wafregional/aws-wafregional-ratebasedrule.go @@ -101,7 +101,6 @@ func (r *RateBasedRule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wafregional/aws-wafregional-regexpatternset.go b/cloudformation/wafregional/aws-wafregional-regexpatternset.go index 038be737a0..527823d5fb 100644 --- a/cloudformation/wafregional/aws-wafregional-regexpatternset.go +++ b/cloudformation/wafregional/aws-wafregional-regexpatternset.go @@ -86,7 +86,6 @@ func (r *RegexPatternSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wafregional/aws-wafregional-rule.go b/cloudformation/wafregional/aws-wafregional-rule.go index 0f18de5d34..7847d26ee1 100644 --- a/cloudformation/wafregional/aws-wafregional-rule.go +++ b/cloudformation/wafregional/aws-wafregional-rule.go @@ -91,7 +91,6 @@ func (r *Rule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wafregional/aws-wafregional-sizeconstraintset.go b/cloudformation/wafregional/aws-wafregional-sizeconstraintset.go index 849724b22a..7b821d0562 100644 --- a/cloudformation/wafregional/aws-wafregional-sizeconstraintset.go +++ b/cloudformation/wafregional/aws-wafregional-sizeconstraintset.go @@ -86,7 +86,6 @@ func (r *SizeConstraintSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wafregional/aws-wafregional-sqlinjectionmatchset.go b/cloudformation/wafregional/aws-wafregional-sqlinjectionmatchset.go index f7d53d0139..4d542e4f54 100644 --- a/cloudformation/wafregional/aws-wafregional-sqlinjectionmatchset.go +++ b/cloudformation/wafregional/aws-wafregional-sqlinjectionmatchset.go @@ -86,7 +86,6 @@ func (r *SqlInjectionMatchSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wafregional/aws-wafregional-webacl.go b/cloudformation/wafregional/aws-wafregional-webacl.go index 1560a16cde..9c80562085 100644 --- a/cloudformation/wafregional/aws-wafregional-webacl.go +++ b/cloudformation/wafregional/aws-wafregional-webacl.go @@ -96,7 +96,6 @@ func (r *WebACL) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wafregional/aws-wafregional-webaclassociation.go b/cloudformation/wafregional/aws-wafregional-webaclassociation.go index c1cf467a74..6344059731 100644 --- a/cloudformation/wafregional/aws-wafregional-webaclassociation.go +++ b/cloudformation/wafregional/aws-wafregional-webaclassociation.go @@ -86,7 +86,6 @@ func (r *WebACLAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wafregional/aws-wafregional-xssmatchset.go b/cloudformation/wafregional/aws-wafregional-xssmatchset.go index 67bbb758c1..96e6018523 100644 --- a/cloudformation/wafregional/aws-wafregional-xssmatchset.go +++ b/cloudformation/wafregional/aws-wafregional-xssmatchset.go @@ -86,7 +86,6 @@ func (r *XssMatchSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wafv2/aws-wafv2-ipset.go b/cloudformation/wafv2/aws-wafv2-ipset.go index 7ee5b6940f..a2071c9cd5 100644 --- a/cloudformation/wafv2/aws-wafv2-ipset.go +++ b/cloudformation/wafv2/aws-wafv2-ipset.go @@ -107,7 +107,6 @@ func (r *IPSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wafv2/aws-wafv2-loggingconfiguration.go b/cloudformation/wafv2/aws-wafv2-loggingconfiguration.go index 759dcd36c5..b16cccddfc 100644 --- a/cloudformation/wafv2/aws-wafv2-loggingconfiguration.go +++ b/cloudformation/wafv2/aws-wafv2-loggingconfiguration.go @@ -96,7 +96,6 @@ func (r *LoggingConfiguration) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wafv2/aws-wafv2-regexpatternset.go b/cloudformation/wafv2/aws-wafv2-regexpatternset.go index 28905336ba..3a5d40f45a 100644 --- a/cloudformation/wafv2/aws-wafv2-regexpatternset.go +++ b/cloudformation/wafv2/aws-wafv2-regexpatternset.go @@ -102,7 +102,6 @@ func (r *RegexPatternSet) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wafv2/aws-wafv2-rulegroup.go b/cloudformation/wafv2/aws-wafv2-rulegroup.go index fe3bba3047..4e8a0a70f3 100644 --- a/cloudformation/wafv2/aws-wafv2-rulegroup.go +++ b/cloudformation/wafv2/aws-wafv2-rulegroup.go @@ -117,7 +117,6 @@ func (r *RuleGroup) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wafv2/aws-wafv2-webacl.go b/cloudformation/wafv2/aws-wafv2-webacl.go index 818bf93250..cafd03c740 100644 --- a/cloudformation/wafv2/aws-wafv2-webacl.go +++ b/cloudformation/wafv2/aws-wafv2-webacl.go @@ -122,7 +122,6 @@ func (r *WebACL) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wafv2/aws-wafv2-webaclassociation.go b/cloudformation/wafv2/aws-wafv2-webaclassociation.go index 55c410ed7d..565444d0ff 100644 --- a/cloudformation/wafv2/aws-wafv2-webaclassociation.go +++ b/cloudformation/wafv2/aws-wafv2-webaclassociation.go @@ -86,7 +86,6 @@ func (r *WebACLAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wisdom/aws-wisdom-assistant.go b/cloudformation/wisdom/aws-wisdom-assistant.go index f825bea678..c9ee5d5b2b 100644 --- a/cloudformation/wisdom/aws-wisdom-assistant.go +++ b/cloudformation/wisdom/aws-wisdom-assistant.go @@ -102,7 +102,6 @@ func (r *Assistant) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wisdom/aws-wisdom-assistantassociation.go b/cloudformation/wisdom/aws-wisdom-assistantassociation.go index 591fed6ee8..5c5f453ca8 100644 --- a/cloudformation/wisdom/aws-wisdom-assistantassociation.go +++ b/cloudformation/wisdom/aws-wisdom-assistantassociation.go @@ -97,7 +97,6 @@ func (r *AssistantAssociation) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/wisdom/aws-wisdom-knowledgebase.go b/cloudformation/wisdom/aws-wisdom-knowledgebase.go index 8c672326b9..285e5617e4 100644 --- a/cloudformation/wisdom/aws-wisdom-knowledgebase.go +++ b/cloudformation/wisdom/aws-wisdom-knowledgebase.go @@ -112,7 +112,6 @@ func (r *KnowledgeBase) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/workspaces/aws-workspaces-connectionalias.go b/cloudformation/workspaces/aws-workspaces-connectionalias.go index e245019f9f..4a81d02325 100644 --- a/cloudformation/workspaces/aws-workspaces-connectionalias.go +++ b/cloudformation/workspaces/aws-workspaces-connectionalias.go @@ -87,7 +87,6 @@ func (r *ConnectionAlias) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/workspaces/aws-workspaces-workspace.go b/cloudformation/workspaces/aws-workspaces-workspace.go index dfd3956872..c5fb224a7a 100644 --- a/cloudformation/workspaces/aws-workspaces-workspace.go +++ b/cloudformation/workspaces/aws-workspaces-workspace.go @@ -117,7 +117,6 @@ func (r *Workspace) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/xray/aws-xray-group.go b/cloudformation/xray/aws-xray-group.go index c39e2e2fd4..3ef0ff0979 100644 --- a/cloudformation/xray/aws-xray-group.go +++ b/cloudformation/xray/aws-xray-group.go @@ -96,7 +96,6 @@ func (r *Group) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err } diff --git a/cloudformation/xray/aws-xray-samplingrule.go b/cloudformation/xray/aws-xray-samplingrule.go index fcf061e8ed..571a1901e0 100644 --- a/cloudformation/xray/aws-xray-samplingrule.go +++ b/cloudformation/xray/aws-xray-samplingrule.go @@ -101,7 +101,6 @@ func (r *SamplingRule) UnmarshalJSON(b []byte) error { dec.DisallowUnknownFields() // Force error if unknown field is found if err := dec.Decode(&res); err != nil { - fmt.Printf("ERROR: %s\n", err) return err }