Skip to content

Commit 365caab

Browse files
Update SDK models
1 parent 3cef6af commit 365caab

File tree

1,450 files changed

+9934
-3623
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,450 files changed

+9934
-3623
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4-
"examples/cross_service",
54
"examples/examples",
6-
"examples/lambda",
7-
"examples/test-utils",
85
"examples/webassembly",
6+
"examples/test-utils",
7+
"examples/cross_service",
8+
"examples/lambda",
99
"tests/telemetry",
10-
"tests/no-default-features",
11-
"tests/webassembly"
10+
"tests/webassembly",
11+
"tests/no-default-features"
1212
]
1313
members = [
1414
"sdk/accessanalyzer",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates.
2424

2525
```toml
2626
[dependencies]
27-
aws-config = { version= "1.8.4", features = ["behavior-version-latest"] }
28-
aws-sdk-dynamodb = "1.87.0"
27+
aws-config = { version= "1.8.5", features = ["behavior-version-latest"] }
28+
aws-sdk-dynamodb = "1.88.0"
2929
tokio = { version = "1", features = ["full"] }
3030
```
3131

aws-models/backupsearch.json

Lines changed: 140 additions & 201 deletions
Large diffs are not rendered by default.

aws-models/codebuild.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7563,7 +7563,7 @@
75637563
}
75647564
},
75657565
"traits": {
7566-
"smithy.api#documentation": "<p>Configuration policy that defines comment-based approval requirements for triggering builds on pull requests. This policy helps control when automated builds are executed based on contributor permissions and approval workflows.</p>"
7566+
"smithy.api#documentation": "<p>A PullRequestBuildPolicy object that defines comment-based approval requirements for triggering builds on pull requests. This policy helps control when automated builds are executed based on contributor permissions and approval workflows.</p>"
75677567
}
75687568
},
75697569
"com.amazonaws.codebuild#PutResourcePolicy": {
@@ -10608,6 +10608,9 @@
1060810608
"traits": {
1060910609
"smithy.api#documentation": "<p>A message associated with the status of a webhook.</p>"
1061010610
}
10611+
},
10612+
"pullRequestBuildPolicy": {
10613+
"target": "com.amazonaws.codebuild#PullRequestBuildPolicy"
1061110614
}
1061210615
},
1061310616
"traits": {

aws-models/ec2.json

Lines changed: 30 additions & 16 deletions
Large diffs are not rendered by default.

aws-models/organizations.json

Lines changed: 320 additions & 0 deletions
Large diffs are not rendered by default.

aws-models/sagemaker.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14086,7 +14086,7 @@
1408614086
"target": "com.amazonaws.sagemaker#LabelAttributeName",
1408714087
"traits": {
1408814088
"smithy.api#clientOptional": {},
14089-
"smithy.api#documentation": "<p>The attribute name to use for the label in the output manifest file. This is the key for the key/value pair formed with the label that a worker assigns to the object. The <code>LabelAttributeName</code> must meet the following requirements.</p> <ul> <li> <p>The name can't end with \"-metadata\". </p> </li> <li> <p>If you are using one of the following <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html\">built-in task types</a>, the attribute name <i>must</i> end with \"-ref\". If the task type you are using is not listed below, the attribute name <i>must not</i> end with \"-ref\".</p> <ul> <li> <p>Image semantic segmentation (<code>SemanticSegmentation)</code>, and adjustment (<code>AdjustmentSemanticSegmentation</code>) and verification (<code>VerificationSemanticSegmentation</code>) labeling jobs for this task type.</p> </li> <li> <p>Video frame object detection (<code>VideoObjectDetection</code>), and adjustment and verification (<code>AdjustmentVideoObjectDetection</code>) labeling jobs for this task type.</p> </li> <li> <p>Video frame object tracking (<code>VideoObjectTracking</code>), and adjustment and verification (<code>AdjustmentVideoObjectTracking</code>) labeling jobs for this task type.</p> </li> <li> <p>3D point cloud semantic segmentation (<code>3DPointCloudSemanticSegmentation</code>), and adjustment and verification (<code>Adjustment3DPointCloudSemanticSegmentation</code>) labeling jobs for this task type. </p> </li> <li> <p>3D point cloud object tracking (<code>3DPointCloudObjectTracking</code>), and adjustment and verification (<code>Adjustment3DPointCloudObjectTracking</code>) labeling jobs for this task type. </p> </li> </ul> </li> </ul> <p/> <important> <p>If you are creating an adjustment or verification labeling job, you must use a <i>different</i> <code>LabelAttributeName</code> than the one used in the original labeling job. The original labeling job is the Ground Truth labeling job that produced the labels that you want verified or adjusted. To learn more about adjustment and verification labeling jobs, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-verification-data.html\">Verify and Adjust Labels</a>.</p> </important>",
14089+
"smithy.api#documentation": "<p>The attribute name to use for the label in the output manifest file. This is the key for the key/value pair formed with the label that a worker assigns to the object. The <code>LabelAttributeName</code> must meet the following requirements.</p> <ul> <li> <p>The name can't end with \"-metadata\". </p> </li> <li> <p>If you are using one of the following <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html\">built-in task types</a>, the attribute name <i>must</i> end with \"-ref\". If the task type you are using is not listed below, the attribute name <i>must not</i> end with \"-ref\".</p> <ul> <li> <p>Verification (<code>VerificationSemanticSegmentation</code>) labeling jobs for this task type.</p> </li> <li> <p>Video frame object detection (<code>VideoObjectDetection</code>), and adjustment and verification (<code>AdjustmentVideoObjectDetection</code>) labeling jobs for this task type.</p> </li> <li> <p>Video frame object tracking (<code>VideoObjectTracking</code>), and adjustment and verification (<code>AdjustmentVideoObjectTracking</code>) labeling jobs for this task type.</p> </li> <li> <p>3D point cloud semantic segmentation (<code>3DPointCloudSemanticSegmentation</code>), and adjustment and verification (<code>Adjustment3DPointCloudSemanticSegmentation</code>) labeling jobs for this task type. </p> </li> <li> <p>3D point cloud object tracking (<code>3DPointCloudObjectTracking</code>), and adjustment and verification (<code>Adjustment3DPointCloudObjectTracking</code>) labeling jobs for this task type. </p> </li> </ul> </li> </ul> <p/> <important> <p>If you are creating an adjustment or verification labeling job, you must use a <i>different</i> <code>LabelAttributeName</code> than the one used in the original labeling job. The original labeling job is the Ground Truth labeling job that produced the labels that you want verified or adjusted. To learn more about adjustment and verification labeling jobs, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-verification-data.html\">Verify and Adjust Labels</a>.</p> </important>",
1409014090
"smithy.api#required": {}
1409114091
}
1409214092
},
@@ -20938,6 +20938,12 @@
2093820938
"smithy.api#documentation": "<p>The status.</p>"
2093920939
}
2094020940
},
20941+
"EffectiveTrustedIdentityPropagationStatus": {
20942+
"target": "com.amazonaws.sagemaker#FeatureStatus",
20943+
"traits": {
20944+
"smithy.api#documentation": "<p>The effective status of Trusted Identity Propagation (TIP) for this application. When enabled, user identities from IAM Identity Center are being propagated through the application to TIP enabled Amazon Web Services services. When disabled, standard IAM role-based access is used. </p>"
20945+
}
20946+
},
2094120947
"RecoveryMode": {
2094220948
"target": "com.amazonaws.sagemaker#Boolean",
2094320949
"traits": {
@@ -30522,6 +30528,12 @@
3052230528
"smithy.api#documentation": "<p>The configuration for attaching a SageMaker AI user profile name to the execution role as a <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html\">sts:SourceIdentity key</a>.</p>"
3052330529
}
3052430530
},
30531+
"TrustedIdentityPropagationSettings": {
30532+
"target": "com.amazonaws.sagemaker#TrustedIdentityPropagationSettings",
30533+
"traits": {
30534+
"smithy.api#documentation": "<p>The Trusted Identity Propagation (TIP) settings for the SageMaker domain. These settings determine how user identities from IAM Identity Center are propagated through the domain to TIP enabled Amazon Web Services services.</p>"
30535+
}
30536+
},
3052530537
"DockerSettings": {
3052630538
"target": "com.amazonaws.sagemaker#DockerSettings",
3052730539
"traits": {
@@ -30566,6 +30578,12 @@
3056630578
"smithy.api#documentation": "<p>The security groups for the Amazon Virtual Private Cloud that the <code>Domain</code> uses for communication between Domain-level apps and user apps.</p>"
3056730579
}
3056830580
},
30581+
"TrustedIdentityPropagationSettings": {
30582+
"target": "com.amazonaws.sagemaker#TrustedIdentityPropagationSettings",
30583+
"traits": {
30584+
"smithy.api#documentation": "<p>The Trusted Identity Propagation (TIP) settings for the SageMaker domain. These settings determine how user identities from IAM Identity Center are propagated through the domain to TIP enabled Amazon Web Services services.</p>"
30585+
}
30586+
},
3056930587
"DockerSettings": {
3057030588
"target": "com.amazonaws.sagemaker#DockerSettings",
3057130589
"traits": {
@@ -76325,6 +76343,22 @@
7632576343
"smithy.api#documentation": "<p>A summary of the properties of a trial. To get the complete set of properties, call the <a href=\"https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrial.html\">DescribeTrial</a> API and provide the <code>TrialName</code>.</p>"
7632676344
}
7632776345
},
76346+
"com.amazonaws.sagemaker#TrustedIdentityPropagationSettings": {
76347+
"type": "structure",
76348+
"members": {
76349+
"Status": {
76350+
"target": "com.amazonaws.sagemaker#FeatureStatus",
76351+
"traits": {
76352+
"smithy.api#clientOptional": {},
76353+
"smithy.api#documentation": "<p>The status of Trusted Identity Propagation (TIP) at the SageMaker domain level. </p> <p>When disabled, standard IAM role-based access is used. </p> <p>When enabled:</p> <ul> <li> <p>User identities from IAM Identity Center are propagated through the application to TIP enabled Amazon Web Services services.</p> </li> <li> <p>New applications or existing applications that are automatically patched, will use the domain level configuration.</p> </li> </ul>",
76354+
"smithy.api#required": {}
76355+
}
76356+
}
76357+
},
76358+
"traits": {
76359+
"smithy.api#documentation": "<p>The Trusted Identity Propagation (TIP) settings for the SageMaker domain. These settings determine how user identities from IAM Identity Center are propagated through the domain to TIP enabled Amazon Web Services services.</p>"
76360+
}
76361+
},
7632876362
"com.amazonaws.sagemaker#TtlDuration": {
7632976363
"type": "structure",
7633076364
"members": {

aws-models/sdk-endpoints.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38936,6 +38936,11 @@
3893638936
"eu-isoe-west-1" : { }
3893738937
}
3893838938
},
38939+
"cloudtrail-data" : {
38940+
"endpoints" : {
38941+
"eu-isoe-west-1" : { }
38942+
}
38943+
},
3893938944
"codedeploy" : {
3894038945
"endpoints" : {
3894138946
"eu-isoe-west-1" : { }

0 commit comments

Comments
 (0)