diff --git a/.changes/next-release/bugfix-AWSSavingsPlans-8e050d0.json b/.changes/next-release/bugfix-AWSSavingsPlans-8e050d0.json new file mode 100644 index 000000000000..95088568693f --- /dev/null +++ b/.changes/next-release/bugfix-AWSSavingsPlans-8e050d0.json @@ -0,0 +1,6 @@ +{ + "category": "AWS Savings Plans", + "contributor": "", + "type": "bugfix", + "description": "Setting default content type to 'application/json' since the service does not accept 'x-amz-json-'" +} diff --git a/services/savingsplans/src/main/resources/codegen-resources/customization.config b/services/savingsplans/src/main/resources/codegen-resources/customization.config new file mode 100644 index 000000000000..89f59320725a --- /dev/null +++ b/services/savingsplans/src/main/resources/codegen-resources/customization.config @@ -0,0 +1,3 @@ +{ + "customServiceMetadata": {"contentType" : "application/json"} +} \ No newline at end of file