-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3724979
commit 5c9bfef
Showing
118 changed files
with
12,820 additions
and
540 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
[ | ||
{ | ||
"type": "api-change", | ||
"category": "NeptuneGraph", | ||
"description": "Add 4 new APIs to support new Export features, allowing Parquet and CSV formats. Add new arguments in Import APIs to support Parquet import. Add a new query \"neptune.read\" to run algorithms without loading data into database" | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "Inspector2", | ||
"description": "Extend inspector2 service model to include ServiceQuotaExceededException." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "Lambda", | ||
"description": "Add ProvisionedPollerConfig to Lambda event-source-mapping API." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "ElasticLoadBalancingv2", | ||
"description": "This release adds support for advertising trusted CA certificate names in associated trust stores." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "Omics", | ||
"description": "This release adds support for resource policy based cross account S3 access to sequence store read sets." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "MailManager", | ||
"description": "Added new \"DeliverToQBusiness\" rule action to MailManager RulesSet for ingesting email data into Amazon Q Business customer applications" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "BCMPricingCalculator", | ||
"description": "Initial release of the AWS Billing and Cost Management Pricing Calculator API." | ||
}, | ||
{ | ||
"type": "enhancement", | ||
"category": "SNS", | ||
"description": "ArchivePolicy attribute added to Archive and Replay feature" | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "Connect", | ||
"description": "Amazon Connect Service Feature: Add APIs for Amazon Connect Email Channel" | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "AutoScaling", | ||
"description": "Now, Amazon EC2 Auto Scaling customers can enable target tracking policies to take quicker scaling decisions, enhancing their application performance and EC2 utilization. To get started, specify target tracking to monitor a metric that is available on Amazon CloudWatch at seconds-level interval." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "EMR", | ||
"description": "Advanced Scaling in Amazon EMR Managed Scaling" | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "CodePipeline", | ||
"description": "AWS CodePipeline V2 type pipelines now support ECRBuildAndPublish and InspectorScan actions." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "SES", | ||
"description": "This release adds support for starting email contacts in your Amazon Connect instance as an email receiving action." | ||
}, | ||
{ | ||
"type": "enhancement", | ||
"category": "WorkSpaces", | ||
"description": "While integrating WSP-DCV rebrand, a few mentions were erroneously renamed from WSP to DCV. This release reverts those mentions back to WSP." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "CognitoIdentityProvider", | ||
"description": "Add support for users to sign up and sign in without passwords, using email and SMS OTPs and Passkeys. Add support for Passkeys based on WebAuthn. Add support for enhanced branding customization for hosted authentication pages with Amazon Cognito Managed Login. Add feature tiers with new pricing." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "BedrockAgentRuntime", | ||
"description": "InvokeInlineAgent API release to help invoke runtime agents without any dependency on preconfigured agents." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "Chatbot", | ||
"description": "Adds support for programmatic management of custom actions and aliases which can be associated with channel configurations." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "QuickSight", | ||
"description": "This release includes: Update APIs to support Image, Layer Map, font customization, and Plugin Visual. Add Identity center related information in ListNamsespace API. Update API for restrictedFolder support in topics and add API for SearchTopics, Describe\/Update DashboardsQA Configration." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "CostExplorer", | ||
"description": "This release adds the Impact field(contains Contribution field) to the GetAnomalies API response under RootCause" | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "SageMaker", | ||
"description": "This release adds APIs for new features for SageMaker endpoint to scale down to zero instances, native support for multi-adapter inference, and endpoint scaling improvements." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "SFN", | ||
"description": "Add support for variables and JSONata in TestState, GetExecutionHistory, DescribeStateMachine, and DescribeStateMachineForExecution" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
<?php | ||
namespace Aws\BCMPricingCalculator; | ||
|
||
use Aws\AwsClient; | ||
|
||
/** | ||
* This client is used to interact with the **AWS Billing and Cost Management Pricing Calculator** service. | ||
* @method \Aws\Result batchCreateBillScenarioCommitmentModification(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise batchCreateBillScenarioCommitmentModificationAsync(array $args = []) | ||
* @method \Aws\Result batchCreateBillScenarioUsageModification(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise batchCreateBillScenarioUsageModificationAsync(array $args = []) | ||
* @method \Aws\Result batchCreateWorkloadEstimateUsage(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise batchCreateWorkloadEstimateUsageAsync(array $args = []) | ||
* @method \Aws\Result batchDeleteBillScenarioCommitmentModification(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise batchDeleteBillScenarioCommitmentModificationAsync(array $args = []) | ||
* @method \Aws\Result batchDeleteBillScenarioUsageModification(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise batchDeleteBillScenarioUsageModificationAsync(array $args = []) | ||
* @method \Aws\Result batchDeleteWorkloadEstimateUsage(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise batchDeleteWorkloadEstimateUsageAsync(array $args = []) | ||
* @method \Aws\Result batchUpdateBillScenarioCommitmentModification(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise batchUpdateBillScenarioCommitmentModificationAsync(array $args = []) | ||
* @method \Aws\Result batchUpdateBillScenarioUsageModification(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise batchUpdateBillScenarioUsageModificationAsync(array $args = []) | ||
* @method \Aws\Result batchUpdateWorkloadEstimateUsage(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise batchUpdateWorkloadEstimateUsageAsync(array $args = []) | ||
* @method \Aws\Result createBillEstimate(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise createBillEstimateAsync(array $args = []) | ||
* @method \Aws\Result createBillScenario(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise createBillScenarioAsync(array $args = []) | ||
* @method \Aws\Result createWorkloadEstimate(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise createWorkloadEstimateAsync(array $args = []) | ||
* @method \Aws\Result deleteBillEstimate(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise deleteBillEstimateAsync(array $args = []) | ||
* @method \Aws\Result deleteBillScenario(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise deleteBillScenarioAsync(array $args = []) | ||
* @method \Aws\Result deleteWorkloadEstimate(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise deleteWorkloadEstimateAsync(array $args = []) | ||
* @method \Aws\Result getBillEstimate(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise getBillEstimateAsync(array $args = []) | ||
* @method \Aws\Result getBillScenario(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise getBillScenarioAsync(array $args = []) | ||
* @method \Aws\Result getPreferences(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise getPreferencesAsync(array $args = []) | ||
* @method \Aws\Result getWorkloadEstimate(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise getWorkloadEstimateAsync(array $args = []) | ||
* @method \Aws\Result listBillEstimateCommitments(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise listBillEstimateCommitmentsAsync(array $args = []) | ||
* @method \Aws\Result listBillEstimateInputCommitmentModifications(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise listBillEstimateInputCommitmentModificationsAsync(array $args = []) | ||
* @method \Aws\Result listBillEstimateInputUsageModifications(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise listBillEstimateInputUsageModificationsAsync(array $args = []) | ||
* @method \Aws\Result listBillEstimateLineItems(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise listBillEstimateLineItemsAsync(array $args = []) | ||
* @method \Aws\Result listBillEstimates(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise listBillEstimatesAsync(array $args = []) | ||
* @method \Aws\Result listBillScenarioCommitmentModifications(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise listBillScenarioCommitmentModificationsAsync(array $args = []) | ||
* @method \Aws\Result listBillScenarioUsageModifications(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise listBillScenarioUsageModificationsAsync(array $args = []) | ||
* @method \Aws\Result listBillScenarios(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise listBillScenariosAsync(array $args = []) | ||
* @method \Aws\Result listTagsForResource(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) | ||
* @method \Aws\Result listWorkloadEstimateUsage(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise listWorkloadEstimateUsageAsync(array $args = []) | ||
* @method \Aws\Result listWorkloadEstimates(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise listWorkloadEstimatesAsync(array $args = []) | ||
* @method \Aws\Result tagResource(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) | ||
* @method \Aws\Result untagResource(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) | ||
* @method \Aws\Result updateBillEstimate(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise updateBillEstimateAsync(array $args = []) | ||
* @method \Aws\Result updateBillScenario(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise updateBillScenarioAsync(array $args = []) | ||
* @method \Aws\Result updatePreferences(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise updatePreferencesAsync(array $args = []) | ||
* @method \Aws\Result updateWorkloadEstimate(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise updateWorkloadEstimateAsync(array $args = []) | ||
*/ | ||
class BCMPricingCalculatorClient extends AwsClient {} |
9 changes: 9 additions & 0 deletions
9
src/BCMPricingCalculator/Exception/BCMPricingCalculatorException.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
namespace Aws\BCMPricingCalculator\Exception; | ||
|
||
use Aws\Exception\AwsException; | ||
|
||
/** | ||
* Represents an error interacting with the **AWS Billing and Cost Management Pricing Calculator** service. | ||
*/ | ||
class BCMPricingCalculatorException extends AwsException {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.