Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Nov 21, 2024
1 parent c527ee8 commit 2a88650
Show file tree
Hide file tree
Showing 22 changed files with 18,698 additions and 1,106 deletions.
445 changes: 439 additions & 6 deletions codegen/sdk-codegen/aws-models/api-gateway.json

Large diffs are not rendered by default.

606 changes: 605 additions & 1 deletion codegen/sdk-codegen/aws-models/application-auto-scaling.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions codegen/sdk-codegen/aws-models/appsync.json
Original file line number Diff line number Diff line change
Expand Up @@ -3881,6 +3881,12 @@
"traits": {
"smithy.api#enumValue": "AMAZON_EVENTBRIDGE"
}
},
"AMAZON_BEDROCK_RUNTIME": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AMAZON_BEDROCK_RUNTIME"
}
}
}
},
Expand Down
25 changes: 24 additions & 1 deletion codegen/sdk-codegen/aws-models/cloudfront.json
Original file line number Diff line number Diff line change
Expand Up @@ -14445,10 +14445,16 @@
"smithy.api#documentation": "<p>A complex type that contains information about the origins in an origin group.</p>",
"smithy.api#required": {}
}
},
"SelectionCriteria": {
"target": "com.amazonaws.cloudfront#OriginGroupSelectionCriteria",
"traits": {
"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>"
}
}
},
"traits": {
"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>"
"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>"
}
},
"com.amazonaws.cloudfront#OriginGroupFailoverCriteria": {
Expand Down Expand Up @@ -14531,6 +14537,23 @@
"smithy.api#documentation": "<p>A complex data type for the origins included in an origin group.</p>"
}
},
"com.amazonaws.cloudfront#OriginGroupSelectionCriteria": {
"type": "enum",
"members": {
"Default": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "default"
}
},
"MediaQualityBased": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "media-quality-based"
}
}
}
},
"com.amazonaws.cloudfront#OriginGroups": {
"type": "structure",
"members": {
Expand Down
1,075 changes: 1,026 additions & 49 deletions codegen/sdk-codegen/aws-models/cloudtrail.json

Large diffs are not rendered by default.

2,218 changes: 2,141 additions & 77 deletions codegen/sdk-codegen/aws-models/cloudwatch-logs.json

Large diffs are not rendered by default.

792 changes: 765 additions & 27 deletions codegen/sdk-codegen/aws-models/cost-explorer.json

Large diffs are not rendered by default.

945 changes: 835 additions & 110 deletions codegen/sdk-codegen/aws-models/ec2.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/elastic-load-balancing-v2.json

Large diffs are not rendered by default.

108 changes: 60 additions & 48 deletions codegen/sdk-codegen/aws-models/elasticache.json

Large diffs are not rendered by default.

99 changes: 66 additions & 33 deletions codegen/sdk-codegen/aws-models/health.json

Large diffs are not rendered by default.

419 changes: 363 additions & 56 deletions codegen/sdk-codegen/aws-models/iot-jobs-data-plane.json

Large diffs are not rendered by default.

1,639 changes: 1,541 additions & 98 deletions codegen/sdk-codegen/aws-models/iot.json

Large diffs are not rendered by default.

1,678 changes: 1,523 additions & 155 deletions codegen/sdk-codegen/aws-models/iotfleetwise.json

Large diffs are not rendered by default.

73 changes: 64 additions & 9 deletions codegen/sdk-codegen/aws-models/lambda.json

Large diffs are not rendered by default.

Loading

0 comments on commit 2a88650

Please sign in to comment.