Skip to content

Commit 3e588f5

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent ca45f9b commit 3e588f5

File tree

5 files changed

+1013
-18
lines changed

5 files changed

+1013
-18
lines changed

codegen/sdk-codegen/aws-models/datazone.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24751,6 +24751,12 @@
2475124751
"traits": {
2475224752
"smithy.api#enumValue": "CREATE_PROJECT_FROM_PROJECT_PROFILE"
2475324753
}
24754+
},
24755+
"USE_ASSET_TYPE": {
24756+
"target": "smithy.api#Unit",
24757+
"traits": {
24758+
"smithy.api#enumValue": "USE_ASSET_TYPE"
24759+
}
2475424760
}
2475524761
}
2475624762
},
@@ -25976,6 +25982,12 @@
2597625982
"traits": {
2597725983
"smithy.api#documentation": "<p>Specifies whether to create a project from project profile.</p>"
2597825984
}
25985+
},
25986+
"useAssetType": {
25987+
"target": "com.amazonaws.datazone#UseAssetTypePolicyGrantDetail",
25988+
"traits": {
25989+
"smithy.api#documentation": "<p> Specifies the domain unit(s) whose projects can use this asset type while creating asset or asset revisions.</p>"
25990+
}
2597925991
}
2598025992
},
2598125993
"traits": {
@@ -31649,6 +31661,12 @@
3164931661
"traits": {
3165031662
"smithy.api#enumValue": "ENVIRONMENT_PROFILE"
3165131663
}
31664+
},
31665+
"ASSET_TYPE": {
31666+
"target": "smithy.api#Unit",
31667+
"traits": {
31668+
"smithy.api#enumValue": "ASSET_TYPE"
31669+
}
3165231670
}
3165331671
}
3165431672
},
@@ -35385,7 +35403,7 @@
3538535403
"authorizedPrincipals": {
3538635404
"target": "com.amazonaws.datazone#AuthorizedPrincipalIdentifiers",
3538735405
"traits": {
35388-
"smithy.api#documentation": "<p>The authorized principals to be updated as part of the\n <code>UpdateSubscriptionTarget</code> action.</p>",
35406+
"smithy.api#documentation": "<p>The authorized principals to be updated as part of the\n <code>UpdateSubscriptionTarget</code> action. Updates are supported in batches of 5 at a\n time.</p>",
3538935407
"smithy.api#required": {}
3539035408
}
3539135409
},
@@ -35594,6 +35612,20 @@
3559435612
"com.amazonaws.datazone#UpdatedBy": {
3559535613
"type": "string"
3559635614
},
35615+
"com.amazonaws.datazone#UseAssetTypePolicyGrantDetail": {
35616+
"type": "structure",
35617+
"members": {
35618+
"domainUnitId": {
35619+
"target": "com.amazonaws.datazone#DomainUnitId",
35620+
"traits": {
35621+
"smithy.api#documentation": "<p>The ID of the domain unit.</p>"
35622+
}
35623+
}
35624+
},
35625+
"traits": {
35626+
"smithy.api#documentation": "<p>Specifies the domain unit(s) whose projects can use this asset type while creating asset or asset revisions.</p>"
35627+
}
35628+
},
3559735629
"com.amazonaws.datazone#UserAssignment": {
3559835630
"type": "enum",
3559935631
"members": {

codegen/sdk-codegen/aws-models/device-farm.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3901,6 +3901,12 @@
39013901
"traits": {
39023902
"smithy.api#documentation": "<p>An object that contains information about the settings for a run.</p>"
39033903
}
3904+
},
3905+
"projectArn": {
3906+
"target": "com.amazonaws.devicefarm#AmazonResourceName",
3907+
"traits": {
3908+
"smithy.api#documentation": "<p>The ARN of the project for which you want to check\n device pool compatibility.</p>"
3909+
}
39043910
}
39053911
},
39063912
"traits": {

0 commit comments

Comments
 (0)