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 Dec 8, 2020
1 parent a8b239e commit 6908ff0
Show file tree
Hide file tree
Showing 74 changed files with 11,437 additions and 107 deletions.
57 changes: 57 additions & 0 deletions .changes/3.168.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"type": "enhancement",
"category": "Rds",
"description": "Added optional configurable lifetime value to Rds AuthTokenGenerator"
},
{
"type": "feature",
"category": "EMRContainers",
"description": "This release adds support for Amazon EMR on EKS, a simple way to run Spark on Kubernetes."
},
{
"type": "api-change",
"category": "SageMakerRuntime",
"description": "This feature allows customers to invoke their endpoint with an inference ID. If used and data capture for the endpoint is enabled, this ID will be captured along with request data."
},
{
"type": "api-change",
"category": "QuickSight",
"description": "Added new parameters for join optimization."
},
{
"type": "feature",
"category": "SagemakerEdgeManager",
"description": "Amazon SageMaker Edge Manager makes it easy to optimize, secure, monitor, and maintain machine learning (ML) models across fleets of edge devices such as smart cameras, smart speakers, and robots."
},
{
"type": "feature",
"category": "HealthLake",
"description": "This release introduces Amazon HealthLake (preview), a HIPAA-eligible service that enables healthcare and life sciences customers to store, transform, query, and analyze health data in the AWS Cloud."
},
{
"type": "api-change",
"category": "ForecastService",
"description": "This release adds support for the Amazon Forecast Weather Index which can increase forecasting accuracy by automatically including weather forecasts in demand forecasts."
},
{
"type": "api-change",
"category": "kendra",
"description": "1. Amazon Kendra connector for Google Drive repositories 2. Amazon Kendra's relevance ranking models are regularly tuned for each customer by capturing end-user search patterns and feedback."
},
{
"type": "feature",
"category": "AuditManager",
"description": "AWS Audit Manager helps you continuously audit your AWS usage to simplify how you manage risk and compliance. This update releases the first version of the AWS Audit Manager APIs and SDK."
},
{
"type": "api-change",
"category": "SageMaker",
"description": "This feature helps you monitor model performance characteristics such as accuracy, identify undesired bias in your ML models, and explain model decisions better with explainability drift detection."
},
{
"type": "api-change",
"category": "ECR",
"description": "This release adds support for configuring cross-region and cross-account replication of your Amazon ECR images."
}
]

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## next release

* `Aws\AuditManager` - AWS Audit Manager helps you continuously audit your AWS usage to simplify how you manage risk and compliance. This update releases the first version of the AWS Audit Manager APIs and SDK.
* `Aws\ECR` - This release adds support for configuring cross-region and cross-account replication of your Amazon ECR images.
* `Aws\EMRContainers` - This release adds support for Amazon EMR on EKS, a simple way to run Spark on Kubernetes.
* `Aws\ForecastService` - This release adds support for the Amazon Forecast Weather Index which can increase forecasting accuracy by automatically including weather forecasts in demand forecasts.
* `Aws\HealthLake` - This release introduces Amazon HealthLake (preview), a HIPAA-eligible service that enables healthcare and life sciences customers to store, transform, query, and analyze health data in the AWS Cloud.
* `Aws\QuickSight` - Added new parameters for join optimization.
* `Aws\Rds` - Added optional configurable lifetime value to Rds AuthTokenGenerator
* `Aws\SageMaker` - This feature helps you monitor model performance characteristics such as accuracy, identify undesired bias in your ML models, and explain model decisions better with explainability drift detection.
* `Aws\SageMakerRuntime` - This feature allows customers to invoke their endpoint with an inference ID. If used and data capture for the endpoint is enabled, this ID will be captured along with request data.
* `Aws\SagemakerEdgeManager` - Amazon SageMaker Edge Manager makes it easy to optimize, secure, monitor, and maintain machine learning (ML) models across fleets of edge devices such as smart cameras, smart speakers, and robots.
* `Aws\kendra` - 1. Amazon Kendra connector for Google Drive repositories 2. Amazon Kendra's relevance ranking models are regularly tuned for each customer by capturing end-user search patterns and feedback.

