Skip to content

Commit 1c4634b

Browse files
Update SDK models
1 parent ab1019e commit 1c4634b

File tree

217 files changed

+5364
-2493
lines changed

Some content is hidden

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

217 files changed

+5364
-2493
lines changed

Cargo.toml

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

aws-models/cleanrooms.json

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13587,6 +13587,12 @@
1358713587
"traits": {
1358813588
"smithy.api#documentation": "<p> The error from the protected job.</p>"
1358913589
}
13590+
},
13591+
"computeConfiguration": {
13592+
"target": "com.amazonaws.cleanrooms#ProtectedJobComputeConfiguration",
13593+
"traits": {
13594+
"smithy.api#documentation": "<p>The compute configuration for the protected job.</p>"
13595+
}
1359013596
}
1359113597
},
1359213598
"traits": {
@@ -13604,6 +13610,20 @@
1360413610
}
1360513611
}
1360613612
},
13613+
"com.amazonaws.cleanrooms#ProtectedJobComputeConfiguration": {
13614+
"type": "union",
13615+
"members": {
13616+
"worker": {
13617+
"target": "com.amazonaws.cleanrooms#ProtectedJobWorkerComputeConfiguration",
13618+
"traits": {
13619+
"smithy.api#documentation": "<p>The worker configuration for the compute environment.</p>"
13620+
}
13621+
}
13622+
},
13623+
"traits": {
13624+
"smithy.api#documentation": "<p>The configuration of the compute resources for a PySpark job.</p>"
13625+
}
13626+
},
1360713627
"com.amazonaws.cleanrooms#ProtectedJobConfigurationDetails": {
1360813628
"type": "union",
1360913629
"members": {
@@ -14058,6 +14078,49 @@
1405814078
}
1405914079
}
1406014080
},
14081+
"com.amazonaws.cleanrooms#ProtectedJobWorkerComputeConfiguration": {
14082+
"type": "structure",
14083+
"members": {
14084+
"type": {
14085+
"target": "com.amazonaws.cleanrooms#ProtectedJobWorkerComputeType",
14086+
"traits": {
14087+
"smithy.api#documentation": "<p>The worker compute configuration type.</p>",
14088+
"smithy.api#required": {}
14089+
}
14090+
},
14091+
"number": {
14092+
"target": "smithy.api#Integer",
14093+
"traits": {
14094+
"smithy.api#documentation": "<p>The number of workers for a PySpark job.</p>",
14095+
"smithy.api#range": {
14096+
"min": 4,
14097+
"max": 128
14098+
},
14099+
"smithy.api#required": {}
14100+
}
14101+
}
14102+
},
14103+
"traits": {
14104+
"smithy.api#documentation": "<p>The configuration of the compute resources for a PySpark job.</p>"
14105+
}
14106+
},
14107+
"com.amazonaws.cleanrooms#ProtectedJobWorkerComputeType": {
14108+
"type": "enum",
14109+
"members": {
14110+
"CR1X": {
14111+
"target": "smithy.api#Unit",
14112+
"traits": {
14113+
"smithy.api#enumValue": "CR.1X"
14114+
}
14115+
},
14116+
"CR4X": {
14117+
"target": "smithy.api#Unit",
14118+
"traits": {
14119+
"smithy.api#enumValue": "CR.4X"
14120+
}
14121+
}
14122+
}
14123+
},
1406114124
"com.amazonaws.cleanrooms#ProtectedQuery": {
1406214125
"type": "structure",
1406314126
"members": {
@@ -15615,6 +15678,12 @@
1561515678
"traits": {
1561615679
"smithy.api#documentation": "<p>The details needed to write the job results.</p>"
1561715680
}
15681+
},
15682+
"computeConfiguration": {
15683+
"target": "com.amazonaws.cleanrooms#ProtectedJobComputeConfiguration",
15684+
"traits": {
15685+
"smithy.api#documentation": "<p>The compute configuration for the protected job.</p>"
15686+
}
1561815687
}
1561915688
},
1562015689
"traits": {
@@ -17214,7 +17283,7 @@
1721417283
"number": {
1721517284
"target": "smithy.api#Integer",
1721617285
"traits": {
17217-
"smithy.api#documentation": "<p> The number of workers.</p>",
17286+
"smithy.api#documentation": "<p> The number of workers.</p> <p>SQL queries support a minimum value of 2 and a maximum value of 400. </p> <p>PySpark jobs support a minimum value of 4 and a maximum value of 128.</p>",
1721817287
"smithy.api#range": {
1721917288
"min": 2,
1722017289
"max": 400

0 commit comments

Comments
 (0)