Skip to content

Commit 2a88650

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent c527ee8 commit 2a88650

22 files changed

+18698
-1106
lines changed

codegen/sdk-codegen/aws-models/api-gateway.json

+439-6
Large diffs are not rendered by default.

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

+605-1
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/appsync.json

+6
Original file line numberDiff line numberDiff line change
@@ -3881,6 +3881,12 @@
38813881
"traits": {
38823882
"smithy.api#enumValue": "AMAZON_EVENTBRIDGE"
38833883
}
3884+
},
3885+
"AMAZON_BEDROCK_RUNTIME": {
3886+
"target": "smithy.api#Unit",
3887+
"traits": {
3888+
"smithy.api#enumValue": "AMAZON_BEDROCK_RUNTIME"
3889+
}
38843890
}
38853891
}
38863892
},

codegen/sdk-codegen/aws-models/cloudfront.json

+24-1
Original file line numberDiff line numberDiff line change
@@ -14445,10 +14445,16 @@
1444514445
"smithy.api#documentation": "<p>A complex type that contains information about the origins in an origin group.</p>",
1444614446
"smithy.api#required": {}
1444714447
}
14448+
},
14449+
"SelectionCriteria": {
14450+
"target": "com.amazonaws.cloudfront#OriginGroupSelectionCriteria",
14451+
"traits": {
14452+
"smithy.api#documentation": "<p>The selection criteria for the origin group. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/high_availability_origin_failover.html#concept_origin_groups.creating\">Create an origin group</a> in the <i>Amazon CloudFront\n\t\t\t\tDeveloper Guide</i>.</p>"
14453+
}
1444814454
}
1444914455
},
1445014456
"traits": {
14451-
"smithy.api#documentation": "<p>An origin group includes two origins (a primary origin and a second origin to failover to)\n\t\t\tand a failover criteria that you specify. You create an origin group to support origin\n\t\t\tfailover in CloudFront. When you create or update a distribution, you can specify the\n\t\t\torigin group instead of a single origin, and CloudFront will failover from the primary\n\t\t\torigin to the second origin under the failover conditions that you've chosen.</p>"
14457+
"smithy.api#documentation": "<p>An origin group includes two origins (a primary origin and a secondary origin to failover\n\t\t\tto) and a failover criteria that you specify. You create an origin group to support\n\t\t\torigin failover in CloudFront. When you create or update a distribution, you can specify the\n\t\t\torigin group instead of a single origin, and CloudFront will failover from the primary origin\n\t\t\tto the secondary origin under the failover conditions that you've chosen.</p>\n <p>Optionally, you can choose selection criteria for your origin group to specify how your origins are selected when your distribution routes viewer requests.</p>"
1445214458
}
1445314459
},
1445414460
"com.amazonaws.cloudfront#OriginGroupFailoverCriteria": {
@@ -14531,6 +14537,23 @@
1453114537
"smithy.api#documentation": "<p>A complex data type for the origins included in an origin group.</p>"
1453214538
}
1453314539
},
14540+
"com.amazonaws.cloudfront#OriginGroupSelectionCriteria": {
14541+
"type": "enum",
14542+
"members": {
14543+
"Default": {
14544+
"target": "smithy.api#Unit",
14545+
"traits": {
14546+
"smithy.api#enumValue": "default"
14547+
}
14548+
},
14549+
"MediaQualityBased": {
14550+
"target": "smithy.api#Unit",
14551+
"traits": {
14552+
"smithy.api#enumValue": "media-quality-based"
14553+
}
14554+
}
14555+
}
14556+
},
1453414557
"com.amazonaws.cloudfront#OriginGroups": {
1453514558
"type": "structure",
1453614559
"members": {

codegen/sdk-codegen/aws-models/cloudtrail.json

+1,026-49
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/cloudwatch-logs.json

+2,141-77
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/cost-explorer.json

+765-27
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/ec2.json

+835-110
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/elastic-load-balancing-v2.json

+2-2
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/elasticache.json

+60-48
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/health.json

+66-33
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/iot-jobs-data-plane.json

+363-56
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/iot.json

+1,541-98
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/iotfleetwise.json

+1,523-155
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/lambda.json

+64-9
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)