Skip to content

Commit 4348a13

Browse files
Update to latest models
1 parent 79f7f4a commit 4348a13

17 files changed

Lines changed: 1270 additions & 263 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``cleanrooms``",
4+
"description": "This release adds support for parameters in PySpark analysis templates."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``deadline``",
4+
"description": "AWS Deadline Cloud now supports tagging Budget resources with ABAC for permissions management and selecting up to 16 filter values in the monitor and Search API."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``ec2``",
4+
"description": "This release includes documentation updates to support up to four Elastic Volume modifications per Amazon EBS volume within a rolling 24-hour period."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``ecs``",
4+
"description": "Adds support for configuring FIPS in AWS GovCloud (US) Regions via a new ECS Capacity Provider field fipsEnabled. When enabled, instances launched by the capacity provider will use a FIPS-140 enabled AMI. Instances will use FIPS-140 compliant cryptographic modules and AWS FIPS endpoints."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``evs``",
4+
"description": "A new GetVersions API has been added to retrieve VCF, ESX versions, and EC2 instances provided by Amazon EVS. The CreateEnvironment API now allows you to select a VCF version and the CreateEnvironmentHost API introduces a optional esxVersion parameter."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``lakeformation``",
4+
"description": "API Changes for GTCForLocation feature. Includes a new API, GetTemporaryDataLocationCredentials and updates to the APIs RegisterResource and UpdateResource"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``opensearchserverless``",
4+
"description": "Collection groups in Amazon OpenSearch Serverless enables to organize multiple collections and enable compute resource sharing across collections with different KMS keys. This shared compute model reduces costs by eliminating the need for separate OpenSearch Compute Units (OCUs) for each KMS key."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``qconnect``",
4+
"description": "Fix inference configuration shapes for the CreateAIPrompt and UpdateAIPrompt APIs, Modify Text Length Limit for SendMessage API"
5+
}

awscli/botocore/data/cleanrooms/2022-02-17/service-2.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1961,7 +1961,7 @@
19611961
"members":{
19621962
"name":{
19631963
"shape":"ParameterName",
1964-
"documentation":"<p>The name of the parameter. The name must use only alphanumeric, underscore (_), or hyphen (-) characters but cannot start or end with a hyphen.</p>"
1964+
"documentation":"<p>The name of the parameter. The name must use only alphanumeric or underscore (_) characters.</p>"
19651965
},
19661966
"type":{
19671967
"shape":"ParameterType",
@@ -7185,6 +7185,23 @@
71857185
},
71867186
"documentation":"<p>An object representing the collaboration member's payment responsibilities set by the collaboration creator for query and job compute costs.</p>"
71877187
},
7188+
"JobParameterMap":{
7189+
"type":"map",
7190+
"key":{"shape":"JobParameterName"},
7191+
"value":{"shape":"JobParameterValue"},
7192+
"sensitive":true
7193+
},
7194+
"JobParameterName":{
7195+
"type":"string",
7196+
"max":100,
7197+
"min":1,
7198+
"pattern":"[0-9a-zA-Z_]+"
7199+
},
7200+
"JobParameterValue":{
7201+
"type":"string",
7202+
"max":1000,
7203+
"min":0
7204+
},
71887205
"JobType":{
71897206
"type":"string",
71907207
"enum":[
@@ -9253,6 +9270,10 @@
92539270
"analysisTemplateArn":{
92549271
"shape":"AnalysisTemplateArn",
92559272
"documentation":"<p> The ARN of the analysis template.</p>"
9273+
},
9274+
"parameters":{
9275+
"shape":"JobParameterMap",
9276+
"documentation":"<p>Runtime configuration values passed to the PySpark analysis script. Parameter names and types must match those defined in the analysis template.</p>"
92569277
}
92579278
},
92589279
"documentation":"<p>The parameters for the protected job.</p>"

0 commit comments

Comments
 (0)