Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.50.7 #5157

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.50.7 (2024-01-30)
===

### Service Client Updates
* `service/datazone`: Updates service API and documentation
* `service/route53`: Updates service documentation
* Update the SDKs for text changes in the APIs.

Release v1.50.6 (2024-01-29)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.50.6"
const SDKVersion = "1.50.7"
43 changes: 40 additions & 3 deletions models/apis/datazone/2018-05-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2955,10 +2955,12 @@
"createdBy":{"shape":"CreatedBy"},
"description":{"shape":"Description"},
"domainId":{"shape":"DomainId"},
"failureReasons":{"shape":"FailureReasons"},
"glossaryTerms":{"shape":"GlossaryTerms"},
"id":{"shape":"ProjectId"},
"lastUpdatedAt":{"shape":"SyntheticTimestamp_date_time"},
"name":{"shape":"ProjectName"}
"name":{"shape":"ProjectName"},
"projectStatus":{"shape":"ProjectStatus"}
}
},
"CreateSubscriptionGrantInput":{
Expand Down Expand Up @@ -3565,6 +3567,11 @@
"shape":"DomainId",
"location":"uri",
"locationName":"identifier"
},
"skipDeletionCheck":{
"shape":"Boolean",
"location":"querystring",
"locationName":"skipDeletionCheck"
}
}
},
Expand Down Expand Up @@ -3749,6 +3756,11 @@
"shape":"ProjectId",
"location":"uri",
"locationName":"identifier"
},
"skipDeletionCheck":{
"shape":"Boolean",
"location":"querystring",
"locationName":"skipDeletionCheck"
}
}
},
Expand Down Expand Up @@ -4193,6 +4205,10 @@
"message":{"shape":"String"}
}
},
"FailureReasons":{
"type":"list",
"member":{"shape":"ProjectDeletionError"}
},
"Filter":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -5048,10 +5064,12 @@
"createdBy":{"shape":"CreatedBy"},
"description":{"shape":"Description"},
"domainId":{"shape":"DomainId"},
"failureReasons":{"shape":"FailureReasons"},
"glossaryTerms":{"shape":"GlossaryTerms"},
"id":{"shape":"ProjectId"},
"lastUpdatedAt":{"shape":"SyntheticTimestamp_date_time"},
"name":{"shape":"ProjectName"}
"name":{"shape":"ProjectName"},
"projectStatus":{"shape":"ProjectStatus"}
}
},
"GetSubscriptionGrantInput":{
Expand Down Expand Up @@ -6530,6 +6548,13 @@
"businessNameGeneration":{"shape":"BusinessNameGenerationConfiguration"}
}
},
"ProjectDeletionError":{
"type":"structure",
"members":{
"code":{"shape":"String"},
"message":{"shape":"String"}
}
},
"ProjectId":{
"type":"string",
"pattern":"^[a-zA-Z0-9_-]{1,36}$"
Expand All @@ -6556,6 +6581,14 @@
"pattern":"^[\\w -]+$",
"sensitive":true
},
"ProjectStatus":{
"type":"string",
"enum":[
"ACTIVE",
"DELETING",
"DELETE_FAILED"
]
},
"ProjectSummaries":{
"type":"list",
"member":{"shape":"ProjectSummary"}
Expand All @@ -6573,8 +6606,10 @@
"createdBy":{"shape":"CreatedBy"},
"description":{"shape":"Description"},
"domainId":{"shape":"DomainId"},
"failureReasons":{"shape":"FailureReasons"},
"id":{"shape":"ProjectId"},
"name":{"shape":"ProjectName"},
"projectStatus":{"shape":"ProjectStatus"},
"updatedAt":{"shape":"SyntheticTimestamp_date_time"}
}
},
Expand Down Expand Up @@ -8220,10 +8255,12 @@
"createdBy":{"shape":"CreatedBy"},
"description":{"shape":"Description"},
"domainId":{"shape":"DomainId"},
"failureReasons":{"shape":"FailureReasons"},
"glossaryTerms":{"shape":"GlossaryTerms"},
"id":{"shape":"ProjectId"},
"lastUpdatedAt":{"shape":"SyntheticTimestamp_date_time"},
"name":{"shape":"ProjectName"}
"name":{"shape":"ProjectName"},
"projectStatus":{"shape":"ProjectStatus"}
}
},
"UpdateSubscriptionGrantStatusInput":{
Expand Down
28 changes: 28 additions & 0 deletions models/apis/datazone/2018-05-10/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,8 @@
"CustomParameter$isEditable": "<p>Specifies whether the parameter is editable.</p>",
"CustomParameter$isOptional": "<p>Specifies whether the custom parameter is optional.</p>",
"DeleteDataSourceOutput$publishOnImport": "<p>Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.</p>",
"DeleteDomainInput$skipDeletionCheck": "<p>Optional flag to delete all child entities within the domain</p>",
"DeleteProjectInput$skipDeletionCheck": "<p>Optional flag to asynchronously delete child entities within the project</p>",
"Deployment$isDeploymentComplete": "<p>Specifies whether the last deployment of the environment is complete.</p>",
"FormEntryInput$required": "<p>Specifies whether a form entry is required.</p>",
"FormEntryOutput$required": "<p>Specifies whether a form entry is required.</p>",
Expand Down Expand Up @@ -1740,6 +1742,15 @@
"UpdateSubscriptionGrantStatusInput$failureCause": "<p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>"
}
},
"FailureReasons": {
"base": null,
"refs": {
"CreateProjectOutput$failureReasons": "<p>Reasons for failed project deletion</p>",
"GetProjectOutput$failureReasons": "<p>Reasons for failed project deletion</p>",
"ProjectSummary$failureReasons": "<p>Reasons for failed project deletion</p>",
"UpdateProjectOutput$failureReasons": "<p>Reasons for failed project deletion</p>"
}
},
"Filter": {
"base": "<p>A search filter in Amazon DataZone.</p>",
"refs": {
Expand Down Expand Up @@ -2869,6 +2880,12 @@
"CreateAssetRevisionOutput$predictionConfiguration": "<p>The configuration of the automatically generated business-friendly metadata for the asset.</p>"
}
},
"ProjectDeletionError": {
"base": "<p>Error that occurred during project deletion</p>",
"refs": {
"FailureReasons$member": null
}
},
"ProjectId": {
"base": null,
"refs": {
Expand Down Expand Up @@ -2968,6 +2985,15 @@
"UpdateProjectOutput$name": "<p>The name of the project that is to be updated.</p>"
}
},
"ProjectStatus": {
"base": null,
"refs": {
"CreateProjectOutput$projectStatus": "<p>Status of the project</p>",
"GetProjectOutput$projectStatus": "<p>Status of the project</p>",
"ProjectSummary$projectStatus": "<p>Status of the project</p>",
"UpdateProjectOutput$projectStatus": "<p>Status of the project</p>"
}
},
"ProjectSummaries": {
"base": null,
"refs": {
Expand Down Expand Up @@ -3612,6 +3638,8 @@
"NotificationResource$id": "<p>The ID of the resource mentioned in a notification.</p>",
"NotificationResource$name": "<p>The name of the resource mentioned in a notification.</p>",
"NotificationSubjects$member": null,
"ProjectDeletionError$code": "<p>Project Deletion Error Code</p>",
"ProjectDeletionError$message": "<p>Project Deletion Error Message</p>",
"RegionalParameter$key": null,
"RegionalParameter$value": null,
"RejectChoice$predictionTarget": "<p>Specifies the target (for example, a column name) where a prediction can be rejected.</p>",
Expand Down
40 changes: 20 additions & 20 deletions models/apis/datazone/2018-05-10/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -61,7 +60,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -74,7 +74,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -88,7 +87,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -108,7 +106,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -122,14 +119,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -138,11 +133,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -153,14 +148,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -171,7 +168,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -185,14 +183,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -201,11 +197,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -216,14 +212,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -234,9 +232,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
2 changes: 1 addition & 1 deletion models/apis/route53/2013-04-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@
}
},
"GeoProximityLocation": {
"base": "<p> (Resource record sets only): A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query and your resources. Only one of , <code>LocalZoneGroup</code>, <code>Coordinates</code>, or <code>Amazon Web ServicesRegion</code> is allowed per request at a time.</p> <p>For more information about geoproximity routing, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-geoproximity.html\">Geoproximity routing</a> in the <i>Amazon Route 53 Developer Guide</i>.</p>",
"base": "<p> (Resource record sets only): A complex type that lets you specify where your resources are located. Only one of <code>LocalZoneGroup</code>, <code>Coordinates</code>, or <code>Amazon Web ServicesRegion</code> is allowed per request at a time.</p> <p>For more information about geoproximity routing, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-geoproximity.html\">Geoproximity routing</a> in the <i>Amazon Route 53 Developer Guide</i>.</p>",
"refs": {
"ResourceRecordSet$GeoProximityLocation": "<p> <i> GeoproximityLocation resource record sets only:</i> A complex type that lets you control how Route 53 responds to DNS queries based on the geographic origin of the query and your resources. </p>"
}
Expand Down
Loading
Loading