@aws-sdk/client-bcm-pricing-calculator 3.1087.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/BCMPricingCalculator.d.ts +119 -182
- package/dist-types/ts3.4/BCMPricingCalculatorClient.d.ts +6 -19
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateBillEstimateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateBillScenarioCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateWorkloadEstimateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteBillEstimateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteBillScenarioCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteWorkloadEstimateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBillEstimateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBillScenarioCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPreferencesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetWorkloadEstimateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListBillEstimateCommitmentsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBillEstimateLineItemsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBillEstimatesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBillScenarioUsageModificationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBillScenariosCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWorkloadEstimateUsageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListWorkloadEstimatesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateBillEstimateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBillScenarioCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePreferencesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateWorkloadEstimateCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +3 -6
- package/dist-types/ts3.4/models/errors.d.ts +7 -21
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/package.json +38 -38