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 Apr 26, 2023
1 parent 086934b commit 5a1d0f7
Show file tree
Hide file tree
Showing 21 changed files with 2,069 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changes/3.269.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "OSIS",
"description": "Initial release for OpenSearch Ingestion"
}
]
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## next release

* `Aws\OSIS` - Initial release for OpenSearch Ingestion

## 3.268.18 - 2023-04-25

* `Aws\ChimeSDKMessaging` - Remove non actionable field from UpdateChannelReadMarker and DeleteChannelRequest. Add precise exceptions to DeleteChannel and DeleteStreamingConfigurations error cases.
Expand Down
9 changes: 9 additions & 0 deletions src/OSIS/Exception/OSISException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
namespace Aws\OSIS\Exception;

use Aws\Exception\AwsException;

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

use Aws\AwsClient;

/**
* This client is used to interact with the **Amazon OpenSearch Ingestion** service.
* @method \Aws\Result createPipeline(array $args = [])
* @method \GuzzleHttp\Promise\Promise createPipelineAsync(array $args = [])
* @method \Aws\Result deletePipeline(array $args = [])
* @method \GuzzleHttp\Promise\Promise deletePipelineAsync(array $args = [])
* @method \Aws\Result getPipeline(array $args = [])
* @method \GuzzleHttp\Promise\Promise getPipelineAsync(array $args = [])
* @method \Aws\Result getPipelineBlueprint(array $args = [])
* @method \GuzzleHttp\Promise\Promise getPipelineBlueprintAsync(array $args = [])
* @method \Aws\Result getPipelineChangeProgress(array $args = [])
* @method \GuzzleHttp\Promise\Promise getPipelineChangeProgressAsync(array $args = [])
* @method \Aws\Result listPipelineBlueprints(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPipelineBlueprintsAsync(array $args = [])
* @method \Aws\Result listPipelines(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPipelinesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result startPipeline(array $args = [])
* @method \GuzzleHttp\Promise\Promise startPipelineAsync(array $args = [])
* @method \Aws\Result stopPipeline(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopPipelineAsync(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 updatePipeline(array $args = [])
* @method \GuzzleHttp\Promise\Promise updatePipelineAsync(array $args = [])
* @method \Aws\Result validatePipeline(array $args = [])
* @method \GuzzleHttp\Promise\Promise validatePipelineAsync(array $args = [])
*/
class OSISClient extends AwsClient {}
2 changes: 2 additions & 0 deletions src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@
* @method \Aws\MultiRegionClient createMultiRegionNimbleStudio(array $args = [])
* @method \Aws\OAM\OAMClient createOAM(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionOAM(array $args = [])
* @method \Aws\OSIS\OSISClient createOSIS(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionOSIS(array $args = [])
* @method \Aws\Omics\OmicsClient createOmics(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionOmics(array $args = [])
* @method \Aws\OpenSearchServerless\OpenSearchServerlessClient createOpenSearchServerless(array $args = [])
Expand Down
20 changes: 20 additions & 0 deletions src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -11278,6 +11278,20 @@
"isRegionalized" : false,
"partitionEndpoint" : "aws-global"
},
"osis" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"outposts" : {
"endpoints" : {
"af-south-1" : { },
Expand Down Expand Up @@ -18193,6 +18207,12 @@
"cn-northwest-1" : { }
}
},
"license-manager-linux-subscriptions" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"logs" : {
"endpoints" : {
"cn-north-1" : { },
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions src/data/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1670,6 +1670,13 @@
"2016-11-28": "2016-11-28"
}
},
"osis": {
"namespace": "OSIS",
"versions": {
"latest": "2022-01-01",
"2022-01-01": "2022-01-01"
}
},
"outposts": {
"namespace": "Outposts",
"versions": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/manifest.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 5a1d0f7

Please sign in to comment.