Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Nov 21, 2023
1 parent efe7b6e commit e11cb12
Show file tree
Hide file tree
Showing 72 changed files with 6,567 additions and 462 deletions.
37 changes: 37 additions & 0 deletions .changes/3.288.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "CloudFrontKeyValueStore",
"description": "This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions."
},
{
"type": "api-change",
"category": "CloudFront",
"description": "This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions."
},
{
"type": "api-change",
"category": "S3",
"description": "Add support for automatic date based partitioning in S3 Server Access Logs."
},
{
"type": "enhancement",
"category": "EC2",
"description": "Documentation updates for Amazon EC2."
},
{
"type": "api-change",
"category": "IoTSiteWise",
"description": "Adds 1\/ user-defined unique identifier for asset and model metadata, 2\/ asset model components, and 3\/ query API for asset metadata and telemetry data. Supports 4\/ multi variate anomaly detection using Amazon Lookout for Equipment, 5\/ warm storage tier, and 6\/ buffered ingestion of time series data."
},
{
"type": "api-change",
"category": "IoTTwinMaker",
"description": "This release adds following support. 1. New APIs for metadata bulk operations. 2. Modify the component type API to support composite component types - nesting component types within one another. 3. New list APIs for components and properties. 4. Support the larger scope digital twin modeling."
},
{
"type": "feature",
"category": "InspectorScan",
"description": "This release adds support for the new Amazon Inspector Scan API. The new Inspector Scan API can synchronously scan SBOMs adhering to the CycloneDX v1.5 format."
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## next release

* `Aws\CloudFrontKeyValueStore` - This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions.
* `Aws\CloudFront` - This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions.
* `Aws\S3` - Add support for automatic date based partitioning in S3 Server Access Logs.
* `Aws\EC2` - Documentation updates for Amazon EC2.
* `Aws\IoTSiteWise` - Adds 1/ user-defined unique identifier for asset and model metadata, 2/ asset model components, and 3/ query API for asset metadata and telemetry data. Supports 4/ multi variate anomaly detection using Amazon Lookout for Equipment, 5/ warm storage tier, and 6/ buffered ingestion of time series data.
* `Aws\IoTTwinMaker` - This release adds following support. 1. New APIs for metadata bulk operations. 2. Modify the component type API to support composite component types - nesting component types within one another. 3. New list APIs for components and properties. 4. Support the larger scope digital twin modeling.
* `Aws\InspectorScan` - This release adds support for the new Amazon Inspector Scan API. The new Inspector Scan API can synchronously scan SBOMs adhering to the CycloneDX v1.5 format.

## 3.287.1 - 2023-11-20

* `Aws\Credentials` - Adds hostname resolution for the EcsCredentialProvider.
Expand Down
10 changes: 10 additions & 0 deletions src/CloudFront/CloudFrontClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@
* @method \GuzzleHttp\Promise\Promise createFunctionAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result createKeyGroup(array $args = []) (supported in versions 2020-05-31)
* @method \GuzzleHttp\Promise\Promise createKeyGroupAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result createKeyValueStore(array $args = []) (supported in versions 2020-05-31)
* @method \GuzzleHttp\Promise\Promise createKeyValueStoreAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result createMonitoringSubscription(array $args = []) (supported in versions 2020-05-31)
* @method \GuzzleHttp\Promise\Promise createMonitoringSubscriptionAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result createOriginAccessControl(array $args = []) (supported in versions 2020-05-31)
Expand All @@ -128,6 +130,8 @@
* @method \GuzzleHttp\Promise\Promise deleteFunctionAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result deleteKeyGroup(array $args = []) (supported in versions 2020-05-31)
* @method \GuzzleHttp\Promise\Promise deleteKeyGroupAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result deleteKeyValueStore(array $args = []) (supported in versions 2020-05-31)
* @method \GuzzleHttp\Promise\Promise deleteKeyValueStoreAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result deleteMonitoringSubscription(array $args = []) (supported in versions 2020-05-31)
* @method \GuzzleHttp\Promise\Promise deleteMonitoringSubscriptionAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result deleteOriginAccessControl(array $args = []) (supported in versions 2020-05-31)
Expand All @@ -140,6 +144,8 @@
* @method \GuzzleHttp\Promise\Promise deleteResponseHeadersPolicyAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result describeFunction(array $args = []) (supported in versions 2020-05-31)
* @method \GuzzleHttp\Promise\Promise describeFunctionAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result describeKeyValueStore(array $args = []) (supported in versions 2020-05-31)
* @method \GuzzleHttp\Promise\Promise describeKeyValueStoreAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result getCachePolicy(array $args = []) (supported in versions 2020-05-31)
* @method \GuzzleHttp\Promise\Promise getCachePolicyAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result getCachePolicyConfig(array $args = []) (supported in versions 2020-05-31)
Expand Down Expand Up @@ -190,6 +196,8 @@
* @method \GuzzleHttp\Promise\Promise listFunctionsAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result listKeyGroups(array $args = []) (supported in versions 2020-05-31)
* @method \GuzzleHttp\Promise\Promise listKeyGroupsAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result listKeyValueStores(array $args = []) (supported in versions 2020-05-31)
* @method \GuzzleHttp\Promise\Promise listKeyValueStoresAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result listOriginAccessControls(array $args = []) (supported in versions 2020-05-31)
* @method \GuzzleHttp\Promise\Promise listOriginAccessControlsAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result listOriginRequestPolicies(array $args = []) (supported in versions 2020-05-31)
Expand All @@ -212,6 +220,8 @@
* @method \GuzzleHttp\Promise\Promise updateFunctionAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result updateKeyGroup(array $args = []) (supported in versions 2020-05-31)
* @method \GuzzleHttp\Promise\Promise updateKeyGroupAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result updateKeyValueStore(array $args = []) (supported in versions 2020-05-31)
* @method \GuzzleHttp\Promise\Promise updateKeyValueStoreAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result updateOriginAccessControl(array $args = []) (supported in versions 2020-05-31)
* @method \GuzzleHttp\Promise\Promise updateOriginAccessControlAsync(array $args = []) (supported in versions 2020-05-31)
* @method \Aws\Result updateOriginRequestPolicy(array $args = []) (supported in versions 2020-05-31)
Expand Down
21 changes: 21 additions & 0 deletions src/CloudFrontKeyValueStore/CloudFrontKeyValueStoreClient.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php
namespace Aws\CloudFrontKeyValueStore;

use Aws\AwsClient;

/**
* This client is used to interact with the **Amazon CloudFront KeyValueStore** service.
* @method \Aws\Result deleteKey(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteKeyAsync(array $args = [])
* @method \Aws\Result describeKeyValueStore(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeKeyValueStoreAsync(array $args = [])
* @method \Aws\Result getKey(array $args = [])
* @method \GuzzleHttp\Promise\Promise getKeyAsync(array $args = [])
* @method \Aws\Result listKeys(array $args = [])
* @method \GuzzleHttp\Promise\Promise listKeysAsync(array $args = [])
* @method \Aws\Result putKey(array $args = [])
* @method \GuzzleHttp\Promise\Promise putKeyAsync(array $args = [])
* @method \Aws\Result updateKeys(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateKeysAsync(array $args = [])
*/
class CloudFrontKeyValueStoreClient extends AwsClient {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
namespace Aws\CloudFrontKeyValueStore\Exception;

use Aws\Exception\AwsException;

/**
* Represents an error interacting with the **Amazon CloudFront KeyValueStore** service.
*/
class CloudFrontKeyValueStoreException extends AwsException {}
9 changes: 9 additions & 0 deletions src/InspectorScan/Exception/InspectorScanException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
namespace Aws\InspectorScan\Exception;

use Aws\Exception\AwsException;

/**
* Represents an error interacting with the **Inspector Scan** service.
*/
class InspectorScanException extends AwsException {}
11 changes: 11 additions & 0 deletions src/InspectorScan/InspectorScanClient.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php
namespace Aws\InspectorScan;

use Aws\AwsClient;

/**
* This client is used to interact with the **Inspector Scan** service.
* @method \Aws\Result scanSbom(array $args = [])
* @method \GuzzleHttp\Promise\Promise scanSbomAsync(array $args = [])
*/
class InspectorScanClient extends AwsClient {}
22 changes: 22 additions & 0 deletions src/IoTSiteWise/IoTSiteWiseClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
* @method \GuzzleHttp\Promise\Promise createAssetAsync(array $args = [])
* @method \Aws\Result createAssetModel(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAssetModelAsync(array $args = [])
* @method \Aws\Result createAssetModelCompositeModel(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAssetModelCompositeModelAsync(array $args = [])
* @method \Aws\Result createBulkImportJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise createBulkImportJobAsync(array $args = [])
* @method \Aws\Result createDashboard(array $args = [])
Expand All @@ -43,6 +45,8 @@
* @method \GuzzleHttp\Promise\Promise deleteAssetAsync(array $args = [])
* @method \Aws\Result deleteAssetModel(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAssetModelAsync(array $args = [])
* @method \Aws\Result deleteAssetModelCompositeModel(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAssetModelCompositeModelAsync(array $args = [])
* @method \Aws\Result deleteDashboard(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDashboardAsync(array $args = [])
* @method \Aws\Result deleteGateway(array $args = [])
Expand All @@ -55,10 +59,16 @@
* @method \GuzzleHttp\Promise\Promise deleteTimeSeriesAsync(array $args = [])
* @method \Aws\Result describeAccessPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAccessPolicyAsync(array $args = [])
* @method \Aws\Result describeAction(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeActionAsync(array $args = [])
* @method \Aws\Result describeAsset(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAssetAsync(array $args = [])
* @method \Aws\Result describeAssetCompositeModel(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAssetCompositeModelAsync(array $args = [])
* @method \Aws\Result describeAssetModel(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAssetModelAsync(array $args = [])
* @method \Aws\Result describeAssetModelCompositeModel(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAssetModelCompositeModelAsync(array $args = [])
* @method \Aws\Result describeAssetProperty(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAssetPropertyAsync(array $args = [])
* @method \Aws\Result describeBulkImportJob(array $args = [])
Expand All @@ -85,6 +95,10 @@
* @method \GuzzleHttp\Promise\Promise disassociateAssetsAsync(array $args = [])
* @method \Aws\Result disassociateTimeSeriesFromAssetProperty(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateTimeSeriesFromAssetPropertyAsync(array $args = [])
* @method \Aws\Result executeAction(array $args = [])
* @method \GuzzleHttp\Promise\Promise executeActionAsync(array $args = [])
* @method \Aws\Result executeQuery(array $args = [])
* @method \GuzzleHttp\Promise\Promise executeQueryAsync(array $args = [])
* @method \Aws\Result getAssetPropertyAggregates(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAssetPropertyAggregatesAsync(array $args = [])
* @method \Aws\Result getAssetPropertyValue(array $args = [])
Expand All @@ -95,6 +109,10 @@
* @method \GuzzleHttp\Promise\Promise getInterpolatedAssetPropertyValuesAsync(array $args = [])
* @method \Aws\Result listAccessPolicies(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAccessPoliciesAsync(array $args = [])
* @method \Aws\Result listActions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listActionsAsync(array $args = [])
* @method \Aws\Result listAssetModelCompositeModels(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAssetModelCompositeModelsAsync(array $args = [])
* @method \Aws\Result listAssetModelProperties(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAssetModelPropertiesAsync(array $args = [])
* @method \Aws\Result listAssetModels(array $args = [])
Expand All @@ -109,6 +127,8 @@
* @method \GuzzleHttp\Promise\Promise listAssociatedAssetsAsync(array $args = [])
* @method \Aws\Result listBulkImportJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listBulkImportJobsAsync(array $args = [])
* @method \Aws\Result listCompositionRelationships(array $args = [])
* @method \GuzzleHttp\Promise\Promise listCompositionRelationshipsAsync(array $args = [])
* @method \Aws\Result listDashboards(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDashboardsAsync(array $args = [])
* @method \Aws\Result listGateways(array $args = [])
Expand Down Expand Up @@ -139,6 +159,8 @@
* @method \GuzzleHttp\Promise\Promise updateAssetAsync(array $args = [])
* @method \Aws\Result updateAssetModel(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAssetModelAsync(array $args = [])
* @method \Aws\Result updateAssetModelCompositeModel(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAssetModelCompositeModelAsync(array $args = [])
* @method \Aws\Result updateAssetProperty(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAssetPropertyAsync(array $args = [])
* @method \Aws\Result updateDashboard(array $args = [])
Expand Down
12 changes: 12 additions & 0 deletions src/IoTTwinMaker/IoTTwinMakerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
* This client is used to interact with the **AWS IoT TwinMaker** service.
* @method \Aws\Result batchPutPropertyValues(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchPutPropertyValuesAsync(array $args = [])
* @method \Aws\Result cancelMetadataTransferJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelMetadataTransferJobAsync(array $args = [])
* @method \Aws\Result createComponentType(array $args = [])
* @method \GuzzleHttp\Promise\Promise createComponentTypeAsync(array $args = [])
* @method \Aws\Result createEntity(array $args = [])
* @method \GuzzleHttp\Promise\Promise createEntityAsync(array $args = [])
* @method \Aws\Result createMetadataTransferJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise createMetadataTransferJobAsync(array $args = [])
* @method \Aws\Result createScene(array $args = [])
* @method \GuzzleHttp\Promise\Promise createSceneAsync(array $args = [])
* @method \Aws\Result createSyncJob(array $args = [])
Expand All @@ -33,6 +37,8 @@
* @method \GuzzleHttp\Promise\Promise getComponentTypeAsync(array $args = [])
* @method \Aws\Result getEntity(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEntityAsync(array $args = [])
* @method \Aws\Result getMetadataTransferJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMetadataTransferJobAsync(array $args = [])
* @method \Aws\Result getPricingPlan(array $args = [])
* @method \GuzzleHttp\Promise\Promise getPricingPlanAsync(array $args = [])
* @method \Aws\Result getPropertyValue(array $args = [])
Expand All @@ -47,8 +53,14 @@
* @method \GuzzleHttp\Promise\Promise getWorkspaceAsync(array $args = [])
* @method \Aws\Result listComponentTypes(array $args = [])
* @method \GuzzleHttp\Promise\Promise listComponentTypesAsync(array $args = [])
* @method \Aws\Result listComponents(array $args = [])
* @method \GuzzleHttp\Promise\Promise listComponentsAsync(array $args = [])
* @method \Aws\Result listEntities(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEntitiesAsync(array $args = [])
* @method \Aws\Result listMetadataTransferJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listMetadataTransferJobsAsync(array $args = [])
* @method \Aws\Result listProperties(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPropertiesAsync(array $args = [])
* @method \Aws\Result listScenes(array $args = [])
* @method \GuzzleHttp\Promise\Promise listScenesAsync(array $args = [])
* @method \Aws\Result listSyncJobs(array $args = [])
Expand Down
4 changes: 4 additions & 0 deletions src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@
* @method \Aws\MultiRegionClient createMultiRegionCloudFormation(array $args = [])
* @method \Aws\CloudFront\CloudFrontClient createCloudFront(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionCloudFront(array $args = [])
* @method \Aws\CloudFrontKeyValueStore\CloudFrontKeyValueStoreClient createCloudFrontKeyValueStore(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionCloudFrontKeyValueStore(array $args = [])
* @method \Aws\CloudHSMV2\CloudHSMV2Client createCloudHSMV2(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionCloudHSMV2(array $args = [])
* @method \Aws\CloudHsm\CloudHsmClient createCloudHsm(array $args = [])
Expand Down Expand Up @@ -314,6 +316,8 @@
* @method \Aws\MultiRegionClient createMultiRegionInspector(array $args = [])
* @method \Aws\Inspector2\Inspector2Client createInspector2(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionInspector2(array $args = [])
* @method \Aws\InspectorScan\InspectorScanClient createInspectorScan(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionInspectorScan(array $args = [])
* @method \Aws\InternetMonitor\InternetMonitorClient createInternetMonitor(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionInternetMonitor(array $args = [])
* @method \Aws\IoT1ClickDevicesService\IoT1ClickDevicesServiceClient createIoT1ClickDevicesService(array $args = [])
Expand Down
Loading

0 comments on commit e11cb12

Please sign in to comment.