## 3.167.0 - 2020-12-07

* `Aws\` - Adds cross region pre-signing to various methods in DocDbClient, RdsClient, and NeptuneClient
Expand Down
111 changes: 111 additions & 0 deletions src/AuditManager/AuditManagerClient.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
<?php
namespace Aws\AuditManager;

use Aws\AwsClient;

/**
* This client is used to interact with the **AWS Audit Manager** service.
* @method \Aws\Result associateAssessmentReportEvidenceFolder(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateAssessmentReportEvidenceFolderAsync(array $args = [])
* @method \Aws\Result batchAssociateAssessmentReportEvidence(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchAssociateAssessmentReportEvidenceAsync(array $args = [])
* @method \Aws\Result batchCreateDelegationByAssessment(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchCreateDelegationByAssessmentAsync(array $args = [])
* @method \Aws\Result batchDeleteDelegationByAssessment(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDeleteDelegationByAssessmentAsync(array $args = [])
* @method \Aws\Result batchDisassociateAssessmentReportEvidence(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDisassociateAssessmentReportEvidenceAsync(array $args = [])
* @method \Aws\Result batchImportEvidenceToAssessmentControl(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchImportEvidenceToAssessmentControlAsync(array $args = [])
* @method \Aws\Result createAssessment(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAssessmentAsync(array $args = [])
* @method \Aws\Result createAssessmentFramework(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAssessmentFrameworkAsync(array $args = [])
* @method \Aws\Result createAssessmentReport(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAssessmentReportAsync(array $args = [])
* @method \Aws\Result createControl(array $args = [])
* @method \GuzzleHttp\Promise\Promise createControlAsync(array $args = [])
* @method \Aws\Result deleteAssessment(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAssessmentAsync(array $args = [])
* @method \Aws\Result deleteAssessmentFramework(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAssessmentFrameworkAsync(array $args = [])
* @method \Aws\Result deleteAssessmentReport(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAssessmentReportAsync(array $args = [])
* @method \Aws\Result deleteControl(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteControlAsync(array $args = [])
* @method \Aws\Result deregisterAccount(array $args = [])
* @method \GuzzleHttp\Promise\Promise deregisterAccountAsync(array $args = [])
* @method \Aws\Result deregisterOrganizationAdminAccount(array $args = [])
* @method \GuzzleHttp\Promise\Promise deregisterOrganizationAdminAccountAsync(array $args = [])
* @method \Aws\Result disassociateAssessmentReportEvidenceFolder(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateAssessmentReportEvidenceFolderAsync(array $args = [])
* @method \Aws\Result getAccountStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAccountStatusAsync(array $args = [])
* @method \Aws\Result getAssessment(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAssessmentAsync(array $args = [])
* @method \Aws\Result getAssessmentFramework(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAssessmentFrameworkAsync(array $args = [])
* @method \Aws\Result getAssessmentReportUrl(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAssessmentReportUrlAsync(array $args = [])
* @method \Aws\Result getChangeLogs(array $args = [])
* @method \GuzzleHttp\Promise\Promise getChangeLogsAsync(array $args = [])
* @method \Aws\Result getControl(array $args = [])
* @method \GuzzleHttp\Promise\Promise getControlAsync(array $args = [])
* @method \Aws\Result getDelegations(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDelegationsAsync(array $args = [])
* @method \Aws\Result getEvidence(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEvidenceAsync(array $args = [])
* @method \Aws\Result getEvidenceByEvidenceFolder(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEvidenceByEvidenceFolderAsync(array $args = [])
* @method \Aws\Result getEvidenceFolder(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEvidenceFolderAsync(array $args = [])
* @method \Aws\Result getEvidenceFoldersByAssessment(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEvidenceFoldersByAssessmentAsync(array $args = [])
* @method \Aws\Result getEvidenceFoldersByAssessmentControl(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEvidenceFoldersByAssessmentControlAsync(array $args = [])
* @method \Aws\Result getOrganizationAdminAccount(array $args = [])
* @method \GuzzleHttp\Promise\Promise getOrganizationAdminAccountAsync(array $args = [])
* @method \Aws\Result getServicesInScope(array $args = [])
* @method \GuzzleHttp\Promise\Promise getServicesInScopeAsync(array $args = [])
* @method \Aws\Result getSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSettingsAsync(array $args = [])
* @method \Aws\Result listAssessmentFrameworks(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAssessmentFrameworksAsync(array $args = [])
* @method \Aws\Result listAssessmentReports(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAssessmentReportsAsync(array $args = [])
* @method \Aws\Result listAssessments(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAssessmentsAsync(array $args = [])
* @method \Aws\Result listControls(array $args = [])
* @method \GuzzleHttp\Promise\Promise listControlsAsync(array $args = [])
* @method \Aws\Result listKeywordsForDataSource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listKeywordsForDataSourceAsync(array $args = [])
* @method \Aws\Result listNotifications(array $args = [])
* @method \GuzzleHttp\Promise\Promise listNotificationsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result registerAccount(array $args = [])
* @method \GuzzleHttp\Promise\Promise registerAccountAsync(array $args = [])
* @method \Aws\Result registerOrganizationAdminAccount(array $args = [])
* @method \GuzzleHttp\Promise\Promise registerOrganizationAdminAccountAsync(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 updateAssessment(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAssessmentAsync(array $args = [])
* @method \Aws\Result updateAssessmentControl(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAssessmentControlAsync(array $args = [])
* @method \Aws\Result updateAssessmentControlSetStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAssessmentControlSetStatusAsync(array $args = [])
* @method \Aws\Result updateAssessmentFramework(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAssessmentFrameworkAsync(array $args = [])
* @method \Aws\Result updateAssessmentStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAssessmentStatusAsync(array $args = [])
* @method \Aws\Result updateControl(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateControlAsync(array $args = [])
* @method \Aws\Result updateSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateSettingsAsync(array $args = [])
* @method \Aws\Result validateAssessmentReportIntegrity(array $args = [])
* @method \GuzzleHttp\Promise\Promise validateAssessmentReportIntegrityAsync(array $args = [])
*/
class AuditManagerClient extends AwsClient {}
9 changes: 9 additions & 0 deletions src/AuditManager/Exception/AuditManagerException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
namespace Aws\AuditManager\Exception;

use Aws\Exception\AwsException;

/**
* Represents an error interacting with the **AWS Audit Manager** service.
*/
class AuditManagerException extends AwsException {}
39 changes: 39 additions & 0 deletions src/EMRContainers/EMRContainersClient.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?php
namespace Aws\EMRContainers;

use Aws\AwsClient;

/**
* This client is used to interact with the **Amazon EMR Containers** service.
* @method \Aws\Result cancelJobRun(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelJobRunAsync(array $args = [])
* @method \Aws\Result createManagedEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise createManagedEndpointAsync(array $args = [])
* @method \Aws\Result createVirtualCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise createVirtualClusterAsync(array $args = [])
* @method \Aws\Result deleteManagedEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteManagedEndpointAsync(array $args = [])
* @method \Aws\Result deleteVirtualCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteVirtualClusterAsync(array $args = [])
* @method \Aws\Result describeJobRun(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeJobRunAsync(array $args = [])
* @method \Aws\Result describeManagedEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeManagedEndpointAsync(array $args = [])
* @method \Aws\Result describeVirtualCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeVirtualClusterAsync(array $args = [])
* @method \Aws\Result listJobRuns(array $args = [])
* @method \GuzzleHttp\Promise\Promise listJobRunsAsync(array $args = [])
* @method \Aws\Result listManagedEndpoints(array $args = [])
* @method \GuzzleHttp\Promise\Promise listManagedEndpointsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result listVirtualClusters(array $args = [])
* @method \GuzzleHttp\Promise\Promise listVirtualClustersAsync(array $args = [])
* @method \Aws\Result startJobRun(array $args = [])
* @method \GuzzleHttp\Promise\Promise startJobRunAsync(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 = [])
*/
class EMRContainersClient extends AwsClient {}
9 changes: 9 additions & 0 deletions src/EMRContainers/Exception/EMRContainersException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
namespace Aws\EMRContainers\Exception;

use Aws\Exception\AwsException;

/**
* Represents an error interacting with the **Amazon EMR Containers** service.
*/
class EMRContainersException extends AwsException {}
10 changes: 10 additions & 0 deletions src/Ecr/EcrClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
* @method \GuzzleHttp\Promise\Promise createRepositoryAsync(array $args = [])
* @method \Aws\Result deleteLifecyclePolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteLifecyclePolicyAsync(array $args = [])
* @method \Aws\Result deleteRegistryPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRegistryPolicyAsync(array $args = [])
* @method \Aws\Result deleteRepository(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRepositoryAsync(array $args = [])
* @method \Aws\Result deleteRepositoryPolicy(array $args = [])
Expand All @@ -26,6 +28,8 @@
* @method \GuzzleHttp\Promise\Promise describeImageScanFindingsAsync(array $args = [])
* @method \Aws\Result describeImages(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeImagesAsync(array $args = [])
* @method \Aws\Result describeRegistry(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeRegistryAsync(array $args = [])
* @method \Aws\Result describeRepositories(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeRepositoriesAsync(array $args = [])
* @method \Aws\Result getAuthorizationToken(array $args = [])
Expand All @@ -36,6 +40,8 @@
* @method \GuzzleHttp\Promise\Promise getLifecyclePolicyAsync(array $args = [])
* @method \Aws\Result getLifecyclePolicyPreview(array $args = [])
* @method \GuzzleHttp\Promise\Promise getLifecyclePolicyPreviewAsync(array $args = [])
* @method \Aws\Result getRegistryPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRegistryPolicyAsync(array $args = [])
* @method \Aws\Result getRepositoryPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRepositoryPolicyAsync(array $args = [])
* @method \Aws\Result initiateLayerUpload(array $args = [])
Expand All @@ -52,6 +58,10 @@
* @method \GuzzleHttp\Promise\Promise putImageTagMutabilityAsync(array $args = [])
* @method \Aws\Result putLifecyclePolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise putLifecyclePolicyAsync(array $args = [])
* @method \Aws\Result putRegistryPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise putRegistryPolicyAsync(array $args = [])
* @method \Aws\Result putReplicationConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise putReplicationConfigurationAsync(array $args = [])
* @method \Aws\Result setRepositoryPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise setRepositoryPolicyAsync(array $args = [])
* @method \Aws\Result startImageScan(array $args = [])
Expand Down
9 changes: 9 additions & 0 deletions src/HealthLake/Exception/HealthLakeException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
namespace Aws\HealthLake\Exception;

use Aws\Exception\AwsException;

/**
* Represents an error interacting with the **Amazon HealthLake** service.
*/
class HealthLakeException extends AwsException {}
21 changes: 21 additions & 0 deletions src/HealthLake/HealthLakeClient.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php
namespace Aws\HealthLake;

use Aws\AwsClient;

/**
* This client is used to interact with the **Amazon HealthLake** service.
* @method \Aws\Result createFHIRDatastore(array $args = [])
* @method \GuzzleHttp\Promise\Promise createFHIRDatastoreAsync(array $args = [])
* @method \Aws\Result deleteFHIRDatastore(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteFHIRDatastoreAsync(array $args = [])
* @method \Aws\Result describeFHIRDatastore(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeFHIRDatastoreAsync(array $args = [])
* @method \Aws\Result describeFHIRImportJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeFHIRImportJobAsync(array $args = [])
* @method \Aws\Result listFHIRDatastores(array $args = [])
* @method \GuzzleHttp\Promise\Promise listFHIRDatastoresAsync(array $args = [])
* @method \Aws\Result startFHIRImportJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise startFHIRImportJobAsync(array $args = [])
*/
class HealthLakeClient extends AwsClient {}
Loading

0 comments on commit 6908ff0

Please sign in to comment.