Skip to content

Commit 60dfb6f

Browse files
feat: update AWS API models
1 parent 46193e4 commit 60dfb6f

File tree

2 files changed

+114
-1
lines changed

2 files changed

+114
-1
lines changed

codegen/sdk/aws-models/datazone.json

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3685,6 +3685,18 @@
36853685
"smithy.api#documentation": "<p>The description of the project.</p>"
36863686
}
36873687
},
3688+
"projectStatus": {
3689+
"target": "com.amazonaws.datazone#ProjectStatus",
3690+
"traits": {
3691+
"smithy.api#documentation": "Status of the project"
3692+
}
3693+
},
3694+
"failureReasons": {
3695+
"target": "com.amazonaws.datazone#FailureReasons",
3696+
"traits": {
3697+
"smithy.api#documentation": "Reasons for failed project deletion"
3698+
}
3699+
},
36883700
"createdBy": {
36893701
"target": "com.amazonaws.datazone#CreatedBy",
36903702
"traits": {
@@ -6364,6 +6376,14 @@
63646376
"smithy.api#httpQuery": "clientToken",
63656377
"smithy.api#idempotencyToken": {}
63666378
}
6379+
},
6380+
"skipDeletionCheck": {
6381+
"target": "smithy.api#Boolean",
6382+
"traits": {
6383+
"smithy.api#documentation": "Optional flag to delete all child entities within the domain",
6384+
"smithy.api#httpQuery": "skipDeletionCheck",
6385+
"smithy.api#notProperty": {}
6386+
}
63676387
}
63686388
},
63696389
"traits": {
@@ -6894,6 +6914,14 @@
68946914
"smithy.api#httpLabel": {},
68956915
"smithy.api#required": {}
68966916
}
6917+
},
6918+
"skipDeletionCheck": {
6919+
"target": "smithy.api#Boolean",
6920+
"traits": {
6921+
"smithy.api#documentation": "Optional flag to asynchronously delete child entities within the project",
6922+
"smithy.api#httpQuery": "skipDeletionCheck",
6923+
"smithy.api#notProperty": {}
6924+
}
68976925
}
68986926
},
68996927
"traits": {
@@ -8237,6 +8265,12 @@
82378265
"smithy.api#documentation": "<p>Specifies the error message that is returned if the operation cannot be successfully\n completed.</p>"
82388266
}
82398267
},
8268+
"com.amazonaws.datazone#FailureReasons": {
8269+
"type": "list",
8270+
"member": {
8271+
"target": "com.amazonaws.datazone#ProjectDeletionError"
8272+
}
8273+
},
82408274
"com.amazonaws.datazone#Filter": {
82418275
"type": "structure",
82428276
"members": {
@@ -10987,6 +11021,18 @@
1098711021
"smithy.api#documentation": "<p>The description of the project.</p>"
1098811022
}
1098911023
},
11024+
"projectStatus": {
11025+
"target": "com.amazonaws.datazone#ProjectStatus",
11026+
"traits": {
11027+
"smithy.api#documentation": "Status of the project"
11028+
}
11029+
},
11030+
"failureReasons": {
11031+
"target": "com.amazonaws.datazone#FailureReasons",
11032+
"traits": {
11033+
"smithy.api#documentation": "Reasons for failed project deletion"
11034+
}
11035+
},
1099011036
"createdBy": {
1099111037
"target": "com.amazonaws.datazone#CreatedBy",
1099211038
"traits": {
@@ -14840,6 +14886,26 @@
1484014886
"smithy.api#documentation": "<p>The configuration of the prediction.</p>"
1484114887
}
1484214888
},
14889+
"com.amazonaws.datazone#ProjectDeletionError": {
14890+
"type": "structure",
14891+
"members": {
14892+
"code": {
14893+
"target": "smithy.api#String",
14894+
"traits": {
14895+
"smithy.api#documentation": "Project Deletion Error Code"
14896+
}
14897+
},
14898+
"message": {
14899+
"target": "smithy.api#String",
14900+
"traits": {
14901+
"smithy.api#documentation": "Project Deletion Error Message"
14902+
}
14903+
}
14904+
},
14905+
"traits": {
14906+
"smithy.api#documentation": "Error that occurred during project deletion"
14907+
}
14908+
},
1484314909
"com.amazonaws.datazone#ProjectId": {
1484414910
"type": "string",
1484514911
"traits": {
@@ -14885,6 +14951,29 @@
1488514951
"smithy.api#sensitive": {}
1488614952
}
1488714953
},
14954+
"com.amazonaws.datazone#ProjectStatus": {
14955+
"type": "enum",
14956+
"members": {
14957+
"ACTIVE": {
14958+
"target": "smithy.api#Unit",
14959+
"traits": {
14960+
"smithy.api#enumValue": "ACTIVE"
14961+
}
14962+
},
14963+
"DELETING": {
14964+
"target": "smithy.api#Unit",
14965+
"traits": {
14966+
"smithy.api#enumValue": "DELETING"
14967+
}
14968+
},
14969+
"DELETE_FAILED": {
14970+
"target": "smithy.api#Unit",
14971+
"traits": {
14972+
"smithy.api#enumValue": "DELETE_FAILED"
14973+
}
14974+
}
14975+
}
14976+
},
1488814977
"com.amazonaws.datazone#ProjectSummaries": {
1488914978
"type": "list",
1489014979
"member": {
@@ -14921,6 +15010,18 @@
1492115010
"smithy.api#documentation": "<p>The description of a project.</p>"
1492215011
}
1492315012
},
15013+
"projectStatus": {
15014+
"target": "com.amazonaws.datazone#ProjectStatus",
15015+
"traits": {
15016+
"smithy.api#documentation": "Status of the project"
15017+
}
15018+
},
15019+
"failureReasons": {
15020+
"target": "com.amazonaws.datazone#FailureReasons",
15021+
"traits": {
15022+
"smithy.api#documentation": "Reasons for failed project deletion"
15023+
}
15024+
},
1492415025
"createdBy": {
1492515026
"target": "com.amazonaws.datazone#CreatedBy",
1492615027
"traits": {
@@ -19888,6 +19989,18 @@
1988819989
"smithy.api#documentation": "<p>The description of the project that is to be updated.</p>"
1988919990
}
1989019991
},
19992+
"projectStatus": {
19993+
"target": "com.amazonaws.datazone#ProjectStatus",
19994+
"traits": {
19995+
"smithy.api#documentation": "Status of the project"
19996+
}
19997+
},
19998+
"failureReasons": {
19999+
"target": "com.amazonaws.datazone#FailureReasons",
20000+
"traits": {
20001+
"smithy.api#documentation": "Reasons for failed project deletion"
20002+
}
20003+
},
1989120004
"createdBy": {
1989220005
"target": "com.amazonaws.datazone#CreatedBy",
1989320006
"traits": {

codegen/sdk/aws-models/route-53.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5796,7 +5796,7 @@
57965796
}
57975797
},
57985798
"traits": {
5799-
"smithy.api#documentation": "<p> (Resource record sets only): A complex type that lets you control how Amazon Route 53\n\t\t\tresponds to DNS queries based on the geographic origin of the query and your resources.\n\t\t\tOnly one of , <code>LocalZoneGroup</code>, <code>Coordinates</code>, or <code>Amazon Web ServicesRegion</code> is allowed per request at a time.</p>\n <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\n\t\t\t\t\t<i>Amazon Route 53 Developer Guide</i>.</p>"
5799+
"smithy.api#documentation": "<p> (Resource record sets only): A complex type that lets you specify where your resources are\n\t\t\tlocated. Only one of <code>LocalZoneGroup</code>, <code>Coordinates</code>, or\n\t\t\t\t\t<code>Amazon Web ServicesRegion</code> is allowed per request at a time.</p>\n <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\n\t\t\t\t\t<i>Amazon Route 53 Developer Guide</i>.</p>"
58005800
}
58015801
},
58025802
"com.amazonaws.route53#GetAccountLimit": {

0 commit comments

Comments
 (0)