Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 21, 2024
1 parent d64e956 commit 4ee8f0c
Show file tree
Hide file tree
Showing 18 changed files with 763 additions and 128 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``application-insights``",
"description": "This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-autoscaling-58901.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``autoscaling``",
"description": "Adds support for removing the PlacementGroup setting on an Auto Scaling Group through the UpdateAutoScalingGroup API."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``bedrock-agent-runtime``",
"description": "Knowledge Bases for Amazon Bedrock now supports custom prompts and model parameters in the orchestrationConfiguration of the RetrieveAndGenerate API. The modelArn field accepts Custom Models and Imported Models ARNs."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-dms-84953.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``dms``",
"description": "Added support for tagging in StartReplicationTaskAssessmentRun API and introduced IsLatestTaskAssessmentRun and ResultStatistic fields for enhanced tracking and assessment result statistics."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ec2-49098.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ec2``",
"description": "Amazon EC2 now allows you to create network interfaces with just the EFA driver and no ENA driver by specifying the network interface type as efa-only."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-eks-35676.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``eks``",
"description": "This release adds support for Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift with EKS that enhances the resiliency of multi-AZ cluster environments"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-fms-39411.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``fms``",
"description": "Update AWS WAF policy - add the option to retrofit existing web ACLs instead of creating all new web ACLs."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``payment-cryptography-data``",
"description": "Adding new API to generate authenticated scripts for EMV pin change use cases."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-wafv2-18392.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``wafv2``",
"description": "Add a property to WebACL to indicate whether it's been retrofitted by Firewall Manager."
}
104 changes: 70 additions & 34 deletions botocore/data/application-insights/2018-11-25/service-2.json

Large diffs are not rendered by default.

90 changes: 48 additions & 42 deletions botocore/data/autoscaling/2011-01-01/service-2.json

Large diffs are not rendered by default.

