From 993e46d2883464639e0d15adbb95ff30b0a7c4c9 Mon Sep 17 00:00:00 2001 From: awstools Date: Thu, 26 Dec 2024 19:20:48 +0000 Subject: [PATCH] feat(client-bcm-pricing-calculator): Added ConflictException to DeleteBillEstimate. --- .../src/commands/DeleteBillEstimateCommand.ts | 5 +++++ codegen/sdk-codegen/aws-models/bcm-pricing-calculator.json | 3 +++ 2 files changed, 8 insertions(+) diff --git a/clients/client-bcm-pricing-calculator/src/commands/DeleteBillEstimateCommand.ts b/clients/client-bcm-pricing-calculator/src/commands/DeleteBillEstimateCommand.ts index 6f3c24b8707f..fb1681df18e8 100644 --- a/clients/client-bcm-pricing-calculator/src/commands/DeleteBillEstimateCommand.ts +++ b/clients/client-bcm-pricing-calculator/src/commands/DeleteBillEstimateCommand.ts @@ -56,6 +56,11 @@ export interface DeleteBillEstimateCommandOutput extends DeleteBillEstimateRespo * @see {@link DeleteBillEstimateCommandOutput} for command's `response` shape. * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape. * + * @throws {@link ConflictException} (client fault) + *

+ * The request could not be processed because of conflict in the current state of the resource. + *

+ * * @throws {@link DataUnavailableException} (client fault) *

* The requested data is currently unavailable. diff --git a/codegen/sdk-codegen/aws-models/bcm-pricing-calculator.json b/codegen/sdk-codegen/aws-models/bcm-pricing-calculator.json index bbe5a9aa9a92..3f87b86ae2ba 100644 --- a/codegen/sdk-codegen/aws-models/bcm-pricing-calculator.json +++ b/codegen/sdk-codegen/aws-models/bcm-pricing-calculator.json @@ -3732,6 +3732,9 @@ "target": "com.amazonaws.bcmpricingcalculator#DeleteBillEstimateResponse" }, "errors": [ + { + "target": "com.amazonaws.bcmpricingcalculator#ConflictException" + }, { "target": "com.amazonaws.bcmpricingcalculator#DataUnavailableException" }