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 14, 2023
1 parent ed7cba5 commit ee54551
Show file tree
Hide file tree
Showing 21 changed files with 1,398 additions and 257 deletions.
17 changes: 17 additions & 0 deletions .changes/3.278.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "api-change",
"category": "Omics",
"description": "This release provides support for annotation store versioning and cross account sharing for Omics Analytics"
},
{
"type": "api-change",
"category": "MediaPackage",
"description": "Fix SDK logging of certain fields."
},
{
"type": "enhancement",
"category": "Transfer",
"description": "Documentation updates for AWS Transfer Family"
}
]
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## next release

* `Aws\Omics` - This release provides support for annotation store versioning and cross account sharing for Omics Analytics
* `Aws\MediaPackage` - Fix SDK logging of certain fields.
* `Aws\Transfer` - Documentation updates for AWS Transfer Family

## 3.278.1 - 2023-08-11

* `Aws\QuickSight` - New Authentication method for Account subscription - IAM Identity Center. Hierarchy layout support, default column width support and related style properties for pivot table visuals. Non-additive topic field aggregations for Topic API
Expand Down
20 changes: 20 additions & 0 deletions src/Omics/OmicsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* This client is used to interact with the **Amazon Omics** service.
* @method \Aws\Result abortMultipartReadSetUpload(array $args = [])
* @method \GuzzleHttp\Promise\Promise abortMultipartReadSetUploadAsync(array $args = [])
* @method \Aws\Result acceptShare(array $args = [])
* @method \GuzzleHttp\Promise\Promise acceptShareAsync(array $args = [])
* @method \Aws\Result batchDeleteReadSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDeleteReadSetAsync(array $args = [])
* @method \Aws\Result cancelAnnotationImportJob(array $args = [])
Expand All @@ -19,6 +21,8 @@
* @method \GuzzleHttp\Promise\Promise completeMultipartReadSetUploadAsync(array $args = [])
* @method \Aws\Result createAnnotationStore(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAnnotationStoreAsync(array $args = [])
* @method \Aws\Result createAnnotationStoreVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAnnotationStoreVersionAsync(array $args = [])
* @method \Aws\Result createMultipartReadSetUpload(array $args = [])
* @method \GuzzleHttp\Promise\Promise createMultipartReadSetUploadAsync(array $args = [])
* @method \Aws\Result createReferenceStore(array $args = [])
Expand All @@ -27,12 +31,16 @@
* @method \GuzzleHttp\Promise\Promise createRunGroupAsync(array $args = [])
* @method \Aws\Result createSequenceStore(array $args = [])
* @method \GuzzleHttp\Promise\Promise createSequenceStoreAsync(array $args = [])
* @method \Aws\Result createShare(array $args = [])
* @method \GuzzleHttp\Promise\Promise createShareAsync(array $args = [])
* @method \Aws\Result createVariantStore(array $args = [])
* @method \GuzzleHttp\Promise\Promise createVariantStoreAsync(array $args = [])
* @method \Aws\Result createWorkflow(array $args = [])
* @method \GuzzleHttp\Promise\Promise createWorkflowAsync(array $args = [])
* @method \Aws\Result deleteAnnotationStore(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAnnotationStoreAsync(array $args = [])
* @method \Aws\Result deleteAnnotationStoreVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAnnotationStoreVersionsAsync(array $args = [])
* @method \Aws\Result deleteReference(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteReferenceAsync(array $args = [])
* @method \Aws\Result deleteReferenceStore(array $args = [])
Expand All @@ -43,6 +51,8 @@
* @method \GuzzleHttp\Promise\Promise deleteRunGroupAsync(array $args = [])
* @method \Aws\Result deleteSequenceStore(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteSequenceStoreAsync(array $args = [])
* @method \Aws\Result deleteShare(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteShareAsync(array $args = [])
* @method \Aws\Result deleteVariantStore(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteVariantStoreAsync(array $args = [])
* @method \Aws\Result deleteWorkflow(array $args = [])
Expand All @@ -51,6 +61,8 @@
* @method \GuzzleHttp\Promise\Promise getAnnotationImportJobAsync(array $args = [])
* @method \Aws\Result getAnnotationStore(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAnnotationStoreAsync(array $args = [])
* @method \Aws\Result getAnnotationStoreVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAnnotationStoreVersionAsync(array $args = [])
* @method \Aws\Result getReadSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise getReadSetAsync(array $args = [])
* @method \Aws\Result getReadSetActivationJob(array $args = [])
Expand All @@ -77,6 +89,8 @@
* @method \GuzzleHttp\Promise\Promise getRunTaskAsync(array $args = [])
* @method \Aws\Result getSequenceStore(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSequenceStoreAsync(array $args = [])
* @method \Aws\Result getShare(array $args = [])
* @method \GuzzleHttp\Promise\Promise getShareAsync(array $args = [])
* @method \Aws\Result getVariantImportJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise getVariantImportJobAsync(array $args = [])
* @method \Aws\Result getVariantStore(array $args = [])
Expand All @@ -85,6 +99,8 @@
* @method \GuzzleHttp\Promise\Promise getWorkflowAsync(array $args = [])
* @method \Aws\Result listAnnotationImportJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAnnotationImportJobsAsync(array $args = [])
* @method \Aws\Result listAnnotationStoreVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAnnotationStoreVersionsAsync(array $args = [])
* @method \Aws\Result listAnnotationStores(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAnnotationStoresAsync(array $args = [])
* @method \Aws\Result listMultipartReadSetUploads(array $args = [])
Expand Down Expand Up @@ -113,6 +129,8 @@
* @method \GuzzleHttp\Promise\Promise listRunsAsync(array $args = [])
* @method \Aws\Result listSequenceStores(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSequenceStoresAsync(array $args = [])
* @method \Aws\Result listShares(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSharesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result listVariantImportJobs(array $args = [])
Expand Down Expand Up @@ -141,6 +159,8 @@
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateAnnotationStore(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAnnotationStoreAsync(array $args = [])
* @method \Aws\Result updateAnnotationStoreVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAnnotationStoreVersionAsync(array $args = [])
* @method \Aws\Result updateRunGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateRunGroupAsync(array $args = [])
* @method \Aws\Result updateVariantStore(array $args = [])
Expand Down
42 changes: 41 additions & 1 deletion src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
"deprecated" : true,
"hostname" : "acm-pca-fips.us-west-2.amazonaws.com"
},
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
Expand Down Expand Up @@ -11349,7 +11350,18 @@
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "networkmanager.us-west-2.amazonaws.com"
"hostname" : "networkmanager.us-west-2.amazonaws.com",
"variants" : [ {
"hostname" : "networkmanager-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"fips-aws-global" : {
"credentialScope" : {
"region" : "us-west-2"
},
"deprecated" : true,
"hostname" : "networkmanager-fips.us-west-2.amazonaws.com"
}
},
"isRegionalized" : false,
Expand Down Expand Up @@ -14135,18 +14147,26 @@
},
"schemas" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
Expand Down Expand Up @@ -16890,7 +16910,10 @@
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
Expand Down Expand Up @@ -19142,6 +19165,12 @@
},
"isRegionalized" : true
},
"schemas" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"secretsmanager" : {
"endpoints" : {
"cn-north-1" : { },
Expand Down Expand Up @@ -22281,6 +22310,17 @@
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "networkmanager.us-gov-west-1.amazonaws.com",
"variants" : [ {
"hostname" : "networkmanager.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"fips-aws-us-gov-global" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "networkmanager.us-gov-west-1.amazonaws.com"
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions src/data/mediapackage/2017-10-12/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1762,15 +1762,15 @@
},
"Password": {
"locationName": "password",
"shape": "__string"
"shape": "SensitiveString"
},
"Url": {
"locationName": "url",
"shape": "__string"
},
"Username": {
"locationName": "username",
"shape": "__string"
"shape": "SensitiveString"
}
},
"type": "structure"
Expand Down Expand Up @@ -2363,6 +2363,10 @@
],
"type": "string"
},
"SensitiveString": {
"sensitive": true,
"type": "string"
},
"ServiceUnavailableException": {
"error": {
"httpStatusCode": 503
Expand Down
2 changes: 1 addition & 1 deletion src/data/mediapackage/2017-10-12/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit ee54551

Please sign in to comment.