-
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
7d94d8a
commit 8ea64ae
Showing
72 changed files
with
10,521 additions
and
917 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,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." | ||
} | ||
] |
This file was deleted.
Oops, something went wrong.
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,9 @@ | ||
<?php | ||
namespace Aws\Neptunedata\Exception; | ||
|
||
use Aws\Exception\AwsException; | ||
|
||
/** | ||
* Represents an error interacting with the **Amazon NeptuneData** service. | ||
*/ | ||
class NeptunedataException 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
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 {} |
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\PcaConnectorAd\Exception; | ||
|
||
use Aws\Exception\AwsException; | ||
|
||
/** | ||
* Represents an error interacting with the **PcaConnectorAd** service. | ||
*/ | ||
class PcaConnectorAdException 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
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 {} |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.