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 Jun 27, 2024
1 parent 7c25c21 commit 590c9db
Show file tree
Hide file tree
Showing 11 changed files with 3,839 additions and 277 deletions.
102 changes: 60 additions & 42 deletions codegen/sdk-codegen/aws-models/application-auto-scaling.json

Large diffs are not rendered by default.

37 changes: 22 additions & 15 deletions codegen/sdk-codegen/aws-models/chime-sdk-media-pipelines.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,13 @@
"smithy.api#documentation": "<p>Turns language identification on or off.</p>"
}
},
"IdentifyMultipleLanguages": {
"target": "com.amazonaws.chimesdkmediapipelines#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>Turns language identification on or off for multiple languages.</p>"
}
},
"LanguageOptions": {
"target": "com.amazonaws.chimesdkmediapipelines#LanguageOptions",
"traits": {
Expand All @@ -282,7 +289,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>A structure that contains the configuration settings for an Amazon Transcribe processor.</p>"
"smithy.api#documentation": "<p>A structure that contains the configuration settings for an Amazon Transcribe processor.</p>\n <note>\n <p>Calls to this API must include a <code>LanguageCode</code>, <code>IdentifyLanguage</code>, or <code>IdentifyMultipleLanguages</code> parameter. \n If you include more than one of those parameters, your transcription job fails.</p>\n </note>"
}
},
"com.amazonaws.chimesdkmediapipelines#Arn": {
Expand Down Expand Up @@ -2428,7 +2435,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Creates an Kinesis video stream pool for the media pipeline.</p>",
"smithy.api#documentation": "<p>Creates an Amazon Kinesis Video Stream pool for use with media stream\n pipelines.</p>\n <note>\n <p>If a meeting uses an opt-in Region as its \n <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html#chimesdk-meeting-chime_CreateMeeting-request-MediaRegion\">MediaRegion</a>, \n the KVS stream must be in that same Region. For example, if a meeting uses the <code>af-south-1</code> Region, the KVS stream must also be in <code>af-south-1</code>. However, if the meeting uses a \n Region that AWS turns on by default, the KVS stream can be in any available Region, including an opt-in Region. For example, if the meeting uses <code>ca-central-1</code>, the KVS stream can be in \n <code>eu-west-2</code>, <code>us-east-1</code>, <code>af-south-1</code>, or any other Region that the Amazon Chime SDK supports.</p>\n <p>To learn which AWS Region a meeting uses, call the <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_GetMeeting.html\">GetMeeting</a> API and \n use the <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html#chimesdk-meeting-chime_CreateMeeting-request-MediaRegion\">MediaRegion</a> \n parameter from the response.</p>\n <p>For more information about opt-in Regions, refer to <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions.html\">Available Regions</a> in the \n <i>Amazon Chime SDK Developer Guide</i>, and \n <a href=\"https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html#rande-manage-enable.html\">Specify which AWS Regions your account can use</a>, \n in the <i>AWS Account Management Reference Guide</i>.</p>\n </note>",
"smithy.api#http": {
"method": "POST",
"uri": "/media-pipeline-kinesis-video-stream-pools",
Expand All @@ -2442,14 +2449,14 @@
"StreamConfiguration": {
"target": "com.amazonaws.chimesdkmediapipelines#KinesisVideoStreamConfiguration",
"traits": {
"smithy.api#documentation": "<p>The configuration settings for the video stream.</p>",
"smithy.api#documentation": "<p>The configuration settings for the stream.</p>",
"smithy.api#required": {}
}
},
"PoolName": {
"target": "com.amazonaws.chimesdkmediapipelines#KinesisVideoStreamPoolName",
"traits": {
"smithy.api#documentation": "<p>The name of the video stream pool.</p>",
"smithy.api#documentation": "<p>The name of the pool.</p>",
"smithy.api#required": {}
}
},
Expand All @@ -2463,7 +2470,7 @@
"Tags": {
"target": "com.amazonaws.chimesdkmediapipelines#TagList",
"traits": {
"smithy.api#documentation": "<p>The tags assigned to the video stream pool.</p>"
"smithy.api#documentation": "<p>The tags assigned to the stream pool.</p>"
}
}
},
Expand All @@ -2477,7 +2484,7 @@
"KinesisVideoStreamPoolConfiguration": {
"target": "com.amazonaws.chimesdkmediapipelines#KinesisVideoStreamPoolConfiguration",
"traits": {
"smithy.api#documentation": "<p>The configuration for the Kinesis video stream pool.</p>"
"smithy.api#documentation": "<p>The configuration for applying the streams to the pool.</p>\n <note>\n <p></p>\n </note>"
}
}
},
Expand Down Expand Up @@ -2801,7 +2808,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes an Kinesis video stream pool.</p>",
"smithy.api#documentation": "<p>Deletes an Amazon Kinesis Video Stream pool.</p>",
"smithy.api#http": {
"method": "DELETE",
"uri": "/media-pipeline-kinesis-video-stream-pools/{Identifier}",
Expand All @@ -2815,7 +2822,7 @@
"Identifier": {
"target": "com.amazonaws.chimesdkmediapipelines#NonEmptyString",
"traits": {
"smithy.api#documentation": "<p>The ID of the pool being deleted.</p>",
"smithy.api#documentation": "<p>The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool.</p>",
"smithy.api#httpLabel": {},
"smithy.api#required": {}
}
Expand Down Expand Up @@ -3206,7 +3213,7 @@
"Identifier": {
"target": "com.amazonaws.chimesdkmediapipelines#NonEmptyString",
"traits": {
"smithy.api#documentation": "<p>The ID of the video stream pool.</p>",
"smithy.api#documentation": "<p>The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool.</p>",
"smithy.api#httpLabel": {},
"smithy.api#required": {}
}
Expand Down Expand Up @@ -3681,7 +3688,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>The configuration of an Kinesis video stream.</p>"
"smithy.api#documentation": "<p>The configuration of an Kinesis video stream.</p>\n <note>\n <p>If a meeting uses an opt-in Region as its \n <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html#chimesdk-meeting-chime_CreateMeeting-request-MediaRegion\">MediaRegion</a>, \n the KVS stream must be in that same Region. For example, if a meeting uses the <code>af-south-1</code> Region, the KVS stream must also be in <code>af-south-1</code>. However, if the meeting uses a \n Region that AWS turns on by default, the KVS stream can be in any available Region, including an opt-in Region. For example, if the meeting uses <code>ca-central-1</code>, the KVS stream can be in \n <code>eu-west-2</code>, <code>us-east-1</code>, <code>af-south-1</code>, or any other Region that the Amazon Chime SDK supports.</p>\n <p>To learn which AWS Region a meeting uses, call the <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_GetMeeting.html\">GetMeeting</a> API and \n use the <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html#chimesdk-meeting-chime_CreateMeeting-request-MediaRegion\">MediaRegion</a> \n parameter from the response.</p>\n <p>For more information about opt-in Regions, refer to <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions.html\">Available Regions</a> in the \n <i>Amazon Chime SDK Developer Guide</i>, and \n <a href=\"https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html#rande-manage-enable.html\">Specify which AWS Regions your account can use</a>, \n in the <i>AWS Account Management Reference Guide</i>.</p>\n </note>"
}
},
"com.amazonaws.chimesdkmediapipelines#KinesisVideoStreamConfigurationUpdate": {
Expand Down Expand Up @@ -5401,7 +5408,7 @@
"SinkArn": {
"target": "com.amazonaws.chimesdkmediapipelines#Arn",
"traits": {
"smithy.api#documentation": "<p>The ARN of the media stream sink.</p>",
"smithy.api#documentation": "<p>The ARN of the Kinesis Video Stream pool returned by the <a>CreateMediaPipelineKinesisVideoStreamPool</a> API.</p>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -5456,7 +5463,7 @@
"SourceArn": {
"target": "com.amazonaws.chimesdkmediapipelines#Arn",
"traits": {
"smithy.api#documentation": "<p>The ARN of the media stream source. </p>",
"smithy.api#documentation": "<p>The ARN of the meeting.</p>",
"smithy.api#required": {}
}
}
Expand Down Expand Up @@ -5813,7 +5820,7 @@
},
"traits": {
"smithy.api#length": {
"min": 2,
"min": 1,
"max": 2
}
}
Expand Down Expand Up @@ -7042,7 +7049,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Updates an Kinesis video stream pool in a media pipeline.</p>",
"smithy.api#documentation": "<p>Updates an Amazon Kinesis Video Stream pool in a media pipeline.</p>",
"smithy.api#http": {
"method": "PUT",
"uri": "/media-pipeline-kinesis-video-stream-pools/{Identifier}",
Expand All @@ -7056,7 +7063,7 @@
"Identifier": {
"target": "com.amazonaws.chimesdkmediapipelines#NonEmptyString",
"traits": {
"smithy.api#documentation": "<p>The ID of the video stream pool.</p>",
"smithy.api#documentation": "<p>The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool.</p>",
"smithy.api#httpLabel": {},
"smithy.api#required": {}
}
Expand Down
10 changes: 5 additions & 5 deletions codegen/sdk-codegen/aws-models/cloudfront.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>A complex type that describes how CloudFront processes requests.</p>\n <p>You must create at least as many cache behaviors (including the default cache\n\t\t\tbehavior) as you have origins if you want CloudFront to serve objects from all of the origins.\n\t\t\tEach cache behavior specifies the one origin from which you want CloudFront to get objects. If\n\t\t\tyou have two origins and only the default cache behavior, the default cache behavior\n\t\t\twill cause CloudFront to get objects from one of the origins, but the other origin is never\n\t\t\tused.</p>\n <p>For the current quota (formerly known as limit) on the number of cache behaviors that\n\t\t\tyou can add to a distribution, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n <p>If you don't want to specify any cache behaviors, include only an empty\n\t\t\t<code>CacheBehaviors</code> element. For more information, see <a href=\"https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CacheBehaviors.html\">CacheBehaviors</a>. Don't include an empty\n\t\t\t\t<code>CacheBehavior</code> element because this is invalid.</p>\n <p>To delete all cache behaviors in an existing distribution, update the distribution\n\t\t\tconfiguration and include only an empty <code>CacheBehaviors</code> element.</p>\n <p>To add, change, or remove one or more cache behaviors, update the distribution\n\t\t\tconfiguration and specify all of the cache behaviors that you want to include in the\n\t\t\tupdated distribution.</p>\n <p>For more information about cache behaviors, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesCacheBehavior\">Cache Behavior Settings</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
"smithy.api#documentation": "<p>A complex type that describes how CloudFront processes requests.</p>\n <p>You must create at least as many cache behaviors (including the default cache\n\t\t\tbehavior) as you have origins if you want CloudFront to serve objects from all of the origins.\n\t\t\tEach cache behavior specifies the one origin from which you want CloudFront to get objects. If\n\t\t\tyou have two origins and only the default cache behavior, the default cache behavior\n\t\t\twill cause CloudFront to get objects from one of the origins, but the other origin is never\n\t\t\tused.</p>\n <p>For the current quota (formerly known as limit) on the number of cache behaviors that\n\t\t\tyou can add to a distribution, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n <p>If you don't want to specify any cache behaviors, include only an empty\n\t\t\t\t<code>CacheBehaviors</code> element. Don't specify an empty individual\n\t\t\t\t<code>CacheBehavior</code> element, because this is invalid. For more information,\n\t\t\tsee <a href=\"https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CacheBehaviors.html\">CacheBehaviors</a>. </p>\n <p>To delete all cache behaviors in an existing distribution, update the distribution\n\t\t\tconfiguration and include only an empty <code>CacheBehaviors</code> element.</p>\n <p>To add, change, or remove one or more cache behaviors, update the distribution\n\t\t\tconfiguration and specify all of the cache behaviors that you want to include in the\n\t\t\tupdated distribution.</p>\n <p>For more information about cache behaviors, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesCacheBehavior\">Cache Behavior Settings</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
}
},
"com.amazonaws.cloudfront#CacheBehaviorList": {
Expand Down Expand Up @@ -795,7 +795,7 @@
"Items": {
"target": "com.amazonaws.cloudfront#MethodsList",
"traits": {
"smithy.api#documentation": "<p>A complex type that contains the HTTP methods that you want CloudFront to cache responses\n\t\t\tto.</p>",
"smithy.api#documentation": "<p>A complex type that contains the HTTP methods that you want CloudFront to cache responses\n\t\t\tto. Valid values for <code>CachedMethods</code> include <code>GET</code>, <code>HEAD</code>, and <code>OPTIONS</code>, depending on which caching option you choose. For more information, see the preceding section.</p>",
"smithy.api#required": {}
}
}
Expand Down Expand Up @@ -12307,7 +12307,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>List tags for a CloudFront resource.</p>",
"smithy.api#documentation": "<p>List tags for a CloudFront resource. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/tagging.html\">Tagging a distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
"smithy.api#http": {
"method": "GET",
"uri": "/2020-05-31/tagging",
Expand Down Expand Up @@ -15810,7 +15810,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Add tags to a CloudFront resource.</p>",
"smithy.api#documentation": "<p>Add tags to a CloudFront resource. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/tagging.html\">Tagging a distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
"smithy.api#http": {
"method": "POST",
"uri": "/2020-05-31/tagging?Operation=Tag",
Expand Down Expand Up @@ -16835,7 +16835,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Remove tags from a CloudFront resource.</p>",
"smithy.api#documentation": "<p>Remove tags from a CloudFront resource. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/tagging.html\">Tagging a distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
"smithy.api#http": {
"method": "POST",
"uri": "/2020-05-31/tagging?Operation=Untag",
Expand Down
Loading

0 comments on commit 590c9db

Please sign in to comment.