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 Jan 30, 2024
1 parent 6d108ec commit e872ae2
Show file tree
Hide file tree
Showing 10 changed files with 110 additions and 28 deletions.
12 changes: 12 additions & 0 deletions .changes/3.297.4
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "api-change",
"category": "DataZone",
"description": "Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects"
},
{
"type": "enhancement",
"category": "Route53",
"description": "Update the SDKs for text changes in the APIs."
}
]
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## next release

* `Aws\DataZone` - Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects
* `Aws\Route53` - Update the SDKs for text changes in the APIs.

## 3.297.3 - 2024-01-29

* `Aws\Snowball` - Modified description of createaddress to include direction to add path when providing a JSON file.
Expand Down
43 changes: 40 additions & 3 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/datazone/2018-05-10/api-2.json.php

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/datazone/2018-05-10/docs-2.json.php

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions src/data/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
Loading

0 comments on commit e872ae2

Please sign in to comment.