Skip to content

Commit ffba6d0

Browse files
feat: update AWS API models
1 parent 2874082 commit ffba6d0

File tree

9 files changed

+1287
-334
lines changed

9 files changed

+1287
-334
lines changed

codegen/sdk/aws-models/application-insights.json

Lines changed: 97 additions & 33 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/auto-scaling.json

Lines changed: 52 additions & 42 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/bedrock-agent-runtime.json

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@
10641064
"min": 1,
10651065
"max": 2048
10661066
},
1067-
"smithy.api#pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))))|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):inference-profile/[a-zA-Z0-9-:.]+)|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)$"
1067+
"smithy.api#pattern": "^(arn:aws(-[^:]{1,10})?:bedrock:[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]{1,20}/)?)?([a-z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$"
10681068
}
10691069
},
10701070
"com.amazonaws.bedrockagentruntime#ByteContentBlob": {
@@ -4012,11 +4012,28 @@
40124012
"com.amazonaws.bedrockagentruntime#OrchestrationConfiguration": {
40134013
"type": "structure",
40144014
"members": {
4015+
"promptTemplate": {
4016+
"target": "com.amazonaws.bedrockagentruntime#PromptTemplate",
4017+
"traits": {
4018+
"smithy.api#documentation": "<p>Contains the template for the prompt that's sent to the model for response generation.</p>"
4019+
}
4020+
},
4021+
"inferenceConfig": {
4022+
"target": "com.amazonaws.bedrockagentruntime#InferenceConfig",
4023+
"traits": {
4024+
"smithy.api#documentation": "<p> Configuration settings for inference when using RetrieveAndGenerate to generate responses while using a knowledge base as a source. </p>"
4025+
}
4026+
},
4027+
"additionalModelRequestFields": {
4028+
"target": "com.amazonaws.bedrockagentruntime#AdditionalModelRequestFields",
4029+
"traits": {
4030+
"smithy.api#documentation": "<p> Additional model parameters and corresponding values not included in the textInferenceConfig structure for a knowledge base. This allows users to provide custom model parameters specific to the language model being used. </p>"
4031+
}
4032+
},
40154033
"queryTransformationConfiguration": {
40164034
"target": "com.amazonaws.bedrockagentruntime#QueryTransformationConfiguration",
40174035
"traits": {
4018-
"smithy.api#documentation": "<p>To split up the prompt and retrieve multiple sources, set the transformation type to\n <code>QUERY_DECOMPOSITION</code>.</p>",
4019-
"smithy.api#required": {}
4036+
"smithy.api#documentation": "<p>To split up the prompt and retrieve multiple sources, set the transformation type to\n <code>QUERY_DECOMPOSITION</code>.</p>"
40204037
}
40214038
}
40224039
},
@@ -4042,7 +4059,7 @@
40424059
"metadata": {
40434060
"target": "com.amazonaws.bedrockagentruntime#Metadata",
40444061
"traits": {
4045-
"smithy.api#documentation": "<p>Contains information about the foundation model output.</p>"
4062+
"smithy.api#documentation": "<p>Contains information about the foundation model output from the orchestration step.</p>"
40464063
}
40474064
}
40484065
},
@@ -4219,10 +4236,16 @@
42194236
}
42204237
},
42214238
"rawResponse": {
4222-
"target": "com.amazonaws.bedrockagentruntime#RawResponse"
4239+
"target": "com.amazonaws.bedrockagentruntime#RawResponse",
4240+
"traits": {
4241+
"smithy.api#documentation": "<p>\n Details of the raw response from the foundation model output.\n </p>"
4242+
}
42234243
},
42244244
"metadata": {
4225-
"target": "com.amazonaws.bedrockagentruntime#Metadata"
4245+
"target": "com.amazonaws.bedrockagentruntime#Metadata",
4246+
"traits": {
4247+
"smithy.api#documentation": "<p>\n Contains information about the foundation model output from the post-processing step.\n </p>"
4248+
}
42264249
}
42274250
},
42284251
"traits": {
@@ -4282,10 +4305,16 @@
42824305
}
42834306
},
42844307
"rawResponse": {
4285-
"target": "com.amazonaws.bedrockagentruntime#RawResponse"
4308+
"target": "com.amazonaws.bedrockagentruntime#RawResponse",
4309+
"traits": {
4310+
"smithy.api#documentation": "<p>\n Details of the raw response from the foundation model output.\n </p>"
4311+
}
42864312
},
42874313
"metadata": {
4288-
"target": "com.amazonaws.bedrockagentruntime#Metadata"
4314+
"target": "com.amazonaws.bedrockagentruntime#Metadata",
4315+
"traits": {
4316+
"smithy.api#documentation": "<p>\n Contains information about the foundation model output from the pre-processing step.\n </p>"
4317+
}
42894318
}
42904319
},
42914320
"traits": {

codegen/sdk/aws-models/database-migration-service.json

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4182,6 +4182,12 @@
41824182
"smithy.api#documentation": "<p>The IP addresses of the endpoints for the data migration.</p>"
41834183
}
41844184
},
4185+
"DataMigrationCidrBlocks": {
4186+
"target": "com.amazonaws.databasemigrationservice#DataMigrationCidrBlock",
4187+
"traits": {
4188+
"smithy.api#documentation": "<p>The CIDR blocks of the endpoints for the data migration.</p>"
4189+
}
4190+
},
41854191
"LastFailureMessage": {
41864192
"target": "com.amazonaws.databasemigrationservice#String",
41874193
"traits": {
@@ -4199,6 +4205,12 @@
41994205
"smithy.api#documentation": "<p>This object provides information about a DMS data migration.</p>"
42004206
}
42014207
},
4208+
"com.amazonaws.databasemigrationservice#DataMigrationCidrBlock": {
4209+
"type": "list",
4210+
"member": {
4211+
"target": "com.amazonaws.databasemigrationservice#String"
4212+
}
4213+
},
42024214
"com.amazonaws.databasemigrationservice#DataMigrationSettings": {
42034215
"type": "structure",
42044216
"members": {
@@ -16772,6 +16784,19 @@
1677216784
"traits": {
1677316785
"smithy.api#documentation": "<p>Unique name of the assessment run.</p>"
1677416786
}
16787+
},
16788+
"IsLatestTaskAssessmentRun": {
16789+
"target": "com.amazonaws.databasemigrationservice#Boolean",
16790+
"traits": {
16791+
"smithy.api#default": false,
16792+
"smithy.api#documentation": "<p>Indicates that the following PreflightAssessmentRun is the latest for the ReplicationTask. The status is either true or false.</p>"
16793+
}
16794+
},
16795+
"ResultStatistic": {
16796+
"target": "com.amazonaws.databasemigrationservice#ReplicationTaskAssessmentRunResultStatistic",
16797+
"traits": {
16798+
"smithy.api#documentation": "<p>\n Result statistics for a completed assessment run, showing aggregated statistics of IndividualAssessments for how many assessments were passed, failed, or encountered issues such as errors or warnings.\n </p>"
16799+
}
1677516800
}
1677616801
},
1677716802
"traits": {
@@ -16806,6 +16831,49 @@
1680616831
"smithy.api#documentation": "<p>The progress values reported by the <code>AssessmentProgress</code> response\n element.</p>"
1680716832
}
1680816833
},
16834+
"com.amazonaws.databasemigrationservice#ReplicationTaskAssessmentRunResultStatistic": {
16835+
"type": "structure",
16836+
"members": {
16837+
"Passed": {
16838+
"target": "com.amazonaws.databasemigrationservice#Integer",
16839+
"traits": {
16840+
"smithy.api#default": 0,
16841+
"smithy.api#documentation": "<p>The number of individual assessments that successfully passed all checks in the assessment run.</p>"
16842+
}
16843+
},
16844+
"Failed": {
16845+
"target": "com.amazonaws.databasemigrationservice#Integer",
16846+
"traits": {
16847+
"smithy.api#default": 0,
16848+
"smithy.api#documentation": "<p>The number of individual assessments that failed to meet the criteria defined in the assessment run.</p>"
16849+
}
16850+
},
16851+
"Error": {
16852+
"target": "com.amazonaws.databasemigrationservice#Integer",
16853+
"traits": {
16854+
"smithy.api#default": 0,
16855+
"smithy.api#documentation": "<p>The number of individual assessments that encountered a critical error and could not complete properly.</p>"
16856+
}
16857+
},
16858+
"Warning": {
16859+
"target": "com.amazonaws.databasemigrationservice#Integer",
16860+
"traits": {
16861+
"smithy.api#default": 0,
16862+
"smithy.api#documentation": "<p>Indicates that the recent completed AssessmentRun triggered a warning.</p>"
16863+
}
16864+
},
16865+
"Cancelled": {
16866+
"target": "com.amazonaws.databasemigrationservice#Integer",
16867+
"traits": {
16868+
"smithy.api#default": 0,
16869+
"smithy.api#documentation": "<p>\n The number of individual assessments that were cancelled during the assessment run.\n </p>"
16870+
}
16871+
}
16872+
},
16873+
"traits": {
16874+
"smithy.api#documentation": "<p>The object containing the result statistics for a completed assessment run.</p>"
16875+
}
16876+
},
1680916877
"com.amazonaws.databasemigrationservice#ReplicationTaskIndividualAssessment": {
1681016878
"type": "structure",
1681116879
"members": {
@@ -18653,6 +18721,12 @@
1865318721
"traits": {
1865418722
"smithy.api#documentation": "<p>Space-separated list of names for specific individual assessments that you want to\n exclude. These names come from the default list of individual assessments that DMS\n supports for the associated migration task. This task is specified by\n <code>ReplicationTaskArn</code>.</p>\n <note>\n <p>You can't set a value for <code>Exclude</code> if you also set a value for\n <code>IncludeOnly</code> in the API operation.</p>\n <p>To identify the names of the default individual assessments that DMS\n supports for the associated migration task, run the\n <code>DescribeApplicableIndividualAssessments</code> operation using its own\n <code>ReplicationTaskArn</code> request parameter.</p>\n </note>"
1865518723
}
18724+
},
18725+
"Tags": {
18726+
"target": "com.amazonaws.databasemigrationservice#TagList",
18727+
"traits": {
18728+
"smithy.api#documentation": "<p>One or more tags to be assigned to the premigration assessment run that you want to start.</p>"
18729+
}
1865618730
}
1865718731
},
1865818732
"traits": {

0 commit comments

Comments
 (0)