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 Aug 30, 2023
1 parent 7d94d8a commit 8ea64ae
Show file tree
Hide file tree
Showing 72 changed files with 10,521 additions and 917 deletions.
47 changes: 47 additions & 0 deletions .changes/3.280.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "api-change",
"category": "Appflow",
"description": "Add SAP source connector parallel and pagination feature"
},
{
"type": "api-change",
"category": "AuditManager",
"description": "This release marks some assessment metadata as sensitive. We added a sensitive trait to the following attributes: assessmentName, emailAddress, scope, createdBy, lastUpdatedBy, and userName."
},
{
"type": "api-change",
"category": "NetworkFirewall",
"description": "Network Firewall increasing pagination token string length"
},
{
"type": "api-change",
"category": "DataSync",
"description": "AWS DataSync introduces Task Reports, a new feature that provides detailed reports of data transfer operations for each task execution."
},
{
"type": "api-change",
"category": "AppRunner",
"description": "App Runner adds support for Bitbucket. You can now create App Runner connection that connects to your Bitbucket repositories and deploy App Runner service with the source code stored in a Bitbucket repository."
},
{
"type": "feature",
"category": "PcaConnectorAd",
"description": "The Connector for AD allows you to use a fully-managed AWS Private CA as a drop-in replacement for your self-managed enterprise CAs without local agents or proxy servers. Enterprises that use AD to manage Windows environments can reduce their private certificate authority (CA) costs and complexity."
},
{
"type": "api-change",
"category": "SageMaker",
"description": "Amazon SageMaker Canvas adds IdentityProviderOAuthSettings support for CanvasAppSettings"
},
{
"type": "api-change",
"category": "CleanRooms",
"description": "This release decouples member abilities in a collaboration. With this change, the member who can run queries no longer needs to be the same as the member who can receive results."
},
{
"type": "feature",
"category": "Neptunedata",
"description": "Allows customers to execute data plane actions like bulk loading graphs, issuing graph queries using Gremlin and openCypher directly from the SDK."
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/aws-region.json

This file was deleted.

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

## next release

* `Aws\` - Adds default region resolution, which resolves the region from `AWS_REGION` and the shared config file, respectively.
* `Aws\Appflow` - Add SAP source connector parallel and pagination feature
* `Aws\AuditManager` - This release marks some assessment metadata as sensitive. We added a sensitive trait to the following attributes: assessmentName, emailAddress, scope, createdBy, lastUpdatedBy, and userName.
* `Aws\NetworkFirewall` - Network Firewall increasing pagination token string length
* `Aws\DataSync` - AWS DataSync introduces Task Reports, a new feature that provides detailed reports of data transfer operations for each task execution.
* `Aws\AppRunner` - App Runner adds support for Bitbucket. You can now create App Runner connection that connects to your Bitbucket repositories and deploy App Runner service with the source code stored in a Bitbucket repository.
* `Aws\PcaConnectorAd` - The Connector for AD allows you to use a fully-managed AWS Private CA as a drop-in replacement for your self-managed enterprise CAs without local agents or proxy servers. Enterprises that use AD to manage Windows environments can reduce their private certificate authority (CA) costs and complexity.
* `Aws\SageMaker` - Amazon SageMaker Canvas adds IdentityProviderOAuthSettings support for CanvasAppSettings
* `Aws\CleanRooms` - This release decouples member abilities in a collaboration. With this change, the member who can run queries no longer needs to be the same as the member who can receive results.
* `Aws\Neptunedata` - Allows customers to execute data plane actions like bulk loading graphs, issuing graph queries using Gremlin and openCypher directly from the SDK.

## 3.279.9 - 2023-08-29

* `Aws\FSx` - Documentation updates for project quotas.
Expand Down
9 changes: 9 additions & 0 deletions src/Neptunedata/Exception/NeptunedataException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
namespace Aws\Neptunedata\Exception;

use Aws\Exception\AwsException;

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

use Aws\AwsClient;

/**
* This client is used to interact with the **Amazon NeptuneData** service.
* @method \Aws\Result cancelGremlinQuery(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelGremlinQueryAsync(array $args = [])
* @method \Aws\Result cancelLoaderJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelLoaderJobAsync(array $args = [])
* @method \Aws\Result cancelMLDataProcessingJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelMLDataProcessingJobAsync(array $args = [])
* @method \Aws\Result cancelMLModelTrainingJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelMLModelTrainingJobAsync(array $args = [])
* @method \Aws\Result cancelMLModelTransformJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelMLModelTransformJobAsync(array $args = [])
* @method \Aws\Result cancelOpenCypherQuery(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelOpenCypherQueryAsync(array $args = [])
* @method \Aws\Result createMLEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise createMLEndpointAsync(array $args = [])
* @method \Aws\Result deleteMLEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteMLEndpointAsync(array $args = [])
* @method \Aws\Result deletePropertygraphStatistics(array $args = [])
* @method \GuzzleHttp\Promise\Promise deletePropertygraphStatisticsAsync(array $args = [])
* @method \Aws\Result deleteSparqlStatistics(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteSparqlStatisticsAsync(array $args = [])
* @method \Aws\Result executeFastReset(array $args = [])
* @method \GuzzleHttp\Promise\Promise executeFastResetAsync(array $args = [])
* @method \Aws\Result executeGremlinExplainQuery(array $args = [])
* @method \GuzzleHttp\Promise\Promise executeGremlinExplainQueryAsync(array $args = [])
* @method \Aws\Result executeGremlinProfileQuery(array $args = [])
* @method \GuzzleHttp\Promise\Promise executeGremlinProfileQueryAsync(array $args = [])
* @method \Aws\Result executeGremlinQuery(array $args = [])
* @method \GuzzleHttp\Promise\Promise executeGremlinQueryAsync(array $args = [])
* @method \Aws\Result executeOpenCypherExplainQuery(array $args = [])
* @method \GuzzleHttp\Promise\Promise executeOpenCypherExplainQueryAsync(array $args = [])
* @method \Aws\Result executeOpenCypherQuery(array $args = [])
* @method \GuzzleHttp\Promise\Promise executeOpenCypherQueryAsync(array $args = [])
* @method \Aws\Result getEngineStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEngineStatusAsync(array $args = [])
* @method \Aws\Result getGremlinQueryStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise getGremlinQueryStatusAsync(array $args = [])
* @method \Aws\Result getLoaderJobStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise getLoaderJobStatusAsync(array $args = [])
* @method \Aws\Result getMLDataProcessingJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMLDataProcessingJobAsync(array $args = [])
* @method \Aws\Result getMLEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMLEndpointAsync(array $args = [])
* @method \Aws\Result getMLModelTrainingJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMLModelTrainingJobAsync(array $args = [])
* @method \Aws\Result getMLModelTransformJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMLModelTransformJobAsync(array $args = [])
* @method \Aws\Result getOpenCypherQueryStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise getOpenCypherQueryStatusAsync(array $args = [])
* @method \Aws\Result getPropertygraphStatistics(array $args = [])
* @method \GuzzleHttp\Promise\Promise getPropertygraphStatisticsAsync(array $args = [])
* @method \Aws\Result getPropertygraphStream(array $args = [])
* @method \GuzzleHttp\Promise\Promise getPropertygraphStreamAsync(array $args = [])
* @method \Aws\Result getPropertygraphSummary(array $args = [])
* @method \GuzzleHttp\Promise\Promise getPropertygraphSummaryAsync(array $args = [])
* @method \Aws\Result getRDFGraphSummary(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRDFGraphSummaryAsync(array $args = [])
* @method \Aws\Result getSparqlStatistics(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSparqlStatisticsAsync(array $args = [])
* @method \Aws\Result getSparqlStream(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSparqlStreamAsync(array $args = [])
* @method \Aws\Result listGremlinQueries(array $args = [])
* @method \GuzzleHttp\Promise\Promise listGremlinQueriesAsync(array $args = [])
* @method \Aws\Result listLoaderJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listLoaderJobsAsync(array $args = [])
* @method \Aws\Result listMLDataProcessingJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listMLDataProcessingJobsAsync(array $args = [])
* @method \Aws\Result listMLEndpoints(array $args = [])
* @method \GuzzleHttp\Promise\Promise listMLEndpointsAsync(array $args = [])
* @method \Aws\Result listMLModelTrainingJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listMLModelTrainingJobsAsync(array $args = [])
* @method \Aws\Result listMLModelTransformJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listMLModelTransformJobsAsync(array $args = [])
* @method \Aws\Result listOpenCypherQueries(array $args = [])
* @method \GuzzleHttp\Promise\Promise listOpenCypherQueriesAsync(array $args = [])
* @method \Aws\Result managePropertygraphStatistics(array $args = [])
* @method \GuzzleHttp\Promise\Promise managePropertygraphStatisticsAsync(array $args = [])
* @method \Aws\Result manageSparqlStatistics(array $args = [])
* @method \GuzzleHttp\Promise\Promise manageSparqlStatisticsAsync(array $args = [])
* @method \Aws\Result startLoaderJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise startLoaderJobAsync(array $args = [])
* @method \Aws\Result startMLDataProcessingJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise startMLDataProcessingJobAsync(array $args = [])
* @method \Aws\Result startMLModelTrainingJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise startMLModelTrainingJobAsync(array $args = [])
* @method \Aws\Result startMLModelTransformJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise startMLModelTransformJobAsync(array $args = [])
*/
class NeptunedataClient extends AwsClient {}
9 changes: 9 additions & 0 deletions src/PcaConnectorAd/Exception/PcaConnectorAdException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
namespace Aws\PcaConnectorAd\Exception;

use Aws\Exception\AwsException;

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

use Aws\AwsClient;

/**
* This client is used to interact with the **PcaConnectorAd** service.
* @method \Aws\Result createConnector(array $args = [])
* @method \GuzzleHttp\Promise\Promise createConnectorAsync(array $args = [])
* @method \Aws\Result createDirectoryRegistration(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDirectoryRegistrationAsync(array $args = [])
* @method \Aws\Result createServicePrincipalName(array $args = [])
* @method \GuzzleHttp\Promise\Promise createServicePrincipalNameAsync(array $args = [])
* @method \Aws\Result createTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise createTemplateAsync(array $args = [])
* @method \Aws\Result createTemplateGroupAccessControlEntry(array $args = [])
* @method \GuzzleHttp\Promise\Promise createTemplateGroupAccessControlEntryAsync(array $args = [])
* @method \Aws\Result deleteConnector(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteConnectorAsync(array $args = [])
* @method \Aws\Result deleteDirectoryRegistration(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDirectoryRegistrationAsync(array $args = [])
* @method \Aws\Result deleteServicePrincipalName(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteServicePrincipalNameAsync(array $args = [])
* @method \Aws\Result deleteTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTemplateAsync(array $args = [])
* @method \Aws\Result deleteTemplateGroupAccessControlEntry(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTemplateGroupAccessControlEntryAsync(array $args = [])
* @method \Aws\Result getConnector(array $args = [])
* @method \GuzzleHttp\Promise\Promise getConnectorAsync(array $args = [])
* @method \Aws\Result getDirectoryRegistration(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDirectoryRegistrationAsync(array $args = [])
* @method \Aws\Result getServicePrincipalName(array $args = [])
* @method \GuzzleHttp\Promise\Promise getServicePrincipalNameAsync(array $args = [])
* @method \Aws\Result getTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTemplateAsync(array $args = [])
* @method \Aws\Result getTemplateGroupAccessControlEntry(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTemplateGroupAccessControlEntryAsync(array $args = [])
* @method \Aws\Result listConnectors(array $args = [])
* @method \GuzzleHttp\Promise\Promise listConnectorsAsync(array $args = [])
* @method \Aws\Result listDirectoryRegistrations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDirectoryRegistrationsAsync(array $args = [])
* @method \Aws\Result listServicePrincipalNames(array $args = [])
* @method \GuzzleHttp\Promise\Promise listServicePrincipalNamesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result listTemplateGroupAccessControlEntries(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTemplateGroupAccessControlEntriesAsync(array $args = [])
* @method \Aws\Result listTemplates(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTemplatesAsync(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 updateTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateTemplateAsync(array $args = [])
* @method \Aws\Result updateTemplateGroupAccessControlEntry(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateTemplateGroupAccessControlEntryAsync(array $args = [])
*/
class PcaConnectorAdClient extends AwsClient {}
4 changes: 4 additions & 0 deletions src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,8 @@
* @method \Aws\MultiRegionClient createMultiRegionMobile(array $args = [])
* @method \Aws\Neptune\NeptuneClient createNeptune(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionNeptune(array $args = [])
* @method \Aws\Neptunedata\NeptunedataClient createNeptunedata(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionNeptunedata(array $args = [])
* @method \Aws\NetworkFirewall\NetworkFirewallClient createNetworkFirewall(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionNetworkFirewall(array $args = [])
* @method \Aws\NetworkManager\NetworkManagerClient createNetworkManager(array $args = [])
Expand Down Expand Up @@ -496,6 +498,8 @@
* @method \Aws\MultiRegionClient createMultiRegionPaymentCryptography(array $args = [])
* @method \Aws\PaymentCryptographyData\PaymentCryptographyDataClient createPaymentCryptographyData(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionPaymentCryptographyData(array $args = [])
* @method \Aws\PcaConnectorAd\PcaConnectorAdClient createPcaConnectorAd(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionPcaConnectorAd(array $args = [])
* @method \Aws\Personalize\PersonalizeClient createPersonalize(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionPersonalize(array $args = [])
* @method \Aws\PersonalizeEvents\PersonalizeEventsClient createPersonalizeEvents(array $args = [])
Expand Down
44 changes: 40 additions & 4 deletions src/data/appflow/2020-08-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
{"shape":"ServiceQuotaExceededException"},
{"shape":"ConflictException"},
{"shape":"ConnectorAuthenticationException"},
{"shape":"ConnectorServerException"}
{"shape":"ConnectorServerException"},
{"shape":"AccessDeniedException"}
]
},
"DeleteConnectorProfile":{
Expand Down Expand Up @@ -387,7 +388,8 @@
{"shape":"ConflictException"},
{"shape":"ConnectorAuthenticationException"},
{"shape":"ConnectorServerException"},
{"shape":"InternalServerException"}
{"shape":"InternalServerException"},
{"shape":"AccessDeniedException"}
]
}
},
Expand Down Expand Up @@ -1653,7 +1655,9 @@
"errorInfo":{"shape":"ErrorInfo"},
"bytesProcessed":{"shape":"Long"},
"bytesWritten":{"shape":"Long"},
"recordsProcessed":{"shape":"Long"}
"recordsProcessed":{"shape":"Long"},
"numParallelProcesses":{"shape":"Long"},
"maxPageSize":{"shape":"Long"}
}
},
"ExecutionStatus":{
Expand Down Expand Up @@ -2763,15 +2767,47 @@
"writeOperationType":{"shape":"WriteOperationType"}
}
},
"SAPODataMaxPageSize":{
"type":"integer",
"max":10000,
"min":1
},
"SAPODataMaxParallelism":{
"type":"integer",
"max":10,
"min":1
},
"SAPODataMetadata":{
"type":"structure",
"members":{
}
},
"SAPODataPaginationConfig":{
"type":"structure",
"required":["maxPageSize"],
"members":{
"maxPageSize":{
"shape":"SAPODataMaxPageSize",
"box":true
}
}
},
"SAPODataParallelismConfig":{
"type":"structure",
"required":["maxParallelism"],
"members":{
"maxParallelism":{
"shape":"SAPODataMaxParallelism",
"box":true
}
}
},
"SAPODataSourceProperties":{
"type":"structure",
"members":{
"objectPath":{"shape":"Object"}
"objectPath":{"shape":"Object"},
"parallelismConfig":{"shape":"SAPODataParallelismConfig"},
"paginationConfig":{"shape":"SAPODataPaginationConfig"}
}
},
"SalesforceConnectorOperator":{
Expand Down
2 changes: 1 addition & 1 deletion src/data/appflow/2020-08-23/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 8ea64ae

Please sign in to comment.