37 changes: 30 additions & 7 deletions botocore/data/bedrock-agent-runtime/2023-07-26/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
"type":"string",
"max":2048,
"min":1,
"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][_-]?)+)$"
"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})?$"
},
"Boolean":{
"type":"boolean",
Expand Down Expand Up @@ -2144,8 +2144,19 @@
},
"OrchestrationConfiguration":{
"type":"structure",
"required":["queryTransformationConfiguration"],
"members":{
"additionalModelRequestFields":{
"shape":"AdditionalModelRequestFields",
"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>"
},
"inferenceConfig":{
"shape":"InferenceConfig",
"documentation":"<p> Configuration settings for inference when using RetrieveAndGenerate to generate responses while using a knowledge base as a source. </p>"
},
"promptTemplate":{
"shape":"PromptTemplate",
"documentation":"<p>Contains the template for the prompt that's sent to the model for response generation.</p>"
},
"queryTransformationConfiguration":{
"shape":"QueryTransformationConfiguration",
"documentation":"<p>To split up the prompt and retrieve multiple sources, set the transformation type to <code>QUERY_DECOMPOSITION</code>.</p>"
Expand All @@ -2158,7 +2169,7 @@
"members":{
"metadata":{
"shape":"Metadata",
"documentation":"<p>Contains information about the foundation model output.</p>"
"documentation":"<p>Contains information about the foundation model output from the orchestration step.</p>"
},
"rawResponse":{
"shape":"RawResponse",
Expand Down Expand Up @@ -2280,12 +2291,18 @@
"PostProcessingModelInvocationOutput":{
"type":"structure",
"members":{
"metadata":{"shape":"Metadata"},
"metadata":{
"shape":"Metadata",
"documentation":"<p> Contains information about the foundation model output from the post-processing step. </p>"
},
"parsedResponse":{
"shape":"PostProcessingParsedResponse",
"documentation":"<p>Details about the response from the Lambda parsing of the output of the post-processing step.</p>"
},
"rawResponse":{"shape":"RawResponse"},
"rawResponse":{
"shape":"RawResponse",
"documentation":"<p> Details of the raw response from the foundation model output. </p>"
},
"traceId":{
"shape":"TraceId",
"documentation":"<p>The unique identifier of the trace.</p>"
Expand Down Expand Up @@ -2324,12 +2341,18 @@
"PreProcessingModelInvocationOutput":{
"type":"structure",
"members":{
"metadata":{"shape":"Metadata"},
"metadata":{
"shape":"Metadata",
"documentation":"<p> Contains information about the foundation model output from the pre-processing step. </p>"
},
"parsedResponse":{
"shape":"PreProcessingParsedResponse",
"documentation":"<p>Details about the response from the Lambda parsing of the output of the pre-processing step.</p>"
},
"rawResponse":{"shape":"RawResponse"},
"rawResponse":{
"shape":"RawResponse",
"documentation":"<p> Details of the raw response from the foundation model output. </p>"
},
"traceId":{
"shape":"TraceId",
"documentation":"<p>The unique identifier of the trace.</p>"
Expand Down
46 changes: 46 additions & 0 deletions botocore/data/dms/2016-01-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2937,6 +2937,10 @@
"shape":"PublicIpAddressList",
"documentation":"<p>The IP addresses of the endpoints for the data migration.</p>"
},
"DataMigrationCidrBlocks":{
"shape":"DataMigrationCidrBlock",
"documentation":"<p>The CIDR blocks of the endpoints for the data migration.</p>"
},
"LastFailureMessage":{
"shape":"String",
"documentation":"<p>Information about the data migration's most recent error or failure.</p>"
Expand All @@ -2948,6 +2952,10 @@
},
"documentation":"<p>This object provides information about a DMS data migration.</p>"
},
"DataMigrationCidrBlock":{
"type":"list",
"member":{"shape":"String"}
},
"DataMigrationSettings":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -8907,6 +8915,14 @@
"AssessmentRunName":{
"shape":"String",
"documentation":"<p>Unique name of the assessment run.</p>"
},
"IsLatestTaskAssessmentRun":{
"shape":"Boolean",
"documentation":"<p>Indicates that the following PreflightAssessmentRun is the latest for the ReplicationTask. The status is either true or false.</p>"
},
"ResultStatistic":{
"shape":"ReplicationTaskAssessmentRunResultStatistic",
"documentation":"<p> 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. </p>"
}
},
"documentation":"<p>Provides information that describes a premigration assessment run that you have started using the <code>StartReplicationTaskAssessmentRun</code> operation.</p> <p>Some of the information appears based on other operations that can return the <code>ReplicationTaskAssessmentRun</code> object.</p>"
Expand All @@ -8929,6 +8945,32 @@
},
"documentation":"<p>The progress values reported by the <code>AssessmentProgress</code> response element.</p>"
},
"ReplicationTaskAssessmentRunResultStatistic":{
"type":"structure",
"members":{
"Passed":{
"shape":"Integer",
"documentation":"<p>The number of individual assessments that successfully passed all checks in the assessment run.</p>"
},
"Failed":{
"shape":"Integer",
"documentation":"<p>The number of individual assessments that failed to meet the criteria defined in the assessment run.</p>"
},
"Error":{
"shape":"Integer",
"documentation":"<p>The number of individual assessments that encountered a critical error and could not complete properly.</p>"
},
"Warning":{
"shape":"Integer",
"documentation":"<p>Indicates that the recent completed AssessmentRun triggered a warning.</p>"
},
"Cancelled":{
"shape":"Integer",
"documentation":"<p> The number of individual assessments that were cancelled during the assessment run. </p>"
}
},
"documentation":"<p>The object containing the result statistics for a completed assessment run.</p>"
},
"ReplicationTaskIndividualAssessment":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -9813,6 +9855,10 @@
"Exclude":{
"shape":"ExcludeTestList",
"documentation":"<p>Space-separated list of names for specific individual assessments that you want to exclude. These names come from the default list of individual assessments that DMS supports for the associated migration task. This task is specified by <code>ReplicationTaskArn</code>.</p> <note> <p>You can't set a value for <code>Exclude</code> if you also set a value for <code>IncludeOnly</code> in the API operation.</p> <p>To identify the names of the default individual assessments that DMS supports for the associated migration task, run the <code>DescribeApplicableIndividualAssessments</code> operation using its own <code>ReplicationTaskArn</code> request parameter.</p> </note>"
},
"Tags":{
"shape":"TagList",
"documentation":"<p>One or more tags to be assigned to the premigration assessment run that you want to start.</p>"
}
},
"documentation":"<p/>"
Expand Down
Loading

0 comments on commit 4ee8f0c

Please sign in to comment.