You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-models/sagemaker.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13747,6 +13747,12 @@
13747
13747
"traits": {
13748
13748
"smithy.api#documentation": "<p>A shell script that runs every time you start a notebook instance, including when you\n create the notebook instance. The shell script must be a base64-encoded string.</p>"
13749
13749
}
13750
+
},
13751
+
"Tags": {
13752
+
"target": "com.amazonaws.sagemaker#TagList",
13753
+
"traits": {
13754
+
"smithy.api#documentation": "<p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services\n resources in different ways, for example, by purpose, owner, or environment. For more\n information, see <a href=\"https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html\">Tagging Amazon Web Services Resources</a>.</p>"
Copy file name to clipboardExpand all lines: sdk/cleanrooms/src/client/update_collaboration.rs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ impl super::Client {
6
6
/// - [`collaboration_identifier(impl Into<String>)`](crate::operation::update_collaboration::builders::UpdateCollaborationFluentBuilder::collaboration_identifier) / [`set_collaboration_identifier(Option<String>)`](crate::operation::update_collaboration::builders::UpdateCollaborationFluentBuilder::set_collaboration_identifier):<br>required: **true**<br><p>The identifier for the collaboration.</p><br>
7
7
/// - [`name(impl Into<String>)`](crate::operation::update_collaboration::builders::UpdateCollaborationFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::update_collaboration::builders::UpdateCollaborationFluentBuilder::set_name):<br>required: **false**<br><p>A human-readable identifier provided by the collaboration owner. Display names are not unique.</p><br>
8
8
/// - [`description(impl Into<String>)`](crate::operation::update_collaboration::builders::UpdateCollaborationFluentBuilder::description) / [`set_description(Option<String>)`](crate::operation::update_collaboration::builders::UpdateCollaborationFluentBuilder::set_description):<br>required: **false**<br><p>A description of the collaboration.</p><br>
/// - On success, responds with [`UpdateCollaborationOutput`](crate::operation::update_collaboration::UpdateCollaborationOutput) with field(s):
10
11
/// - [`collaboration(Option<Collaboration>)`](crate::operation::update_collaboration::UpdateCollaborationOutput::collaboration): <p>The entire collaboration that has been updated.</p>
11
12
/// - On failure, responds with [`SdkError<UpdateCollaborationError>`](crate::operation::update_collaboration::UpdateCollaborationError)
0 commit comments